/* style.css mods *************************************************************************************************************/
span.color-accent {
    display: none;
}
.cover-color-overlay, .cover-color-overlay::before {
    position: relative;
}
.cover-color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* sits above image, below text */
  background:
    /* Top 30% gradient */
    linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent) 0 0 / 100% 30% no-repeat,
    /* Full overlay */
    rgba(0, 0, 0, 0.3);
}

/*
.alignwide {
    max-width: 90rem;
    position: relative;
    width: calc(100% - 4rem);
}
*/

@media (max-width: 599px) {
    body.page-template-default header#site-header {
        top: 1rem;
    }
    body.page-template-default main#site-content {
        padding-top: 4.25rem;
    }
}

header.entry-header h1.entry-title {
    font-family: 'Condor', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #3e3c7a;
    margin: 2.5rem auto 1rem;
}
.cover-header header.entry-header h1.entry-title,
.cover-header header.entry-header h1.archive-title {
    font-family: 'Condor', sans-serif;
    /*font-size: 3.8rem;*/
    font-weight: 700;
    /*line-height: 1.2;*/
    color: #fff;
    /*margin: 2.5rem auto 1rem;*/
}
@media (min-width: 992px){
    span.maintitle {
        font-size: 120%;
    }
}
@media (max-width: 599px) {
    header.entry-header h1.entry-title {
        font-size: 3rem;
        margin: 2.5rem auto 1rem;
    }
}
h1 span.subtitle {
    font-family: 'Condor', sans-serif;
    color: #8c8c8c;
    /*font-weight: 500;*/
}
body.page-template-default header.entry-title h1.entry-title {
    color: rgb(62, 60, 122);
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.03em;
    margin: 0rem auto 1.5rem;
}

#site-content .entry-content h2 {
    font-family: 'Condor', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #3e3c7a;
    margin: 3.5rem auto 1rem;
}
@media (max-width: 599px) {
    #site-content .entry-content h2 {
    font-size: 2.75rem;
    margin: 3.5rem auto 1rem;
    }
}

/* Heading Sizes / Title Resizer */

header.entry-header  h1.entry-title.tiny-title {
    font-size: 5.4rem;
}

@media (max-width: 599px) {
    header.entry-header  h1.entry-title.tiny-title {
        font-size: 4.6rem;
    }
}

header.entry-header  h1.entry-title.short-title,
header.entry-header  h1.entry-title.medium-title{
    font-size: 4.8rem;
}
@media (max-width: 599px) {
    header.entry-header  h1.entry-title.short-title,
    header.entry-header  h1.entry-title.medium-title {
        font-size: 3.8rem;
    }
}

span.oneliner-archive {
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 768px) {
    .archive-title {
        font-size: 2rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

body.missing-post-thumbnail header.entry-header {
    margin-top: 6rem;
}

/* Font Reset */

body {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

input,
textarea,
button,
.button,
.faux-button,
.faux-button.more-link,
.wp-block-button__link,
.wp-block-file__button {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-cover-image p,
.entry-content .wp-block-pullquote {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}


#site-content .cover-header-inner {
    padding-bottom: 5rem;
}
@media (max-width: 599px) {
#site-content .cover-header-inner {
    padding-bottom: 2.75rem;
}
}

    .singular .entry-header,
    .page .entry-header {
    background-color: inherit;
}

@media (max-width: 599px) {
.alignwide {
    width: calc(100% - 2rem);
}
}

nav.pagination-single {
    display: none;
}

@media ( min-width: 1220px ) {
.cover-header + .post-inner {
    padding-top: 2.5rem;
}
}

/* Document Setup */

body {
  background: rgba(248,248,248,.88);
  color: #252525;
}

#site-content {
  overflow: hidden;
}

.sr-only, .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.sr-only:focus, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Element Base */

h1, h2, h3, h4, h5, h6, .faux-heading {
  letter-spacing: -0.0215625em;
}

h1, .heading-size-1 {
  line-height: 1.23;
}

.entry-content > p:empty, .entry-content > div:empty {
  display: none !important;
  margin: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

blockquote {
  border-color: #cd2653;
  border-style: solid;
  border-width: 0 0 0 0.2rem;
  color: inherit;
  font-size: 1em;
  margin: 4rem 0;
  padding: 0.5rem 0 0.5rem 2rem;
}

.entry-content a {
  color: #00852C;
  text-decoration: underline;
  text-underline-offset: .4rem;
  text-decoration-thickness: .125rem;
  transition: all ease-in-out .3s;
}

li {
  line-height: 1.5;
  margin: 0.5rem 0 0 3rem;
}

figcaption, .wp-caption-text {
  color: #333;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 1.5rem;
}

legend {
  font-size: 1.756rem;
  font-weight: 700;
  padding: 0 1rem;
}

select {
  font-size: 1em;
  color: #252525;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #009933;
  border-radius: .5rem;
  font-weight: 500;
  letter-spacing: -0.0333rem;
  text-decoration: none !important;
}

/* Helper Classes */

.color-accent, .color-accent-hover:focus, .color-accent-hover:hover {
  color: #009933;
}

ul.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem 0 0 -0.9rem;
  list-style-type: none;
}

ul.footer-social-icons li {
  margin: 0.9rem 0 0 1.5rem;
}

ul.footer-social-icons li:first-of-type {
  margin-left: 0;
}

.footer-social-icons a {
  align-items: center;
  background: #dfdfdf;
  border-radius: 50%;
  color: #000;
  display: flex;
  height: 4rem;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: 0.3s;
  width: 4rem;
}

.footer-social-icons a:hover {
  text-decoration: none;
  opacity: .60;
}

.toggle-inner .toggle-text {
  text-underline-offset: 4px;
}



/* Menu Modal */

.menu-modal.active {
  background: rgba(0, 0, 0, 0.3);
}

.modal-menu li {
  border-color: #f8f8f8; /*#ddd*/
}

.modal-menu > li:first-child {
  border-top-width: 0;
}

.modal-menu > li:last-child {
  border-bottom-width: 0;
}

.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
  color: #252525;
}

.modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
  color: #524EA2;/*278a3e*/
}

nav.expanded-menu button.toggle {
    background: #f8f8f8;
}
button.sub-menu-toggle {
    /*border-left: none;*/
    flex-shrink: 0;
    margin: 0;
    padding: 0 2.5rem;
}
.modal-menu a {
    background: #f8f8f8;
}

/* Search Modal */

.search-modal {
  background: rgba(0, 0, 0, 0.7);
}

/* Page Templates */

.cover-header .entry-header * {
  text-shadow: 2px 2px 8px rgb(0 0 0 / 60%);
}

.cover-header-inner-wrapper {
  display: contents;
  justify-content: flex-start;
}

/* Post: Archive */

body:not(.singular) main > article:first-of-type {
  padding: 0;
}

/* Post: Single */

.intro-text {
  margin-top: 1.2rem;
}

.post-inner {
  padding-top: 0rem;
}
@media (max-width: 599px) {
.post-inner {
    /*padding-top: 3rem;*/
}
}

/* Blocks */

.wp-block-media-text .wp-block-media-text__content {
  padding: 3rem 0;
}

/* Entry Content */

.entry-content {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.entry-content p, .entry-content li {
  line-height: 1.53;
  font-size: 2rem;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 3.5rem auto 1rem;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 74rem;
  width: calc(100% - 4rem);
}

/* Site Footer */

#site-footer {
  padding: 0;
}

/* Media Queries */

@media (max-width: 599px) {
  ul.footer-social-icons {
    margin: 0 auto;
  }
  ul.footer-social-icons li {
    margin: 0.9rem 0 0 1.25rem;
  }
  .site-logo img {
    width: 16rem;
    top: .2rem;
    position: relative;
  }
  .toggle-inner .toggle-text {
    display: none;
  }
  .cover-header .cover-header-inner {
    padding: 8.5rem 0 12rem 0;
  }
  .page .cover-header .cover-header-inner {
    padding: 7.5rem 0 10rem 0;
  }
  .archive .cover-header-inner, .page-archive .cover-header-inner {
    padding: 10rem 0 4rem 0;
    min-height: 20rem;
  }
  .archive .cover-header, .page-archive .cover-header {
    margin-bottom: 1rem;
  }
  li {
    margin: 0.5rem 0 0 2rem;
  }
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: calc(100% - 6rem);
  }
}

@media (min-width: 700px) {
  h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 {
    margin: 4rem auto 3rem;
  }
  h4, .heading-size-4, h5, .heading-size-5, h6, .heading-size-6 {
    margin: 3.5rem auto 2.5rem;
  }
  .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
    font-size: 2.2rem;
  }
  .entry-content {
    font-size: 2rem;
  }
  .entry-content h2, .entry-content h3 {
    margin: 5rem auto 1rem;
  }
  .entry-content > .alignwide:not(.wp-block-group.has-background), .entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}

  .entry-content > .alignwide:not(.wp-block-group.has-background), .entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
  .entry-content > .alignleft, .entry-content > p .alignleft, .entry-content > .wp-block-image .alignleft {
    right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
    max-width: calc((100% - 58rem) / 2 - 6rem);
  }
  .entry-content > .alignright, .entry-content > p .alignright, .entry-content > .wp-block-image .alignright, [class*="__inner-container"] > .alignright {
    left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
    max-width: calc((100% - 58rem) / 2 - 6rem);
  }
}

@media (min-width: 1220px) {
  .cover-header + .post-inner {
    padding-top: 0rem;
  }
}


/* MJC CSS to DHW *****************************/

/* Topic: FAQs *********************/

body.utility_tag-faqs #site-content .entry-content h2 {
    font-size: 4rem;
    margin: 3.5rem auto 1rem;
}

#site-content div.faq-item {
    cursor: pointer;
    padding: 1.5rem 1.5rem 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#site-content div.faq-question {
    font-weight: bold;
    margin: 0;
}

#site-content p.faq-question {
    margin-bottom: 0;
font-weight: bold;
}

#site-content .faq-toggle {
    transition: transform 0.3s ease;
    font-size: 24px;
    margin-left: 2rem;
}

#site-content .faq-toggle.open {
    transform: rotate(45deg);
}

#site-content .faq-answer {
    display: none;
    padding: 0 1.5rem .5rem 0;
}
#site-content .faq-block .toggle-text {
    padding-bottom: 2rem;
    display: block;
}
#site-content .faq-block .source li {
    line-height: 1.5;
    margin: 2rem 0 0 0;
}
#site-content .source li:first-child {
  margin-top: 0;
}
#site-content .faq-block .source a {
color: #524EA2;
}
@media (max-width: 599px) {
#site-content .faq-block div.faq-item {
    padding: 1rem 0 1rem 0;
}
}

/* Playlists *********************/

button#playlistplatforms-button {
    width: fit-content;
    color: #524EA2;
    height: 30px;
    border-radius: 45px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 2.5rem;
    border: 2px solid rgba(82, 78, 162, .5);
    box-shadow: 0px 0px 0px 7px #e8e8e8;
    outline: none;
    margin-bottom: 4rem;
}

#playlistplatforms-modal .modal-cta-button svg.chevright-icon {
    top: .2rem;
    fill: #454287;
}
#playlistplatforms-modal .modal-inner ul.modal-cta-button {
    margin: 0 0 1rem;
}

ul.modal-cta-button .playlistplatforms-apple {
    background: #FF0436;
    color: #fff;
    border: none;
}
ul.modal-cta-button .playlistplatforms-spotify {
    background: #1DB954;
    color: #fff;
    border: none;
}
ul.modal-cta-button .playlistplatforms-amazon {
    background: #25D3DA;
    color: #fff;
    border: none;
}
ul.modal-cta-button .playlistplatforms-youtube {
    background: #FF0000;
    color: #fff;
    border: none;
}
ul.modal-cta-button .playlistplatforms-bandcamp {
    background: #629AA9;
    color: #fff;
    border: none;
}
ul.modal-cta-button .playlistplatforms-soundCloud {
    background: #FF5500;
    color: #fff;
    border: none;
}


    .playlist-item {
        background-color: #fff;/*fdfdfd*/
        border: 1px solid rgba(223,223,223,.9);/*#ddd*/
        border-radius: 8px;
        padding: 20px;
        width: 300px;
        box-shadow: 0 2px 4px rgba(0,0,0, 0.07);
    }

    .playlist-item .track-number {
        font-size: 2rem;
        color: #454287;
        margin-bottom: 10px;
        background: rgba(168, 162, 231,0.2);
        display: inline-block;
        padding: 4px 8px;
        border-radius: 4px;
        position: relative;
        left: -6px;
        top: -4px;
        cursor: pointer;
    }

.track-number.currently-playing {
    color: #BC610A;
    background: rgba(241,192,145,.3);
}

button.playing-speaker {
    font-size: 2rem;
    color: #454287;
    margin-bottom: 10px;
    background: none;
    display: inline-block;
    padding: 4px 8px;
    position: relative;
    left: -6px;
    top: -4px;
    cursor: pointer;
    visibility: hidden;
}
button.playing-speaker.currently-playing {
    visibility: visible;
}
svg.playlist-icon.speaker {
    width: 2rem;
    float: right;
    display: block;
    fill: #e9994d;
    position: relative;
    top: 2px;
}
.playlist-item.currently-playing {
    border: 1px solid #e9994d;
    box-shadow: 0 2px 4px rgba(233,153,77, 0.5);
}

    .playlist-item .track-details {
        list-style: none; /* Remove default bullet points */
        padding: 0;
        margin: 0;
    }

    .playlist-item .track-details li {
        display: flex; /* Use flexbox for alignment */
        align-items: center; /* Vertically align items in the center */
        margin: 0 0 .75rem 0; /* Space between main list items */
    }

    .playlist-item .track-details .icon {
        flex-shrink: 0;
        width: 2.25rem;
        text-align: center;
        margin-right: 1rem;
        margin-left: .3rem;
    }

    .playlist-item .track-details .detail-text {
        flex-grow: 1; /* Allow text to take up remaining space */
        margin-bottom: 0; /* Ensure no extra margin on the detail-text itself that would affect nested list */
    }

    .playlist-item .track-details .track-title {
        font-size: 1.3em;
        font-weight: bold;
        text-decoration: underline;
        color: #524EA2;
        margin: 0;
        padding: 0;
        
text-decoration-line: underline;
text-decoration-style: dotted;
text-decoration-color: #524EA2;
text-decoration-thickness: .125rem;
text-underline-offset: 5px;
text-decoration-skip-ink: auto;
    }

    .playlist-item .track-details .artist {
        color: #555;
    }

    .playlist-item .genre-list {
        list-style: none; /* Remove default bullet points */
        padding: 0;
        margin: 0; /* Remove default margins */
        display: flex; /* Make the list items horizontal */
        align-items: center; /* Vertically align text and bullets */
        flex-wrap: wrap; /* Allow wrapping if content is too wide */
        gap: 10px; /* Adds space between the genre list items */
    }

    .playlist-item .genre-list li {
        display: inline-block; /* Or `flex` if each li needs internal flex behavior */
        margin-bottom: 0; /* Ensure no vertical spacing from parent li rule */
    }

    .playlist-item .genre-list li a {
        color: #5e5ab0;
        text-decoration: underline;
        white-space: nowrap;
        text-decoration-thickness: .1rem;
    }

    .playlist-item .genre-list li a:hover {
        color: #007bff;
    }

    .playlist-item .genre-list li:not(:last-child)::after {
        content: "â€¢";
        color: #555;
        margin-left: 8px;
    }

    .playlist-item .description {
        margin: 1.5rem 3.5rem;
    }

    .playlist-item svg.playlist-icon {
        fill: rgba(69,66,135,.75);
        height: 2rem;
    }

@media (min-width: 992px){
    .playlist-item svg.playlist-icon.song {
        width: 1.5rem;
    }
    .playlist-item svg.playlist-icon.artist {
        width: 1.4rem;
    }
    .playlist-item svg.playlist-icon.tag {
        width: 1.75rem;
        position: relative;
        left: -1px;
        top: -2px;
    }
}
@media (max-width: 599px) {
    .playlist-item svg.playlist-icon.song {
        width: 2rem;
    }
    .playlist-item svg.playlist-icon.artist {
        width: 1.9rem;
    }
    .playlist-item svg.playlist-icon.tag {
        width: 2.25rem;
        position: relative;
        left: -1px;
        top: -2px;
    }
}

div.playlist-tip {
    background: rgba(168, 162, 231,0.2);
    padding: 20px;
    border-radius: 8px;
}
h3.playlist-tip {
    font-size: 2rem;
    color: #454287;
    background: rgba(168, 162, 231,0.2);
    display: inline;
    padding: 5px 8px;
    border-radius: 5px;
}
p.playlist-tip {
    margin: 1.5rem 0 0;
}

.playlist-item .label {
    font-size: 2rem;
    margin-bottom: 10px;
    display: inline-block;
    padding: 4px 9px;
    border-radius: 7px;
    position: relative;
    right: -6px;
    top: -4px;
    float: right;
}
.playlist-item .label.new {
    color: #856404;/*454287*AE5909/*7A7000*/
    background: #FFF9B1;
}
.playlist-item .label:empty {
    display: none;
}

#streamsong-modal a.modal-cta-button {
    padding: 1.25rem 1rem;
    text-align: center;
}

/* Stream Song Modal */

.streamsong-details {
    display: none;
}

#streamsong-modal ul.modal-cta-button {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; /* increased gap */
    border: none;
    background: #f8f8f8;
}

#streamsong-modal ul.modal-cta-button li {
    flex: 1 1 calc(50% - 0.75rem); /* 0.5rem = half of gap */
}

#streamsong-modal ul.modal-cta-button li.full-width {
    flex: 1 1 100%;
}

#streamsong-modal ul.modal-cta-button li a.modal-cta-button {
    min-width: unset;
    width: 100%;
    box-sizing: border-box;
}

#streamsong-modal ul.modal-cta-button li {
    margin: 1rem 0 0 0;
    text-align: center;
}

#streamsong-modal ul.modal-cta-button li:first-of-type {
    margin-top: auto;
}

#streamsong-modal li.full-width a.modal-cta-button {
    text-align: center;
}




/* v1.0 *************************************************************************************************************/


    img.menu-mention,
    li.meta-wrapper:nth-of-type(2)
    {
        display: none !important
    }
    
    /* WooCommerce */
    .woocommerce-page ul.products li.product p {
        margin: 0 auto !important;
    }
    
    
    @media (min-width: 992px){
        .single-product .left-text h2.big-thin {
            font-size: 3.9rem;
            margin-right: -2rem;
        }
        .single-product .right-text h2.big-thin {
            font-size: 3.9rem;
            margin-left: -2rem;
        }
    }
    @media (max-width: 599px) {
        .single-product h2.big-thin {
            font-size: 3.2rem;
        }
    }
    
    .woo-archive-about {
        margin: 0 auto;
        width: 80rem;
    }
    @media (max-width: 599px) {
        .woo-archive-about {
            margin: 0 auto;
            max-width: calc(100% - 8rem);
        }
    }
    
    /* hide related: non-logged visitors */
    body:not(.logged-in) .related.products {
        display: none !important;
    }
    
    
    /* Event Archive Image */
    .tax-events_region_taxonomy figure.wp-block-image,
    .tax-events_county_taxonomy figure.wp-block-image,
    .tax-events_tags_taxonomy figure.wp-block-image,
    .tax-events_month_taxonomy figure.wp-block-image {
        display: none;
    }

    /* Postcards */
    div.card-buttons
    {
        /*display: none;*/
    }
    
    /* Archive Header */
    @media (max-width: 599px) {
        .archive .cover-header-inner, .page-archive .cover-header-inner {
            min-height: 50vh;
            padding: unset;
            position: relative;
        }
        .archive .cover-header .entry-header {
            position: absolute;
            bottom: 0;
            padding-bottom: 2.4rem;
        }
    }
    /* Page (post type) Archive Header */
    @media (max-width: 599px) {
        .page-template-template-archive-landing .cover-header-inner, .page-archive .cover-header-inner {
            min-height: 50vh;
            padding: unset;
            position: relative;
        }
        .page-template-template-archive-landing .cover-header .entry-header {
            position: absolute;
            bottom: 0;
            padding-bottom: 2.4rem;
        }
    }
    
    /* Display Grid: MUX Width */
    @media (max-width: 599px) {
        div.grid-display-outer.alignwide {
            width: calc(100%);
            margin-top: -2rem;
        }
    }
    
    /* Archive & Page Archive Header Text Shadow */
    .archive .cover-header .entry-header,
    .page-template-template-archive-landing .cover-header .entry-header {
        text-shadow: 0px 0px 15px rgba(0,0,0,1);
    }
    
    /* Display Grid: Bottom Border - Faux Shadow */
    div.grid-display-container div.grid-item {
        border-bottom: 2px solid #999;
    }
    
    /* Display Grid: Onliner */
    p.divfilter-oneliner {
        font-size: 1.85rem;
        line-height: 1.3;
    }
    
    /* Cover Header */
    @media (min-width: 1800px){ /* laptop vs 1920 monitor
        .cover-header .cover-header-inner {
            padding: 9rem 0 20rem 0;
        }*/
    }
    @media (max-width: 599px) {
        div.post-meta-wrapper {
            margin-bottom: 0;
        }
        .cover-header .cover-header-inner {
        padding: 8.5rem 0 6rem 0;
        }
    }
    
    /* Titlecrumb */
    #site-content header.entry-header ul.post-meta a, .header_type_biggray header.entry-header a, header.entry-header .oneliner-post a {
        font-weight: 500;
        font-size: 2rem;
        color: #252525;
        text-decoration: none;
        text-decoration-style: dotted;
        text-underline-offset: 7px;
        text-decoration-thickness: .145rem;
        transition: .3s;
        background: rgba(255,255,255,.7);
        padding: 5px 15px;
        border-radius: 5px;
        text-shadow: none;
    }
    #site-content p.oneliner-post a {
        margin: 1rem 0 4rem;
        color: #252525;
        text-decoration: none;
        display: inline-grid;
    }
    @media (max-width: 599px) {
        #site-content header.entry-header ul.post-meta a, .header_type_biggray header.entry-header a, header.entry-header .oneliner-post a {
            padding: 5px 10px;
            color: #252525;
        }
        #site-content ul.post-meta li, header.entry-header ul.post-meta a, .header_type_biggray header.entry-header a {
            font-size: 2rem;
            margin: .5rem 0 0;
        }
    #site-content p.oneliner-post a {
        margin: 1rem 0 4rem;
        }
    }
    /* Homepage: Titlecrumb */
    .home div.post-meta-wrapper {
        visibility: hidden;
    }
    
    /* H1 Title */
    @media (min-width: 992px) {
        .page-template #site-content header.entry-header h1.entry-title {
            font-size: 5.2rem;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: -0.03em;
            margin-bottom: -1rem;
        }
    }
    
    
    figure.wp-block-image.alignwide.prime {
        margin-bottom: 6rem;
    }
@media (max-width: 599px) {
        figure.wp-block-image.alignwide.prime {
        margin-bottom: 2rem;
    }
}

    /* Prime Media / Media First Border */
    
    @media (min-width: 992px){
        figure.wp-block-image.alignwide.prime {
            box-shadow: 0 0 0 14px rgba(200,200,200,.57);
            border: 3px solid #f8f8f8;
            background: rgba(200,200,200,.57);
        }
    }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        figure.wp-block-image.alignwide.prime {
            box-shadow: 0 0 0 13px rgba(200,200,200,.57);
border: 3px solid #f8f8f8;
        }
    }
    
    @media (min-width: 992px){
        #ypt_wrapper,
        .header_type_basic.hide_title .nonprime .plyr {
            box-shadow:  0 0 0 12px rgba(200,200,200,.57);
        }
        #ypt_wrapper,
        figure.wp-block-video.plyr-block-video.alignmid.nonprime.mobilewide {
        margin-bottom: 4rem;
        }
        .entry-content .prime {
        border-radius: 1.5rem; /* prime border radius */
        }
    }
    
    /* Media First: MUX Video Margin */
    @media (max-width: 599px) {
        .header_type_basic.hide_title .entry-header {
            margin: 0;
            padding: 0;
        }
    }
    
    #ypt_wrapper,
    figure.wp-block-video.plyr-block-video.alignmid.nonprime.mobilewide {
    	margin-top: 14rem;
    }
    
    @media (max-width: 599px) {
    	figure.wp-block-video.plyr-block-video.alignmid.nonprime.mobilewide {
    		margin-top: 9rem;
    	}
        #ypt_wrapper {
    		margin-top: 9.5rem;
    	}
        #ypt_wrapper
        {
            width: calc(100% - 2rem) !important;
        }
    }
    
    /* End Screen */
    @media (max-width: 599px) {
        .postid-23835 div.overlay-video-inner p {
            font-size: 9vw;
        }
    }
    
    /* Youtube Playlist */
    #ypt_wrapper {
        width: 100%;
        background: rgba(248,248,248,.88);
        color: #fff;
        overflow: hidden;
        max-width: 100%;
        border-radius: 1.5rem;
    }
    
    @media (min-width: 992px){
        #ypt_wrapper .video {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
        }
    }
    #ypt_wrapper .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    @media (max-width: 599px) {
        #ypt_wrapper { /* Youtube Playlist: Make Square on Mobile */
        position: relative;
        aspect-ratio: 1/1; /* For a 1:1 aspect ratio (square) */
        }
    }
    
    
    /* Media First H1 */
    .header_type_basic.hide_title h1 {
        font-size: 3.8rem;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: -0.03em;
        margin: 0rem auto 1.5rem;
    }
    @media (max-width: 599px) {
        .header_type_basic.hide_title h1 {
            font-size: 3.2rem;
            font-weight: 700;
            line-height: 1.15;
            letter-spacing: -0.03em;
        }
    }
    
    
    /* DHW *************************/

    
    /* Titlecrumbs */
    @media (max-width: 599px) {
        .titlecrumb-container {
            position: relative;
            left: -.7rem;
        }
    }
    @media (min-width: 992px){
        .titlecrumb-container {
            position: relative;
            left: -.5rem;
        }
    }
    a.titlecrumb_mediafirst {
        padding: 0 10px;
        height: 40px;
        font-size: 2rem;
        font-weight: 500;
        text-decoration: none;
        display: table-cell;
        background: rgba(168, 162, 231, 0.2);
        color: #524EA2;
        /*box-shadow: 0px 1px 0px rgba(82, 78, 162, .7);*/
    }
    a.titlecrumb_mediafirst.icon {
        border-right: 1px solid rgba(82, 78, 162, .4);
    }
    a.titlecrumb_mediafirst.text {
        vertical-align: middle;
    }
    #site-content a.titlecrumb_mediafirst:hover {
        box-shadow: 0 0 0 0 transparent;
        transition: .3s;
    }
    svg.cat-icon {
        fill: #524EA2;
        stroke: #524EA2;
    }
    /*
    svg.cat-icon path {
        stroke: #009933;
        stroke-width: 2px;
    }
    */
    svg.cat-icon.series {
        width: 30px;
        position: relative;
        bottom: -6px;
    }
    svg.cat-icon.calendar {
        width: 20px;
        position: relative;
        bottom: -8px;
        stroke: initial;
    }
    svg.cat-icon.newsroom {
        width: 22px;
        position: relative;
        bottom: -9px;
    }
    /*
    .postid-23835 a.titlecrumb_mediafirst {
        color: #009933;
        background: rgba(0, 175, 41, 0.2);
        box-shadow: 0px 1px 0px #00AF29;
    }
    
    .postid-23917 a.titlecrumb_mediafirst {
        color: #BC610A;
        background: #FAC898;
        box-shadow: 0px 1px 0px #BC610A;
    }
    a.titlecrumb_mediafirst.landing {
        color: #727272;
        background: #EBEBEB;
        box-shadow: 0px 1px 0px #BABABA;
        position: relative;
        right: -1rem;
        display: none;
    }
    */
    
    
    /* Shortcut Panel */
    
         .shortcuts-modal.cover-modal.custom .modal-inner.medium h1,
          .cover-modal.custom .modal-inner.large h1,
          .cover-modal.custom .modal-inner.fullscreen h1 {
            text-align: left;
          }
    
        .shortcut-panel-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        width: 100%;
        padding: 0 0 2rem 0;
    }
    
          .shortcut-panel-button {
            font-size: 2rem;
            color: #524EA2;
            font-weight: 500;
            text-align: left;
            padding: 10px 20px 10px 30px;
            border: 1px solid #666;
            text-decoration: none;
            background-color: #fff;
            cursor: pointer;
            border-radius: 5px;
            min-width: 29rem;
            display: inline-block;
            line-height: 1.25;
          }
    @media (max-width: 599px) {
          .shortcut-panel-button {
            min-width: 29rem;
          }
          }
          
    svg.shortcut-icon.jump {
        width: 2rem;
        float: right;
        display: block;
        fill: #454287;
    }
    svg.shortcut-icon.more {
        width: 2.7rem;
        float: right;
        display: block;
        fill: #454287;
    }
    svg.shortcut-icon.qr {
        width: 2.5rem;
        float: right;
        display: block;
        fill: #454287;
    }
    svg.shortcut-icon.link {
        width: 1.5rem;
        float: right;
        display: block;
        fill: #454287;
    }
    svg.shortcut-icon.text {
        width: 2.3rem;
        float: right;
        display: block;
        fill: #454287;
    }
    svg.shortcut-icon.download {
        width: 2.5rem;
        float: right;
        display: block;
        fill: #454287;
    }
    svg.shortcut-icon.calendar {
        width: 2rem;
        float: right;
        display: block;
        fill: #454287;
    }
    svg.shortcut-icon.music {
        width: 2.2rem;
        float: right;
        display: block;
        fill: #454287;
        position: relative;
        top: 2px;
    }
    svg.shortcut-icon.artist {
        width: 2.1rem;
        float: right;
        display: block;
        fill: #454287;
    }
    svg.shortcut-icon.lightbulb {
        width: 2rem;
        float: right;
        display: block;
        fill: #454287;
        position: relative;
        left: -3px;
    }
    
    svg.shortcut-icon.warning {
        width: 2.4rem;
        float: right;
        display: block;
        fill: #454287;
        position: relative;
        left: -1px;
    }
    svg.shortcut-icon.offsite {
        width: 2rem;
        float: right;
        display: block;
        fill: #454287;
    }
    #streamsong-modal svg.shortcut-icon.offsite {
        width: 1.65rem;
        float: none;
        display: inline;
        position: relative;
        right: -7px;
        top: 1px;
        fill: #454287;
    }
    
    
    
          .shortcut-panel-button:focus,
          span.link:focus,
          button.link:focus, 
          .shortcut-panel > button:focus, 
          .shortcut-panel > a:focus
          {
        box-shadow: 0 0 3px 1px #993300;
        outline: none;
    }
    
          ul.shortcut-buttons {
            list-style-type: none;
            margin: 0;
            padding: 0;
          }
    
          li.shortcut-buttons {
            line-height: 3;
            margin: 0 !important;
          }
    
          #back-to-main {
            float: right;
            right: 4rem;
            top: -1rem;
            position: relative;
            color: inherit;
            padding: .6rem 1rem;
            border: 1px solid #949494;
            min-width: inherit;
          }
    
          @media (min-width: 992px) and (orientation : landscape) {
            .cover-modal .modal-inner.medium {
              max-width: 60vh;
            }
          }
    
    img.bonus {
        border: 1px solid #ddd;
        border-radius: 15px;
        margin: 0 0 2rem;
    }
    .shortcut-panel-button.cta {
        box-shadow: 0px 0px 0px 7px #eee;
        background: #00AF29;
        color: #fff;
        border: 2px solid #fff;
        min-width: 20rem;
        padding: 10px 30px;
    }
    .panel-cta {
        text-align: center;
        margin: 3rem 0 0;
    }
    .shortcut-panel-text {
        margin-top: 2rem;
    }
    
    /* Sticky Alert */
    
    .sticky-alert {
        color: #856404;
        line-height: 1.33;
        background-color: #fff3cd;
        border: 2px solid rgba(207,203,146,.5);
        padding: 1.25rem;
        width: 250px;
        height: 50px;
        border-radius: 9px;
        position: fixed;
        z-index: 9;
        display: inline-table;
        cursor: pointer;
        outline: none;
    }
    
    .sticky-alert button.close {
        background: none;
        color: #856404;
        font-size: 2rem;
        line-height: .5;
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem;
        border-left: 1px solid rgba(133, 100, 4, .4);
        border-bottom: 1px solid rgba(133, 100, 4, .4);
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .sticky-alert .alert-title {
        margin-bottom: .75rem;
        font-weight: bold;
    }
    
    @media (min-width: 1920px) {
    .sticky-alert {
        right: 350px;
        bottom: 12rem;/*95px*/
    }
    }
    
    @media (min-width: 1024px) and (max-width: 1900px) {
    .sticky-alert {
        right: 250px;
        bottom: 12rem;/*95px*/
    }
    }
    
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        .sticky-alert {
        right: 27px;
        bottom: 11rem;/*85px*/
        }
    }
    
    @media (max-width: 599px) {
        .sticky-alert {
        right: 18px;
        bottom: 10rem;/*75px*/
        }
    }
    
    .sticky-alert.hide {
        display: none;
        opacity: 0;
    }
    
    .sticky-alert {
        transition: opacity 0.4s ease;
        opacity: 1;
    }
    
    
    
    /* Sticky Shortcut Button */
    
    /* HIDE: during development */
    body.logged-out button#shortcuts-button {
        display: none;
    }
    body.logged-in button#shortcuts-button
    {
        display: flex;
    }
    
    button#shortcuts-button {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    position: fixed;
        z-index: 9;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 2.5rem;
        border: 2px solid #ddd;
        box-shadow: 0px 0px 0px 7px #e8e8e8;
        outline: none;
        transition: opacity 0.3s ease;
    }
    button#shortcuts-button.hidden {
        opacity: 0;
        pointer-events: none;
    }
    
    @media (min-width: 1920px) {
    button#shortcuts-button {
        right: 350px;
        bottom: 45px;
    }
    }
    
    @media (min-width: 1024px) and (max-width: 1900px) {
    button#shortcuts-button {
        right: 250px;
        bottom: 45px;
    }
    }
    
    @media screen and (min-width: 600px) and (max-width: 1024px){
    button#shortcuts-button {
            bottom: 45px;
            right: 45px;
        }
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        button#shortcuts-button {
            bottom: 45px;
            right: 45px;
        }
    }
    
    @media (max-width: 599px) {
        button#shortcuts-button {
            bottom: 27px;
            right: 18px;
        }
    }
    
    #shortcuts-button svg {
        width: 27px;
        position: absolute;
    }
    
    #shortcuts-modal img.qrcode {
        margin: 0 auto 2rem;
    }
    
    /* Sticky Cart Quantity */
    #sticky-cart-quantity {
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 60px;
        height: 100px;
        background: #524EA2;
        font-size: 2rem;
        color: #fff;
        text-align: center;
        padding: 12px 0;
        z-index: 9999;
        border-radius: 30px;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 6px 0px, rgb(0 0 0 / 16%) 0px 2px 12px 0px;
        border: 3px solid #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        DISPLAY: NONE; /* SHOW/HIDE*/
    }
    #sticky-cart-quantity:hover {
    background: #A8A2E7;
    color: #524EA2;
    transition: all ease-in-out .2s;
    }
    
    #sticky-cart-quantity * {
        text-decoration: none !important;
    }
    
    #cart-qty-count {
        font-weight: bold;
        line-height: 1;
        margin-top: 2px;
    }
    
    .cart-icon {
        margin: 8px;
    }
    
    @media (min-width: 1920px) {
    #sticky-cart-quantity {
        right: 350px;
    }
    }
    
    @media (min-width: 1024px) and (max-width: 1900px) {
    #sticky-cart-quantity {
        right: 250px;
    }
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        #sticky-cart-quantity {
            bottom: 90px;
            right: 27px;
        }
    }
    
    @media (max-width: 599px) {
        #sticky-cart-quantity {
            bottom: 75px;
            right: 18px;
            width: 56px;
            height: 88px;
        }
        #cart-qty-count {
            font-size: 1.85rem;
        }
        .cart-icon svg {
            width: 20px;
            height: 20px;
        }
    }
    
    
    
    /* Shortcuts Modal */
    .shortcuts-modal-inner.modal-inner.small {
        padding: 2rem;
    }
    .single .modal-inner > figure.wp-block-video {
        margin: 0 !important;
    }
    
    /* End Quote */
    
    @media (max-width: 599px) {
        #end-quote {
            height: 375px;
        }
    }
    #end-quote {
        background-color: #161918;
        background-position: center;
        background-repeat: no-repeat;
        height: 460px;
        position: relative;
    }
    
    #end-quote {
    	position: relative;
    }
    
    #end-quote .cover-img {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	object-position: center;
    }
    
    @media screen and (orientation: portrait) {
    	#end-quote .cover-img.desktop {
    		display: none;
    	}
    }
    
    @media screen and (orientation: landscape) {
    	#end-quote .cover-img.mobile {
    		display: none;
    	}
    }
    
    /* Modal Link */
    span.modal-link {
        cursor: pointer;
        text-decoration: underline;
        text-decoration-line: underline;
        text-decoration-style: dotted;
        text-decoration-color: #8C8C8C;
        text-decoration-thickness: .125em;
        text-underline-offset: 5px;
        text-decoration-skip-ink: auto;
    }
    
    /* Topics *********************/
    /*
    body.postid-24751 #site-content h1 {
        font-size: 8rem;
        font-weight: 300;
        letter-spacing: -.05em;
    }
    @media (max-width: 599px) {
        body.postid-24751 #site-content h1 {
            font-size: 5.5rem;
        }
    }
    */
    
    .item a[href^="http"]:not([href*="morejersey.com"])::after,
    .source a[href^="http"]:not([href*="morejersey.com"])::after
    {
        content: none !important;
        display: none !important;
        background: none !important;
    }
    
    body.postid-24751 div.item {
        margin-top: 3.3rem;
    }
    
    .entry-content h2.item-heading {
        font-size: 5.2rem;
        letter-spacing: -.03em;
        font-family: 'Condor', sans-serif;
        color: rgba(37,37,37,.7);
        font-weight: 300;
        margin: 5.5rem auto 4rem;
        border-top: 2px dotted rgba(37,37,37,.2);
        padding-top: 2rem;
    }
    h2.item-heading:first-of-type {
      border-top: none;
      padding-top: 0;
    }
    
    h3.item-title {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.5;
        color: #524EA2;
        margin: 0 0 1rem;
        padding: 0;
    }
    
    a.item-link {
        text-decoration: underline;
        color: #524EA2;
        text-decoration-line: underline;
        text-decoration-color: #524EA2;
        text-decoration-thickness: .125rem;
        text-underline-offset: .3rem;
        text-decoration-skip-ink: auto;
    }
    
    /* no attribute listings */
    #events-items h3.item-title,
    #groups-items h3.item-title {
        margin-bottom: 0rem;
    }
    
    .item-description {
      margin-bottom: .25rem;
    }
    
    span.attribute-type {
        color: rgba(37,37,37,.6);
        padding-right: 3px;
    }
    
    .item-attributes span + span::before {
      content: "•";
      padding: 0 0.4rem 0 .1rem;/*0 0.45rem 0 .2rem*/
      color: #b4b4b4;
    }
    
    .item-attributes span:nth-child(2)::before {
      content: "";
      padding: 0;
    }
    
    .item-attributes .item-pricing::before {
        content: "//";
        font-size: 1.5rem;
        position: relative;
        top: -3px;
        padding: 0 .85rem 0 .75rem;
    }
    
    .item-attributes a {
        color: #5e5ab0;
        text-decoration: underline;
        white-space: nowrap;
        text-decoration-thickness: .1rem;
    }
    
    .item-attributes a:hover {
        color: #007bff;
    }
    
    .more-items-button-container {
        margin-bottom: 7rem;
        margin-top: 3rem;
    }
    
    button.more-items {
        border: 1px solid #524EA2;
        border-radius: 5px;
        background: #fff;
        color: #524EA2;
        font-size: 1.85rem;
        display: grid;
        max-width: fit-content !important;
        padding: 1rem 2rem;
    }
    
    @media (max-width: 599px) {
        .entry-content h2.item-heading {
            font-size: 4.2rem;
            font-weight: 300;
            margin: 5.5rem auto -1rem;
        }
        .entry-content h3.item-title {
            font-size: 2.375rem;
            line-height: 1.5;
        }
        button.more-items {
            margin: 0 auto;
        }
        .more-items-button-container {
            padding-left: 33vw;
        }
    }
    
    /* Topic: FAQs *********************/
    
    body.postid-24751 #site-content div.faq-item {
        cursor: pointer;
        padding: 1.5rem 1.5rem 1.5rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    body.postid-24751 #site-content div.faq-question {
        font-weight: bold;
        margin: 0;
    }
    
    body.postid-24751 #site-content p.faq-question {
        margin-bottom: 0;
    font-weight: bold;
    }
    
    body.postid-24751 #site-content .faq-toggle {
        transition: transform 0.3s ease;
        font-size: 24px;
    }
    
    body.postid-24751 #site-content .faq-toggle.open {
        transform: rotate(45deg);
    }
    
    body.postid-24751 #site-content .faq-answer {
        display: none;
        padding: 0 1.5rem .5rem 0;
    }
    body.postid-24751 #site-content .faq-block .toggle-text {
        padding-bottom: 2rem;
        display: block;
    }
    body.postid-24751 #site-content .faq-block .source li {
        line-height: 1.5;
        margin: 2rem 0 0 0;
    }
    body.postid-24751 #site-content .source li:first-child {
      margin-top: 0;
    }
    body.postid-24751 #site-content .faq-block .source a {
    color: #524EA2;
    }
    @media (max-width: 599px) {
    body.postid-24751 #site-content .faq-block div.faq-item {
        padding: 1rem 0 1rem 0;
    }
    }
    
    /* Playlists *********************/
    
    button#playlistplatforms-button {
        width: fit-content;
        color: #524EA2;
        height: 30px;
        border-radius: 45px;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 2.5rem;
        border: 2px solid rgba(82, 78, 162, .5);
        box-shadow: 0px 0px 0px 7px #e8e8e8;
        outline: none;
        margin-bottom: 4rem;
    }
    
    #playlistplatforms-modal .modal-cta-button svg.chevright-icon {
        top: .2rem;
        fill: #454287;
    }
    #playlistplatforms-modal .modal-inner ul.modal-cta-button {
        margin: 0 0 1rem;
    }
    
    ul.modal-cta-button .playlistplatforms-apple {
        background: #FF0436;
        color: #fff;
        border: none;
    }
    ul.modal-cta-button .playlistplatforms-spotify {
        background: #1DB954;
        color: #fff;
        border: none;
    }
    ul.modal-cta-button .playlistplatforms-amazon {
        background: #25D3DA;
        color: #fff;
        border: none;
    }
    ul.modal-cta-button .playlistplatforms-youtube {
        background: #FF0000;
        color: #fff;
        border: none;
    }
    ul.modal-cta-button .playlistplatforms-bandcamp {
        background: #629AA9;
        color: #fff;
        border: none;
    }
    ul.modal-cta-button .playlistplatforms-soundCloud {
        background: #FF5500;
        color: #fff;
        border: none;
    }
    
    
        .playlist-item {
            background-color: #fff;/*fdfdfd*/
            border: 1px solid rgba(223,223,223,.9);/*#ddd*/
            border-radius: 8px;
            padding: 20px;
            width: 300px;
            box-shadow: 0 2px 4px rgba(0,0,0, 0.07);
        }
    
        .playlist-item .track-number {
            font-size: 2rem;
            color: #454287;
            margin-bottom: 10px;
            background: rgba(168, 162, 231,0.2);
            display: inline-block;
            padding: 4px 8px;
            border-radius: 4px;
            position: relative;
            left: -6px;
            top: -4px;
            cursor: pointer;
        }
    
    .track-number.currently-playing {
        color: #BC610A;
        background: rgba(241,192,145,.3);
    }
    
    button.playing-speaker {
        font-size: 2rem;
        color: #454287;
        margin-bottom: 10px;
        background: none;
        display: inline-block;
        padding: 4px 8px;
        position: relative;
        left: -6px;
        top: -4px;
        cursor: pointer;
        visibility: hidden;
    }
    button.playing-speaker.currently-playing {
        visibility: visible;
    }
    svg.playlist-icon.speaker {
        width: 2rem;
        float: right;
        display: block;
        fill: #e9994d;
        position: relative;
        top: 2px;
    }
    .playlist-item.currently-playing {
        border: 1px solid #e9994d;
        box-shadow: 0 2px 4px rgba(233,153,77, 0.5);
    }
    
        .playlist-item .track-details {
            list-style: none; /* Remove default bullet points */
            padding: 0;
            margin: 0;
        }
    
        .playlist-item .track-details li {
            display: flex; /* Use flexbox for alignment */
            align-items: center; /* Vertically align items in the center */
            margin: 0 0 .75rem 0; /* Space between main list items */
        }
    
        .playlist-item .track-details .icon {
            flex-shrink: 0;
            width: 2.25rem;
            text-align: center;
            margin-right: 1rem;
            margin-left: .3rem;
        }
    
        .playlist-item .track-details .detail-text {
            flex-grow: 1; /* Allow text to take up remaining space */
            margin-bottom: 0; /* Ensure no extra margin on the detail-text itself that would affect nested list */
        }
    
        .playlist-item .track-details .track-title {
            font-size: 1.3em;
            font-weight: bold;
            text-decoration: underline;
            color: #524EA2;
            margin: 0;
            padding: 0;
            
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #524EA2;
    text-decoration-thickness: .125rem;
    text-underline-offset: 5px;
    text-decoration-skip-ink: auto;
        }
    
        .playlist-item .track-details .artist {
            color: #555;
        }
    
        .playlist-item .genre-list {
            list-style: none; /* Remove default bullet points */
            padding: 0;
            margin: 0; /* Remove default margins */
            display: flex; /* Make the list items horizontal */
            align-items: center; /* Vertically align text and bullets */
            flex-wrap: wrap; /* Allow wrapping if content is too wide */
            gap: 10px; /* Adds space between the genre list items */
        }
    
        .playlist-item .genre-list li {
            display: inline-block; /* Or `flex` if each li needs internal flex behavior */
            margin-bottom: 0; /* Ensure no vertical spacing from parent li rule */
        }
    
        .playlist-item .genre-list li a {
            color: #5e5ab0;
            text-decoration: underline;
            white-space: nowrap;
            text-decoration-thickness: .1rem;
        }
    
        .playlist-item .genre-list li a:hover {
            color: #007bff;
        }
    
        .playlist-item .genre-list li:not(:last-child)::after {
            content: "•";
            color: #555;
            margin-left: 8px;
        }
    
        .playlist-item .description {
            margin: 1.5rem 3.5rem;
        }
    
        .playlist-item svg.playlist-icon {
            fill: rgba(69,66,135,.75);
            height: 2rem;
        }
    
    @media (min-width: 992px){
        .playlist-item svg.playlist-icon.song {
            width: 1.5rem;
        }
        .playlist-item svg.playlist-icon.artist {
            width: 1.4rem;
        }
        .playlist-item svg.playlist-icon.tag {
            width: 1.75rem;
            position: relative;
            left: -1px;
            top: -2px;
        }
    }
    @media (max-width: 599px) {
        .playlist-item svg.playlist-icon.song {
            width: 2rem;
        }
        .playlist-item svg.playlist-icon.artist {
            width: 1.9rem;
        }
        .playlist-item svg.playlist-icon.tag {
            width: 2.25rem;
            position: relative;
            left: -1px;
            top: -2px;
        }
    }
    
    div.playlist-tip {
        background: rgba(168, 162, 231,0.2);
        padding: 20px;
        border-radius: 8px;
    }
    h3.playlist-tip {
        font-size: 2rem;
        color: #454287;
        background: rgba(168, 162, 231,0.2);
        display: inline;
        padding: 5px 8px;
        border-radius: 5px;
    }
    p.playlist-tip {
        margin: 1.5rem 0 0;
    }
    
    .playlist-item .label {
        font-size: 2rem;
        margin-bottom: 10px;
        display: inline-block;
        padding: 4px 9px;
        border-radius: 7px;
        position: relative;
        right: -6px;
        top: -4px;
        float: right;
    }
    .playlist-item .label.new {
        color: #856404;/*454287*AE5909/*7A7000*/
        background: #FFF9B1;
    }
    .playlist-item .label:empty {
        display: none;
    }
    
    #streamsong-modal a.modal-cta-button {
        padding: 1.25rem 1rem;
        text-align: center;
    }
    
    /* Stream Song Modal */
    
    .streamsong-details {
        display: none;
    }
    
    #streamsong-modal ul.modal-cta-button {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem; /* increased gap */
        border: none;
        background: #f8f8f8;
    }
    
    #streamsong-modal ul.modal-cta-button li {
        flex: 1 1 calc(50% - 0.75rem); /* 0.5rem = half of gap */
    }
    
    #streamsong-modal ul.modal-cta-button li.full-width {
        flex: 1 1 100%;
    }
    
    #streamsong-modal ul.modal-cta-button li a.modal-cta-button {
        min-width: unset;
        width: 100%;
        box-sizing: border-box;
    }
    
    #streamsong-modal ul.modal-cta-button li {
        margin: 1rem 0 0 0;
        text-align: center;
    }
    
    #streamsong-modal ul.modal-cta-button li:first-of-type {
        margin-top: auto;
    }
    
    #streamsong-modal li.full-width a.modal-cta-button {
        text-align: center;
    }
    
    
    /* Footer Tagline */
    .postid-23835 #footer .tagline {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3.6rem;
        font-weight: 300;
        position: relative;
        gap: 10px;
    }
    @media (max-width: 599px) {
        .postid-23835 #footer .tagline {
            font-size: 3rem;
            font-weight: 300;
            gap: 10px;
        }
    }
    .postid-23835 #footer .footer-tagline {
        display: inline-flex; /* Ensures text stays in one line */
        align-items: center;
        position: relative;
    }
    
    .postid-23835 #footer .footer-tagline::before,
    .postid-23835 #footer .footer-tagline::after {
        font-size: 7rem;
        font-weight: 200;
        color: rgba(243,230,230,.35);
        line-height: 0.7; /* Helps vertically align the brackets */
    }
    @media (max-width: 599px) {
        .postid-23835 #footer .footer-tagline::before,
        .postid-23835 #footer .footer-tagline::after {
            font-size: 12rem;
            font-weight: 100;
        }
    }
    .postid-23835 #footer .footer-tagline::before {
        content: "(";
        margin-right: 10px;
    }
    
    .postid-23835 #footer .footer-tagline::after {
        content: ")";
        margin-left: 10px;
    }
    
    /* Image Crop (Brand Bar) ****************/
    
      .imageContainerItem {
    	margin: 0 auto;
    	padding: 0;
    	min-height: 330px;
    	max-width: 712px;
    	height: auto;
    	position: relative;
    	overflow: hidden;
    	border: 1px solid #ddd !important;
    }
    
    
    @media (max-width: 599px) {
    .imageContainerItem {
    	min-height: auto;
    }
    }
    .itemImage {
    	display: block;
    	margin: 0 auto;
    	width: 100%;
    	height: auto;
    	border: 0;
    }
    div.Landscape_Crop .itemImage, div.Portrait_Crop .itemImage {
    	margin: 0 auto -8.31%;
    }
    div.ThreeTwoRatio_Crop .itemImage {
    	margin: 0 auto -7.8%;
    }
    div.Square_Crop .itemImage, div.FourbyThree_Crop .itemImage {
    	margin: 0 auto -8%;
    }
    div.No_Crop .itemImage {
    	margin: 0 auto !important;
    }
    
    /**************************************************************************************************************/
    
    /* Chrome Fixes */
    body {
        overscroll-behavior-y: none;
    }
    /* FIX  Safari */
    [role="button"] {
        cursor: pointer;
    }
    
    /* External Link Icon */
    div.entry-content [href^="http"]:not([href*="morejersey.com"])::after {
        content: '(external link)';
        display: inline-block;
        width: 2rem;
        height: 2rem;
        text-indent: 2em;
        white-space: nowrap;
        overflow: hidden;
        background-image: url(/wp-content/themes/twentytwenty/custom/img/new-window.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 83% auto;
        top: .4rem;
        position: relative;
        filter: invert(33%) sepia(78%) saturate(1013%) hue-rotate(105deg) brightness(90%) contrast(101%);
    }
    /* Remove/Exclude: External Link Icon */
    #site-content div.grid-display-container a::after,
    a.no_window_icon::after {
        display: none !important;
    }
    
    input[type=text], input[type=button] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    
    /* link underliner decoration */
    *:link, *:hover {
        text-underline-offset: 5px;
    }
    
    .archive div.storefront-bottom {
        max-width: 80rem;
        width: calc(100% - 6rem);
        margin: -5rem auto 0;
    }
    @media (max-width: 599px) {
        .archive div.storefront-bottom {
            margin: 0 auto 0;
        }
    }
    
    .tax-product_cat div.about-cat {
        max-width: 80rem;
        margin-top: -2rem;
        margin: 0 auto;
    }
    
    #svg-sprite {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: circle(1% at 1% 1%);
        clip-path: circle(1% at 1% 1%);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    .block {
        display: block;
    }
    
    .nowrap {
        white-space: nowrap;
    }
    
    /* ALIGNMENT */
    @media (min-width: 992px){
        #site-content .aligntad {
            max-width: 80rem;
            width: 80rem;
        }
        #site-content .alignmid {
            max-width: 100rem;
            width: 100rem;
        }
        #site-content .alignbody {
            max-width: 74rem;
            width: calc(100% - 4rem);
            margin: 0 auto;
        }
    }
    
    /* HIDE / Visibility */
    
    .hide, .HIDE, .hide-me, .hide_me, .none {display: none !important;}
    .hidden {display: none;}
    .hidden-div {display: none !important;}
    .show {display: block;}
    
    .noline {text-decoration: none !important;}
    
    .clearfix, .clear {
        clear: both;
    }
    
    .space-remover {
        word-spacing: -.25em;
    }
    
    
    @media (min-width: 1200px) {
        .hide_desktop {display: none !important;}}
        
    @media only screen and (min-width : 768px) and (max-width : 1024px) {
        .hide_tablet {display: none !important;}}
        
    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .hide_tabletLandscape, .hide_tablet_landscape {display: none !important;}}
    
    @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
        .hide_tabletPortrait, .hide_tablet_portrait {display: none !important;}}
    
    @media only screen and (max-width: 514px) {
        .hide_mobile {display: none !important;}}
    
    
    
    /* GENERAL / HELPERS *************************************/
    
    /* Spacing */  /* Margin */  /* Padding */
    
    .nomargin {margin: 0 auto !important}
    .nomargin-top, .notopmargin {margin-top: 0 !important}
    .nomargin-bottom, .nobotmargin, .nobottommargin {margin-bottom: 0 !important}
    @media only screen and (max-width: 514px) {
        .nomargin-top-mobile {margin-top: 0 !important}
        .nomargin-bottom-mobile {margin-bottom: 0 !important}
    }
    
    .nopadding {padding: 0 !important}
    
    .padding10 {padding: 10px !important}
    .padding20 {padding: 20px !important}
    .padding30 {padding: 30px !important}
    
    @media (min-width: 992px){
        .desktop-right, .rightalign-nonmobile {text-align: right;}
    }
    
    @media only screen and (max-width: 514px) {
        .rightalign-nonmobile {text-align: left;}
        .mobile-left {text-align: left;}
        .mobile-center {text-align: center;}
    }
    
    /* MARGINS *****************************************************************/
    
    #site-content .mt0rem {margin-top: 0 !important;}
    #site-content .mt-1rem {margin-top: -1rem !important;}
    #site-content .mt-2rem {margin-top: -2rem !important;}
    #site-content .mt-3rem {margin-top: -3rem !important;}
    #site-content .mt-4rem {margin-top: -4rem !important;}
    #site-content .mt-5rem {margin-top: -5rem !important;}
    #site-content .mt0rem {margin-top: 0rem !important;}
    #site-content .mt1rem {margin-top: 1rem !important;}
    #site-content .mt2rem {margin-top: 2rem !important;}
    #site-content .mt3rem {margin-top: 3rem !important;}
    #site-content .mt4rem {margin-top: 4rem !important;}
    #site-content .mt5rem {margin-top: 5rem !important;}
    #site-content .mt6rem {margin-top: 6rem !important;}
    #site-content .mt7rem {margin-top: 7rem !important;}
    #site-content .mt8rem {margin-top: 8rem !important;}
    #site-content .mt9rem {margin-top: 9rem !important;}
    #site-content .mt10rem {margin-top: 10rem !important;}
    
    #site-content .mb0rem {margin-bottom: 0 !important;}
    #site-content .mb-1rem {margin-bottom: -1rem !important;}
    #site-content .mb-2rem {margin-bottom: -2rem !important;}
    #site-content .mb-3rem {margin-bottom: -3rem !important;}
    #site-content .mb-4rem {margin-bottom: -4rem !important;}
    #site-content .mb-5rem {margin-bottom: -5rem !important;}
    #site-content .mb0rem {margin-bottom: 0rem !important;}
    #site-content .mb1rem {margin-bottom: 1rem !important;}
    #site-content .mb2rem {margin-bottom: 2rem !important;}
    #site-content .mb3rem {margin-bottom: 3rem !important;}
    #site-content .mb4rem {margin-bottom: 4rem !important;}
    #site-content .mb5rem {margin-bottom: 5rem !important;}
    #site-content .mb6rem {margin-bottom: 6rem !important;}
    #site-content .mb7rem {margin-bottom: 7rem !important;}
    #site-content .mb8rem {margin-bottom: 8rem !important;}
    #site-content .mb9rem {margin-bottom: 9rem !important;}
    #site-content .mb10rem {margin-bottom: 10rem !important;}
    
    @media (min-width: 992px){
        #site-content .mt0rem-dux {margin-top: 0 !important;}
        #site-content .mt-1rem-dux {margin-top: -1rem !important;}
        #site-content .mt-2rem-dux {margin-top: -2rem !important;}
        #site-content .mt-3rem-dux {margin-top: -3rem !important;}
        #site-content .mt-4rem-dux {margin-top: -4rem !important;}
        #site-content .mt-5rem-dux {margin-top: -5rem !important;}
        #site-content .mt0rem-dux {margin-top: 0rem !important;}
        #site-content .mt1rem-dux {margin-top: 1rem !important;}
        #site-content .mt2rem-dux {margin-top: 2rem !important;}
        #site-content .mt3rem-dux {margin-top: 3rem !important;}
        #site-content .mt4rem-dux {margin-top: 4rem !important;}
        #site-content .mt5rem-dux {margin-top: 5rem !important;}
        #site-content .mt6rem-dux {margin-top: 6rem !important;}
        #site-content .mt7rem-dux {margin-top: 7rem !important;}
        #site-content .mt8rem-dux {margin-top: 8rem !important;}
        #site-content .mt9rem-dux {margin-top: 9rem !important;}
        #site-content .mt10rem-dux {margin-top: 10rem !important;}
    
        #site-content .mb0rem-dux {margin-bottom: 0 !important;}
        #site-content .mb-1rem-dux {margin-bottom: -1rem !important;}
        #site-content .mb-2rem-dux {margin-bottom: -2rem !important;}
        #site-content .mb-3rem-dux {margin-bottom: -3rem !important;}
        #site-content .mb-4rem-dux {margin-bottom: -4rem !important;}
        #site-content .mb-5rem-dux {margin-bottom: -5rem !important;}
        #site-content .mb0rem-dux {margin-bottom: 0rem !important;}
        #site-content .mb1rem-dux {margin-bottom: 1rem !important;}
        #site-content .mb2rem-dux {margin-bottom: 2rem !important;}
        #site-content .mb3rem-dux {margin-bottom: 3rem !important;}
        #site-content .mb4rem-dux {margin-bottom: 4rem !important;}
        #site-content .mb5rem-dux {margin-bottom: 5rem !important;}
        #site-content .mb6rem-dux {margin-bottom: 6rem !important;}
        #site-content .mb7rem-dux {margin-bottom: 7rem !important;}
        #site-content .mb8rem-dux {margin-bottom: 8rem !important;}
        #site-content .mb9rem-dux {margin-bottom: 9rem !important;}
        #site-content .mb10rem-dux {margin-bottom: 10rem !important;}
    }
    
    @media (max-width: 599px) {
        #site-content .mt-0rem-mux {margin-top: 0 !important;}
        #site-content .mt-1rem-mux {margin-top: -1rem !important;}
        #site-content .mt-2rem-mux {margin-top: -2rem !important;}
        #site-content .mt-3rem-mux {margin-top: -3rem !important;}
        #site-content .mt-4rem-mux {margin-top: -4rem !important;}
        #site-content .mt-5rem-mux {margin-top: -5rem !important;}
        #site-content .mt0rem-mux {margin-top: 0rem !important;}
        #site-content .mt1rem-mux {margin-top: 1rem !important;}
        #site-content .mt2rem-mux {margin-top: 2rem !important;}
        #site-content .mt3rem-mux {margin-top: 3rem !important;}
        #site-content .mt4rem-mux {margin-top: 4rem !important;}
        #site-content .mt5rem-mux {margin-top: 5rem !important;}
        #site-content .mt6rem-mux {margin-top: 6rem !important;}
        #site-content .mt7rem-mux {margin-top: 7rem !important;}
        #site-content .mt8rem-mux {margin-top: 8rem !important;}
        #site-content .mt9rem-mux {margin-top: 9rem !important;}
        #site-content .mt10rem-mux {margin-top: 10rem !important;}
        
        #site-content .mb0-mux {margin-bottom: 0 !important;}
        #site-content .mb-1rem-mux {margin-bottom: -1rem !important;}
        #site-content .mb-2rem-mux {margin-bottom: -2rem !important;}
        #site-content .mb-3rem-mux {margin-bottom: -3rem !important;}
        #site-content .mb-4rem-mux {margin-bottom: -4rem !important;}
        #site-content .mb-5rem-mux {margin-bottom: -5rem !important;}
        #site-content .mb0rem-mux {margin-bottom: 0rem !important;}
        #site-content .mb1rem-mux {margin-bottom: 1rem !important;}
        #site-content .mb2rem-mux {margin-bottom: 2rem !important;}
        #site-content .mb3rem-mux {margin-bottom: 3rem !important;}
        #site-content .mb4rem-mux {margin-bottom: 4rem !important;}
        #site-content .mb5rem-mux {margin-bottom: 5rem !important;}
        #site-content .mb6rem-mux {margin-bottom: 6rem !important;}
        #site-content .mb7rem-mux {margin-bottom: 7rem !important;}
        #site-content .mb8rem-mux {margin-bottom: 8rem !important;}
        #site-content .mb9rem-mux {margin-bottom: 9rem !important;}
        #site-content .mb10rem-mux {margin-bottom: 10rem !important;}
    }
    
    /* Colors */
    .color-8C8C8C {color: #8C8C8C !important}
    
    .green-prime {color: #2C9E47 !important}
    .color-dark-green {color: #2E7233 !important}
    .color-slate {color: #626d77 !important}
    .color-ddd {color: #ddd !important}
    .color-999 {color: #999 !important}
    .color-333 {color: #333 !important}
    .color-666 {color: #666 !important}
    #site-content .mustard, .color-mustard {color: #FFE142 !important}
    .mustard-dark {color: #EFD453 !important}
    .muted-yellow {color: #D1D119 !important}
    .yellow {color: #FFFF00 !important}
    .black {color: #000 !important}
    .white {color: #fff !important}
    .purple {color: #645e9d !important;}
    
    .color-Facebook {color: #3b5998 !important}
    .color-Instagram {color: #e1306c !important}
    .color-Twitter {color: #1da1f2 !important}
    .color-TikTok {color: #4bbec7 !important}
    .color-LinkedIn {color: #0077b5 !important}
    .color-YouTube {color: #ff0000 !important}
    
    .background-white {background: #FFF !important}
    .background-purple {background: #645e9d !important;}
    
    .background-Facebook {background: #3b5998 !important}
    .background-Instagram {background: #e1306c !important}
    .background-Twitter {background: #1da1f2 !important}
    .background-TikTok {background: #4bbec7 !important}
    .background-LinkedIn {background: #0077b5 !important}
    .background-YouTube {background: #ff0000 !important}
    
    .border-Facebook {border-color: #3b5998 !important}
    .border-Instagram {border-color: #e1306c !important}
    .border-Twitter {border-color: #1da1f2 !important}
    .border-TikTok {border-color: #4bbec7 !important}
    .border-LinkedIn {border-color: #0077b5 !important}
    .border-YouTube {border-color: #ff0000 !important}
    
    .fill-Facebook {fill: #3b5998 !important; color: #3b5998 !important}
    .fill-Instagram {fill: #e1306c !important; color: #e1306c !important}
    .fill-Twitter {fill: #1da1f2 !important; color: #1da1f2 !important}
    .fill-TikTok {fill: #4bbec7 !important; color: #4bbec7 !important}
    .fill-LinkedIn {fill: #0077b5 !important; color: #0077b5 !important}
    .fill-YouTube {fill: #ff0000 !important; color: #ff0000 !important}
    
    .fill-white {fill: #fff; filter: invert(99%) sepia(0%) saturate(1156%) hue-rotate(139deg) brightness(118%) contrast(100%);}
    .fill-black {fill: #000; filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(76deg) brightness(110%) contrast(110%);}
    .fill-999 {fill: #999; filter: invert(59%) sepia(87%) saturate(0%) hue-rotate(173deg) brightness(86%) contrast(92%);}
    
    .testgray {color: #dde0e2 !important; background: #dde0e2 !important;}
    .website-link {color: #0000EE !important}
    
    .highlighter {
        background: rgb(255,255,77,.8);
        padding: 0 5px;
    }
    
    /* OPACITY */
    .opacity50 {opacity: 0.5 !important;}
    .opacity25 {opacity: 0.25 !important;}
    .opacity75 {opacity: 0.75 !important;}
    
    /* Borders */
    .border-999 {border: 1px solid #999 !important}
    .border-ddd {border: 1px solid #ddd !important}
    .border-top-ddd {border-top: 1px solid #ddd;}
    .border-bot-ddd {border-bottom: 1px solid #ddd;}
    .border-top-999 {border-top: 1px solid #999;}
    .border-bot-999 {border-bottom: 1px solid #999;}
    .border-solid-fff {border: 1px solid #fff;}
    .border-dotted-fff {border: 1px dotted #fff;}
    
    @media (max-width: 599px){
        .border-bot-ddd-mobile {border-bottom: 1px solid #ddd;}
    }
    
    /* Text Alignment */
    .center {text-align: center !important;}
    .left {text-align: left !important;}
    .right {text-align: right !important;}
    
    /* Font Size / Text Sizing */
    .font220 {font-size: 220% !important;}
    .font200 {font-size: 200% !important;}
    .font190 {font-size: 190% !important;}
    .font180 {font-size: 180% !important;}
    .font170 {font-size: 170% !important;}
    .font160 {font-size: 160% !important;}
    .font150 {font-size: 150% !important;}
    .font140 {font-size: 140% !important;}
    .font130 {font-size: 130% !important;}
    .font120 {font-size: 120% !important;}
    .font110 {font-size: 110% !important;}
    .fontsize100 {font-size: 100% !important;}
    .font95 {font-size: 95% !important;}
    .font90 {font-size: 90% !important;}
    .font85 {font-size: 85% !important;}
    .font80 {font-size: 80% !important;}
    .font75 {font-size: 75% !important;}
    .font70 {font-size: 70% !important;}
    .font2_5rem {font-size: 2.5rem}
    
    @media (min-width: 992px){
        .font90-desktop {font-size: 90%}
    }
    @media (min-width: 992px){
        .font80-desktop {font-size: 80%}
    }
    
    @media (max-width: 599px){
        .font200mobile {font-size: 200% !important}
        .font190mobile {font-size: 190% !important}
        .font180mobile {font-size: 180% !important}
        .font170mobile {font-size: 170% !important}
        .font160mobile {font-size: 160% !important}
        .font150mobile {font-size: 150% !important}
        .font140mobile {font-size: 140% !important}
        .font130mobile {font-size: 130% !important}
        .font120mobile {font-size: 120% !important}
        .font110mobile {font-size: 120% !important}
        .font95mobile {font-size: 95% !important}
        .font90mobile {font-size: 90% !important}
        .font85mobile {font-size: 85% !important}
        .font80mobile {font-size: 80% !important}
        .font75mobile {font-size: 75% !important}
        .font70mobile {font-size: 70% !important}
        .font1_5remmobile {font-size: 1.5rem !important}
        .font26px-mobile {font-size: 26px !important;}
    }
    
    /* Font Weights */
    .weight-100 {font-weight: 100 !important}
    .weight-200 {font-weight: 200 !important}
    .weight-300 {font-weight: 300 !important}
    .weight-400 {font-weight: 400 !important}
    .weight-500 {font-weight: 500 !important}
    .weight-600 {font-weight: 600 !important}
    .weight-700, .bold, .strong {font-weight: 700 !important}
    
    
    /* Border Radius */
    figure.rounded, img.rounded, figure.rounded-notmobile, img.rounded-notmobile {border-radius: 1.5rem;}
    img.lessrounded {border-radius: 8px;}
    
    @media (max-width: 599px){
        img.rounded-notmobile {border-radius: 0;}
    }
    
    .radius0 {border-radius: 0 !important;}
    .radius-22 {border-radius: 22px;}
    @media (max-width: 599px){.radius-22 {border-radius: 0;}}
    
    .rounded45, .radius-45 {border-radius: 45px;}
    @media (max-width: 599px){.rounded45, .radius-45 {border-radius: 0;}}
    
    .rounded90, .radius-90 {border-radius: 90px;}
    @media (max-width: 599px){.rounded90, .radius-90 {border-radius: 0;}}
    
    .round {border-radius: 50%;}
    
    /* remove slow font : Inter var,
    .child-posts,
    .entry-content,
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-content p,
    .entry-content ol,
    .entry-content ul,
    .entry-content dl,
    .entry-content dt,
    .entry-content cite,
    .entry-content figcaption,
    .entry-content .wp-caption-text {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    		color: #252525;
    }
    
    h1, h2, h3, h4, h5, h6, p {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    		color: #252525;
    }
    body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans;
    		color: #252525;
    }
    */
    
    
    .entry-header-inner.section-inner
    {
    max-width: 74rem;
    width: calc(100% - 6rem);
    }
    @media (max-width: 599px) {
        .entry-header-inner.section-inner {
        width: calc(100% - 4rem);
        }
    }
    
    .entry-content > * {
        font-size: 2rem;
        line-height: 3.2rem;
    }
    @media screen and (orientation: portrait) {
        .entry-content > * {
            font-size: 2rem;
            line-height: 3.2rem;
        }
    }
    
    /* LINKS ******************************************/
    
    #site-content .link {
        color: #00852C;
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-thickness: .125rem;
        transition: all ease-in-out .3s;
    }
    
    #site-content .link:hover {
        text-decoration: none;
    }
    
    #site-content a.unstyled, #site-content a.nodecoration, #site-content a.nounderline {
        text-decoration: none !important;
        text-underline-offset: -9999rem !important;
    }
    
    #site-content button.link, #site-content span.link {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: inherit;
        border: solid .3rem transparent;
        border-radius: unset;
        cursor: pointer;
        display: inline;
        font-size: 1.95rem !important;
        font-weight: 400;
        letter-spacing: inherit;
        line-height: 1.476;
        margin: 0;
        opacity: 1;
        padding: 0;
        text-align: center;
        text-decoration: underline !important;
        color: #00852C;
    }
    #site-content button.link:hover, #site-content span.link {
        text-decoration: none !important;
    }
    #site-content button.link.disabled { /* REMEBER: add "disabled" to button */
    	cursor: not-allowed;
    	pointer-events: none;
    	text-decoration: none !important;
    	color: #252525 !important;
    }
    
    #site-content a.nodecoration {
        text-decoration: none;
        color: inherit;
        cursor: pointer;
    }
    
    .audiolink img {
        float: none;
        top: 6px;
        display: inline;
        position: relative;
        cursor: pointer;
    }
    
    .audiolink.pause img.play{
        display: none;
    }
    
    .audiolink.play img.pause{
        display: none;
    }
    
    /* COLORS ******************************************/
    
    div.mustard-bg, div.mustard-bg a {color: #252525 !important;}
    div.relish-bg, div.relish-bg a {color: #FFF !important;}
    div.ketchup-bg, div.ketchup-bg a {color: #FFF !important;}
    
    .mustard-bg {background-color: #FBD620 !important}
    .ketchup-bg {background-color: #D02F43 !important}
    .relish-bg {background-color: #009933 !important}
    
    
    /*
    CARD COLORS
    previously: 33%
    */
    
    .purple-text {color: #6D54AD !important}
    .purple-bg {background-color: #6D54AD !important}
    .purple-border {border-color: #6D54AD !important}
    .purple-fill {fill: #6D54AD !important; color: #6D54AD !important}
    .purple-card-gradient {background: linear-gradient(to right,  rgba(109,84,173,1) 10%,rgba(109,84,173,0) 100%);}
    
    .teal-text {color: #13798C !important}
    .teal-bg {background-color: #13798C !important}
    .teal-border {border-color: #13798C !important}
    .teal-fill {fill: #13798C !important; color: #13798C !important}
    .teal-card-gradient {background: linear-gradient(to right,  rgba(19,121,140,1) 10%,rgba(19,121,140,0) 100%);}
    
    .berry-bg {background-color: #3E78B2 !important}
    .berry-text {color: #3E78B2 !important}
    .berry-border {border-color: #3E78B2 !important}
    .berry-fill {fill: #3E78B2 !important; color: #3E78B2 !important}
    .berry-card-gradient {background: linear-gradient(to right,  rgba(62,120,178,1) 10%,rgba(62,120,178,0) 100%);}
    
    .olive-text  {color: #717B32 !important}
    .olive-bg  {background-color: #717B32 !important}
    .olive-border  {border-color: #717B32 !important}
    .olive-fill  {fill: #717B32 !important; color: #717B32 !important}
    .olive-card-gradient {background: linear-gradient(to right,  rgba(113,123,50,1) 10%,rgba(113,123,50,0) 100%);}
    
    .tan-text  {color: #867450 !important}
    .tan-bg  {background-color: #867450 !important}
    .tan-border  {border-color: #867450 !important}
    .tan-fill  {fill: #867450 !important; color: #867450 !important}
    .tan-card-gradient {background: linear-gradient(to right,  rgba(134,116,80,1) 10%,rgba(134,116,80,0) 100%);}
    
    .copper-text {color: #BC5829 !important}
    .copper-bg {background-color: #BC5829 !important}
    .copper-border {border-color: #BC5829 !important}
    .copper-fill {fill: #BC5829 !important; color: #BC5829 !important}
    .copper-card-gradient {background: linear-gradient(to right,  rgba(188,88,41,1) 10%,rgba(188,88,41,0) 100%);}
    
    .mauve-text {color: #9D6281 !important}
    .mauve-bg {background-color: #9D6281 !important}
    .mauve-border {border-color: #9D6281 !important}
    .mauve-fill {fill: #9D6281 !important; color: #9D6281 !important}
    .mauve-card-gradient {background: linear-gradient(to right,  rgba(157,98,129,1) 10%,rgba(157,98,129,0) 100%);}
    
    .pinky-bg {background-color: #D7375F !important}
    .pinky-text {color: #D7375F !important}
    .pinky-border {border-color: #D7375F !important}
    .pinky-fill {fill: #D7375F !important; color: #D7375F !important}
    .pinky-card-gradient {background: linear-gradient(to right,  rgba(215,55,95,1) 10%,rgba(215,55,95,0) 100%);}
    
    .crimson-text {color: #A71930 !important}
    .crimson-bg {background-color: #A71930 !important}
    .crimson-border {border-color: #A71930 !important}
    .crimson-fill {fill: #A71930 !important; color: #A71930 !important}
    .crimson-card-gradient {background: linear-gradient(to right,  rgba(167,25,48,1) 10%,rgba(167,25,48,0) 100%);}
    
    .mocha-text {color: #976B49 !important}
    .mocha-bg {background-color: #976B49 !important}
    .mocha-border {border-color: #976B49 !important}
    .mocha-fill {fill: #976B49 !important; color: #976B49 !important}
    .mocha-card-gradient {background: linear-gradient(to right,  rgba(151,107,73,1) 10%,rgba(151,107,73,0) 100%);}
    
    .silver-text {color: #757575 !important}
    .silver-bg {background-color: #757575 !important}
    .silver-border {border-color: #757575 !important}
    .silver-fill {fill: #757575 !important; color: #757575 !important}
    .silver-card-gradient {background: linear-gradient(to right,  rgba(117,117,117,1) 10%,rgba(117,117,117,0) 100%);}
    
    .green-text {color: #26873D !important}
    .green-bg {background-color: #26873D !important}
    .green-border {border-color: #26873D !important}
    .green-fill {fill: #26873D !important; color: #26873D !important}
    .green-card-gradient {background: linear-gradient(to right,  rgba(38,135,61,1) 10%,rgba(38,135,61,0) 100%);}
    
    
    /* Greys */
    
    .lgrey-text {color: #F7F7F7 !important}
    .lgrey-bg {background-color: #F7F7F7 !important}
    .lgrey-border {border-color: #F7F7F7 !important}
    .lgrey-fill {fill: #F7F7F7 !important; color: #F7F7F7 !important}
    
    .slate-text {color: #626D77 !important}
    .slate-bg {background-color: #626D77 !important}
    .slate-border {border-color: #626D77 !important}
    .slate-fill {fill: #626D77 !important; color: #626D77 !important}
    
    .black-text {color: #252525 !important}
    .black-bg {background-color: #252525 !important}
    .black-border {border-color: #252525 !important}
    .black-fill {fill: #252525 !important; color: #252525 !important}
    
    
    /* Foreground Header *****************************************/
        .cover-header-inner {
            position: relative;
        }
    
        .cover-header-inner .cover-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover;
        }
    
        @media screen and (orientation: portrait) {
            .cover-header-inner .cover-img.desktop {
                display: none;
            }
        }
    
        @media screen and (orientation: landscape) {
            .cover-header-inner .cover-img.mobile {
                display: none;
            }
        }
    
    /* ARCHIVE *****************************************/
    
    /* Header */
    h1.archive-title,
    .page-archive header.entry-header h1.entry-title {
        color: #fff;
        font-weight: 800;
        font-size: 8.6rem;
    }
    @media (max-width: 599px){
        h1.archive-title,
        .page-archive header.entry-header h1.entry-title {
            font-size: 4.2rem;
            line-height: 1;
        }
    }
    
    /* Page Archives */
    .page-archive h1.archive-title, .page-archive header.entry-header h1.entry-title {
        color: #fff;
        font-weight: 800;
        font-size: 9rem;
    }
    @media screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .page-archive h1.archive-title, .page-archive header.entry-header h1.entry-title {
            font-size: 8rem;
        }
    }
    @media (max-width: 599px){
        .page-archive h1.archive-title, .page-archive header.entry-header h1.entry-title {
            font-size: 4.6rem;
        }
    }
    
    /* Anchor Offset */
    html {
        scroll-padding-top: 12rem;
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        html {
            scroll-padding-top: 9.2rem;
        }
    }
    @media (max-width: 599px){
        html {
            scroll-padding-top: 5.4rem;
        }
    }
    
    /*
    *[id]:before {
      display: block;
      content: " ";
      margin-top: -12rem;
      height: 12rem;
      visibility: hidden;
      pointer-events: none;
    }
    @media (max-width: 599px){
        *[id]:before {
          display: block;
          content: " ";
          margin-top: -9.4rem;
          height: 9.4rem;
          visibility: hidden;
          pointer-events: none;
        }
    }
    */
    /*
    .anchor-margin::before,
    figure.presto-block-video #presto-player-1::before {
      display: block;
      content: " ";
      margin-top: -4rem;
      height: 4rem;
      visibility: hidden;
      pointer-events: none;
    }
    @media (max-width: 599px){
        .anchor-margin::before,
        figure.presto-block-video #presto-player-1::before {
          margin-top: -1.8rem;
          height: 1.8rem;
        }
    }
    */
    
    
    /* Focal Menu */
    
    .menu-modal.active {
        background: rgba(0, 0, 0, 0.7);
        transition: background-color 0.3s ease-out;
    }
    
    .menu-top button.close-nav-toggle {
        padding: 0 0 .5rem 0;
        margin: 1.75rem 1.75rem 0 auto;
        width: auto;
        outline: none;
    }
    
    button.toggle.close-nav-toggle span {
    	font-size: 2.7rem;
    	letter-spacing: -.1rem;
    	font-weight: 300;
    }
    
    button.toggle.close-nav-toggle .icon {
    	font-size: 2rem;
    	padding: 1rem;
    	background-color: #fff;
    	color: #252525;
    	text-align: center;
    	cursor: pointer;
    	transition: 0.15s;
    	border-radius: 50%;
    	border: 1px solid #949494;
    }
    
    @media (max-width: 599px) {
        .menu-top button.close-nav-toggle {
            margin: 2.1rem -.5rem 0 auto;
        }
    }
    
    .menu-wrapper .menu-bottom {
        padding: 2rem 0;
    }
    .modal-menu .ancestor-wrapper {
        background-color: #fff;
    }
    
    
    
    /* sub menu */
    .sub-menu .active .ancestor-wrapper a {
        padding: 2rem 2rem 2rem 4rem;
    }
    
    div.menu-mention {
        margin: 2rem -2rem 0;
    }
    img.menu-mention {
        border-radius: 1.5rem;
    }
    @media (orientation: portrait) {
        div.menu-mention {
            margin: 2rem -2rem -2rem;
        }
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        ul.modal-menu > li > a,
        ul.modal-menu > li > .ancestor-wrapper > a {
            font-size: 2rem;
            padding: 1.72rem 0;
        }
    }
    
    @media (max-width: 599px){
        ul.modal-menu > li > a {
            font-size: 2rem;
            padding: 1.75rem 2.5rem;
        }
        ul.modal-menu > li > .ancestor-wrapper > a {
            font-size: 2.2rem;
            padding: 1.75rem 2.5rem;
        }
    }
    
.menu-modal-inner {
    background: #f8f8f8;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
    background: #f8f8f8;
}



    /* aBar */
    
    div.aBar-container {
        padding: 1.25rem 0;
        position: relative;
        top: -3rem;
    }
    @media (max-width: 599px){
        div.aBar-container {
            padding: 1rem 0 1.25rem;
            top: -1rem;
            margin-bottom: 0;
        }
    }
    div.aBar-container.top-bar {
        top: 0;
    }
    
    @media (min-width: 992px){
        footer div.aBar-container {
            margin-bottom: -3rem;
        }
    }
    
    div.aBar {
        text-align: center;
        font-size: 1.85rem;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        /*position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/
    }
    
    div.aBar a.cta {
        font-weight: 800;
        text-decoration: underline;
        text-underline-offset: 4px;
        padding-left: .7rem;
    }
    div.aBar a.cta:hover {
        text-decoration: none;
    }
    @media (max-width: 599px){
        div.aBar a.cta {
            text-underline-offset: 4px;
            padding: 0;
        }
    }
    
    div.mention-bar-mustard {
        background-color: #FBD620;
    }
    @media (min-width: 1400px){
        div.mention-bar-mustard {
            background: linear-gradient( to left, rgba(251, 209, 7, 0) 0%, rgba(251, 209, 7, 1) 30%, rgba(251, 209, 7, 1) 70%, rgba(251, 209, 7, 0) 100%  );
            color: #252525;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        div.mention-bar-mustard {
            /*background: linear-gradient( to left, rgba(251, 209, 7, 0) 0%, rgba(251, 209, 7, 1) 20%, rgba(251, 209, 7, 1) 80%, rgba(251, 209, 7, 0) 100%  );*/
        }
    }
    .mention-bar-mustard a {color: #252525;}
    @media screen and (orientation: portrait) {
        div.mention-bar-mustard {
            background-color: #FBD620;
        }
    }
    
    
    @media (min-width: 768px) and (orientation: portrait) {
        header.entry-header h1.entry-title {
            font-size: 4.2rem;
        }
    }
    
    h2,
    .heading-size-2 {
        font-size: 2.7rem;
    }
    
    @media (max-width: 599px){
        h2,
        .heading-size-2 {
            font-size: 2.5rem;
            color: #3C3C3C;
        }
        .archive h2 {
            font-size: 2.7rem;
        }
    }
    
    /* Big Dots */
    .home .entry-content > .dotted-wrapper.alignwide {
        margin-bottom: 2rem;
        margin-top: 6rem;
    }
    .bigdots {
        font-size: 5.9rem;
        font-weight: 700;
        color: #626d77;
        margin: 5rem auto -2rem;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    
    .bigdots span.spacing {
        background: #f8f8f8;
        padding: 0 1.9rem;
    }
    
    .bigdots span.duotone {
        color: #a7aab1;
    }
      .dotted-wrapper svg {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 0;
    }
      .dotted-wrapper{
        position:relative;
      }
    
    .bigdots span.duotone {
        color: #a7aab1;
    }
    #why-more-jersey.bigdots {
        font-size: 4.9rem;
        font-weight: 800;
        color: #a7aab1;
    }
    
    #why-more-jersey.bigdots span.duotone {
        color: #626d77;
    }
    
    @media (max-width: 599px) {
        .home .entry-content > .dotted-wrapper.alignwide {
            margin-bottom: 1.5rem;
            margin-top: 3.75rem;
        }
        h2.bigdots.alignwide {
            font-size: 3.3rem;
            font-weight: 800;
            text-align: left;
            margin: 0;
        }
        #why-more-jersey.bigdots {
            font-size: 3.1rem;
            margin-top: 6rem;
        }
        .bigdots span.spacing {
            padding: 0 1rem 0 0;
        }
    }
    @media (min-width: 992px){
        .home .entry-content > .alignwide {
            max-width: 100rem;
            width: 100rem;
        }
    }
    
    #site-content p.why-mj {
        font-size: 3.3rem;
        line-height: 1.5;
        font-weight: 200;
        max-width: 84rem;
    }
    #site-content p.why-mj span.thicker {
        font-weight: 400;
    }
    @media (max-width: 599px) {
        #site-content p.why-mj {
            font-size: 2.5rem;
            line-height: 1.55;
            font-weight: 200;
            padding: 0;
            margin: 2rem auto 6rem auto;
        }
    }
    
    /* heading: brackets */
    .brackets {
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 0 !important;
        position: relative;
    }
    
    .brackets::before {
        box-sizing: border-box;
        content: '';
        width: 100%;
        height: 30px;
        display: block;
        position: absolute;
        top: 1.6rem;
        bottom: 0;
        right: 0;
        left: 0;
        border-top: solid 1px #949494;
        border-left: solid 1px #949494;
        border-right: solid 1px #949494;
        border-radius: 12px 12px 0 0;
        z-index: -1;
    }
    
    .brackets span {
        padding: 0 20px;
        background-color: #fff;
    }
    
    .brackets+.wp-block-gallery {
        margin-top: 0 !important;
    }
    
    @media screen and (max-width: 767px) {
        .brackets {
            padding-bottom: 15px;
        }
        .brackets::before {
            height: 20px;
            top: 1.3rem;
        }
        .brackets span {
            padding: 0 10px;
        }
    }
    
    
    /* heading: arrows */
    h2.dotlines {
        font-size: 3.7rem !important;/*4.0rem / 5.2rem*/
        margin: 3rem auto 3rem;
        font-weight: 300;
        position: relative;
        padding: 0 2.2rem;
        display: inline-block;
        width: auto !important;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'Condor', sans-serif;/*'Permanent Marker', cursive; /*'Barlow Condensed', sans-serif*/
        /*text-transform: uppercase;*/
        font-variant: small-caps;
        letter-spacing: .1rem;
        color: #757575;/*333*/
    }
    
    h2.dotlines::before,
    h2.dotlines::after {
        position: absolute;
        display: inline-block;
        width: 20px;
        /*top: 50%;*/
        transform: translateY(-55%);
        opacity: 0;
    }
    
    h2.dotlines::before {
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAgCAMAAACCYR5/AAAACXBIWXMAABcRAAAXEQHKJvM/AAAAb1BMVEX///91dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXVoaGhfX19YWFhTU1N1dXVOTk51dXVLS0tFRUVDQ0NBQUFLS0s9PT08PDw7Ozs6Ojo5OTlXV1d1dXX5CZE8AAAAInRSTlMABAgMEBQYHCAkKCwwNDg8QENMWGRwcHyAiKCsuLjQ3Oj0f6sSZgAAARBJREFUGBmlwQtygkAQBcC3sCAIwgtKlGj8jN7/jElqQEGxKgPdGPB+EfsQcwWLFVWZxZjBpewrYkwVlXySO0wS81UZYoKYY8oQZhHHFQ5GruQbGYyW7DRHEbkcanY8TAK2Nidp7dnKYZJSrS9yd2ArhEVBdZSehiqFQUi1lb4zVQ6DiOogAzUVDBKqkwx8f6oP/leChEqGrjerHRKqswxcb1Y7JFRHGdhSwSCiamSgooJBQFWdpWdPlcOioKrl4VRRJbBI2Wou0jpVbAWwCNhZH+TP5YudHDZL3lV1XW/44GHjSr6Rwspz3MrBLOaYMsQEMV+tQkwSFnySOUzkkpI9hccMLs6oiqXHbIH/5TDND86dS9P3EVFQAAAAAElFTkSuQmCC');
        transform: scale(.5);
        left: -3rem;
    }
    
    h2.dotlines::after {
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAgCAMAAACCYR5/AAAACXBIWXMAABcRAAAXEQHKJvM/AAAAclBMVEUAAAB1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXVoaGhfX19YWFhTU1NOTk51dXVLS0tISEhFRUV1dXVDQ0NBQUE/Pz9TU1M+Pj48PDw7Ozs6Ojo5OTlXV1d1dXXJZ/zIAAAAI3RSTlMABAgMEBQYHCAkKCwwNDg8QExYZHB8gIiUoKCrt8PDz9vn89IZN7sAAAEISURBVEjHtZbbEoIgEIYhzyKyaWV2oqTe/xW7SEwKm3at79KZ/QYW9kfGSIRpVhQijRdsHmGuwCLjGaKFAIcyopoiBa/kNFMMHiT/lQlA4k0BTJChVXJKBSF9e+u91sdt9TxHpKq0hauLedAOLtyViGxZYwYO9ptAqfK+qjYj9tZFaroeq0xFaXxfUzmmYVkJg83X7B6cXNW5V6Vsc8NydVXmHyp8rxrXpCmq8mPbUScoPl4GThnBqhuZWlLOcBug6+59cBJGmhyo+z12wzgrZJDyZ67XrdaHZgnERU3mMSmRc79JUZ5Wr0sFpNfL45LBr97UjDMqPB3LRMhmEWWFAgApkrm/Mn7uVjZOBCvENhwAAAAASUVORK5CYII=');
        transform: scale(.5);
        right: -.5rem;
    }
    
    h2.dotlines .small-caps {color: #333}
    @media (max-width: 599px) {
        h2.dotlines .small-caps {
            color: #000;
            }
    }
    
    @media (min-width: 992px){
        h2.dotlines {
            margin: 0 auto 3rem;
        }
    }
    
    .single-events h2.dotlines {margin: 0rem auto 3rem;}
    
    @media screen and (max-width: 767px) {
        h2.dotlines::before,
        h2.dotlines::after {
            bottom: -0.25rem;
        }
        h2.dotlines::after {
            right: -.5rem;
        }
        h2.dotlines {
            font-size: 3.4rem !important;/*3.6rem/4.2rem*/
            padding-bottom: 0 !important;
        }
    }
    
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        h2.dotlines {
            font-size: 4.2rem !important;
        }
    }
    
    /* Heading: Thanks */
    
    h1 span.thanks {
        font-size: 9vh;
    }
    @media (max-width: 599px) {
        h1 span.thanks {
            font-size: 10vw;
        }
    }
    
    /* titlecrumbs */
    ul.post-meta, .oneliner-post {
        color: #fff;
        font-size: 2.2rem;
        line-height: 1.35;
        font-weight: 400;
        margin: .4rem 0 2.7rem;
    }
    @media (max-width: 430px) and (orientation: portrait) {
        ul.post-meta, .oneliner-post {
        font-size: 2rem;
        }
    }

@media (max-width: 599px) {
    body.template-cover .entry-content p:first-of-type {
        margin-top: 3rem; /* cover template first paragraph */
    }
}
    
    div.post-meta-wrapper {
        margin: 0 auto 5rem;
    }
    .post-meta li {
        margin: 0 0 0 3rem;
        max-width: calc(100% - 3rem);
    }
    .post-meta li:first-child {
        margin-left: 0;
    }
    span.titlecrumb-divider {
        padding: 0 .7rem;
        opacity: .7;
        font-size: 1.4rem;
    }
    .page-template-default .oneliner-post {
        color: #7770DB;/*8B85E0*/
        font-size: 2.5rem;
        line-height: 1.35;
        font-weight: 600;/*300*/
        margin: -1rem 0 2.5rem;
}
@media (max-width: 599px) {
    .page-template-default .oneliner-post {
        margin: -1rem 0 2rem;
        }
    .cover-header p.oneliner-post,
    .cover-header p.oneliner-archive {
        margin-top: -1rem;
        }
    }

    p.oneliner-post:empty {
        display: none !important;
        margin: 0 !important;
        height: 0 !important;
        border: 0 !important;
    }
    
    @media (min-width: 992px){
        .cover-header .oneliner-post,
        .cover-header .oneliner-archive {
        font-size: 2.75rem;
        }
    }
    
    header.entry-header ul.post-meta a,
    .header_type_biggray header.entry-header a,
    header.entry-header .oneliner-post a {
        font-weight: 500;
        font-size: 2rem; /*2.2*/
        color: #FFE142;
        text-decoration: underline;
        text-decoration-style: dotted;
        text-underline-offset: 7px;
        text-decoration-thickness: .145rem;
        transition: .3s;
    }
    
    .oneliner-archive a {
        font-weight: 500;
        font-size: 2.8rem;
        color: #fff;
        text-decoration: underline;
        text-decoration-style: dotted;
        text-underline-offset: 7px;/*9px*/
        text-decoration-thickness: .145rem;/*1.5rem*/
        transition: .3s;
    }
    .oneliner-archive a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    @media (max-width: 599px) {
        .oneliner-archive a {
            font-size: 2.2rem;
        }
    }
    
    .header_type_basic header.entry-header .oneliner-post a {
        color: #252525;
        background: #FCD000;
        padding: .5rem 1rem;
        border-radius: .5rem;
        text-decoration: none;
    }
    
    @media (max-width: 599px){
        ul.post-meta li,
        header.entry-header ul.post-meta a,
        .header_type_biggray header.entry-header a {
            font-size: 2.2rem;/*2rem*/
        }
    }
    @media (max-width: 320px){
        ul.post-meta li, header.entry-header ul.post-meta a {
            font-size: 1.5rem;
        }
    }
    header.entry-header ul.post-meta a:hover,
    .header_type_biggray header.entry-header a:hover,
    header.entry-header .oneliner-post a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    ul.post-meta a:hover, a.title-breadcrumbs-link.noline:hover {
        border-bottom: 0;
        transition: .3s;
    }
    
    
    
    .header_type_prime .title-breadcrumbs-text {
        font-weight: 400 !important;
        color: #fff;
        font-size: 1.1rem;
    }
    
    .breadcrumb-dividers {
        padding: 0 5px;
        margin: 0 2px;
        color: #eee;
        font-size: 1.3em;
        font-weight: 400;
        top: 2px;
        position: relative;
        visibility: hidden;
    }
    
    .oneliner-archive, .page-archive p.oneliner-post {
        font-size: 2.6rem;
        line-height: 1;
        font-weight: 500;
        text-shadow: 2px 1px 8px rgb(51 51 51 / 90%);
    }
    @media (max-width: 599px){
        .oneliner-archive, .page-archive p.oneliner-post {
            font-size: 2rem;
            font-weight: 500;
        }
    }
    
    .tax-events_taxonomy .oneliner-archive,
    .tax-events_region_taxonomy .oneliner-archive,
    .tax-events_county_taxonomy .oneliner-archive,
    .tax-events_tags_taxonomy .oneliner-archive,
    .page-archive p.oneliner-post
    {
        font-size: 2.8rem;
        font-weight: 500;
    }
    @media (max-width: 599px){
        .tax-events_taxonomy .oneliner-archive,
        .tax-events_region_taxonomy .oneliner-archive,
        .tax-events_county_taxonomy .oneliner-archive,
        .tax-events_tags_taxonomy .oneliner-archive,
    .page-archive p.oneliner-post
        {
            font-size: 2rem;
            font-weight: 500;
        }
    }
    
    
    span.oneliner-archive {
        display: block;
        margin: 1.2rem 0 1em 0;
        letter-spacing: 0;
    }
    
    .page-archive p.oneliner-post {
        margin: 1.2rem 0 2.6rem 0; /* match page landing hero with archive hero */
        /*margin: 1.2rem 0;*/
    }
    
    /*.page-archive p.oneliner-post {
    margin-top: 2rem;
    }*/
    
    /* links */
    
    
    
    a:hover, a:focus,
    .link:hover, .link:hover
    {
        text-decoration: none;
    }
    
    .color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
        color: #009933;
    }
    
    a.cta.button {
        color: #fff;
    }
    
    /* MY CODE *****************************************************/
    
    /* Homepage ************/
    
    
    h2#nj-videos {
        margin-top: 0;
    }
    
    .home #site-content .grid-display-outer.alignwide {
        margin-top: 0;
    }
    .home #site-content div.grid-display-container.alignwide {
        margin: 0 auto;
    }
    
    .home .cta-card-button {
        position: absolute;
        right: 50%;
        bottom: 1.7rem;
        z-index: 4;
        transform: translate(50%, -50%);
        width: 26rem;
    }
    .home .cta-card-container {
        /* min-height: 27.3rem; */
        padding: 0;
        display: flex;
        margin: 0;
        color: #fff;
        border-radius: .75rem;
        overflow: hidden;
    }
    .home .alm-layout .cta-card-button a.modal-cta-button {
        border: 1px solid #252525;
        border-bottom: 2px solid #252525;
        color: #252525;
        width: 100%;
    }
    .home a.modal-cta-button {
        color: #252525;
    }
    
    .home .cta-card-button a.modal-cta-button {
        font-size: 1.9rem
    }
    
    /* CTA */
    .presto-cta-overlay-ui h1 {
        text-align: center;
    }
    
    p.presto-caption {
        margin: -1rem auto 3rem;
    }
    
    #site-content div.prime.alignwide figure.presto-block-video,
    figure.presto-block-video.alignwide {
        margin-top: 0;
    }
    
    
    /* border stroke */
    figure.presto-block-video {
        border: 2px solid #fff;
    }
    
    /* shadow */
    @media (min-width: 992px){
        figure.presto-block-video {
            -webkit-box-shadow: 0px 0px 30px 3px rgb(0 0 0 / 30%);
            box-shadow: 0px 0px 30px 3px rgb(0 0 0 / 30%);
        }
        .archive figure.presto-block-video {
            -webkit-box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 15%);
            box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 15%);
        }
    }

        
    /* Story Blocks ****************/
    
    /* stoty blocks: prime */
    #site-content div.storyblock.prime {
        margin-top: 14rem;
        margin-bottom: 6rem;
    }
    @media (max-width: 599px) {
        #site-content div.storyblock.prime {
            margin-top: 9rem;
            margin-bottom: 4rem;
        }
        #site-content div.storyblock.prime .wp-block-media-text__content {
            padding: 3rem 0 0;
        }
        #site-content div.storyblock.prime .wp-block-video figcaption {
            margin-bottom: .5rem;
            font-weight: 400;
        }
    }
    
    @media (min-width: 1400px){
        #site-content div.storyblock.prime .wp-block-media-text__content.right-text {
            padding: 0 0 0 10%;
        }
        figure.storyblock.wp-block-media-text__media.left-media {
            margin: 0;
            transform: translate(0, -10%);
        }
    }
    
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        #site-content div.storyblock.prime {
            margin-top: 13.5rem;
        }
        #site-content .alignmid {
            max-width: 100rem;
            width: calc(100% - 8rem);
        }
        figure.storyblock.wp-block-media-text__media.left-media {
            margin: 0;
            transform: translate(0, -10%);
        }
    }
    
    /* story block: portrait video */
    .wp-block-media-text.storyblock-portrait {
        grid-template-columns: 36% 1fr;
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        .storyblock-portrait figure.wp-block-video.plyr-block-video {
            max-width: 33.6rem;
        }
        .storyblock-portrait .wp-block-media-text__content.right-text {
            padding: 0 0 0 3rem;
        }
    }
    
    .storyblock img {
        border-radius: 1.5rem;
    }
    
    @media (max-width: 599px){
        .storyblock .wp-block-video:not(.alignwide):not(.alignfull) {
            margin-bottom: 0;
            margin-top: 0;
        }
    }
    
    /* story block titlecrumb */
    #site-content div.storyblock div.titlecrumb {
        margin: -1.75rem 0 4.5rem;
    }
    #site-content div.storyblock .titlecrumb a {
        color: #AC8F02;
        font-size: 2.2rem;
        line-height: 1;
        font-weight: 700;
        text-underline-offset: 17px;
    }
    @media (max-width: 599px) {
        #site-content div.storyblock .titlecrumb a {
            font-size: 2.25rem;
            font-weight: 900;
        }
        #site-content div.storyblock div.titlecrumb {
            margin: 1.2rem 0 4.5rem;
        }
    }
    
    #site-content div.storyblock .meta-wrapper a:hover {
        text-decoration: none;
    }
    
    .storyblock span.pretitle {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0;
        font-family: "roboto";
        text-transform: uppercase;
    }
    
    .wp-block-media-text.alignwide {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    @media (max-width: 599px){
        .wp-block-media-text.alignwide {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
    }
    
    #site-content .wp-block-media-text.alignwide.storyblock-square {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    
    /* story block styling */
    .wp-block-media-text__content.left-text p {
    	border-right: 1px solid #949494;
    	padding-right: 3rem;
    }
    
    .wp-block-media-text__content.right-text p {
    	border-left: 1px solid #949494;
    	padding-left: 3rem;
    }
    
    .notextline .wp-block-media-text__content.left-text p,
    .notextline .wp-block-media-text__content.right-text p {
    	border: none;
    	padding: 0;
    }
        
    @media (min-width: 1400px){
        figure.left-media {
            /*padding-right: 4rem;*/
        }
        figure.right-media {
            /*padding-left: 4rem;*/
        }
        .woocommerce .wp-block-media-text__content.left-text {
            padding: 0 13.5% 0 0;/*8rem*/
        }
        .woocommerce .wp-block-media-text__content.right-text {
            padding: 0 0 0 13.5%;/*8rem*/
        }
        .wp-block-media-text__content.left-text {
            padding: 0 13.5% 0 0;/*8rem*/
        }
        .wp-block-media-text__content.right-text {
            padding: 0 0 0 13.5%;/*8rem*/
        }
        .left-text > p {
            padding-left: 12rem;
        }
        .right-text > p {
            padding-right: 12rem;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .wp-block-media-text__content.left-text {
            padding: 0 5rem 0 0;
        }
        .wp-block-media-text__content.right-text {
            padding: 0 0 0 5rem;
        }
        .left-text > p {
            padding-left: 3rem;
        }
        .right-text > p {
            padding-right: 3rem;
        }
    }
    
    h2.big-thin {
        font-size: 4.6rem;
        font-weight: 200;
    }
    .wp-block-media-text__content p {
        line-height: 1.8;
        font-size: 2rem;
    }
    @media (max-width: 599px){
        h2.big-thin {
            font-size: 3.6rem;
            font-weight: 200;
        }
        .wp-block-media-text__content.left-text p {
            border-right: none;
            padding-right: 0;
        }
    
        .wp-block-media-text__content.right-text p {
            border-left: none;
            padding-left: 0;
        }
    }
    
    h3.big-thin-title {
        font-size: 3.7rem;
        font-weight: 300;
        margin: 2.75rem auto 1rem;
        position: relative;
        z-index: 1;
    letter-spacing: -0.07em;
    color: #1c622c; /*949494*/
    }
    
    @media (max-width: 599px){
    h3.big-thin-title {
        font-size: 3.15rem;
        font-weight: 300;
        margin: 4rem auto 1rem;
    }
    }
    
    .storyblock.alignmid h1.desktop-left.big-thin {
        font-size: 5.4rem;
    }
    @media (max-width: 599px) {
        .storyblock.alignmid h1.desktop-left.big-thin {
            font-size: 3.8rem;
        }
    }
    
    .storyblock figure.wp-block-video.plyr-block-video {
        margin: 0;
    }
    
    @media (max-width: 599px){
        div.wp-block-media-text {
            width: calc(100% - 0px);
        }
        .woocommerce-shop #site-content .wp-block-media-text.alignwide.storyblock-square {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
    }
    
    /* prime media */
    
    .singular .entry-header {
        padding: 0;
    }
    
    /* safari video border-radius fix */
    /*video {border-radius: 1.5rem}*/
    
    /*Video Size: sized based on screen size for optimal above fold presentation: more media button bottom spacing + remove top of content being shown - ORG: 100rem*/
    /*.singular #site-content div.entry-content figure.alignwide,*/
    .singular #site-content div.entry-content figure.plyr-block-video.alignwide {
        max-width: 96rem;
        width: calc(100% - 9rem);
    }
    @media (min-width: 1800px){
        /*.singular #site-content div.entry-content figure.alignwide,*/
        .singular #site-content div.entry-content figure.plyr-block-video.alignwide {
            max-width: 102rem;
            width: calc(100% - 9rem);
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        /*.singular #site-content div.entry-content figure.alignwide,*/
        .singular #site-content div.entry-content figure.plyr-block-video.alignwide {
            max-width: 100rem;
            width: calc(100% - 9rem);
        }
    }
    
    /* square prime video */
    .singular #site-content div.entry-content figure.plyr-block-video.prime.ratio-square {
        max-width: 78rem;
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        .singular #site-content div.entry-content figure.plyr-block-video.prime.ratio-square {
            max-width: 62rem;
        }
    }
    
    @media (max-width: 599px){
        .singular #site-content div.entry-content figure.alignwide,
        .singular #site-content div.entry-content figure.wp-block-image.alignwide {
            width: 100%; /*width: calc(100% - 3rem);*/
            padding: 0;
        }
        .singular #site-content div.entry-content figure.plyr-block-video.alignwide {
            width: 100%; /*width: calc(100% - 3rem);*/
        }
    }
    
    .entry-content .prime {
        border-radius: 1.5rem; /* prime border radius */
    }
    
    /* prime image border / prime media border: mux */
    .entry-content figure.prime img {
        border: 2px solid #fff;
        border-radius: 1.5rem;
        z-index: 59;
        position: relative;
    }
    
    @media (max-width: 599px) {
        .entry-content figure.prime img {
            border: 6px solid rgba(248,248,248,.88);
            border-radius: 1.5rem;
            width: 100%;
        }
    }
    
    /* plyr position */
    .entry-content figure.action-buttons  {
        margin-bottom: 0 !important;
    }
    
    /* Prime Media Position ******************************/
    @media (min-width: 992px){
        .entry-content figure.alignwide.prime,
        .entry-content div.alignwide.prime,
        .presto-block-video.alignwide {
            margin-top: -27rem !important;
            /*margin-top: -34rem !important;*/
            padding: 0;
            margin-bottom: 6.5rem !important;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .entry-content figure.alignwide.prime,
        .entry-content div.alignwide.prime,
        .presto-block-video.alignwide {
            margin-top: -26rem !important;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
        .entry-content figure.alignwide.prime,
        .entry-content div.alignwide.prime,
        .presto-block-video.alignwide {
            margin-top: -20rem !important;
        }
    }
    @media (max-width: 599px){
        .entry-content figure.alignwide.prime,
        .entry-content div.alignwide.prime,
        .presto-block-video.alignwide {
            margin-top: -10rem !important;
            margin-bottom: 3.5rem !important;
        }
        .entry-content figure.alignwide {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    figcaption, .wp-caption-text {
        color: #333;
        display: block;
        font-size: 1.7rem;
        font-weight: 600;
        text-align: center;
        line-height: 1.2;
        margin-top: 1.5rem;
    }
    .archive figcaption, .archive .wp-caption-text {
        font-weight: 400;
    }
    @media (max-width: 599px){
        figcaption, .wp-caption-text {
            font-size: 95%;
        }
    }
    
    /* mobile prime video */
    @media (max-width: 599px){
        .plyr-block-video.alignwide,
        #site-content figure.wp-block-video.plyr-block-video.nonprime.mobilewide
        {
            width: calc(100% - 2rem);
            border-radius: .9rem;
            margin-bottom: 0;
        }
    }
    
    .plyr, .plyr--video, .plyr__video-wrapper {
    background: rgba(0,0,0,.0) !important;
}
    
    /* Square Media */
    @media (min-width: 992px){
        .entry-content figure.prime.square-media {
            min-width: 550px !important;
            max-width: 550px !important;
        }
    }
    
    /* First Video / First Media */
    @media (max-width: 599px){
        .entry-content figure.first {
            margin-top: 0rem !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
    }
    
    /* first video action buttons - bot margin */
    figure.plyr-block-video.alignwide.first
    {
        margin-bottom: 2px;
    }
    
    /* video */
    @media (min-width: 992px){
        button.plyr__control.plyr__control--overlaid {
            padding: 2.5rem;
        }
        /* UI size - all */
        .plyr__control svg {
            height: 18px;
            width: 18px;
        }
        .plyr__time {
            font-size: 14px;
        }
        .plyr__controls .plyr__controls__item.plyr__time {
            padding: 0 10px;
        }
        .plyr__progress .plyr__tooltip {
            min-width: 55px;
        }
    }
    
    /* play button triangle */
    .plyr__control--overlaid svg {
        height: 30px !important;
        width: 30px !important;
    }
    @media (max-width: 599px){
        .plyr__control--overlaid svg {
            height: 22px !important;
            width: 22px !important;
        }
    }
    
    @media (max-width: 599px){
        .postid-8081 .plyr__control--overlaid {
            border: 2px solid rgba(255,255,255,1);
        }
        button.plyr__control.plyr__control--overlaid {
            padding: 3rem;
        }
    }
    
    div.my-plyr-container {
        border-radius: 1.5rem;
    }
    
    @media (min-width: 992px){
        figure.wp-block-video.prime div.my-plyr-container {
            box-shadow: 0 0 0 14px rgba(200,200,200,.57);
            border: 3px solid #f8f8f8;
            background: rgba(200,200,200,.57);
        }
        .archive div.my-plyr-container {
            -webkit-box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 15%);
            box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 15%);
        }
    }
    
    .wp-block-video figcaption {
        margin-bottom: -2rem;
    }
    @media (max-width: 599px) {
    .wp-block-video figcaption {
            margin-bottom: -1rem;
        }
    }
    
    /* PLYR ******************************/
    
    .plyr__video-wrapper video {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .plyr__video-wrapper {
        background: rgba(248,248,248,.88);
    }
    .plyr--video {
        background: rgba(248,248,248,.88);
    }
    
    .plyr {
        -webkit-border-radius: 1.5rem; /* video border radius */
        border-radius: 1.5rem;
        -webkit-background-clip: padding-box;
        -moz-background-clip:    padding;
        background-clip:         padding-box;
    }
    
    @media (max-width: 599px){
        /*
        .header_type_basic .plyr {
            -webkit-border-radius: 0;
            border-radius: 0;
        }
        */
        .fullwidth-mobile .plyr {
            -webkit-border-radius: 0px !important;
            border-radius: 0px !important;
        }
    }
    @media (max-width: 599px){
        .entry-content figure.fullwidth-mobile,
        .entry-content div.fullwidth-mobile {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
    
    .prime .plyr {
        /*border-top: 3px solid #f8f8f8;*/
        /*border-left: 3px solid #f8f8f8;*/
        /*border-right: 3px solid #f8f8f8;*/
        /*border-bottom: 3px solid #f8f8f8;*/
        /*background: rgba(200,200,200,.57); /* remove dark corners */
    }
    
    /* plyr: button */
    .plyr .plyr__control--overlaid {
        background: rgba(37,37,37,.5);
        border: 2px solid rgba(255,255,255,1);
    }
    .home .plyr__control--overlaid {
        border: 3px solid rgba(255,255,255,1)
    }
    
    /* mobile play via poster hack*/
    button.plyr__control--overlaid:before
    {
        content: '';
        position: absolute;
        top: -500px;
        left: -500px;
        /*background: blue;*/
        width: 1000px;
        height: 1000px;
    }
    button.plyr__control--overlaid:after
    {
        content: '';
        position: absolute;
        top: -500px;
        left: 0;
        /*background: red;*/
        width: 1000px;
        height: 1000px;
    }
    
    /* play button: hover */
    plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
        background: rgba(37,37,37,.7);
        color: #fff;
    }
    /* prime video border / prime media border: mux */
    .nonprime .plyr {
        border: 3px solid rgb(248,248,248,.88);
    }
    @media (max-width: 599px){
        .prime .plyr {
            /*border-top: 3px solid rgb(248,248,248,.88);
            border-left: 3px solid rgb(248,248,248,.88);
            border-right: 3px solid rgb(248,248,248,.88);*/
            border-radius: .9rem;
        }
        /*.my-plyr-container {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }*/
    }
    
    /* UI: hover
    .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
        background: #000;
    }
     */
    /* progress bar */
    .plyr--full-ui input[type=range] {
        color: #fff;
    }
    
    /* stop visible resize */
    .plyr--full-ui {width: 100%; height: auto}
    .square-media .plyr--full-ui {width: 100%; height: 200%}
    
    /* bot gradient */
    .plyr--video .plyr__controls {
        background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
    }
    
    /* Hide Related Videos (Pause) */
    .plyr__video-embed iframe {
        top: -50%;
        height: 200%;
    }
    
    
    /* plyr: audio *******************************************************/
    figure.plyr-block-audio {
        max-width: 769px;
    }
    figure.plyr-block-audio .plyr--full-ui input[type=range] {
        color: rgba(98, 109, 119,.6);
    }
    
    .plyr--audio .plyr__controls {
        background: #f3f3f3;
        border-radius: 6px;
        padding: 10px;
    }
    
    /* reposition audio time*/
    figure.plyr-block-audio .plyr__time+.plyr__time::before {
        margin-right: 0;
        display: none;
    }
    figure.plyr-block-audio .plyr__progress {
        left: 54.5px;
        margin-right: 67px;
        position: relative;
    }
    figure.plyr-block-audio .plyr__controls__item.plyr__time--current.plyr__time {
        position: absolute;
        left: 38px;
    }
    @media (max-width: 599px){
        figure.plyr-block-audio .plyr__controls__item.plyr__time--current.plyr__time {
            position: absolute;
            left: 44px;
        }
        figure.plyr-block-audio .plyr__time+.plyr__time {
            display: block;
        }
    }
    
    
    /* video: overlay*/
    div.overlay-video {
        background: rgba(0,0,0,.88);
        margin: 0px auto;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 1.5rem;
        z-index: -1;
        opacity: 0;
    }
    
    .overlay-video.active{
        z-index: 3;
        opacity: 1;
        transition: opacity .3s ease;
    }
    
    .overlay-video.inactive{
        z-index: -1;
        opacity: 0;
        transition: opacity .3s ease;
    }
    
    #close-overlay-video {
        position: absolute;
        top: 20px;
        right: 25px;
        color: #fff;
        font-size: 2.5rem;
        cursor: pointer;
    }
    @media (max-width: 599px){
        #close-overlay-video {
            top: 13px;
        }
    }
    div.overlay-video-inner {
        color: #fff;
        text-align: center;
        width: 600px;
        margin: 0;
        position: absolute;
        top: 53%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    div.overlay-video-inner p {
        font-size: 4vw;
        font-weight: 100;
        margin: 0;
    }
    .square-media div.overlay-video-inner {
        width: 400px;
    }
    
    @media (max-width: 599px){
        #close-overlay-video {
            top: 9px;
            right: 15px;
            font-size: 1.8rem;
        }
        div.overlay-video-inner {
            width: 270px;
        }
        .square-media div.overlay-video-inner {
            width: 300px;
        }
        div.overlay-video-inner p {
            font-size: 7vw;
            font-weight: 100;
        }
    }
    
    
    /* Images */
    
    @media (min-width: 992px){
        figure.wp-block-image.alignwide.prime {
            max-width: 90rem;/*84rem*/
        }
    }
    
    figure.wp-block-image {
        border-radius: 1.5rem;
        overflow: hidden;
    }
    @media (max-width: 599px) {
    figure.wp-block-image {
        border-radius: .9rem;
    }
    }
    
    /* Action Buttons */
    
    #site-content .entry-content div.action-buttons-container {
        margin-top: -4.5rem !important;
        max-width: 60rem !important;
        margin-bottom: 6rem;
    }
    @media (max-width: 599px){
        #site-content .entry-content div.action-buttons-container {
            padding-left: .6rem; /*.5rem*/
            padding-right: .6rem; /*.5rem*/
            margin-top: -3.5rem !important;
            margin-bottom: 3rem;
            width: 100%; /*calc(100% - 1.4rem)*/
        }
    }
    
    .action-button-tabs {
        margin:  0;
        padding: 0;
        list-style: none;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    
    li.action-button {
        display: table-cell;
    }
    
    a.action-button {
        display: block;
    }
    
    .action-button-nav {
        text-align: center;
        border-bottom-left-radius: 1.3rem;
        border-bottom-right-radius: 1.3rem;
        overflow: hidden;
    }
    
    .action-button-nav li {
        border-right: 1px solid #fff;
    }
    
    .action-button-nav li:last-child {
        border: 0px;
    }
    
    div.entry-content .action-button-nav button {
        padding: 1.46rem 1.02rem;
        box-shadow: 0 30px 25px -32px rgb(0 0 0 / 33%) inset;
        border-radius: 0;
        width: 100%;
    }
    
    div.entry-content .action-button-nav .action-button.left{
        background: #626D77;
        transition: 0.3s;
    }
    
    div.entry-content .action-button-nav .action-button.left:hover{
        background: #50447E/*645D9D*4D565F*/
    }
    
    div.entry-content .action-button-nav .action-button.left:focus{
        box-shadow: -83px -6px 83px -20px rgb(0 0 0 / 33%) inset;
        text-decoration: underline !important;
    }
    
    div.entry-content .action-button-nav .action-button.right{
        background-color: #2C9E47;
        margin-left: 1px;
        transition: 0.3s;
    }
    
    div.entry-content .action-button-nav .action-button.right:hover{
        background-color: #1F7133;
    }
    
    div.entry-content .action-button-nav .action-button.right:focus{
        box-shadow: 83px -6px 83px -20px rgb(0 0 0 / 33%) inset;
        text-decoration: underline !important;
    }
    
    button.abutton {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        text-decoration: none;
        padding: 1.46rem 1.02rem;
        transition: 0.3s;
    }
    @media (max-width: 599px) {
        button.abutton {
            font-size: 1.85rem;
        }
    }
    
    /*Help Center: Landing */
    
    body.page-id-288 {
        background-color: #F2F2F2;
    }
    
    /* Help Center: Search */
    .page-id-288 div.search-helpcenter {
        position: relative;
        top: -6.5rem;
        max-width: 74rem;
        margin: 0 auto -3rem;
    }
    .tax-help_taxonomy div.search-helpcenter {
        position: relative;
        top: -6.5rem;
        max-width: 74rem;
        margin: 0 auto -3rem;
    }
    @media (max-width: 599px){
        .page-id-288 div.search-helpcenter {
            position: relative;
            top: -4.5rem;
            width: calc(100% - 4rem);
            margin: 0 auto -3rem;
        }
        .tax-help_taxonomy div.search-helpcenter {
            position: relative;
            top: -4.5rem;
            width: calc(100% - 4rem);
            margin: 0 auto -3rem;
        }
        form.searchwp-search-form input {
            font-size: 1.7rem;
        }
    }
    
    .search-field::placeholder {
        color: #645E9D;
        opacity: 1; /* Firefox */
    }
    
    .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #645E9D;
    }
    
    .search-field::-ms-input-placeholder { /* Microsoft Edge */
        color: #645E9D;
    }
    form.searchwp-search-form {
        display: flex;
        width: 100%;
        justify-content: space-between;
        border: 1px solid #736DA8;
        background: #fff;
        padding: 0 .4em 0 0
    }
    form.searchwp-search-form input, form.searchwp-search-form label {
        display: block;
        width: 100%
    }
    
    form.searchwp-search-form label {
        margin: 0;
    }
    form.searchwp-search-form input {
        padding: 1.2em 1.2em;
        font-size: 2rem;
        color: #252525;
        font-family: inherit;
        letter-spacing: normal;
        border: 0;
        margin: 0
    }
    
    form.searchwp-search-form button {
        display: block;
        margin: 0;
        background: transparent;
        cursor: pointer;
        border: 0;
        /*padding: 7px*/
    }
    form.searchwp-search-form button svg {
        display: block;
        width: 21px;
        height: 21px
    }
    form.searchwp-search-form button path {
        transition: fill 115ms ease-in-out
    }
    form.searchwp-search-form button:hover path {
        fill: #ff7b7b
    }
    
    /* Help Center: Archives **********/
    
    .tax-help_taxonomy div.cover-header-inner {
        background-color: #736DA8;
    }
    
    div.help-archive-list {
        display: flex;
    }
    
    div.help-archive-list.multi {
        display: block;
        max-width: 74rem;
        margin: 0 auto;
    }
    @media (max-width: 599px){
        div.help-archive-list.multi {
            max-width: calc(100% - 4rem);
        }
    }
    
    li.help-item {
        font-size: 2.2rem;
        line-height: 1.6;
    }
    
    @media (max-width: 599px){
        ul.help-list-item {
            margin-left: 42px;
        }
        li.help-item {
            font-size: 1.8rem;
        }
    }
    
    ul.grey-doc {
        margin: 2rem auto;
        padding: 0 22px;
    }
    #related ul.grey-doc {
        margin: 0 auto;
        padding: 0 0 0 24px;
    }
    #related div.help-archive-list {
        display: block;
    }
    @media (max-width: 599px){
        #related ul.grey-doc {
            padding: 0 30px;
        }
    }
    
    ul.grey-doc li {
        list-style: none;
        margin: 0;
        position: relative;
        padding-left: 2.4rem;
        margin-bottom: 1rem;
    }
    @media (max-width: 599px){
        ul.grey-doc li {
            padding-left: 25px;
            line-height: 1.6;
        }
    }
    ul.grey-doc li::before {
        position: absolute;
        top: .7rem;
        left: 0;
        display: block;
        width: 15px;
        height: 20px;
        content: '';
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAgCAYAAAAIXrg4AAABFElEQVRIS+2WwRGCMBBF/9KAdmAJailWoF7YcLIEtQNvEC7SkdiBdmAFrBMHZ5ABlyDe4ASTv/uS/zMkBABJkpyIaA1g6r59HhG5icgxiqKsqY7K5jufpk1aEcmMMdv6GFlrHwAmRLQMwzDvCrLWitMWRbENguDs3psgDvASMjN1be501bo4jjdtkEEADtgGGQzQBhkUUIcAWA0OqEHynwHaxvgFcACw/xtAa/zexr1XMALcHzYnorlmRTmeM/OyqlUz8AGIyNUYs/ACdJx5q0xdwd8BPhYBGDPwT0QNecxAtcjf9c+KEaA6WLWo19XxGyFN04WIXADc3ZHZ6fBWp9wsOL7uoyVkA2DWs1G97A4gY+bDEyAPNm0GgYKjAAAAAElFTkSuQmCC');
        background-size: contain;
    }
    
    
    a.help-list-item {
        color: #645E9D;
        text-decoration: none;
        transition: 0.3s;
    }
    
    a.help-list-item:hover {
        color: #504b7d;
        text-decoration: underline;
        text-decoration-color: #645E9D;
        -webkit-text-decoration-color: #645E9D;
        -moz-text-decoration-color: #645E9D;
    }
    
    .slatelink-nounderline {
        color: #626D77;
        text-decoration: none;
        transition: 0.3s;
    }
    
    .slatelink-nounderline:hover {
        color: #4b535b;
        text-decoration: underline;
        text-decoration-color: #626D77;
        -webkit-text-decoration-color: #626D77;
        -moz-text-decoration-color: #626D77;
    }
    
    
    /* help center: posts */
    
    .single-help div#related {
        max-width: 730px;
        margin: 0 auto;
    }
    
    
    
    .single-help div.post-end {
        border-top: 0;
        background: #949494;
        margin: 24px auto;
    }
    @media (max-width: 599px){
        .single-help div.post-end {
            margin: 14px auto;
        }
    }
    
    
    a.help-list-item,
    li.listing-item a {
        color: #645E9D;
        text-decoration: none;
        transition: 0.3s;
    }
    
    /* after post : more help items */
    .single li.help-item {
        /*font-size: 1.2rem;*/
    }
    
    a.help-list-item:hover,
    li.listing-item a:hover {
        color: #504b7d;
        text-decoration: underline;
        text-decoration-color: #645E9D;
        -webkit-text-decoration-color: #645E9D;
        -moz-text-decoration-color: #645E9D;
    }
    
    
    
    /* CUSTOM BLOCKS - PAGE ELEMENTS **************************************/
    
    /* Filter Content: Display *********************/
    .listing-container,
    .unfiltered,
    .filter-hide {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        overflow: visible;
        margin: 0;
    }
    
    .show {
        visibility: visible;
        opacity: 1;
        max-height: 100%;
    }
    
    .show.fade {
        opacity: 0;
        animation-name: filter-fadeIn;
        animation-duration: .5s;
        animation-fill-mode: forwards;
        animation-delay: .2s;
    }
    
    @keyframes filter-fadeIn {
        from {
            opacity: 0;
        }
    
        to {
            opacity: 1;
        }
    }
    
    .show .listing-brand-row {
        display: inline-flex;
        margin: 0rem 0 1.75rem;
    }
    
    .listing-container,
    .listing-container h2,
    .listing-container h3,
    .listing-container p,
    .listing-container .hide_nonmobile,
    .listing-title,
    .listing-brand-row,
    .listing-text,
    .listing-brand,
    .listing-icon
     {
        height: 0;
        margin: 0;
    }
    .listing-container.show,
    .show h2,
    .show h3,
    .show p,
    .show .hide_nonmobile,
    .show .listing-title,
    .show .listing-brand-row,
    .show .listing-text,
    .show .listing-brand,
    .show .listing-icon
     {
        height: auto;
    }
    
    .listing-container.item-list.show {
        margin: 5rem auto 2rem;
    }
    
    /* remove gap produced by listing filtered out */
    .listing-container:not(.show) {
        display: none;
    }
    
    .dialog-content button.filterLink.no-results {
        color: #757575;
        text-decoration: line-through !important;
        text-decoration-color: rgba(255,0,0,.3) !important;
        text-decoration-style: wavy !important;
    }
    
    /* Filter Content: Format + Style *********************/
    
    button.showall-filter {
        font-weight: 700;
    }
    
    .filterLink:focus,
    .activate-filterLink:focus,
    .reset-filterLink:focus {
        box-shadow: 0 0 3px 1px #993300;
        outline: none;
    }
    
    .activate-filterLink {
        background-color: #009933;
        text-decoration: underline;
        border: 0;
        margin: 0;
        padding: 5px;
        font: inherit;
        cursor: pointer;
        color: white;
    }
    
    .reset-filterLink {
        background-color: #eee;
        text-decoration: underline;
        border: 0;
        margin: 0;
        padding: 5px;
        font: inherit;
        cursor: pointer;
        color: #009933;
    }
    
    #filtered-heading {
        font-size: 3.2rem;
        font-weight: 300;
        max-width: 80rem;
        padding: .75rem .5rem;
        margin-bottom: -2rem;
        clear: both;
        background: #eee;
        border-bottom: 1px solid #949494;
        /*padding-left: 1rem;
        margin-right: -3rem;
        margin-left: -3rem;*/
    }
    @media (max-width: 599px) {
        #filtered-heading {
            font-size: 2.2rem;
        }
    }
    
    img.listing {
        border-radius:.9rem;
        margin-bottom: 2.5rem;
    }
    .entry-content h2.listing-title {
        margin: 0;
        font-size: 2.6rem;
        font-weight: 700;
    }
    .entry-content h2.listing-title a {
        color: #565656;
        text-decoration: none;
    }
    .listing-brand a {
        text-decoration: underline;
        text-decoration-style: dotted;
        text-decoration-thickness: .15rem;
        text-underline-offset: 4px;
    }
    h3.listing-brand {
        margin: .5rem auto 0rem;
        font-size: 2rem;
        line-height: 1.25;
    }
    .listing-brand-row svg.browser-icon {
        margin-left: .75rem;
        position: relative;
        top: .76rem;
        fill: #626D77;
        opacity: .75;
        width: 2.3rem;
    }
    .listing-text a {
        color: #565656;/*#252525 / 7e7e7e*/
    }
    
    @media (max-width: 599px) {
        .listing-brand-row svg.browser-icon {
            top: .85rem;
        }
    }
    @media
    only screen and (-webkit-min-device-pixel-ratio: 1.25),
    only screen and ( min--moz-device-pixel-ratio: 1.25),
    only screen and ( -o-min-device-pixel-ratio: 1.25/1),
    only screen and ( min-device-pixel-ratio: 1.25),
    only screen and ( min-resolution: 200dpi),
    only screen and ( min-resolution: 1.25dppx) {
        .listing-brand a {
            text-decoration-thickness: .2rem;
        }
    }
    
    /* Fact */
    
    .entry-content div.fact-container {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: -30px;
    }
    
    div.fact-top {
        background: #626D77;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    
    h2.fact {
        color: #fff;
        font-size: 22px;
        margin-left: 20px;
        line-height: inherit;
        /*top: -3px;*/
    }
    
    div.fact-mid {
        padding: 20px;
        background: #f8f8f8;
        border: 1px solid #ddd;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        line-height: 1.5;
    }
    div.fact-mid p {
        margin-bottom: 0;
    }
    
    div.fact-mid.fact-textversion {
        background: #626D77;
        color: #fff;
        border: 0;
        padding: 0 20px 20px;
        /*border-top: 1px solid rgba(255,255,255,.4);*/
    }
    div.fact-mid.fact-textversion a {
        color: #ffff00;
        text-decoration: underline;
    }
    
    div.fact-mid figure {
        margin: 20px 0 0 0;
    }
    
    div.fact-mid img {
        border: 1px solid #ddd;
    }
    
    div.fact-mid figcaption {
        font-size: 15px;
        margin: -6px !important;
    }
    
    div.fact-bot {
        text-align: right;
        margin: 10px 20px;
    }
    
    a.fact-more {
        font-size: 90%;
        color: #626D77;
        text-decoration: underline;
    }
    
    @media (max-width: 599px){
        .entry-content div.fact-container {
            padding-left: 12px;
            padding-right: 12px;
            margin-bottom: -30px;
        }
        div.fact-top {
            background: #626D77;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }
        h2.fact {
            margin-left: 18px;
        }
        div.fact-mid {
            padding: 18px;
            background: #f8f8f8;
            border: 1px solid #ddd;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            line-height: 1.5;
        }
        div.fact-bot {
            margin: 10px 18px;
        }
    }
    
    /* featured contributor */
    
    #featured-contributor {
        background: rgba(248,248,248,1);
        border-top: 1px solid rgba(37,37,37,.3); /*top is darker than bot*/
        border-bottom: 1px solid rgba(37,37,37,.2);
        padding: 20px 30px 20px 10px;
    }
    #featured-contributor .col-lg-11.col-md-11.col-sm-11.col-xs-12 {
        padding-left: 25px;
    }
    img.contrib-featured {
        border-radius: 50%;
        max-width: 66px;
        margin-top: 4px;
    }
    #featured-contributor h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 12px !important;
    }
    #featured-contributor h3 span.name {
        font-weight: 800;
    }
    #featured-contributor p.bio {
        line-height: 1.6;
        margin: 0;
    }
    #featured-contributor div.ctas-container {
        margin: 22px auto 12px;
    }
    a.cta-prime {
        background-color: #2C9E47;
        border: 1px solid #25853c;
        color: #fff;
        border-radius: 4px;
        padding: 8px 12px;
        font-size: 90%;
        transition: 0.3s;
    }
    a.cta-secondary {
        background-color: #fff;
        border: 1px solid rgba(176,176,176,.8);
        color: #2C9E47;
        border-radius: 4px;
        padding: 8px 12px;
        font-size: 90%;
        transition: 0.3s;
    }
    #featured-contributor div.cta {
        display: inline;
        float: left;
        margin: 0px 12px;
    }
    
    @media (max-width: 599px){
        #featured-contributor {
            padding: 30px;
        }
        img.contrib-featured {
            max-width: 80px;
        }
        #featured-contributor h3 {
            text-align: center;
        }
        #featured-contributor p.bio {
            margin-bottom: 0;
        }
        #featured-contributor div.ctas-container {
            margin: 32px auto 12px;
        }
    }
    
    
    
    
    /* Toggle Reveal */
    .toggle-hidden[aria-hidden='true'],
    [data-a11y-toggle]:not([aria-controls]) {
        display: none;
    }
    
    [aria-expanded="false"].toggle-text:after {
        content: "";
        display: inline-block;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAHlBMVEVNVl9NVl9NVl9NVl9NVl9NVl9NVl9NVl9NVl9NVl/jT9M4AAAACXRSTlMAAy0vMkDc3fDoNkU8AAAASklEQVQY02NgEAlFAEcGBubKmQgwTYFBfCYySGTwnMCAAJxTGCJR+FOJ5Xeg8WfSkM8BdXwDDj6t7cfmX6LDCz280eMDPb7Q4hMAZyxeLXcKAZEAAAAASUVORK5CYII=') no-repeat;
        width: 20px;
        height: 20px;
        float: inherit;
        margin: 0 0 0 8px;
        background-size: contain;
        top: 4px;
        position: relative;
    }
    [aria-expanded="true"].toggle-text:after {
        content: "";
        display: inline-block;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAlklEQVRIie3WMQrCMBQA0NcS0Nm9eBGv4Co46dxVD6EHcFRX7+VcrxCH1q0iiKki+ZAhCeTxP+Hzi/liBUvUqKSJKw64BKxxTgQ9YooZRgGb7rBIjEZsS+nK2BdVOSAGMpjBDH4fDC/u45vvPm2TP5fhxxv6/3+aDGYwg71gM6DXlDh1m5h4wTFgh7F21J8kyuymHfX3d7r3Jtzzaoj5AAAAAElFTkSuQmCC') no-repeat;
        width: 20px;
        height: 20px;
        float: inherit;
        margin: 0 0 0 8px;
        background-size: contain;
        top: 4px;
        position: relative;
    }
    
    
        #content-contributors.toggle-hidden[aria-hidden='true']{
            display: block;
            max-height: 0;
            overflow: hidden;
            transition: all .5s ease;
        }
    
        #content-contributors.toggle-hidden[aria-hidden='false']{
            max-height: 80rem;
            transition: all .5s ease;
        }
    
    /* RANDOM TEXT */
    
    div#display_random_suggest_event {
        max-width: 74rem;
        margin: 3rem auto;
        line-height: 1.45;
    }
    @media (max-width: 599px) {
        div#display_random_suggest_event {
            margin: 3rem;
        }
    }
    
    /* CREDITS */
    
    div#credits {
        max-width: 74rem;
        margin: 7rem auto 5rem;
    }
    @media (max-width: 599px) {
        div#credits {
            max-width: 74rem;
            margin: 5rem auto;
        }
    }
    
    span.credits-view {
        padding-right: 20px;
        font-weight: 700;
    }
    
    div#content-contributors {
        width: 100%;
        padding: 1rem 0 0 0;
        border: none;
        box-shadow: none;
        /*width: 100%;
        margin-top: 30px;
        background: #fff;
        padding: 30px 40px;
        border: 1px solid #ddd;
        box-shadow: 0 4px 4px rgb(0 0 0 / 10%);*/
    }
    @media (max-width: 599px){
        div#content-contributors {
            width: 100%;
            padding: 1rem 3rem 0;
        }
    }
    
    
    h2#contributors, h2#sources {
        margin: 0 0 2rem;
        border-bottom: 1px dotted #858585;
        display: none;
    }
    div#content-contributors span.credits-view {
        padding-right: 20px;
        font-weight: 800;
    }
    div#content-contributors p.credits-message {
        margin: 0 0 1rem; /*top:2.65rem*/
    }
    div#content-contributors ul.credits {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px !important;
    }
    div#content-contributors ul.credits li {
        margin: 0 0 1.4rem 0rem;
        width: 50%;
    }
    div#content-contributors ul.credits li .contributor-name {
        font-weight: 800;
        color: #252525;
        display: block;
    }
    div#content-contributors ul.credits li .contributor-role {
        color: #757575;
    }
    div#content-contributors ul.credits li a {
        color: #2C9E47;
        /*padding-right: 12px;*/
    }
    
    /*
    div#content-contributors ul.credits li .contributor-name:after {
        content: "::";
        font-weight: 600;
        margin: 0 0rem 0 .9rem;
        letter-spacing: .33rem;
        color: #757575;
    }
    
    div#content-contributors ul.credits li .contributor-name.block:after {
        content: "";
        margin: 0;
    }
    */
    
    /* sources */
    
    div#content-contributors div.sources p {
        margin: 0 0 .5em;
    }
    
    div#content-contributors div.sources ul {
        list-style-type: none;
        margin: 0 !important;
        padding: 0 !important;
        font-size: .96em;
    }
    
    div#content-contributors div.sources ul li {
        margin: 0.5rem 0 0 2rem;
    }
    
    @media (max-width: 599px){
        div#content-contributors div.sources ul {
            font-size: 1em;
        }
        div#content-contributors div.sources ul li {
            margin: 2rem 0 0 0;
        }
        div#credits p.credits {
            margin-left: 3rem;
        }
        .archive div#credits p.credits {
            margin-left: 0;
        }
    }
    @media (max-width: 576px){ /* XS mobile */
        div#credits p.credits {
            /*margin-left: 0;*/
        }
    }
    
    @media (max-width: 599px){
        h2#contributors, h2#sources {
            margin-bottom: 25px !important;
        }
        div#content-contributors ul.credits {
            -webkit-columns: 1;
            -moz-columns: 1;
            columns: 1;
            text-align: left;
            margin-bottom: 0 !important;
        }
        div#content-contributors p.credits {
            margin: 0;
        }
        div#content-contributors ul.credits li {
            margin: 0 0 2.5rem 0;
            line-height: 1.28;
            width: 100%;
        }
        div#content-contributors ul.credits li .contributor-name {
            display: flex;
            padding: 0;
            line-height: 1.4;
            margin: 0 0 .4rem 0;
        }
        div#content-contributors p.credits-message {
            margin: 1rem 0 2rem;
        }
        div#content-contributors ul.credits li .contributor-name:after {
            content: none;
            margin: 0;
        }
    }
    
    /* Shoutouts */
    
    div#shoutouts {
        border-top: 1px solid rgba(221, 221, 221, 0.9);
        padding-top: 32px;
        margin-top: 62px;
    }
    h3.shoutouts {
        font-size: 21px;
        margin-bottom: 22px !important;
        text-align: center;
    }
    div.shoutouts-left {
        width: 94%;
        background: #f8f8f8;
        border-radius: 8px;
        position: relative;
        height: auto;
        min-height: 100% !important;
    }
    div.shoutouts-left-inner {
        padding: 20px 0;
    }
    div.shoutouts-right {
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 20px !important;
        text-align: center;
    }
    .shoutouts-right:nth-of-type(2) {
        margin-top: 32px;
    }
    .entry-content ul.shoutouts li {
        margin: 0 40px 22px 40px;
        line-height: 1.46;
        text-align: center;
    }
    
    div.shoutouts strong, div.shoutouts b {
        font-size: 110%;
    }
    
    @media (max-width: 599px) {
        div#thanks {
            margin-top: 42px;
        }
        div.shoutouts-left {
            width: 100%;
            margin-bottom: 26px;
        }
        div.shoutouts-left-inner {
            /*padding: 20px;*/
        }
        ul.shoutouts {
            text-align: center;
        }
        .entry-content ul.shoutouts li {
            margin: 0 20px 22px 20px;
        }
        .shoutouts-right:nth-of-type(1) {
            margin-top: 26px;
        }
        div.shoutouts strong, div.shoutouts b {
            font-size: 110%;
        }
        div.shoutouts {
            font-size: 100%;
        }
    }
    div.shoutouts .col-xs-12 {
        padding-right: 0;
        padding-left: 0;
    }
    
    /* Social Comments */
    
    button.social-comments-post {
        background: #fff;
        color: #00852C;
        font-size: 1.75rem;
        padding: 15px 10px;
        border: 2px solid #2C9E47;
        border-radius: 4px;
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 0.0333em;
        transition: .3s;
        margin-right: 15px;
    }
    @media (min-width: 992px){
        button.social-comments-post {
            padding: 10px 15px;
        }
    }
    button.social-comments-post:hover {
        background: rgba(44,158,71,.1);
        color: #2C9E47;
    }
    button.social-comments-load {
        background: #fff;
        color: #666;
        font-size: 1.7rem;
        padding: 9px 12px;
        border: 2px solid #949494;
        border-radius: 4px;
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 0.0333em;
        transition: .3s;
    }
    
    
    div#comments {
        max-width: 74rem;
        margin: 2.5rem auto;
    }
    
    .social-comment-outro {
        margin-top: 3rem;
    }
    
    h2#social-comments {
        margin-top: 7rem;
    }
    
    @media (max-width: 599px) {
        div#comments {
            width: calc(100% - 6rem);
        }
        h2#social-comments {
        margin-top: 5rem;
        }
    }
    
    .highlight-green {
        background: rgba(44,158,71,.1);
        padding: 0 4px;
        border-radius: 4px;
    }
    
    .row.social-comment-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    blockquote.social-comment {
        margin: 0;
        border-width: 0;
        padding: 0;
    }
    
    div.social-comment-left {
        text-align: left;
        padding: 0;
    }
    div.social-comment-right {
        padding: 35px 0 0 0;
        margin-left: 23px;
    }
    img.social-comment-avatar {
        border-radius: 50%;
        max-width: 40px;
        margin-top: 5px;
        border: 1px solid #ddd;
    }
    span.social-comment-source-icon {
        position: inherit;
        left: 3px;
        margin-right: 10px;
    }
    /*.social-comment-source-icon svg.svg-icon {
        left: -10px;
        bottom: -0.5rem;
        position: relative;
        display: inherit;
    }*/
    .svg-inline--fa {
        display: inline-block;
        font-size: inherit;
        height: 1em;
        overflow: visible;
        vertical-align: -.125em;
    }
    
    svg:not(:root).svg-inline--fa {
        overflow: visible;
    }
    .svg-inline--fa.fa-w-14 {
        width: 1.125em;
    }
    .svg-inline--fa.fa-w-16 {
        width: 1.125em;
        min-width: 1em;
    }
    .svg-inline--fa.fa-w-18 {
        width: 1.125em;
    }
    h3.social-comment-name {
        margin: 0;
        padding: 0 0 1.2rem 0;
        font-size: 1.9rem;
        left: -1.2rem;
        position: relative;
        display: flex;
    }
    p.social-comment {
        line-height: 1.4;
        margin: 0;
        border-left: 2px solid #ddd;
        padding-left: 20px;
    }
    div.social-comment-bottom {
        margin-top: 3.5rem;
    }
    @media (max-width: 599px) {
        div.social-comment-bottom {
            margin-left: 2rem;
            /*margin: 0 auto;*/
            /*display: grid;*/
            /*margin-left: -1rem;
            margin-right: -1rem;*/
        }
        div#toggle-social-comments {
            width: calc(100% - 2rem);
            margin: 0 auto;
        }
    }
    
    p.social-comment-message {
        margin: -2.75rem auto -.75rem auto;
    }
    
    ul.social-commentlinks {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        width: 100%;
    }
    ul.social-commentlinks li {
        margin: 0;
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        ul.social-commentlinks {
            width: 94%;
        }
    }
    
    
    @media (max-width: 599px){
        p.social-comment-message{
            margin: -1.75rem auto -.8rem auto;
        }
        .social-comment-row {
            margin-left: 14px;
        }
        div.social-comment-right {
            margin-left: -7px;
        }
        img.social-comment-avatar {
            max-width: 36px;
            margin-top: 5px;
        }
        div.social-comment-source-icon {
            left: 12px;
        }
        ul.social-commentlinks {
            -webkit-columns: 2;
            -moz-columns: 2;
            columns: 2;
            width: 100%;
        }
        div.social-commentlinks .color-youtube.icon {
            font-size: 78% !important;
        }
        ul.social-commentlinks li {
            margin: 0 0 4px 0;
        }
    }
    
    ul.social-commentlinks a.social-commentlinks {
        margin-right: 14px;
        font-weight: 300;
        text-decoration-line: none;
        transition: 0.3s;
        font-size: 19px;
    }
    ul.social-commentlinks a.social-commentlinks:hover {
        text-decoration-line: underline;
    }
    div#featured-comments {
        margin-top: 18px;
    }
    .entry-content blockquote.featured-comment {
        border-color: #abb8c3;
        border-left-style: solid;
        border-left-width: 3px;
        padding-left: 15px;
        /*margin: -20px auto 0;*/
        margin-left: 3px;
    }
    .entry-content blockquote.featured-comment p {
        top: -3px;
        position: relative;
        margin: 0;
        font-size: inherit;
        font-weight: 300;
        color: inherit;
        line-height: inherit;
        font-family: inherit;
    }
    .entry-content blockquote.featured-comment.featured-comment-two {
        margin-top: 30px;
    }
    .entry-content blockquote.featured-comment.featured-comment-reply {
        margin-left: 20px;
    }
    .entry-content blockquote.featured-comment footer {
        font-style: normal;
        font-size: 90%;
        top: 3px;
        position: relative;
    }
    .entry-content blockquote.featured-comment cite {
        margin: 0;
        display: contents;
        color: #888888;
        font-style: normal;
    }
    
    /* Downloadables */
    
    #downloadables .container {
        max-width: 480px;
    }
    @media (max-width: 599px){
        div#downloadables {
            padding-left: 0;
            padding-right: 0;
        }
    }
    #downloadables p.download-oneliner {
        font-size: .88em;
        text-align: center;
        margin-top: 0;
    }
    span.download-oneliner-dividers,
    span.oneliner-divider {
        color: #c9c9c9;
        padding: 0 3px;
    }
    
    #downloadables .downloadables-media {
        margin: 12px auto 94px;
        width: 480px;
    }
    @media (max-width: 599px){
        #downloadables .downloadables-media {
            margin: 12px auto 64px;
        }
    }
    div.downloadables-media .column {
        float: left;
        width: 31%;
        margin: 1%;
        height: 120px;
        box-sizing: border-box;
    }
    @media (max-width: 599px){
        div.downloadables-media .column {
            float: left;
            width: 31%;
            margin: 1%;
            height: 120px;
        }
    }
    div.downloadables-media .row:after {
        content: "";
        display: table;
        clear: both;
    }
    div.downloadables-media .row {
        max-width: 480px;
    }
    @media (max-width: 599px){
        div.downloadables-media .row {
            width: 59vh;
        }
    }
    div.media-box {
        height: 148px;
        position: relative;
    }
    @media (max-width: 599px){
        div.media-box {
            height: 118px;
        }
    }
    .media-box img {
        max-height: 148px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    @media (max-width: 599px){
        .media-box img {
            max-height: 118px;
        }
    }
    .media-box.portrait, .media-box.landscape {
        background-color: #ddd;
    }
    .media-box .landscape {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    p.orientation {
        font-size: .81em;
        text-align: center;
        margin-top: 5px;
    }
    p.orientation a.orientation {
        text-decoration: none !important;
        color: inherit;
    }
    
    /* Resident Quote */
    #site-content div.resident-quote-wrapper {
        position: relative;
        margin: 6rem auto 6rem;
        max-width: 110rem;
        border: 1px solid #949494;
        border-radius: 12px;
        overflow: hidden;
    }
    @media (max-width: 599px){
        #site-content div.resident-quote-wrapper {
            padding-left: 0;
            padding-right: 0;
            margin: 4rem 3rem;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        #site-content div.resident-quote-wrapper {
            max-width: 980px;
        }
    }
    div.resident-quote-container {
        background: #f8f8f8;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    @media (max-width: 599px){
        div.resident-quote-container {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
    }
    div.resident-quote-text {
        padding: 56px 0 42px 56px;
        max-width: 600px;
        font-size: 1.2em;
    }
    @media (max-width: 599px){
        div.resident-quote-text {
            padding: 30px;
            font-size: 1.1em;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        div.resident-quote-text {
            padding: 48px 0 42px 56px;
            max-width: 540px;
        }
    }
    div.resident-quote-text p {margin: 0;}
    div.resident-quote-button-container {
        background: #ffe142;
        /*border-bottom-left-radius: 12px;*/
    }
    @media (max-width: 599px){
        div.resident-quote-button-container {
    
        }
    }
    div.resident-quote-button-inner {
        max-width: 580px;
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        div.resident-quote-button-inner {
            max-width: 520px;
        }
    }
    a.resident-quote-link {
        color: #252525;
        text-decoration-line: underline;
        text-decoration-color: #252525;
        text-decoration-thickness: .01em;
        text-underline-offset: 7px;
    }
    div.resident-quote-button {
        background: rgba(0,0,0,.07);
        padding: 24px 22px;
        width: fit-content;
        margin: 0 auto;
        font-weight: 400;
    }
    @media (max-width: 599px){
        div.resident-quote-button {
            padding: 15px 22px;
            background: rgba(0,0,0,0);
        }
    }
    div.resident-quote-name {
        font-size: 1.2em;
        margin-top: 1em;
        font-weight: 500;
    }
    div.resident-quote-title {
        font-size: .76em;
        margin-top: -6px;
    }
    @media (max-width: 599px){
        div.resident-quote-name {
            font-size: 1.2em;
        }
        div.resident-quote-title {
            font-size: .88em;
        }
    }
    div.resident-quote-image {
        position: absolute;
        bottom: 0;
        right: -10px;
    }
    @media (max-width: 599px){
        div.resident-quote-image {
            position: inherit;
            background: #f8f8f8;
            right: 0;
        }
    }
    img.resident-quote-image {
        /*border-bottom-right-radius: 12px;*/
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        div.resident-quote-image {
            right: -5vw;
        }
        img.resident-quote-image {
            width: 90%;
        }
    }
    
    /* Buzz ********************************************/
    .category-buzz #related {
        display: none;
    }
    
    .category-buzz h1.archive-title, .page-archive header.entry-header h1.entry-title {
        line-height: 1;
    }
    .buzz-card-title-spacer {
        height:12px;
        display: block;
    }
    .category-buzz .alm-layouts .alm-listing .alm-layout h3.card-title {
        line-height: 1.4;
    }
    p.buzz-source {
        margin-top: -1rem;
        color: #626d77;
    }
    .category-buzz .alm-layouts .alm-listing .alm-layout h3.card-title {
        font-size: 2.7rem;
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
        .category-buzz .alm-layouts .alm-listing .alm-layout h3.card-title {
            font-size: 4rem;
        }
    }
    @media (max-width: 599px) {
        .category-buzz .alm-layouts .alm-listing .alm-layout h3.card-title {
            font-size: 2.2rem;
        }
        .category-buzz header.entry-header h1.entry-title {
            font-size: 2.7rem;
            line-height: 1.5;
        }
    }
    /* Big Quote ********************************************/
    
    @font-face {
        font-family: 'Special Elite';
        font-style: normal;
        font-weight: 400;
        src: url(https://fonts.gstatic.com/s/specialelite/v11/XLYgIZbkc4JPUL5CVArUVL0ntnAOSFNuQsI.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    
    figure.bigquote {
        font-family: 'Special Elite', cursive;
        background-color: #eff1f1;
        color: #626D77;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 60px 0;
        margin: 70px auto !important;
        max-width: 84rem !important;
    }
    @media (max-width: 599px){
        figure.bigquote {
            padding: 30px 0;
            margin: 40px auto !important;
            width: calc(100% - 6rem) !important;
        }
    }
    
    .bigquote blockquote {
        font-weight: 100;
        font-size: 3rem;
        max-width: 600px;
        line-height: 1.4;
        position: relative;
        margin: 0;
        padding: .5rem;
        text-align: center;
        border-width: 0;
    }
    
    .bigquote blockquote:before,
    .bigquote blockquote:after {
        position: absolute;
        color: #626D77;
        font-size: 8rem;
        width: 4rem;
        height: 4rem;
    }
    
    .bigquote blockquote:before {
        content: '“';
        left: -5rem;
        top: -1rem;
    }
    .bigquote blockquote:after {
        content: '”';
        right: -4.15rem;
        bottom: 1rem;
    }
    @media (max-width: 599px){
        .bigquote blockquote {
            font-weight: 100;
            font-size: 2.7rem;
            line-height: 1.4;
            position: relative;
            padding: .5rem;
        }
        .bigquote blockquote:before {
            content: '“';
            left: -4.25rem;
            top: -1rem;
        }
        .bigquote blockquote:before,
        .bigquote blockquote:after {
            position: absolute;
            color: #626D77;
            font-size: 4rem;
            width: 8rem;
            height: 4rem;
        }
    }
    
    .entry-content figcaption.bigquote {
        font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
        background-color: #eff1f1;
        font-size: 1.8rem;
        font-weight: inherit;
        line-height: 1.5;
        text-align: center;
        margin-top: .5rem !important;
    }
    
    @media (max-width: 599px){
        .entry-content figcaption.bigquote {
            margin-top: 1rem !important;
            margin-bottom: 0 !important;
        }
    }
    
    
    /* BUTTONS */
    
    .shortcut-btn {
        background: #fff;
        border: 2px solid #949494;
        border-bottom: 3px solid #949494;
        border-radius: 5px;
        text-decoration: none;
        color: #757575;
        min-width: 300px;
        cursor: pointer;
        display: inline-block;
        font-size: 1.85rem;
        font-weight: 600;
        letter-spacing: 0.03rem;
        line-height: 1.25;
        margin: 0;
        opacity: 1;
        padding: 1.1em 1.44em;
        text-align: left;
        transition: .15s;
    }
    .shortcut-btn:hover {
        border: 2px solid #2C9E47;
        border-bottom: 3px solid #2C9E47;
        color: #2C9E47;
        fill: #2C9E47;
        background: #E2F2E8;
    }
    
    .shortcut-btn.social {
        font-weight: 700;
    }
    
    .modal-cta-button {
        border: 1px solid #757575;
        border-bottom: 2px solid #757575;
        border-radius: .5rem;
        background: #fff;
        color: #454287;
        font-size: 1.85rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        letter-spacing: -0.02rem;
        line-height: 1.25;
        margin: 0;
        opacity: 1;
        padding: 1.1rem 1.44rem;
        text-align: left;
        text-decoration: none !important;
        min-width: 100%;
        transition: .15s;
    }
    
    a.modal-cta-button:hover {
        border: 2px solid #2C9E47;
        border-bottom: 3px solid #2C9E47;
        color: #2C9E47;
        fill: #2C9E47;
        background: #E2F2E8;
    }
    a.modal-cta-button:focus,
    .cover-modal.custom .panel a:focus {
        box-shadow: 0 0 4px 3px #AC8F02;
        outline: none;
    }
    a.modal-cta-button.highlight {
        background: #6f69a5;/*928ebb*/
        color: #fff;
        font-weight: 700;
        border: 2px solid #645e9d;
        border-bottom: 3px solid #645e9d;
        text-shadow: 2px 1px 3px rgb(0 0 0 / 30%);
    }
    a.modal-cta-button.highlight:hover {
        background: #645e9d;
    }
    .cta-label {
        padding-right: 2rem;
    }
    a.modal-cta-button svg.chevright-icon,
    a.shortcut-btn svg.chevright-icon {
        float: right;
        display: block;
        width: 1.3rem;
    }
    .highlight svg.chevright-icon {
        fill: white;
    }
    .modal-inner ul.modal-cta-button {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background: #f8f8f8;
        border: none;
    }
    ul.modal-cta-button li {
        margin: 2rem 0 0 0;
        text-align: center;
    }
    ul.modal-cta-button li:first-of-type {
        margin-top: 0;
    }
    
    .modal-end-cta {
        text-align: center;
        margin-top: 3rem;
    }
    
    
    /* BULLETS */
    
    ul.grey-arrow li {
        list-style: none;
        margin: 0;
        position: relative;
        padding-left: 40px;
        margin-bottom: 12px
    }
    @media (max-width: 599px){
        ul.grey-arrow li {
            padding-left: 40px;
            margin-bottom: 16px
        }
    }
    ul.grey-arrow li::before {
        position: absolute;
        top: 1px;
        left: 0;
        display: block;
        width: 28px;
        height: 28px;
        content: '';
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACiUExURUdwTP///8jIyMrKysXFxcbGxsTExMfHx8fHx////8XFxcPDw8zMzMfHx8bGxqqqqsjIyMTExMnJycPDw8fHx9TU1MTExMzMzMbGxsXFxba2tszMzL+/v56enoCAgHBwcHl5eaGhoXBwcMzMzMTExMXFxampqXh4eHZ2doyMjMXFxbKysoODg3l5eXt7e5CQkIKCgq2trcPDw8fHx8bGxsfHx33RJuEAAAA2dFJOUwABDh0oMjk8QAIWKwUgOwMhPRM4JQY0Cgk6BxQEYqX/v1/+DycxVsLQfz5Nmb2xeJ5RIik/N294ScEAAAFkSURBVHgBnddVAqNAEIThwmvwSYJDPOsu9z/auuL09/5HoafBGMO0bMf1SM91bMs0sIryA4//8QJfYUkYxRwRRyHmJKnmBJ0mmLTbc8Z+h3HqwAUHhRFZzkV5hoFizxX2BXrKiqtUJf5T77nSvsY/VM7VcoW/DtzggD8abtLgl8TlJm6Ln1JulOKHUHMjHcrekIwAQMWc0HFKrOZ+0uPpPPvDBpxwuU6XAaA0BaVWuJGS8gaLotLCnaLyjgdF5QN7iso9PIpKDfY8edr37DRWgj3PT2M69ryA5v9evup7fTq9YV+MPRe8vY503OMh6vjAXdTxDkvU0cJN1PEGpSWdVkAg6BgAaAQdm7lh9W66i9XseHzPKal8IMsm8gf81AoPHfkxB9jcwMZfyZajPME/apcrubVsXYlL+YIkX8nkS6B87RQtuhPCdHy1TkMsUc1wmW8UVjFM66Pjan7yPjsfJx4fvgIlB2aeYihqYgAAAABJRU5ErkJggg==');
        background-size: contain;
    }
    
    ul.green-arrow li {
        list-style: none;
        margin: 0;
        position: relative;
        padding-left: 40px;
        margin-bottom: 12px
    }
    @media (max-width: 599px){
        ul.green-arrow li {
            padding-left: 40px;
            margin-bottom: 16px
        }
    }
    ul.green-arrow li::before {
        position: absolute;
        top: 1px;
        left: 0;
        display: block;
        width: 28px;
        height: 28px;
        content: '';
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAD1BMVEUAQhQAhT0AhTwAhDsAhTx+E7UrAAAABXRSTlMAGf4xu8rOLcgAAAC4SURBVEjHxddBCsQwDEPRKPb9z9xlYRJb4acw2pYHJSm2OsY2ejPOoyVMHVk1oa6RsqFuLyUmJSYlJiUmJSgplJiUoKRQgrJ6GDMQjDlr2b5pGikk+7NppDnUWrrLaKSgtNdfyQXGbwq5wLlNUJge5pKt84cTe2dh5Rwsnfl0OjeQ62HjWtg5mdGRaFhl7cyUy/h8sN6uALx0/rAf+Srn5YHXFV6QeCXjJZDXzouiy6v1RZk//X14AGw4CtT+a/+4AAAAAElFTkSuQmCC');
        background-size: contain
    }
    
    ul.nobullets, ul.nobullet, ul.is-style-none, ul.nostyle {
        list-style-type: none;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    ul.nobullets li {
        margin: 1rem 0;
    }
    
    .entry-content ul.dotsbetween li {
        margin: 0;
    }
    ul.dotsbetween {
        display: inline-block;
        padding: 0;
        text-align: left;
    }
    ul.dotsbetween li {
        display: inline;
    }
    ul.dotsbetween li:after {
        content: " ";
        letter-spacing: 1.125em;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEY4Nzc0RjgwMUYxMTFFQjk3QTlEMzdGNzdFRkE1NUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEY4Nzc0RjkwMUYxMTFFQjk3QTlEMzdGNzdFRkE1NUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NEJBRTBGRjAxRDExMUVCOTdBOUQzN0Y3N0VGQTU1QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NEJBRTEwMDAxRDExMUVCOTdBOUQzN0Y3N0VGQTU1QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGLiEcAAAA0SURBVHjaYvTz8+NiYGBQB2J+IP4IxDeZkAQYoLQ6E5IADPAzQbUgg48gwZtIEmAzAQIMAJG3CP7Znae3AAAAAElFTkSuQmCC') center center no-repeat;
    }
    ul.dotsbetween li {
        white-space: nowrap;
    }
    
    /* TAG CLOUD ******************************/
    div.post-tags {
        display: flex;
        justify-content: left;
        align-items: center;
        max-width: 74rem; /*100,80*/
        width: calc(100% - 8rem);
        margin: 3rem auto 0rem;
    }
    
    div.post-tags ul.wp-tag-cloud {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        list-style-type: none;
        margin: -1rem 0 1rem;
        justify-content: left;
    }
    
    div.post-tags ul.wp-tag-cloud li {
        line-height: 1.55;
        margin:  0 1.5rem 1.5rem 0rem; /*0 0 .5rem 2rem*/
    }
    
    div.post-tags ul.wp-tag-cloud a {
        display: inline-block;
        margin: 0;
        padding: 0.75rem 1.75rem;
        background: #fff;
        color: #353535;
        text-decoration: none;
        border: 1px solid #949494;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
    }
    
    @media (max-width: 599px) {
        div.post-tags ul.wp-tag-cloud a {
            font-size: 2rem;
        }
    }
    
    div.post-tags .wp-tag-cloud a:hover,
    div.post-tags .wp-tag-cloud a:focus {
        background: rgb(236,236,236,.5);
        color: #000;
    }
    
    .post-tags-container h2 {
        margin: 4rem auto 1rem;
    }
    
    .post-tags-container div.post-tags  {
        margin: 3rem 0 0;
    }
    
    .post-tags-container div.post-tags ul.wp-tag-cloud a {
        font-size: 112%;
    }
    
    @media (max-width: 599px){
        div.post-tags {
            margin: 3rem auto 0;
            width: 100%;
        }
        div.post-tags ul.wp-tag-cloud {
            margin: -1rem auto 1rem;
            justify-content: initial;
        }
        div.post-tags ul.wp-tag-cloud li:last-of-type {
            margin-bottom: 0;
        }
        div.post-tags ul.wp-tag-cloud {
            margin-bottom: 0;
        }
        .post-tags-container h2 {
            margin: 5.5rem auto 1rem;
        }
        .post-tags-container div.post-tags ul.wp-tag-cloud a {
            font-size: 120%;
        }
    }
    
    .single-partners ul.wp-tag-cloud {
        display: block;
        list-style: none;
        padding: 0px;
        white-space: nowrap;
    }
    .single-partners ul.wp-tag-cloud li {
        display: inline;
        margin-left: 1rem;
    }
    .single-partners ul.wp-tag-cloud li::after {
        content: ", ";
    }
    .single-partners ul.wp-tag-cloud li:first-of-type { margin-left: 0;}
    .single-partners ul.wp-tag-cloud li:last-of-type::after { content: "";}
    
    @media (max-width: 599px){
        .single-partners ul.wp-tag-cloud {
            display: block;
            list-style: none;
            padding: 0px;
        }
        .single-partners ul.wp-tag-cloud li {
            display: block;
            margin: 1rem 0;
        }
        .single-partners ul.wp-tag-cloud li::after {
            content: "";
        }
    }
    
    /* ALM - POST CARDS ******************************/
    
    div#ajax-load-more,
    div#ajax-load-more-2,
    div#ajax-load-more-3,
    div#ajax-load-more-4 {
        margin:  0 auto;
        max-width: 102rem; /*100rem*/
        width: calc(100% - 3rem);
    }
    @media (max-width: 599px){
        div#ajax-load-more,
        div#ajax-load-more-2,
        div#ajax-load-more-3,
        div#ajax-load-more-4,
        div.ajax-load-more-wrap {
            width: 100%;
        }
    }
    /* portrait tablet */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
        div#ajax-load-more,
        div#ajax-load-more-2,
        div#ajax-load-more-3,
        div#ajax-load-more-4,
        div.ajax-load-more-wrap {
            width: 100%;
            width: calc(100% - 6rem);
        }
        .alm-layouts .alm-listing .alm-layout.alm-2-col {
            width: 100%;
        }
        li.alm-layout.alm-2-col div.card-container {
            height: 40rem;
        }
    }
    
    .alm-layouts .alm-listing .alm-layout h3 a:focus, .alm-layouts .alm-listing .alm-layout h3 a:hover {
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    
    /* ALM: CTA */
    @media (min-width: 992px){
        .alm-layouts .alm-listing li.alm-layout.cta-card {
            margin-left: 1.4%;
        }
    }
    
    /* HIDE: ALM Panel Button */
    .tax-help_taxonomy .alm-panel-button,
    .single-help .alm-panel-button {
        display: none;
    }
    
    /* button styling */
    
    .alm-btn-wrap .alm-load-more-btn {
        background-color: #2C9E47;
        font-size: 1.85rem;
        height: 5rem;
        transition: all .3s ease;
    }
    .alm-btn-wrap .alm-load-more-btn:hover {
        background-color: #217635;
    }
    
    .ajax-load-more-wrap.green .alm-load-more-btn {
        background-color: #2C9E47;
        padding: 0 40px;
    }
    
    /* card spacing */
    
    @media (min-width: 992px){
        div#ajax-load-more,
        div.ajax-load-more-wrap {
            padding: 0;
        }
        .alm-layouts .alm-listing .alm-2-col.odd {
            margin-right: 2.3%;
        }
        .alm-layouts .alm-listing .alm-layout.alm-2-col, .alm-layouts .alm-listing .alm-layout.alm-3-col, .alm-layouts .alm-listing .alm-layout.alm-4-col {
            width: 47.7%; /*48.5%*/
            display: inline-block;
            vertical-align: top;
            clear: none;
        }
        .alm-layouts .alm-listing .alm-layout {
            width: 100%;
            display: block;
            clear: both;
            padding: 0;
            margin: 0 1% 3%; /*0 0 3%*/
            overflow: visible;
        }
    }
    @media (max-width: 599px){
        div#ajax-load-more,
        div.ajax-load-more-wrap,
        div#ajax-load-more-2, /* use case: multiple on page */
        div#ajax-load-more-3,
        div#ajax-load-more-4 {
            padding-left: 10px;
            padding-right: 10px;
            margin-top: 10px;
        }
        .alm-layouts .alm-listing .alm-layout {
            margin: 0 0 10px;
        }
    }
    
    /* card border */
    .alm-layouts .alm-listing .alm-card a.card-container {
        -webkit-perspective: none;
        perspective: none;
        border: none !important;
        display: block;
        position: relative;
    }
    
    /* ALM: Events  *****************************/
    
    body.single, body.archive, body.page, body.woocommerce, body.search, body.error404, body.blog
    {
        background: rgb(248,248,248,.88);
    }
    /*
    body.page-id-1034,
    body.postType-events,
    body.posttype-partners
    {
        background: #F8F8F8;
    }
    @media (max-width: 599px){
        body.postType-partners
        {
            background: #fff;
        }
    }
    */
    
    .event-listing a {
        color: #252525;
        text-underline-offset: 0;
    }
    
    .page-id-1034 .alm-btn-wrap {
        margin-bottom: 6rem;
    }
    
    @media (min-width: 992px){
        .page-id-1034 .alm-layouts .alm-listing .alm-layout.alm-2-col,
        .tax-events_taxonomy .alm-layouts .alm-listing .alm-layout.alm-2-col {
            width: 47.5%;
            display: inline-block;
            vertical-align: top;
            clear: none;
            /*margin: 0 1.12% 3%;*/
            /*border-radius: .9rem;*/
        }
        .event-container {
            min-height: 23rem;
        }
    }
    
    .alm-layouts .alm-listing div.event-date-box {
        color: #fff;
        padding: 1.8rem 0;
        font-size: 2.6rem;
        line-height: 1.1;
        text-align: center;
        width: 80px;
        height: 80px;
        font-weight: 500;
        border-radius: 50%;
        position: absolute;
        text-shadow: 0px 0px 4.5px rgba(0,0,0,.66);
        z-index: 9;
    }
    
    .alm-layouts .alm-listing div.event-date-box.multiday {
        border-radius: 1.5rem;
    }
    
    
    div.event-date-box span.month {
        font-weight: 500;
        font-size: 1.9rem;
        display: block;
        /*text-shadow: 2px 1px 8px rgb(51 51 51 / 50%);*/
    }
    div.event-date-box span.event-days.day-span {
        font-size: 77%;
        font-weight: 400;
        position: relative;
        top: -4px;
    }
    div.event-date-box span.month-span {
        font-size: 64%;
        font-weight: 500;
    }
    div.event-date-box span.end {
        position: relative;
        top: -12px;
    }
    
    .alm-layouts .alm-listing div.event-badge {
        float: left;
        background: #2A2B2A;
        color: #fff;
        line-height: 1.75;
        text-align: center;
        /*padding-right: 22px;*/
        position: absolute;
        top: 120px;
        width: 100px;
        font-size: 14px;
        border-radius: 5px;
        text-transform: uppercase;
    }
    
    .event-date-box-overlay {
        position: absolute;
        background: rgba(37,37,37,.2);
        z-index: 7;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }
    .event-date-box-color {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }
    
    .alm-layouts .alm-listing .alm-layout span#event-location {
    
    }
    .alm-layouts .alm-listing .alm-layout div.event-details {
        margin-left: 9.8rem;
        padding-right: 3rem;
    }
    
    .alm-layouts .alm-listing li.event-listing {
        border-left: 5px solid;
        border-right: 1px solid #949494 !important;
        border-bottom: 1px solid #949494 !important;
        border-top: 1px solid #949494 !important;
        padding: 20px 0 0 20px; /*20px 0 36px 20px*/
        background: #fff;
        border-radius: .75rem;
    }
    
    .alm-layouts .alm-listing .alm-layout h3.event-listing {
        font-size: 2.4rem;
        line-height: 1.23;
        font-weight: 600;
        margin: 0 0 1rem;
        padding-top: 1.2rem;
    }
    @media (min-width: 992px){
        .alm-layouts .alm-listing .alm-layout h3.event-listing {
            /*max-width: 94%;*/
        }
        
        /* Trim Event Card */
        .event-details {
            -webkit-box-orient: vertical;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
        }
    }
    
    .alm-layouts .alm-listing .alm-layout div.event-location-catlink {
        margin: 7px 0 15px 0;
        font-size: 1.7rem;
        line-height: 1.5;
    }
    @media (max-width: 599px) {
        .alm-layouts .alm-listing .alm-layout div.event-location-catlink {
            font-size: 1.9rem;
        }
    }
    
    span.location-cat-divider {
        color: #C5C5C5;
        padding: 0 2px;
    }
    
    div.event-location-catlink a.event-cat {
        text-decoration: underline;
        transition: 0.3s;
        text-decoration-style: dotted;
        text-underline-offset: 6px; /*4px*/
        text-decoration-color: #757575;
    }
    div.event-location-catlink a.event-cat:hover {
        text-decoration: none;
    }
    @media
    only screen and (-webkit-min-device-pixel-ratio: 1.25),
    only screen and ( min--moz-device-pixel-ratio: 1.25),
    only screen and ( -o-min-device-pixel-ratio: 1.25/1),
    only screen and ( min-device-pixel-ratio: 1.25),
    only screen and ( min-resolution: 200dpi),
    only screen and ( min-resolution: 1.25dppx) {
        div.event-location-catlink .event-cat {
            text-underline-offset: 6px;
        }
    }
    
    .page-id-1034 .alm-layouts .alm-listing div.event-excerpt p,
    .tax-events_taxonomy .alm-layouts .alm-listing div.event-excerpt p {
        margin-bottom: 0px;
    }
    
    .event-bglink {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 9;
        opacity: 1;
    }
    
    @media (max-width: 599px){
        body.page-id-1034,
        body.tax-events_taxonomy {
            background: #fff;
        }
        .page-id-1034 div#ajax-load-more,
        .tax-events_taxonomy div#ajax-load-more { /* full width for mobile*/
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .event-container {
            padding: 0 2rem 0 1.5rem;
        }
        .alm-layouts .alm-listing li.event-listing {
            padding: 2rem 0 3.5rem;
        }
        /* remove border from last card */
        /*li.alm-layout.event-listing.alm-2-col:last-of-type {
            border-bottom: none;
        }*/
        .alm-layouts .alm-listing div.event-date-box {
            color: #fff;
            padding: 15px 13px;
            font-size: 18px;
            line-height: 1.1;
            width: 66px;
            height: 66px;
        }
        div.event-date-box span.event-days.date-span {
            font-size: 60%;
        }
        div.event-date-box span.month {
            font-weight: 500;
            font-size: 1.8rem;
            display: block;
        }
        .alm-layouts .alm-listing .alm-layout div.event-details {
            margin-left: 80px;
            padding-right: 0;
        }
        .alm-layouts .alm-listing .alm-layout h3.event-listing {
            font-size: 2.4rem;
            line-height: 1.36;
            font-weight: 600;
            margin: 0 0 10px;
            padding-top: 11px;
        }
        .alm-layouts .alm-listing div.event-badge {
            top: 76px;
            width: 66px;
            font-size: 12px;
            /*padding-right: 13px;*/
        }
        div.event-date-box span.event-days.day-span {
            font-size: 1.7rem;
            font-weight: 500;
            top: -2px;
        }
    }
    
    /* event card v2.0 */
    
    .alm-layouts .alm-listing div.event-date-box {
        color: #fff;
        padding-top: 1.5rem;
        font-size: 2.7rem;
        line-height: 1.1;
        text-align: center;
        width: 80px;
        height: 80px;
        font-weight: 500;
        border-radius: 50%;/*.5rem*/
        position: absolute;
        /* text-shadow: 0px 0px 22px rgba(0,0,0,3); */
        border: #fff solid .2rem;
        /* background: rgba(0,0,0,.5) !important; */
    }
    @media (min-width: 992px){
        .event-container {
            min-height: 23rem;
            margin-left: -6rem;
        }
    }
    
    div.event-date-box span.month {
        font-weight: 500;
        font-size: 2rem;
        display: block;
    }
    
    @media (max-width: 599px) {
        .event-container {
            padding: 0 2rem 0 0;
            margin-left: -4rem;
        }
        .alm-layouts .alm-listing .alm-layout div.event-details {
            margin-left: 9.3rem;
            padding-right: 0;
        }
    }
    
    /* no date cards */
    .alm-layout.event-listing.no-date .event-date-badge {
        display: none;
    }
    .alm-layout.event-listing.no-date div.event-details {
        margin-left: 8rem;
        padding-right: 3rem;
    }
    @media (max-width: 599px) {
        .alm-layout.event-listing.no-date div.event-details {
            margin-left: 7rem;
            padding-right: 0;
        }
        .alm-layouts .alm-listing li.event-listing.no-date {
            padding: 1.5rem 0 3rem;
        }
    }
    
    /* ALM - Partners *****************************/
    
    div.partner-container {
        position: relative;
        min-height: 20rem;
        background: #fff;
    }
    .partner-container div.partner-gradient-border {
        position: absolute;
        background: url('/wp-content/themes/twentytwenty/custom/img/post_card-gradient.png');
        width: 2.4rem;
        height: 6rem;
        left: -2.4rem;
        bottom: 0;
        display: block !important;
    }
    
    li.alm-layout.partner-listing.alm-2-col {
        border: 1px solid #949494;
        border-radius: 5px;
        overflow: hidden;
    }
    .alm-layouts .alm-listing .alm-layout div.partner-details {
        margin-left: 4rem;
        padding-right: 3rem;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .alm-layouts .alm-listing .alm-layout .partner-details h3 {
        margin: 0 0 1.5rem;
    }
    
    .partner-listing a {
        color: #252525;
        text-decoration-style: none;
        text-underline-offset: 4px;
        text-decoration-color: #757575;
    }
    .partner-listing a:hover {
        color: #757575;
        text-decoration-style: underline;
        text-underline-offset: 4px;
        text-decoration-color: #464646;
    }
    .alm-layouts .alm-listing .alm-layout h3.partner-listing {
        font-size: 3.2rem;
        line-height: 1.17;
        font-weight: 600;
        font-family: 'Condor', sans-serif;
        letter-spacing: -.025rem;
    }
    /*
    .alm-layouts .alm-listing .alm-layout h3.partner-listing {
        font-size: 26px;
        line-height: 1.17;
        font-weight: 600;
    }
    */
    .alm-layouts .alm-listing .alm-layout div.taxonomy-link {
        margin: 7px 0 15px 0;
        font-size: 15px;
        line-height: 1.5;
    }
    div.taxonomy-link a.card-taxonomy {
        text-decoration: underline;
        transition: 0.3s;
        text-decoration-style: dotted;
        text-underline-offset: 4px;
        text-decoration-color: #757575;
        color: #757575;
        font-size: 1.5rem;
    }
    div.taxonomy-link a.card-taxonomy:hover {
        text-decoration: none;
    }
    @media
    only screen and (-webkit-min-device-pixel-ratio: 1.25),
    only screen and ( min--moz-device-pixel-ratio: 1.25),
    only screen and ( -o-min-device-pixel-ratio: 1.25/1),
    only screen and ( min-device-pixel-ratio: 1.25),
    only screen and ( min-resolution: 200dpi),
    only screen and ( min-resolution: 1.25dppx) {
        div.taxonomy-link .card-taxonomy {
            text-underline-offset: 4px;
        }
    }
    
    #site-content .partner-excerpt p {
        margin-bottom: 0px;
    }
    
    @media (max-width: 599px){
        body.archive.postType-partners {
            background: rgb(255,255,255,1);
        }
        .archive.postType-partners .cover-header {
            margin-bottom: 0;
        }
        div#ajax-load-more {
            padding-left: 1rem;
            padding-right: 1rem;
            margin-top: 0;
        }
        li.alm-layout.partner-listing.alm-2-col {
            margin: 0;
        }
        .alm-layouts .alm-listing .alm-layout div.partner-details {
            margin-left: 3rem;
            padding-right: 3rem;
        }
        li.alm-layout.partner-listing.alm-2-col {
            border-left: 0;
            border-right: 0;
            border-top: 0;
            border-bottom: 1px solid #949494;
            border-radius: 0;
            overflow: hidden;
        }
        li.alm-layout.partner-listing.alm-2-col:last-of-type {
            border-bottom: 0;
            margin-bottom: 2rem;
        }
        .alm-layouts .alm-listing .alm-layout h3.partner-listing {
            font-size: 2.8rem;
            line-height: 1.28;
        }
        /*
        .alm-layouts .alm-listing .alm-layout h3.partner-listing {
            font-size: 22px;
            line-height: 1.35;
            font-weight: 600;
        }
        */
    }
    
    /* Post Cards: Photo *********/
    .card-container.photo .card-buttons {
        display: none;
    }
    
    .card-container.photo div.card-text {
        max-width: 70%;
        top: 47%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .alm-layouts .alm-listing .alm-layout .card-container.photo h3.card-title {
        font-weight: 700;
        font-size: 3.4rem;
        font-family: 'Condor', sans-serif;
        letter-spacing: -.025rem;
    }
    
    /* Post Cards ************************************/
    
    div.ajax-load-more-wrap a.card-title {
        text-decoration: none;
    }
    
    div.card-container {
        min-height: 27.3rem;
        padding: 0;
        display: flex;
        margin: 0;
        color: #fff;
    }
    @media (max-width: 599px){
        div.card-container {
            min-height: 25.6rem;
        }
    }
    
    div.card-text {
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        padding-left: 3rem;
        z-index: 50;
        color: #fff;
        max-width: 70%;
        text-shadow: 2px 1px 8px rgb(51 51 51 / 45%);
    }
    
    .alm-layouts .alm-listing .alm-layout h3.card-title {
        color: #fff;
        font-weight: 700;
        font-size: 2.7rem;
        padding: 0;
        line-height: 1.24;
    }
    @media (max-width: 599px){
        .alm-layouts .alm-listing .alm-layout h3.card-title {
            font-size: 2.5rem;
            font-weight: 700;
        }
    }
    
    div.card-oneliner {
        max-width: 86%;
        margin-top: 12px;
    }
    .alm-layouts .alm-listing .alm-layout p,
    .alm-layouts .alm-listing .alm-layout p.card-oneliner {
        font-size: 1.85rem;
        line-height: 1.46;
        margin: 0;
    }
    @media (min-width: 992px){
        .alm-layouts .alm-listing .alm-layout p, .alm-layouts .alm-listing .alm-layout p.card-oneliner {
            max-width: 96%;
        }
    }
    @media (max-width: 599px) {
        .alm-layouts .alm-listing .alm-layout p,
        .alm-layouts .alm-listing .alm-layout p.card-oneliner {
            font-size: 1.95rem;
            line-height: 1.3;
        }
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
        .alm-layouts .alm-listing .alm-layout .card-container.photo h3.card-title {
            font-size: 6rem;
        }
        .alm-layouts .alm-listing .alm-layout p, .alm-layouts .alm-listing .alm-layout p.card-oneliner {
            font-size: 2.7rem;
        }
    }
    
    div.card-icon {
        position: absolute;
        top: 25%;
        left: 30%;
    }
    div.card-buttons {
        position: absolute;
        right: 1.5rem;
        bottom: 1.5rem;
        z-index: 102;
    }
    a.card-buttons {
        padding: .3rem .8rem .5rem .8rem;
        z-index: 51;
        background: rgba(255,255,255,.66);
        text-underline-offset: 2px;
        font-size: 1.7rem;
        font-weight: 500;
        color: #000;
    }
    .card-time {
        background: rgba(0,0,0,1);
        padding: .3rem .8rem .5rem .8rem;
        color: #fff;
        border-radius: 0;
        line-height: 1.6;
        text-align: center;
        font-size: 1.5rem;
        box-shadow: none;
        /*border: 1px solid rgba(255,255,255,.33);*/
        /*box-shadow: 0 0 1px 1px rgba(255,255,255,.33);*/
    }
    .alm-layouts .alm-listing .alm-layout div.card-author {
        margin-top: 12px;
    }
    .alm-layouts .alm-listing .alm-layout div.card-author img.avatar {
        width: 30px;
        border-radius: 100%;
        border: 1px solid rgba(255,255,255,.7);
        float: left;
        margin: 0 8px 0 0;
    }
    
    .alm-layouts .alm-listing .alm-layout span.author-name {
        font-size: 16px;
        vertical-align: text-bottom;
    }
    
    .card-gradient {
        content: "";
        top: 0;
        position: relative;
        height: 100%;
        width: 100%;
        z-index: 9;
        /*border-radius: 12px;*/
        opacity: 1;
    }
    
    a.card-overlay-link {
        z-index: 2;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    
    .alm-layouts .alm-listing .alm-layout .card-thumbnail img.card-thumbnail {
        object-fit: cover;
        height: 100%;
        width: 100%;
        /*border-radius: 12px;*/
        transition: all .3s ease-in-out;
    }
    
    @media (max-width: 599px){
        div.card-container, .alm-layouts .alm-listing .alm-layout img.card-thumbnail {
            border-radius: 0;
            object-fit: cover;
            object-position: 57% bottom;
            height: 100%;
        }
        .card-gradient {
            border-radius: 0;
        }
        div.card-text {
            top: 50%;
            padding-left: 2rem;
            max-width: 90%;
        }
        div.card-icon {
            left: 25%;
        }
        a.card-buttons {
            font-size: 1.78rem;
            font-weight: 600;
        }
    }
    
    /* ALM Post Cards: Quote Cards ******************/
    body.page-id-9469, body.tax-quotes_taxonomy {
        background: #F8F8F8;
    }
    
    div.quote-card-container {
        height: 221px;
        padding: 0;
        display: flex;
        margin: 0;
        color: #252525;
        background-color: #fff;
        border: 3px solid;
        position: relative;
    }
    @media (max-width: 599px){
        div.quote-card-container{
            height: 26rem;
        }
    }
    div.quote-icon {
        width: 35px;
        height: 29px;
        position: absolute;
        left: 47%;
        top: -7px;
        background: #fff;
    }
    svg.icon-quote {
        width: 35px;
        height: 29px;
    }
    div.quote-card-text {
        padding: 0 40px;
        z-index: 50;
        color: #252525;
        text-align: center;
        position: absolute;
        top: 46%;
        left: 5%;
        transform: translate(0, -50%);
    }
    span.quote-ellipsis {
        font-weight: 800;
    }
    div.quote-card-oneliner {
        margin-top: 12px;
    }
    
    .alm-layouts .alm-listing .alm-layout h3.quote-card-title {
        color: #252525;
        font-weight: 500;
        font-size: 1.58rem;
        padding: 0;
        line-height: 1.33;
    }
    div.card-buttons {
        position: absolute;
        right: 1.7rem;
        bottom: 1.7rem;
        z-index: 4;
    }
    a.quote-card-buttons {
        padding: 2px 8px;
        z-index: 51;
        background: rgba(255,255,255,1);
        border-radius: 4px;
        border: 1px solid #cdcdcd !important;
        font-size: 14px;
        color: #0C0C0C;
    }
    a.full-quote {
        color: #fff;
        border-radius: 4px;
        padding: 3px 8px;
        border: 0 !important;
        line-height: 1.6;
        text-align: center;
        font-size: 14px;
    }
    .quote-card-border {
        background: #fff;
        border: 3px solid;
    }
    
    /* Post Cards: Related Posts *************************/
    
    div.post-end {
        height: 1px;
        background: #949494;
        margin: 7rem auto;
        position: relative;
        max-width: 74rem;
        width: calc(100% - 4rem);
    }
    
    div.related-posts-container {
        margin: 3rem auto 0;
    }
    
    @media (max-width: 599px) {
        div.related-posts-container {
            margin: 4rem auto 0;
        }
    }
    
    div.related-posts {
        margin: 0 auto;
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    }
    h2.related-posts {
        text-align: center;
        font-size: 1.7em;
    }
    .related-posts div.ajax-load-more-wrap,
    .related-posts div#ajax-load-more,
    .related-posts div#ajax-load-more-2,
    .related-posts div#ajax-load-more-3,
    .related-posts div#ajax-load-more-4 {
        margin: 0 auto;
    }
    @media (max-width: 599px){
        div.post-end {
            margin: 4rem auto 0 auto;
        }
        h2.related-posts {
            font-size: 2.2rem;
            padding-bottom: 15px;
            color: #252525;
        }
    }
    @media (max-width: 599px){
        .single div.ajax-load-more-wrap {
            padding-left: 10px;
            padding-right: 10px;
        }
    }
    
    
    /* TUX: Portrait **************/
    /* ALM: Photo - TUXP */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
        .alm-layouts .alm-listing .alm-layout h3.card-title {
            font-size: 4.2rem;
            padding: 0;
        }
        .alm-layouts .alm-listing .alm-layout p.card-oneliner {
            font-size: 2.4rem;
        }
        div.card-text {
            padding: 30px;
        }
        a.card-buttons {
            font-size: 2.2rem;
        }
        .card-time {
            font-size: 2.2rem;
        }
        .alm-layouts .alm-listing .alm-layout .card-container.photo h3.card-title {
            font-size: 6rem;
        }
        .alm-layouts .alm-listing .alm-layout h3.partner-listing {
            font-size: 4rem;
        }
        .alm-layouts .alm-listing .alm-layout p, .alm-layouts .alm-listing .alm-layout p.card-oneliner {
            font-size: 2.7rem;
        }
        .alm-layouts .alm-listing .alm-layout p, .alm-layouts .alm-listing .alm-layout p.card-oneliner {
            font-size: 2.1rem;
        }
        .term-content-contributors .alm-layouts .alm-listing .alm-layout p, .alm-layouts .alm-listing .alm-layout p.card-oneliner,
        .term-wellness-partners .alm-layouts .alm-listing .alm-layout p, .alm-layouts .alm-listing .alm-layout p.card-oneliner {
            font-size: 2.4rem;
        }
        div.partner-container {
            position: relative;
            min-height: 22rem;
            background: #fff;
        }
        .term-content-contributors div.partner-container,
        .term-wellness-partners div.partner-container {
            position: relative;
            min-height: 24rem;
            background: #fff;
        }
        .alm-layouts .alm-listing li.event-listing {
            padding: 2.7rem 3.3rem 3.3rem;
        }
        .alm-layouts .alm-listing .alm-layout h3.event-listing {
            font-size: 2.7rem;
        }
        .alm-layouts .alm-listing .alm-layout div.event-location-catlink {
            margin: 7px 0 25px 0;
            font-size: 2rem;
        }
        /* 2 col content */
        .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
            width: calc(100% - 8rem);
        }
        div#credits {
            max-width: 74rem;
            margin: 3rem auto;
            width: calc(100% - 8rem);
        }
        div#comments {
            max-width: 74rem;
            margin: 2.5rem auto;
            width: calc(100% - 8rem);
        }
        #site-content .entry-content div.action-buttons-container {
            margin-top: -6rem !important;
        }
        div.post-end {
            margin: 7rem auto 0;
        }
    }
    
    /* ALM: Taxonomy Button *************************/
    button.taxonomy-panel-button {
        border: 1px solid #949494;
        border-radius: 5px;
        text-decoration: none;
        background: #fff;
        color: #757575;
        padding: 1rem;
    }
    
    /* Archive Media *************************/
    
    /* archive video */
    .archive #site-content figure.plyr-block-video {
        max-width: 100rem;
        width: calc(100% - 4rem);
        margin-top: 6rem;
    }
    
    /* archive image */
    .archive #site-content figure.wp-block-image {
        max-width: 100rem;
        border-radius: 1.5rem;
        margin-top: 6rem !important;
    }
    
    /* archive gallery */
    .archive div#gallery-1 {
        max-width: 80rem;
        margin-top: 0rem;
    }
    
    .archive #nj-event-photos a {
        padding-right: 1rem;
    }
    
    .archive #nj-event-photos span {
        color: #757575;
    }
    
    @media (max-width: 599px){
        .archive #nj-event-photos a {
            display: block;
        }
    }
    
    /* Give Local  *************************/
    
    h1 span.title-give-local {
        font-size: 150%;
    }
    @media (max-width: 599px) {
        .page-id-4407 .alm-layouts .alm-listing .alm-layout h3.card-title,
        .parent-pageid-4407 .alm-layouts .alm-listing .alm-layout h3.card-title {
            font-size: 2.7rem;
        }
        h1 span.title-give-local {
        font-size: 150%;
        }
    }
    
    .page-id-4407 .alm-btn-wrap, /* Hide ALM Load More Button: Give Local Landing Only */
    .page-id-4407 div.card-buttons,
    .parent-pageid-4407 div.card-buttons {
        display: none;
    }
    .page-id-4407 .alm-layouts .alm-listing .alm-layout h3.card-title,
    .parent-pageid-4407 .alm-layouts .alm-listing .alm-layout h3.card-title {
        font-size: 3.7rem;
    }
    .page-id-4407 div.card-text,
    .parent-pageid-4407 div.card-text { /* vertically center text: no card buttons */
        top: 50%;
    }
    
    @media (max-width: 599px) {
        .page-id-4407 .alm-layouts .alm-listing .alm-layout h3.card-title,
        .parent-pageid-4407 .alm-layouts .alm-listing .alm-layout h3.card-title {
            font-size: 2.7rem;
            font-weight: 700;
        }
        .page-id-4407 div.card-container,
        .parent-pageid-4407 div.card-container {
            min-height: auto;
        }
    }
    
    /* Residents  *************************/
    
    .single-residents header.entry-header h1.entry-title {
        font-size: 6.6rem;
    }
    @media (max-width: 599px) {
        .single-residents header.entry-header h1.entry-title {
            font-size: 4.2rem;
        }
    }
    
    /* Partners  *************************/
    
    .single-partners #site-content .entry-content figure.alignwide.prime {
        margin-top: 0 !important;
        max-width: 88rem !important;
    }
    /* remove prime media shadow*/
    .single-partners div.entry-content figure.alignwide.prime img,
    .single-partners div.entry-content figure.wp-block-video.prime div.my-plyr-container {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    #site-content h2.partner-address {
        margin: 0 0 .75rem;
    }
    
    svg.partner-icon {
        display: inline;
        margin: .45rem auto 0 -1rem;
        position: relative;
        top: .3rem;
    }
    
    @media (min-width: 992px){
        .wp-block-column.right {
            margin-top: -1rem;
        }
        h2.partner-page {
            margin: 4.5rem auto 1rem;
        }
    }
    
    .single-partners p.oneliner-post {display:none;}
    #site-content div.partner-primary-cat {
        text-align: center;
        margin: 1rem auto 3.5rem;
        font-size: 2rem;
    }
    #site-content div.partner-primary-cat a {
        text-underline-offset: 3px;
        text-decoration-thickness: .05em;
    }
    .single-partners #site-content div.entry-content figure.prime {
        overflow: hidden;
        margin: 0 auto 5rem;
        max-width: 83rem;
        width: calc(100% - 3rem);
    }
    .single-partners .wp-block-video .my-plyr-container {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .single-partners .prime .plyr {
        border: none;
        background: rgb(145,145,145,.5);
    }
    .partners figure.prime img {
        border-radius: 13px;
        border: 1px solid rgb(145,145,145,.5);
    }
    .partners .post-meta-single-top .post-meta {
        display: none;
    }
    
    .event-cta svg.vcard-icon {
        display: inherit;
        margin-right: .89rem;
        position: relative;
        top: .3rem;
    }
    
    ul.partner-page {
        list-style-type: none;
        margin: 0;
    }
    
    ul.partner-page li {
        margin: 1.25rem 0 0 0;
    }
    
    ul.partner-page li span.block {
        color: #757575;
    }
    
    .comma-list {
        display: flex;
        list-style: none;
        padding: 0px;
    }
    .comma-list li {
        display: inline;
        margin-left: 1rem;
    }
    .comma-list li::after {
        content: ", ";
    }
    .comma-list li:first-of-type { margin-left: 0;}
    .comma-list li:last-of-type::after { content: "";}
    
    div.partner-ctas {
        margin: 4rem auto 1rem;
    }
    p.partner_cta_connect {
        margin-bottom: 4.2rem;
    }
    p.partner_cta_becomepartner {
        margin-bottom: 3.7rem;
    }
    
    p#content-text {
        display: none;
    }
    
    .partners-template .post-meta li:first-child {
        display: none;
    }
    .partners-template .post-meta li {
        margin: 0;
    }
    
    .partners-template ul.post-meta, .header_type_basic .oneliner-post {
        margin: 1rem 0 -2rem;
    }
    @media (max-width: 599px) {
        .partners-template ul.post-meta, .header_type_basic .oneliner-post {
            margin: 1rem 0 2.6rem;
        }
    }
    
    .partners .event-cta svg.browser-icon {
        display: inherit;
        margin-left: .89rem;
        position: relative;
        top: .3rem;
    }
    
    .partners .partner-section span.toggle-text {
        background: #fff;
        padding: .5rem 1rem;
        border-radius: 5px;
        border: 1px solid #949494;
        margin: 1.75rem 0 .5rem;
        display: inline-block;
        font-size: 80%;
    }
    
    .single-partners #site-content blockquote p {
        color: inherit;
        font-size: 5rem;
        line-height: 1.14;
        font-family: 'Condor', sans-serif;
        font-weight: 300;
        letter-spacing: -.05rem;
    }
    
    .single-partners cite span.author {
        color: #252525;
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25;
    }
    .single-partners cite span.title {
        color: #757575;
        font-size: 1.85rem;
        font-style: normal;
        font-weight: normal;
        line-height: 1.25;
        display: block;
    }
    .single-partners span.quotemark {
        font-weight: 900;
        color: #949494;
    }
    
    .single-partners blockquote cite {
        display: block;
        margin: 2rem 0 0 0;
    }
    
    .single-partners blockquote p:last-child {
        margin: 0;
    }
    
    @media (max-width: 599px){
        #site-content div.partner-primary-cat {
            margin: .5rem auto 2.5rem;
            font-size: 1.83rem;
        }
        .single-partners #site-content div.entry-content figure.prime {
            margin: 0 auto 3rem;
        }
        .comma-list {
            display: block;
            list-style: none;
            padding: 0px;
        }
        .comma-list li {
            display: block;
            margin: 1rem 0;
        }
        .comma-list li::after {
            content: "";
        }
        h2.partner-page {
            margin: 5rem auto 1rem;
        }
    
        ul.partner-page li {
            margin: 1.5rem 0 0 0;
        }
        .partner-tags-cta {
            margin: 4.5rem auto 1.5rem;
        }
        .partners .partner-section span.toggle-text {
            font-size: 87%;
        }
        p.partner_cta_connect {
            margin-bottom: 3.3rem;
        }
        .single-partnerscite span.title {
            margin-bottom: 4.5rem;
        }
        .single-partners #site-content blockquote p {
            color: inherit;
            font-size: 4.6rem;
            line-height: 1.12;
        }
        .tax-partners_taxonomy div#ajax-load-more {
            padding-left: 0;
            padding-right: 0;
            margin-top: 0;
        }
        /* Photo Post_Cards: larger header */
        .term-wellness-partners #site-content .cover-header-inner,
        .term-content-contributors #site-content .cover-header-inner {
            padding-top: 13rem;
            min-height: 33rem;
        }
        /* Photo Post_Cards: smaller margin / thinner rule */
        .term-wellness-partners div#ajax-load-more,
        .term-content-contributors div#ajax-load-more {
            margin-top: .2rem;
        }
        .term-wellness-partners .alm-layouts .alm-listing .alm-layout,
        .term-content-contributors .alm-layouts .alm-listing .alm-layout {
            margin: 0 0 .2rem;
        }
    }
    
    
    
    
    /* Events *************************/
    #calendar-event-disclaimer {
        font-style: italic;
        font-size: 85%;
    }
    @media (max-width: 599px) {
        #calendar-event-disclaimer {
            font-size: 90%;
        }
    }
    #site-content .event-detail-details > p.event-price {
        margin: -.5rem 0 !important;
    }
    
    #site-content .event-detail-details > p.event-venue {
        margin: .5rem 0 !important;
        font-weight: 600;
    }
    
    @media (min-width: 992px){
        .single-events header.entry-header h1.entry-title {
            font-size: 7rem;
        }
        .single-events header.entry-header h1.entry-title.long-title { /* Long Title: DUX */
            font-size: 5.6rem;
        }
    }
    @media (max-width: 599px) {
        .single-events header.entry-header h1.entry-title {
            font-size: 3.25rem;
        }
        .single-events header.entry-header h1.entry-title.long-title { /* Long Title: DUX */
            font-size: 2.7rem;
        }
    }
    
    span#event-discount-code {
        background: #FCD000;
        padding: .2rem .5rem;
        border-radius: .5rem;
    }
    
    /* Event Media - 2nd Occurance */
    .single-events #site-content div.entry-content figure.wp-block-image:nth-of-type(2),
    .single-events #site-content div.entry-content figure.wp-block-video:nth-of-type(2) {
        margin-top: 4rem !important;
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    /* Additional Dates */
    #additional-dates p {
        display: none;
    }
    span.event-additional-date {
        font-weight: 800;
    }
    
    /* Event Detail */
    .event-detail-date {
        font-size: 2rem;
        font-weight: 900;
    }
    @media (max-width: 599px) {
        .event-detail-date {
            font-size: 5.1vw;
        }
    }
    
    div.cta-icon-button {
        display: inline-block;
        margin: 0 auto;
    }
    
    div.event-cta button {
        text-align: left;
        padding-left: 6.3rem;
    }
    
    @media (max-width: 599px) {
        div.event-cta button {
            padding-left: 17vw;
        }
    }
    
    button.add2cal {
        border: 1px solid #949494;
        border-radius: 5px;
        text-decoration: none;
        background: #fff;
        color: #757575;
        font-size: 1.85rem;
        min-width: 30rem;
    }
    
    button.share-event {
        /*border: 1px solid;*/
        background: rgb(248,248,248,.88);
        color: #009933;
        font-weight: 600;
        margin-top: -1rem;
        padding: 1rem 0;
        min-width: 30rem;
    }
    
    button.event-links {
        color: #fff;
        font-size: 1.85rem;
        min-width: 30rem;
    }
    @media (max-width: 599px){
        button.event-links, button.add2cal, button.share-event {
            min-width: 100%;/*width: 32rem;*/
            font-size: 2rem;
        }
    }
    
    div.event-detail-details {
        margin: 0 0 2.2rem 0 !important;
    }
    
    div.event-detail-details p {
        margin: 0 !important;
    }
    
    .event-details-right {
        margin: 0 0 5px 0 !important;
    }
    
    div.event-links {
        margin-top: 2rem;
        padding: 1rem 0;
    }
    .event-links.event-detail-details {
        margin: -1.5rem 0 1rem 0 !important;
    }
    
        .wp-block-column div.event-cta {
            margin-top: 3.5rem;
        }
    
    @media (max-width: 599px){
        .event-details-right {
            margin: 0 0 10px 0 !important;
        }
        .wp-block-column {
            margin-bottom: 0;
        }
        .event-add2cal.event-detail-details {
            margin-bottom: .5rem !important;
        }
        .event-cta.event-detail-details {
            margin-top: 0 !important;
        }
        .wp-block-column div.event-cta {
            margin-top: 4rem;
            margin-bottom: -3rem;
            padding: 1rem 0;
            text-align: center;
        }
        .event-links.event-detail-details {
            margin: 0 !important
        }
        .single-events .entry-header {
            padding: 0;
        }
    }
    
    #more-dates-link svg.moredates-icon {
        display: inline;
        margin-right: .89rem;
        position: relative;
        top: .4rem;
    }
    .event-cta svg.addtocal-icon {
        display: inherit;
        margin-right: .89rem;
        position: relative;
        top: .2rem;
    }
    .event-cta svg.external-icon {
        display: inherit;
        margin-left: .89rem;
        position: relative;
        top: .4rem;
    }
    .event-cta svg.link-icon {
        display: inherit;
        margin-left: .89rem;
        position: relative;
        top: .7rem;
    }
    .event-cta svg.browser-icon {
        display: inherit;
        margin-right: .89rem;
        position: relative;
        top: .3rem;
    }
    .event-cta svg.share {
        display: inherit;
        margin-right: .65rem;
        position: relative;
        top: .3rem;
    }
    
    svg.productvideo-icon {
        display: inline;
        position: relative;
        top: 0.35rem;
        margin-left: .4rem;
        margin-top: -2rem;
    }
    svg.vidcamera-icon {
        display: inline;
        position: relative;
        top: 0.8rem;
        margin-left: .4rem;
        margin-top: -2rem; /* fix extra spacing */
    }
    
    @media (max-width: 599px){
        .event-cta svg.addtocal-icon {
            top: .2rem;
        }
        .event-cta svg.external-icon {
            top: .4rem;
        }
        .event-cta svg.link-icon {
            top: .7rem;
        }
    }
    svg.inline-icon {
        display: inherit;
    }
    
    
    
    /* Event Tags */
    .event-tags h2 {
        margin: 5rem auto 1rem;
    }
    .event-tags p {
        margin: -.7rem auto 4rem;
    }
    
    @media (max-width: 599px) {
        .event-tags p {
            font-size: 2rem;
        }
    }
    
    /* Add to Calendar */
    div#addeventatc1 {
        max-width: 30rem;
        margin: auto;
    }
    
    .addeventatc_dropdown span {
        display: block;
        position: relative;
        line-height: 110%;
        text-decoration: none;
        font-size: 1.65rem;
        font-weight: 600;
        color: #4D565F;
        cursor: pointer;
        padding: 18px 14px 18px 12px;
        border: 1px solid #949494;
        margin: 20px auto;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        outline-color: rgba(0, 78, 255, 0.5);
        transition: .3s;
    }
    
    .addeventatc_dropdown span:hover {
        background: rgba(223,223,223,.4);
        color: #252525;
        text-decoration: none;
    }
    
    .addeventatc_dropdown span:active {
        top: 0px;
    }
    
    .addeventatc_dropdown .ateoutlook {
        border-bottom: 3px solid #fa9d00;
    }
    
    .addeventatc_dropdown .ategoogle {
        border-bottom: 3px solid #34A853;
    }
    
    .addeventatc_dropdown .ateoffice365 {
        border-bottom: 3px solid #CA5010;
    }
    
    .addeventatc_dropdown .ateoutlookcom {
        border-bottom: 3px solid #1473c5;
    }
    
    .addeventatc_dropdown .ateyahoo {
        border-bottom: 3px solid #65106e;
    }
    
    .addeventatc_dropdown .ateappleical {
        border-bottom: 3px solid #f6452b;
    }
    
    .addeventatc_dropdown .atefacebook {
        border-bottom: 3px solid #43609c;
    }
    
    .addeventatc_dropdown .copyx {
        display: none;
    }
    
    .addeventatc_dropdown .brx {
        display: none;
    }
    
    div.event-end-cta {
        background: #eee;
        /*padding: 6rem;*/
        margin: 4rem auto 0;
        max-width: 74rem;
        width: calc(100% - 3rem);
        border-radius: 9px;
        overflow: hidden;
    }
    @media (max-width: 599px){
        div.event-end-cta {
            width: calc(100% - 6rem);
        }
    }
    
    h2#additional-information {
        color: #626d77;
        font-size: 2rem;
        font-weight: 500;
        margin: 3rem auto;
        /*font-style: italic;*/
    }
    
    
    /* PREFOOTER ***************************************/
    
    div.prefooter-bar-container {
        height: 60px;
        background-color: #f8f8f8;
        color: #666666;
        margin: 0;
        padding: 0;
        list-style: none;
        display: table;
        table-layout: fixed;
        width: 100%;
        font-size: 15px;
        /*border-top: 1px solid #949494;*/
    }
    div.prefooter-bar-left {
        float: left;
    }
    div.prefooter-bar-right {
        float: right;
    }
    li.prefooter-bar-link {
        display: table-cell;
    }
    
    div.prefooter-bar-left button.prefooter-bar-link {
        border-right: 1px solid #949494;
    }
    
    div.prefooter-bar-right button.prefooter-bar-link {
        border-left: 1px solid #949494;
    }
    
    button.prefooter-bar-link {
        display: block;
        padding: 16px 2em;
        color: #252525;
        background: #fff;
        border-top: 1px solid #949494;
        text-decoration-color: rgba(169, 169, 169, .7);
        text-underline-offset: 1px;
        font-size: 1.6rem;
        font-weight: 400;
        border-radius: 0px;
        height: 70px;
        width: 100%;
        transition: 0.3s;
    }
    
    @media (min-width: 768px) and (orientation: portrait) {
        button.prefooter-bar-link {
            padding: 1rem 2rem;
        }
    }
    
    button.prefooter-bar-link:hover {
        background-color: #645E9D;
        color: #eee;
        text-decoration: underline !important;
    }
    
    button.prefooter-bar-link:focus {
        background-color: #FBD620;
        color: #252525;
    }
    
    @media (min-width: 992px){
        button.prefooter-bar-link.three-of-three {
            border-top-right-radius: .9rem;
        }
        button.prefooter-bar-link.one-of-two {
            border-top-left-radius: .9rem;
        }
    }
    
    @media (max-width: 599px) {
        button.prefooter-bar-link {
            padding: 2rem 1.5rem;
            font-size: 1.7rem;
            line-height: 1.3;
            color: #333;
        }
        button.prefooter-bar-link.m-no-right-border{
            border-right: 0px !important;
        }
    
        button.prefooter-bar-link.m-no-left-border{
            border-left: 0px !important;
        }
    
        div.prefooter-bar-left, div.prefooter-bar-right {
            float: unset;
        }
        li.prefooter-bar-link {
            display: inline-block;
            margin: 0;
        }
    }
    
    .prefooter-bar-container {
        height: fit-content !important;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    @media screen and (max-width: 767px) {
        .prefooter-bar-container a {
            text-align: center;
        }
        .prefooter-bar-container {
            flex-direction: column;
        }
        .prefooter-bar-left, .prefooter-bar-right {
            width: 100%;
        }
        .prefooter-bar-left ul {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }
        .prefooter-bar-right ul {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    
    
    /* Last Words ***************************************************/
    
    #last-words {
        max-width: 66rem;
        width: calc(100% - 3.3rem);
        margin-top: 9rem;
    }
    #last-words div.last-words-top {
        padding: 0 12px;
        background-color: #FFE142;
        margin-bottom: -2.7rem;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        position: relative;
        min-height: 6.4rem;
    }
    h2.last-words {
        font-size: 32px;
        padding: 12px 0 12px 5px;
    }
    @media (max-width: 599px){
        #last-words {
            margin-top: 7.7rem;
        }
        #last-words div.last-words-top {
            margin-bottom: .3rem;
        }
        h2.last-words {
            font-size: 32px;
            padding: 62px 0 0 0;
            margin-bottom: -6px !important;
        }
    }
    #last-words div.title {
        float: left;
        display: contents;
    }
    @media (max-width: 599px){
        #last-words div.title {
            float: inherit;
            text-align: center;
        }
    }
    #last-words div.guest-host {
        float: right;
        font-size: 17px;
        position: absolute;
        top: 27%;
        right: 20px;
    }
    @media (max-width: 599px){
        #last-words div.guest-host {
            float: inherit;
            text-align: center;
            font-size: 17px;
            padding: 6px 0 20px 0;
            position: inherit;
            top: inherit;
            right: inherit;
        }
    }
    a.guest-host {
        text-decoration: underline;
        color: #252525;
    }
    #last-words div.photo {
        position: absolute;
        left: 44%;
        top: -46px;
    }
    @media (max-width: 599px){
        #last-words div.photo {
            left: 37%;
            top: -37px;
        }
    }
    img.guest-host-photo {
        width: 90px;
        border-radius: 100%;
        border: 3px solid rgba(255,255,255,1);
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    }
    
    .entry-content div#last-words .plyr--audio .plyr__controls {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    
    #last-words div.transcript-subscribe {
        text-align: center;
        font-size: .84em;
        margin-top: 7px;
        margin-bottom: 4.5rem;
    }
    
    p.transcript-hide {
        text-align: right;
        margin-bottom: -1.2rem;
    }
    @media (max-width: 599px){
        p.transcript-hide {
            margin-top: 0;
        }
    }
    a.transcript-show, a.transcript-hide, a.transcript-subscribe {
        text-decoration: underline;
        color: #626D77;
        text-decoration-color: #89949e;
    }
    p.transcript-hide a.transcript-hide {
        text-decoration: underline;
        color: #626D77;
        font-weight: 800;
    }
    #transcript a.transcript-hide {
        font-size: .84em;
        padding-top: 20px;
    }
    
    span.transcript-subscribe-divider {
        padding: 0 6px;
    }
    
    /* Transcript: Audio */
    div#transcript {
        max-width: 66rem;
        width: calc(100% - 3.3rem);
        background: #f3f3f3;
        padding: 66px 46px 46px 46px;
        margin-top: -82px;
        border-radius: 0 0 12px 12px;
    }
    @media (max-width: 599px){
        div#transcript {
            padding: 114px 46px 46px 46px;
            margin-top: -118px;
            border-radius: 0;
        }
    }
    
    
    /* Transcript: Block */
    #content-transcript, #actiondiv-transcript {
        background: #f8f8f8;
        padding: 20px;
        margin: 0 auto;
        border-radius: 8px;
    }
    @media (max-width: 599px){
        #content-transcript, #actiondiv-transcript {
            padding: 30px;
        }}
    p.transcript-speaker {
        font-weight: 800;
        font-family: "Heebo";
        margin-bottom: 0px;
    }
    p.disclaimer-transcript {
        font-size: .9rem;
        color: #999;
        font-style: italic;
    }
    
    
    /* WOOCOMMERCE ********************************/
    
    /* woo: remove duplicate / 2nd product image - BUG */
    figure.woocommerce-product-gallery__wrapper img.wp-post-image:last-of-type {
        /*display: none;*/
    }
    
    /* woo: product image + video button load animation */
    .woocommerce div.product div.images.woocommerce-product-gallery {
    opacity: 0; transition: opacity 0s ease-in-out !important; /* hides button until image loaded */
    }
    
    /* woo: remove core qty and button */
    .input-text.qty, button.single_add_to_cart_button {
        display: none !important;
    }
    
    /* woo: remove disabled opacity */
    .single-product .woocommerce-variation-add-to-cart .button.disabled {
        opacity: 1;
    }
    
    div#placeholder-add2cart {
        /*opacity: .5;*/
    }
    
    .woocommerce table.variations {
        border: 0;
        margin: 0 auto 2rem;
        border-collapse: separate;
        border-spacing: 0 .83em;
    }
    @media (max-width: 599px){
        td.label {
            min-width: 10rem;
        }
        td.value {
            text-align: left;
            max-width: 6rem;
        }
        .woocommerce table.variations {
            margin: 1rem auto 0;
        }
    }
    
    /* woo: selectors */
    table.variations label {
        margin: 0;
        padding: 6px 0;
        font-size: 1.7rem;
    }
    
    .woocommerce select {
        padding: .5rem;
        min-width: 15rem;
        border-radius: 5px;
        font-size: 1.7rem;
    }
    
    @media screen and (orientation: portrait) {
        a.reset_variations {
            margin: 1rem  0 0 0;
            display: block;
        }
    }
    
    /* woo: main page / landing */
    .shop-main-page figure.alignfull {
        margin-bottom: 0;
    }
    
    #site-content .woocommerce.columns-3 {
        /*max-width: 120rem;*/
    }
    .shop-main-header {
        /*min-height: 43rem;*/
        margin: 0 0 5rem;
        border-radius: 2.5rem;
    }
    @media (max-width: 599px){
        .shop-main-header {
            margin: 4em 0 1.5em;
        }
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .shop-main-header {
            margin: 2.5rem 0 5rem;
        }
    }
    
    figure.shop-main-header {
        border-radius: 2.5rem;
        margin: 0;
    }
    
    /* hide inventory count */
    p.price > p, p.stock.in-stock, p.availability {
        display: none;
    }
    
    /* size chart */
    table.size-chart {
        border: none;
        margin: 0 auto 3rem;
        max-width: 40rem !important;
    }
    
    /* woo: main header - loop version */
    /*
    .post-type-archive header.woocommerce-products-header {
        margin-bottom: 6rem;
    }
    @media (max-width: 599px){
         .post-type-archive header.woocommerce-products-header {
            margin-bottom: 4rem;
        }
         .post-type-archive header.woocommerce-products-header {
            padding-top: 2rem;
        }
    }
    */
    
    /* woo: main insert */
    div.shop-grid-insert {
        width: 100%;
        margin: 1rem 0 8rem; /*2rem 0 6.5rem*/
    }
    img.shop-grid-insert {
        border-radius: 12px;
    }
    
    @media (max-width: 599px){
        div.shop-grid-insert {
            margin: 0rem 0 4rem 0;
        }
    }
    
    h1.shop-main-title {
        position: absolute;
        z-index: 2;
        color: #fff;
        margin: 0 0 0 12rem;
        transform: translate(0, 50%);
        text-shadow: 2px 1px 8px rgb(51 51 51 / 60%);
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        h1.shop-main-title {
            margin: 4rem 0 0 7rem;
            transform: translate(0, 40%);
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
        h1.shop-main-title {
            margin: -4rem 0 0 7rem;
        }
    }
    @media (max-width: 599px){
        h1.shop-main-title {
            margin: 6rem 0 0 2rem;
            transform: inherit;
        }
    }
    
    h1.shop-main-title span.line-one {
        font-size: 14rem;
        line-height: 0.85;
    }
    h1.shop-main-title span.line-two {
        font-size: 5rem;
        display: block;
        letter-spacing: -.07rem;
        font-weight: 300;
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        h1.shop-main-title span.line-one {
            font-size: 10.25rem;
            line-height: 0.85;
        }
        h1.shop-main-title span.line-two {
            font-size: 3.7rem;
            display: block;
        }
    }
    @media (max-width: 599px){
        h1.shop-main-title span.line-one {
            font-size: 5rem;
            line-height: 0.85;
        }
        h1.shop-main-title span.line-two {
            font-size: 1.78rem;
            font-weight: 500;
            padding-top: .5rem;
            display: block;
        }
    }
    
    h2.shop-main {
        font-size: 4rem;
        text-align: center;
    }
    
    div.body-width {
        max-width: 74rem;
        width: calc(100% - 4rem);
        margin: 0 auto;
    }
    
    h1.woocommerce-products-header__title.page-title {
        margin: 0;
    }
    
    figure.wp-block-image.shop-hero-main {
        margin-top: 1rem;
        border-radius: 12px;
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        figure.wp-block-image.shop-hero-main {
            margin: 0rem auto 6rem;
            border-radius: 12px;
        }
    }
    
    .woocommerce ul.products li.product {
        margin-bottom: 3rem;
    }
    
    @media (max-width: 667px){
        .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
            margin: 0 0 1em;
        }
    }
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        text-align: center;
    }
    
    ul.products li.product .woocommerce-loop-product__title {
        font-size: 2rem;
    }
    
    .tax-product_cat header.woocommerce-products-header {
        /*padding: 2rem 0;*/
        margin: 7rem auto 2rem; /*4rem 0 6rem*/
        /*border-bottom: 1px dotted #a6a6a6;*/
    }
    @media (max-width: 599px){
        .tax-product_cat header.woocommerce-products-header {
            margin: 0rem auto 0;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .tax-product_cat header.woocommerce-products-header {
            margin: 7rem 0 2rem;
            padding: 0;
        }
        .post-type-archive header.woocommerce-products-header {
            padding-top: 4rem;
        }
    }
    
    /* woo: single product image */
    .woocommerce-page img.wp-post-image {
        border-radius: 1.2rem;
        transition: .3s;
        /*border: 1px solid #949494;*/
    }
    
    /* woo: product image crop **********/
    .archive-img-crop-inner,
    .woocommerce-product-gallery__image {
        margin: 0 auto;
        padding: 0;
        min-height: 300px; /*330px*/
        max-width: 660px;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    
    .archive-img-crop-inner {
        border: 1px dotted #949494;
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        .archive-img-crop-inner,
        .woocommerce-product-gallery__image {
            min-height: 248px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .archive-img-crop-inner,
        .woocommerce-product-gallery__image {
            min-height: 130px;
        }
    }
    
    .woocommerce-product-gallery {
        max-width: 660px;
        position: relative;
        margin-bottom: 2rem;
    }
    
    .archive-img-crop-inner img,
    .wp-post-image {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    
    .archive-img-crop-outer img,
    div.product-img-crop .wp-post-image {
        margin: 0 auto -5.4%;
    }
    
    .single-post .archive-img-crop-outer img,
    .page .archive-img-crop-outer img {
        margin: 0 auto -8%;
    }
    
    .archive-img-crop-inner {
        border-radius: 12px;
    }
    
    .woocommerce .woocommerce-product-details__short-description {
        margin: 1.5rem 0;
        font-size: 2rem;
    }
    .woocommerce-product-details__short-description p {
        margin-bottom: 0
    }
    .woocommerce-product-details__short-description p:nth-child(n+1) {
        margin-bottom: 2rem;
    }
    
    .woocommerce .product-cat-spacing {
        padding: 0 .7rem 0 .7rem;
    }
    
    /* remove gallery thumbnails */
    .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
        display: none;
    }
    
    
    .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 100%;
        display: block;
    }
    
    .woocommerce h1.entry-title {
        text-align: left;
        font-size: 6rem;
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .woocommerce h1.entry-title {
            text-align: left;
            font-size: 4.6rem;
        }
    }
    
    @media (min-width: 1400px){
        .single-product .summary {
            margin-top: 4rem;
            margin-bottom: 16rem;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .single-product .summary {
            margin: 2rem 0 6rem;
        }
    }
    
    @media (max-width: 599px) {
        .single-product .summary {
            margin-bottom: 6rem;
        }
    }
    
    .single-product .summary p.price {
        margin: -1rem 0 1rem 0;
        font-size: 2.7rem;
    }
    
    .woocommerce  th, td {
        border: 0;
        padding: 0.25em 0;
    }
    
    /* hide: SKU, tags */
    span.sku_wrapper, span.tagged_as {
        display: none;
    }
    
    .single-product div.product .product_meta {
        font-size: 1.72rem;
    }
    
    /* woo: crumbs */
    span.product-crumb-divider {
        color: #757575;
        padding: 0 0.33rem;
    }
    
    @media (max-width: 599px){
        .single-product div.product .product_meta {
            text-align: center;
            margin: 5rem 0 -3rem 0; /*5rem 0 -3rem 2rem*/
        }
    }
    
    
    /* product video */
    
    div.product-video {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    button.product-video {
        background: #949494;/*645E9D / 434C54 / D565F;*/
        font-size: 2rem;
        border-radius: 5rem;
        width: fit-content;
        padding: .83rem 2rem;
        margin: 2rem auto 0;
    }
    button.product-video:hover {
        text-shadow: 2px 1px 8px rgb(51 51 51 / 100%);
        background: #645E9D;
    }
    button.product-video:focus {
        text-decoration: underline !important;
        text-shadow: 2px 1px 8px rgb(51 51 51 / 100%);
        background: #736DA8;
    }
    
    @media (max-width: 599px){
        button.product-video {
            font-size: 1.8rem;
            margin-top: 1rem;
        }
    }
    
    
    /**Old Codes**/
    /*a.product-video {*/
    /*    text-decoration: none;*/
    /*}*/
    /*a.product-video:hover {*/
    /*    text-decoration: underline;*/
    /*    color: #fff;*/
    /*}*/
    /*.woocommerce div.product-video {*/
    /*    color: #fff;*/
    /*    font-size: 2rem;*/
    /*    text-align: center;*/
    /*    padding: 1rem 0;*/
    /*    background: #645E9D;*/
    /*    margin-top: -1px;*/
    /*    border-bottom-left-radius: 12px;*/
    /*    border-bottom-right-radius: 12px;*/
    /*    box-shadow: 0 30px 25px -32px rgb(0 0 0 / 67%) inset;*/
    /*    transition: 0.3s;*/
    /*}*/
    /*.woocommerce div.product-video:hover {*/
    /*    background: #736DA8;*/
    /*}*/
    /*@media (max-width: 599px){*/
    /*.woocommerce div.product-video {*/
    /*    font-size: 1.85rem;*/
    /*    margin-bottom: 3rem;*/
    /*    }*/
    /*}*/
    /**Old Codes**/
    
    /* woo breadcrumbs *****************************************/
    .woocommerce nav.woocommerce-breadcrumb {
        display: none; /*remove woo breadcrumbs*/
    }
    .woocommerce nav.woocommerce-breadcrumb {
        margin: 4rem 0 0 0;
        font-size: 1.8rem;
        line-height: 1.5;
    }
    @media (max-width: 599px){
        .woocommerce nav.woocommerce-breadcrumb {
            margin: 4rem 0 -3rem 0;
            font-size: 1.6rem;
        }
    }
    .woocommerce-breadcrumb a {
        white-space: nowrap;
    }
    .woo-breadcrumb-dividers {
        padding: 0;
        margin: 0 2px;
        color: #757575;
        font-size: 1.3em;
        font-weight: 400;
        top: 4px;
        position: relative;
    }
    /* remove deliminator for current page */
    .woocommerce-breadcrumb span.woo-breadcrumb-dividers:last-of-type {
        display: none;
    }
    .term-nj-merch-collections .woocommerce-breadcrumb span.woo-breadcrumb-dividers:last-of-type,
    .term-nj-merch-locations .woocommerce-breadcrumb span.woo-breadcrumb-dividers:last-of-type,
    .term-nj-merch-categories .woocommerce-breadcrumb span.woo-breadcrumb-dividers:last-of-type {
        display: initial;
    }
    
    /* woo archive breadcrumbs: remove shop segment */
    /*
    .tax-product_cat .woocommerce-breadcrumb a:first-of-type,
    .tax-product_cat .woocommerce-breadcrumb span.woo-breadcrumb-dividers:first-of-type {
        display: none;
    }
    */
    
    /* woo tabs */
    .woocommerce-tabs.wc-tabs-wrapper {
        max-width: 80rem;
        width: calc(100% - 2rem);
        margin: 0 auto;
    }
    @media (max-width: 599px){
        .woocommerce-tabs.wc-tabs-wrapper {
            margin: 0 auto 4rem;
        }
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        text-align: center;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        max-width: 74rem;
    }
    
    #tab-description > div,
    #tab-two > div,
    #tab-two > h2,
    #tab-three > div,
    #tab-three > h2 {
        padding-left: 0;
        padding-right: 0;
        max-width: 74rem;
        width: 100%;
        margin: 0 auto;
    }
    
    #tab-description > p,
    #tab-two > p,
    #tab-three > p {
        margin: 0 0 2rem 0;
        font-size: 2rem;
        line-height: 1.86;
    }
    
    .woocommerce-tabs ul li.active a {
        box-shadow: none;
    }
    
    .product .woocommerce-tabs ul.tabs {
        width: 100%;
        float: none;
        margin-right: 5.8823529412%;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        list-style: none;
        padding: 0 0 0 1em;
        margin: 0 0 1.618em;
        overflow: hidden;
        position: relative;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs::before {
        position: absolute;
        content: ' ';
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #949494;
        z-index: 1;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border: 1px solid #949494;
        background-color: #f4f3f4;
        display: inline-block;
        position: relative;
        z-index: 0;
        border-radius: 4px 4px 0 0;
        margin: 0 -5px;
        padding: 0 1em;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background: #fff;
        z-index: 2;
        border-bottom-color: #fff;
        border-top: 3px solid #6D54AD;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li::after,
    .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
        border: 1px solid #d3ced2;
        position: absolute;
        bottom: -1px;
        width: 0;
        height: 0;
        content: ' ';
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
        left: -6px;
        border-bottom-right-radius: 4px;
        border-width: 0 1px 1px 0;
        box-shadow: 2px 2px 0 #ebe9eb;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
        box-shadow: 2px 2px 0 #fff;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
        right: -6px;
        border-bottom-left-radius: 4px;
        border-width: 0 0 1px 1px;
        box-shadow: -2px 2px 0 #ebe9eb;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
        box-shadow: -2px 2px 0 #fff;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        display: inline-block;
        padding: .5em 0;
        font-size: 1.7rem;
        font-weight: 400;
        color: #515151;
        text-decoration: none;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        color: inherit;
        text-shadow: inherit;
    }
    
    @media (max-width: 599px){
        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
            padding: .5em 0;
            font-size: 1.6rem;
            font-weight: 400;
        }
        .woocommerce div.product .woocommerce-tabs ul.tabs {
            margin: 0 0 1em;
        }
    }
    
    /* more */
    .woocommerce #more {
        padding: 0;
        display: none; /*HIDE*/
    }
    
    div#related-load-more {
        margin: 0 auto;
    }
    
    /* related product titles */
    section .related.products h2 {
        text-align: center;
        font-size: 4rem;
    }
    
    /* related products heading */
    section .related.products h2:nth-child(1) {
        text-align: center;
        font-size: 4rem;
        font-weight: 300;
        letter-spacing: -0.2rem;
    }
    @media (max-width: 599px){
        section .related.products h2:nth-child(1) {
            font-size: 3.2rem;
            font-weight: 300;
        }
    }
    
    .woocommerce li.product img {
        border-radius: 12px;
        border: 1px dotted #949494;
    }
    
    /* Product Badges / Labels*/
    .product-badge {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 50;
        box-sizing: border-box;
        padding: .8rem 1rem;
        border-radius: 12px 0;
        font-family: "Heebo", sans-serif;
        font-size: 1.7rem;
        font-weight: 500;
        text-align: center;
        min-width: 7rem;
    }
    /* fix badge for product page: main image */
    div.product-img-crop .product-badge {
        padding: .8rem 1rem;
    }
    
    /* product page: larger than archive */
    .single-product .product-badge {
        padding: 1rem 1.6rem;
        font-size: 2rem;
        border-right: 1px solid rgba(255,255,255,.7);
        border-bottom: 1px solid rgba(255,255,255,.7);
    }
    
    /*badge:  related*/
    section.related .product-badge {
        left: 0;
        top: 0;
    }
    
    @media (max-width: 599px){
        .product-badge {
            top: 0;
            font-size: 1.5rem;
        }
    }
    
    /* badge styling */
    .badge-new {
        background: #2097F6;
        color: #fff;
    }
    .badge-charity {
        background: #C154C1;
        color: #fff;
    }
    .badge-sale, .badge-preorder, .badge-bonus {
        background: #2E9799;
        color: #fff;
    }
    .badge-outofstock, .badge-soldout {
        background: #DC136C;
        color: #fff;
    }
    .badge-popular, .badge-limited {
        background: #D8784B;
        color: #fff;
    }
    
    
    
    @media only screen and (max-width:768px) {
        .woocommerce h1.entry-title {
            text-align: center;
            font-size: 2.7rem;
            margin-top: 3.3rem;
        }
        .single-product .summary p.price {
            font-size: 2.4rem;
        }
        .summary.entry-summary {
            text-align: center;
        }
        .woocommerce .woocommerce-product-details__short-description {
            text-align: left;
            margin: 1rem 2rem;
        }
        .woocommerce .variable-items-wrapper {
            display: flex;
            flex-wrap: wrap;
            margin: 0px !important;
            padding: 0;
            list-style: none;
            align-items: center;
            justify-content: center;
        }
        section .related.products h2 {
            font-size: 3rem;
        }
        .woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
            margin-bottom: 4rem;
        }
    }
    
    /* woo: cat pages ***************/
    header.woocommerce-products-header p.oneliner {
        text-align: center;
        font-size: 2rem;
        font-weight: 400;
        margin: 1rem auto 6rem;
        width: calc(100% - 4rem);
    }
    @media (max-width: 599px){
        header.woocommerce-products-header p.oneliner {
            margin: 1rem auto 4rem;
            width: calc(100% - 2rem);
        }
    }
    
    /* woo archive breadcrumbs */
    .tax-product_cat  nav.woocommerce-breadcrumb {
        margin: 1rem auto 3rem;
        font-size: 2rem;
        font-weight: 400;
        text-align: center;
        display: none; /*** HIDE****/
    }
    @media (max-width: 599px){
        .tax-product_cat  nav.woocommerce-breadcrumb {
            margin: 1rem auto 3rem;
            font-size: 1.7rem;
            display: none; /*** HIDE****/
        }
    }
    
    .woocommerce .term-description {
        text-align: center;
    }
    
    .woocommerce-products-header__title.page-title {
        font-size: 6.4rem;
        font-weight: 800;
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .woocommerce-products-header__title.page-title {
            font-size: 5.4rem;
            font-weight: 800;
        }
    }
    
    @media (max-width: 599px){
        .woocommerce .woocommerce-products-header__title.page-title,
        .woocommerce-page .woocommerce-products-header__title.page-title {
            font-size: 3.2rem;
            margin: 3rem auto 1rem;
        }
    }
    
    /* woo: nested cat pages */
    
    .woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {
        font-size: 2rem;
        color: #111;
        margin: 1.5rem 0 .5rem;
    }
    
    li.product-category > a {
        text-decoration: none;
    }
    
    .woocommerce mark.count {
        background: initial;
    }
    
    
    /* woo: qty / quantity **********************/
    
    .qib-button:not(#qib_id):not(#qib_id) {
        background: #f7f7f7 !important;
    }
    .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
        -webkit-appearance: none;
    }
    
    .qib-container input[type='number']:not(#qib_id):not(#qib_id) {
        -moz-appearance: textfield;
    }
    
    .qib-container input[type='number']:not(#qib_id):not(#qib_id)::-webkit-outer-spin-button,
    .qib-container input[type='number']:not(#qib_id):not(#qib_id)::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none;
        margin: 0;
    }
    
    form.cart button[type='submit']:not(#qib_id):not(#qib_id),
    form.cart .qib-container+div:not(#qib_id):not(#qib_id) {
        display: inline-block;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        float: none;
        vertical-align: top;
        text-align: center;
    }
    
    form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_) {
        line-height: 1;
    }
    
    form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
        height: 46px;
        text-align: center;
    }
    
    form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
    form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
        margin-left: 1em;
    }
    
    form.cart button[type='submit']:focus:not(#qib_id):not(#qib_id) {
        outline-width: 2px;
        outline-offset: -2px;
        outline-style: solid;
    }
    
    .qib-container div.quantity:not(#qib_id):not(#qib_id) {
        float: left;
        line-height: 1;
        display: inline-block;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        width: auto;
        min-height: initial;
        min-width: initial;
        max-height: initial;
        max-width: initial;
    }
    
    .qib-button:not(#qib_id):not(#qib_id) {
        line-height: 1;
        display: inline-block;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        height: 46px;
        width: 30px;
        color: #757575;
        background: #e2e2e2;
        border-color: #cac9c9;
        float: left;
        min-height: initial;
        min-width: initial;
        max-height: initial;
        max-width: initial;
        vertical-align: middle;
        font-size: 16px;
        letter-spacing: 0;
        border-style: solid;
        border-width: 1px;
        transition: none;
        border-radius: 0;
    }
    
    .qib-button:focus:not(#qib_id):not(#qib_id) {
        border: 2px #b3b3aa solid;
        outline: none;
    }
    
    .qib-button:hover:not(#qib_id):not(#qib_id) {
        background: #d6d5d5;
    }
    
    .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
        line-height: 1;
        background: none;
        text-align: center;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        height: 46px;
        width: 45px;
        min-height: initial;
        min-width: initial;
        max-height: initial;
        max-width: initial;
        box-shadow: none;
        font-size: 15px;
        border-style: solid;
        border-color: #cac9c9;
        border-width: 1px 0;
        border-radius: 0;
    }
    
    .qib-container .quantity input.qty:focus:not(#qib_id):not(#qib_id) {
        border-color: #cac9c9;
        outline: none;
        border-width: 2px 1px;
        border-style: solid;
    }
    
    .woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
        white-space: nowrap;
    }
    
    @media (min-width:768px) {
        .woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
            text-align: center;
        }
    }
    
    @media (min-width:768px) {
        .woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
            display: flex;
            justify-content: center;
        }
    }
    
    .qib-container:not(#qib_id):not(#qib_id) {
        display: inline-block;
    }
    
    .woocommerce-grouped-product-list-item__quantity:not(#qib_id):not(#qib_id) {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }
    
    .woocommerce-grouped-product-list-item__quantity .qib-container:not(#qib_id):not(#qib_id) {
        display: flex;
    }
    
    .quantity .minus:not(#qib_id):not(#qib_id),
    .quantity .plus:not(#qib_id):not(#qib_id),
    .quantity>a:not(#qib_id):not(#qib_id) {
        display: none;
    }
    
    /* woo: fix tablet top padding */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        .woocommerce .content-area {
            padding-top: 6vw;
        }
    }
    
    /* Featured Merch - on post and pages */
    
    @media (min-width: 992px){
        div.featured-merch.alignwide {
            max-width: 105rem;
            width: 105rem;
        }
        h2.brackets.featured-merch {
            max-width: 100%;
            padding-bottom: 4rem;
        }
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        div.featured-merch.alignwide {
            max-width: 96rem;
            width: calc(100% - 6rem);
        }
    }
    
    div.featured-merch .brackets {
        text-align: center;
        padding-bottom: 4rem;
        margin-bottom: 0 !important;
        position: relative;
    }
    
    div.featured-merch .brackets::before {
        box-sizing: border-box;
        content: '';
        width: 100%;
        height: 3rem;
        display: block;
        position: absolute;
        top: 1.6rem;
        bottom: 0;
        right: 0;
        left: 0;
        border-top: solid 1px #949494;
        border-left: 0;
        border-right: 0;
        border-radius:0;
        z-index: -1;
    }
    
    div.featured-merch .brackets-bottom.alignwide {
        text-align: center;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 12rem;
        position: relative;
        max-width: 100%;
        width: calc(100% - 6rem);
    }
    div.featured-merch .brackets-bottom::before {
        box-sizing: border-box;
        content: '';
        width: 100%;
        margin: 0 auto;
        height: 0;
        display: block;
        position: absolute;
        top: 4rem;
        bottom: 0;
        right: 0;
        left: 0;
        border-bottom: solid 1px #949494;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        z-index: -1;
    }
    
    @media (max-width: 599px){
        div.featured-merch .brackets {
            padding-bottom: 2.6rem;
            margin-top: 5rem;
            margin-left: -.75rem;
            margin-right: -.75rem;
        }
        div.featured-merch .brackets::before {
            box-sizing: border-box;
            content: '';
            width: 100%;
            height: 3rem;
            top: 1.3rem;
        }
        div.featured-merch .brackets-bottom.alignwide {
            width: calc(100% - 0rem);
            margin-bottom: 4rem;
        }
        div.featured-merch .brackets-bottom::before {
            margin: 0 auto;
            top: 0;
        }
    }
    
    .singular ul.products {
        list-style: none;
        margin: 0;
    }
    
    .singular ul.products li.product .woocommerce-loop-product__title {
        font-size: 1.83rem;
    }
    
    .singular .woocommerce ul.products li.product {
        margin-bottom: 0;
    }
    
    @media (max-width: 599px){
        .singular .woocommerce ul.products li.product {
            margin-bottom: 3.3rem;
        }
    }
    
    .singular ul.products li.product .price {
        display: none;
    }
    
    #site-content .above-related-products {
        max-width: 100vw;
        background:red; height: 5rem; width:100%;
    }
    
    .woocommerce div#credits {
        max-width: 80.5rem;
        width: calc(100% - 6rem);
        margin: 0 auto;
    }
    .woocommerce div#comments {
        max-width: 80.5rem;
        margin: 2.5rem auto;
    }
    @media (max-width: 599px) {
        .woocommerce div#credits {
            width: calc(100% - 1rem);
        }
        .woocommerce div#credits p.credits {
        margin-left: .5rem;
        }
        .woocommerce div#content-contributors {
        padding: 1rem .7rem 0;
        }
        .woocommerce div#comments {
            width: calc(100% - 2rem);
        }
         .woocommerce div.social-comment-bottom {
            margin-left: 0;
            margin-right: 0;
        }
        /* woo: storefront */
        .woocommerce-shop div#credits {
            width: calc(100% - 4rem);
        }
        .woocommerce-shop div#credits p.credits {
        margin-left: .75rem;
        }
    }
    
    /* product page: border-radius */
    .single-product img.wp-post-image {
        border-radius: 2.5rem;
    }
    
    .single-product div.my-plyr-container .plyr {
        border-radius: 2.5rem;
    }
    
    .single-product .storyblock img {
        border-radius: 2.5rem;
    }
    
    .storyblock div.my-plyr-container {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    
    /* SHOPIFY *************************************/
    
    /* menu over shopify cart */
    .menu-modal.active {
        z-index: 2147483648;
    }
    
    /* Shopify */
    @media (max-width: 599px){
        div#product-component {
            margin: 0 auto;
        }
    }
    
    /* hide cat on collections product page */
    .product_cat-collections div.product_meta span.posted_in {
        display: none;
    }
    
    @media (min-width: 992px){
        .woocommerce-tabs.wc-tabs-wrapper {
            margin: 10rem auto 4rem;
        }
    }
    
    
    /* GALLERY / PHOTOSWIPE *************************************/
    
    .gallery {
        margin: 0 auto 2rem;
    }
    
    .single #site-content .gallery {
        max-width: 76rem;
        margin: 0 -1rem;
    }
    @media (max-width: 599px) {
        .single #site-content .gallery {
            margin: 0 -1rem;
        }
        .gallery {
            width: calc(100% + 2em);
        }
    }
    
    .pswp__item {
        background: rgb(0,0,0,.94);
    }
    .pswp__top-bar {
        background: linear-gradient(to bottom, rgba(0,0,0,.94) 0%,rgba(0,0,0,0) 100%);
    }
    .pswp__counter {
        color: #fff;
        text-shadow: 1px 1px 3px #333;
        opacity: 1;
    }
    .pswp__icn-shadow {
        stroke: rgba(0,0,0,.94);
        stroke-width: 2px;
        fill: none;
    }
    .gallery-item figcaption { /* grid caption: sr-only */
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
        word-break: normal;
    }
    
    .gallery-item figcaption:focus { /* grid caption: sr-only */
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #21759b;
        display: block;
        font-size: 0.875rem;
        font-weight: 700;
        height: auto;
        right: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }
    
    /* force grid images - 16:9 */
    .gallery-icon img, .wp-block-gallery .wp-block-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }
    .gallery-icon, .wp-block-gallery .wp-block-image {
        width: 100%;
        overflow: hidden;
        margin: 0;
        aspect-ratio: 16/9;
        position: relative;
    }
    
    /* disable zoom click 
    .pswp__zoom-wrap .pswp__img {
        pointer-events: none;
        touch-action: none !important;
    }
    */
    
    /* gallery caption */
    .pswp__dynamic-caption--below {
        max-width: 100%;
    }
    .pswp__caption__alt, .pswp__caption__text, .pswp__caption__desc {
        text-align: center;
    }
    .pswp__caption__text a, .pswp__caption__desc a {
        color: #FBD620;
        text-underline-offset: 3px;
        text-decoration-color: rgba(251, 214, 32,.7);
    }
    
    @media (min-width: 992px){
        .pswp__caption__alt, .pswp__caption__text, .pswp__caption__desc {
            position: relative;
            min-width: 87.6rem;
            left: 50%;
            transform: translateX(-50%);
        }
    }
    
    .pswp__dynamic-caption--mobile {
        background: none;
    }
    
    button.pswp__button.pswp__button--zoom {
        display: none;
    }
    
    .pswp__img,
    .pswp__img:active,
    .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img {
        cursor: auto;
    }

    
    .gallery-item {
        margin: 0.5em 0;
        padding: 0 0.5em;
        width: 100%;
    }
    
    /* Credit Links */
    ul.creditlinks {
        margin: 0;
    }
    ul.creditlinks li {
        display:inline-block;
        margin: 0;
    }
    ul.creditlinks li:before {
        content: '\2022';
        color: rgba(255,255,255,.80);
        font-size: 1.4rem;
        padding: .5rem;
    }
    ul.creditlinks li:first-of-type:before{
        display: none;
    }
    ul.creditlinks .icon-social {
        display: inline-block;
        background: inherit;
        border-radius: 50%;
        padding: 0;
        position: relative;
        top: 5px;
        margin-right: .33rem;
    }
    
    .captionlink-social .svg-icon {
        filter: invert(91%) sepia(79%) saturate(2856%) hue-rotate(334deg) brightness(100%) contrast(97%);
    }
    
    .captionlink-download .download-icon {
        width: 18px;
        display: inline-block;
        margin-left: 6px;
        position: relative;
        top: 3px;
    }
    
    span.textlink-html-icon {
        text-decoration: none;
        display: inline-block;
        padding-left: 3px;
    }
    
    ul.creditlinks .icon-social.instagram {
        top: 2px;
        margin-right: .53rem;
    }
    
    /* remove <br> tags
    .pswp__caption__desc br { 
        display: none;
    }
    */
     
    /* hide caption links of self pages */
    .single-events li.captionlink-event,
    .taxonomy_term-102 li.captionlink-partner, .taxonomy_term-103 li.captionlink-partner, .taxonomy_term-104 li.captionlink-partner, .taxonomy_term-105 li.captionlink-partner,
    .taxonomy_term-106 li.captionlink-partner,.taxonomy_term-107 li.captionlink-partner,
    .taxonomy_term-108 li.captionlink-content-partner, .taxonomy_term-109 li.captionlink-content-partner {
        display: none;
    }
    
    @media (max-width: 599px) {
        .gallery-columns-2 .gallery-item,
        .gallery-columns-3 .gallery-item{
            margin: 0.4em 0;
            padding: 0 0.8em 0 0;
            width: 50%;
        }
    
        .gallery-columns-1 .gallery-item{
            width: 100%;
        }
        .pswp__caption, .pswp__caption__exif {
            padding-bottom: 2em;
        }
        .pswp__top-bar {
            /*background: none;*/
        }
        .pswp__caption__text a, .pswp__caption__desc a {
            font-size: 90%;
            font-weight: inherit;
        }
        /* place non-partner credit on separate line */
        ul.creditlinks li.captionlink-credit {
            display: block;
        }
        ul.creditlinks li.captionlink-credit:before {
            display: none;
        }
    }
    
    
    /* NEWSROOM ********************* */
    
    
    
    /* Media Assets */
    
    .media-assets-container {
        margin: 4rem auto;
    }
    
    .media-assets-inner {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    @media screen and (min-width: 768px) {
        .media-assets-inner {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 2.5rem;
        }
        .media-assets-inner .media-assets-group {
            padding: 2.2rem;
            border: 1px solid #949494;
            border-radius: 5px;
        }
    }
    
    .media-assets-group li.media-assets:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    @media (max-width: 599px){
        .media-assets-group li.media-assets {
            margin-bottom: 2rem;
        }
        .media-assets-group li.media-assets:not(:last-child) {
            margin-bottom: 2rem;
        }
        .media-assets-group li.media-assets.last-asset {
            margin-bottom: .5rem;
        }
    }
    
    .media-assets-group li.media-assets {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .media-assets-group li.media-assets a:not(.icon) {
        color: #252525;
    }
    
    @media screen and (max-width: 767px) {
        .media-assets-container {
            /*max-width: 300px;*/
            width: 100%;
            padding: 3rem;
            border-radius: 5px;
            border: 1px solid #949494;
        }
        .media-assets-group:not(:last-child) {
            margin-bottom: 1.5rem;
        }
    }
    
    li.media-assets {
        margin: 0;
    }
    
    svg.newsroom-icon {
        width: 2rem;
        height: 2rem;
    }
    
    /* Hide: Post End Divider */
    
    .events-template div.post-end,
    .newsroom-template div.post-end {
        display: none;
    }
    
    
    /* Copy to Clipboard */
    
    .copyButton {
        cursor: pointer;
    }
    
    /* FOCUS  *************************/
    
    /*#site-content a:focus,*/
    button.toggle.close-nav-toggle:focus .icon,
    #sticky-logo:focus,
    #sticky-cart:focus, 
    .share-modal-inner .share-modal-button:focus,
    span#addeventatc1-drop [role=menuitem]:focus {
        box-shadow: 0 0 5px 3px #AC8F02;
        outline: none;
    }
    
    /*
    button.toggle.search-toggle:focus,
    button.toggle.nav-toggle:focus {
        box-shadow: 0 0 1px 1px #fff;
    }
    */
    
    /* Sticky UI *************************/
    
    #sticky-logo {
        position: fixed;
        bottom: 35px;
        right: 30px;
        width: 62px;
        height: 62px;
        z-index: 9;
        display: flex;
        flex-direction: column;
        transition: 0.3s;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid #fff;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 6px 0px, rgb(0 0 0 / 16%) 0px 2px 32px 0px;
    }
    
    @media (max-width: 599px) {
        #sticky-logo {
            bottom: 18px;
            right: 18px;
        }
    }
    
    #sticky-cart {
        position: fixed;
        bottom: 112px;
        right: 20px;
        width: 62px;
        z-index: 9;
        border-top-left-radius: 45px;
        border-top-right-radius: 45px;
        border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 6px 0px, rgb(0 0 0 / 16%) 0px 2px 32px 0px;
        border: 2px solid #fff;
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        #sticky-cart {
            bottom: 100px;
            right: 17px;
        }
    }
    
    @media (max-width: 599px){
        #sticky-cart {
            width: 52px;
            bottom: 82px;
            right: 12px;
        }
    }
    
    
    
    /* MY FOOTER *************************************/
    
    a.footer_links {
        color: #fff;
        transition: 0.3s;
    }
    a.footer_links:hover {color: #E4E41F;}
    
    a.footer_links_special {color: #c6c6c6;}
    a.footer_links_special:hover {color: #fff;}
    
    a.footer-sect-links {color: #D1D119;}
    a.footer-sect-links:hover {color: #ececa3;}
    
    .footer-icon {
        background-size: 314px 227px;
        background-repeat: no-repeat;
        background-image: url(/wp-content/uploads/footer-icon-1572706585.svg);
        background-position: top right;
    }
    
    @media only screen and (max-width: 599px){
        .footer-icon {
            background-size: 0 0;
        }}
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .footer-icon {
            background-size: 200px 144px;
        }}
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
        .footer-icon {
            background-size: 0 0;
        }}
    
    .footerSocial {
        margin: 5px 10px 0 0;
        width: 36px;
        transition: all .3s ease-in-out;
    }
    .footerSocial:hover {
        opacity: .3;
    }
    
    .footerBtn {
        color: #fff;
        text-shadow: 1px 0px 2px rgb(0 0 0 / 30%);
        font-weight: 500;
        padding: 6px 12px;
        border-radius: 4px;
        overflow: hidden;
        text-align: center;
        margin: 12px 3px 0;
        transition: 0.3s;
        max-width: 160px;
        font-size: 2rem;
    }
    .footerBtn.help {
        background: #645E9D;
        color: #fff;
        padding: 6px 18px;
    }
    .footerBtn.contact {
        background: rgba(255,255,255,.3);
        border: 1px solid rgba(172,172,172,.7);
    }
    .footerBtn.subscribe {
        background: #2C9E47;
    }
    .footerBtn.help:hover {
        background: #504a7d;
    }
    .footerBtn.contact:hover {
        background: rgba(255,255,255,.18);
        border: 1px solid #ddd;
    }
    .footerBtn.subscribe:hover {
        background: #408f3a;
        color: #eee;
    }
    
    div#connect {
        max-width: 707px;
        margin: 60px auto 0px auto;
        /*padding-bottom: 30px;*/
    }
    @media (max-width: 599px){
        div#connect {
            margin: 20px auto 30px auto;
            padding-bottom: 0;
        }
    }
    div#connect-social {
        float: left;
    }
    div#connect-buttons {
        float: right;
        margin-top: 6px;
    }
    
    #footer .footer-tagline-underline {
    text-decoration: none;
    padding-bottom: 2rem;
    background: url(/wp-content/themes/heyjoecampbell/assets/images/footer-tagline-underline.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 39px;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 100%);
}
    
    #footer .tagline {
        font-size: 3.4rem;
        font-family: 'Condor', sans-serif;
        font-weight: 600;
        line-height: 1.27;
        color: #fff;
        text-align: center;
        padding: 3rem 0 2.3rem;
    }
    
    span.trademark-statement {
        line-height: 1.15;
    }
    
    #footer .trademark {
        padding-left: .3rem;
        position: relative;
        top: 0.05rem;
        font-size: 90%;
        font-weight: 300;
        color: #9C9C9C;
    }
    
    @media (max-width: 599px) {
        #footer .block_mobile {
            display: block;
            padding-bottom: 1.4rem;
        }
    }
    
    #footer .new-jersey-highlight {
        text-decoration: none;
        padding-bottom: 2rem;
        background: url(/wp-content/themes/twentytwenty/custom/img/tagline-underline.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 39px;
        text-shadow: 0px 1px 1px rgb(0 0 0 / 100%);
    }
    
    ul#connect-buttons {
        display: flex;
        justify-content: end;
        list-style: none;
    }
    
    @media screen and (max-width: 599px){
        ul#connect-buttons {
            justify-content: center;
            margin-left: 0;
        }
        .footerBtn {
            font-size: 1.7rem;
        }
    }
    
    ul#connect-buttons li {
        margin: 0 .25rem;
    }
    
    ul#connect-buttons a {
        text-decoration: none;
    }
    
    
    @media (max-width: 599px){
        div#connect-social {
            float: none;
            display: block;
            text-align: center;
            margin-bottom: 33px;
        }
        div#connect-buttons {
            float: none;
            display: block;
            text-align: center;
        }
        nav.footer-social-wrapper {
            display: inline-flex;
        }
    }
    
    div#footer {
        margin: 0 !important;
        position: relative;
        /*bottom: -33px;*/
        width: 100%;
        /*overflow: hidden;*/
        z-index: 2;
    }
    
    #footer li.last-section {
        margin-top: 5.3rem;
    }
    @media (max-width: 599px){
        #footer li.last-section {
            margin-top: 4.2rem !important;
        }
    }
    .footer {
        width: 100%;
        position: relative;
        height: auto;
        background: rgba(0,0,0,.95);
        padding: 20px 0 20px; /*100px 0 20px*/
    }
    @media (max-width: 599px){
        .footer {
            padding: 6rem 0 2rem;
        }
    }
    .footer .col {
        width: 25%;
        height: auto;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 20px 33px 20px;
    }
    .footer .col h6 {
        margin: 0 0 12px 0;
        font-size: 2.8rem;
        font-family: 'Condor', sans-serif;
        font-weight: 600;
        line-height: 17px;
        padding: 10px 0px 8px 0px;
        color: rgba(255,225,66,0.6);
        text-transform: uppercase;
        /*border-bottom: 1px dotted;
        border-color: rgba(153,153,153,0.4);*/
    }
    
    @media (max-width: 599px){
        .footer .col {
            text-align: left;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
        .tpux-left {
            text-align: left;
        }
        .tpux-right {
            /*text-align: right;*/
        }
    }
    
    .footer .col ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .footer .col ul li {
        color: #eee;
        font-size: 2.8rem;
        font-family: 'Condor', sans-serif;
        font-weight: 300;
        margin: 15px 0px 5px 0px;
        cursor: pointer;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
    }
    .social ul li {
        display: inline-block;
        padding-right: 5px !important;
    }
    .footer .col ul li:hover {
        color: #a6a6a6;
        transition: .1s;
        -webkit-transition: .1s;
        -moz-transition: .1s;
    }
    .clearfix {
        clear: both;
    }
    
    .col.social {
        margin: 20px 0 0 0;
    }
    
    .footer .vert-rule {
        border-right: 1px dotted rgba(255,255,255,.1);
    }
    @media (max-width: 599px){
        .footer .vert-rule {
            border-right: none;
        }
    }
    
    @media only screen and (min-width: 1680px) {
        .footer .contain {
            max-width: 1200px; /*width: 66%;*/
            margin: 0 auto;
        }
    }
    
    @media only screen and (min-width: 1280px) {
        .footer .contain {
            width: 72%;
            margin: 0 auto;
        }
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .footer .contain {
            width: 95%;
            margin: 0 auto;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
        .footer .contain {
            width: 100%;
            padding: 0 60px 0 60px;
        }
    }
    @media (max-width: 599px){
        .footer .contain {
            padding: 8px;
        }
    }
    
    @media only screen and (max-width: 950px) {
        .footer .col {
            width: 50%;
        }
        .footer .col h6 {
            font-size: 1.4rem;
            font-weight: 700;
        }
        .footer .col ul li {
            font-size: 1.3rem;
        }
    }
    
    @media only screen and (max-width: 768px) {
        .footer .col {
            width: 50%;
        }
        .footer .col h6 {
            font-size: 2.1rem;
        }
        .footer .col ul li {
            font-size: 2.1rem;
        }
    }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
        .footer .col h6 {
            font-size: 3rem;
        }
        .footer .col ul li {
            font-size: 3rem;
        }
    }
    
    @media only screen and (max-width: 340px) {
        .footer .col {
            width: 100%;
        }
    }
    
    /* POST FOOTER */
    
    .postfooter {
        color: #fff;
        text-align: center;
        font-size: .94em;
        line-height: 2;
        padding: 2.2rem 0;
        background: rgba(0,0,0,.95);
        margin: 0px;
    }
    @media (max-width: 599px){
        .postfooter {
            padding-bottom: 7.2rem;
            margin-left: -1rem;
        }
    }
    
    .vert-postfooter {
        padding: 0 .25rem;
        font-weight: 200;
        font-size: 120%;
        color: #5b5b5b;
        /*font-family: Helvetica, Arial, "sans-serif"*/
    }
    
    .vert-termsprivacy {
        padding: 0 3px;
        font-weight: 200;
        font-size: 100%;
        color: #5b5b5b;
    }
    
    ul#bottom li {
        list-style: none;
        margin: 0;
        display: inline-block;
    }
    
    @media screen and (max-width: 599px) {
        ul#bottom .hide_mobile{
            justify-content: center;
    
        }
    }
    
    ul#bottom li a.footer_links_special {
        color: #c6c6c6;
        text-decoration: none;
    }
    
    
    /**** STICKY HEADER *****************/
    
    
    /* fix woo pages - never transparent */
    .woocommerce header#site-header,
    .header_type_basic header#site-header,
    .single-partners header#site-header,
    .error404 header#site-header {
        background-color: #50447E/*645D9D*4D565F*/
    }
    

    
    /* woo: move content down below sticky header */
    .single-product.woocommerce .content-area .site-main,
    .header_type_basic .content-area .site-main,
    .single-partners .content-area .site-main {
        margin: 6rem 0 0 0;
    }
    /* storefront: desktop */
    @media (min-width: 1400px){
        .woocommerce-shop .content-area .site-main {
            /*margin-top: 5.7rem;*/
        }
    }
    /* archives */
    .tax-product_cat.woocommerce .content-area .site-main {
        margin: 0;
    }
    
    @media (max-width: 599px){
        .single-product.woocommerce .content-area .site-main {
            margin: 6.6rem 5vw 0;
        }
        /* storefront */
        .woocommerce-shop .content-area .site-main {
            margin: -1rem 5vw 0;
        }
        .tax-product_cat.woocommerce .content-area .site-main {
            margin: 4rem 5vw 0;
        }
    }
    
    /* 404 Error Page */
    .section-inner.error404-content {
        margin-top: 5rem;
        max-width: 76rem;
    }
    .error404-video {
        border-radius: 1.5rem;
        overflow: hidden;
    }
    
    @media (min-width: 992px){
        .error404-content h1.entry-title {
            margin-bottom: 3rem;
            font-size: 6.4rem;
        }
    }
    
    @media (max-width: 599px) {
        .error404-content h1.entry-title {
            margin-bottom: 2rem;
        }
    }
    
    /* Empty */
    .entry-content > p:empty,
    .entry-content > div:empty {
        display: none !important;
        margin: 0 !important;
        height: 0 !important;
        border: 0 !important;
    }
    
    .non-visible {
        visibility: hidden;
    }
    
    /* DEVICE VISIBILITY */
    
    @media screen and (orientation: portrait) {
        .hide_portrait {
            display: none !important;}}
            
    @media screen and (orientation: landscape) {
        .hide_landscape {
            display: none !important;}}
    
    
    @media (min-width: 766px) {
        .mobile_only {display: none !important;}}
    
    @media (max-width: 375px) {
        .hide_mobile_xs, .mobile_only_xs {display: none !important;}}
    
    @media only screen and (max-width: 599px){
        .hide_mobile {
            display: none !important;}}
    
    @media (min-width: 768px){
        .hide_nonmobile {
            display: none !important;}}
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .hide_tablet {
            display: none !important;}}
    
    @media (min-width: 1200px) {
        .hide_desktop {
            display: none !important;}}