@charset "UTF-8";
body {
  font-family: 'Helvetica'; }

.home .ff-main-content > *, .page-id-455382 .ff-main-content > * {
  margin-bottom: 50px; }

.two_by_two article .archive-article-right {
  padding-top: 0px; }
  .two_by_two article .archive-article-right .article-title {
    font-size: var(--small-font-size); }
  .two_by_two article .archive-article-right .article-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.ff-main-content .sponsor {
  display: inline-block;
  width: 100%; }

.desc_trig_outter {
  width: auto; }

.ndc-column h6 {
  margin-top: 0;
  margin-bottom: 0; }

.ndc-blurb-title {
  font-weight: bold;
  display: block;
  max-width: var(--block-max-width);
  width: calc( 100% - 2 * var( --block-side-margin ));
  margin-left: auto;
  margin-right: auto; }

.ndc-blurb-content p {
  margin-top: 0; }

/* accordion */
.ndc-accordion {
  overflow: hidden; }
  .ndc-accordion p {
    margin: 0;
    width: 100%;
    padding: 1em 0; }
  .ndc-accordion p:empty {
    display: none; }
  .ndc-accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .ndc-accordion .ndc-accordion-item {
    width: 100%;
    overflow: hidden;
    border: 1px solid #d9d9d9; }
    .ndc-accordion .ndc-accordion-item-label {
      display: flex;
      justify-content: space-between;
      padding: 1em;
      background-color: #f4f4f4;
      font-weight: bold;
      cursor: pointer;
      /* Icon */ }
      .ndc-accordion .ndc-accordion-item-label:hover {
        background: #dbdbdb; }
      .ndc-accordion .ndc-accordion-item-label::after {
        content: "\276F";
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all .35s; }
    .ndc-accordion .ndc-accordion-item-content {
      max-height: 0;
      padding: 0 1em;
      background: white;
      transition: .35s; }
      .ndc-accordion .ndc-accordion-item-content a {
        display: inline-block; }
      .ndc-accordion .ndc-accordion-item-content figure {
        float: none; }
    .ndc-accordion .ndc-accordion-item-close {
      display: flex;
      justify-content: flex-end;
      padding: 1em;
      font-size: 0.75em;
      background-color: #f4f4f4;
      cursor: pointer; }
      .ndc-accordion .ndc-accordion-item-close:hover {
        background: #dbdbdb; }
  .ndc-accordion input:checked + .ndc-accordion-item-label {
    background: #dbdbdb; }
    .ndc-accordion input:checked + .ndc-accordion-item-label::after {
      transform: rotate(90deg); }
  .ndc-accordion input:checked ~ .ndc-accordion-item-content {
    max-height: 100vh;
    padding: 1em; }

/* tabs */
.ndc-tab {
  display: flex;
  flex-wrap: wrap;
  background: #f4f4f4;
  border: 1px solid #d9d9d9; }
  .ndc-tab input {
    position: absolute;
    opacity: 0; }
  .ndc-tab-label {
    width: 100%;
    padding: 20px 30px;
    background: #dbdbdb;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.1s, color 0.1s; }
  .ndc-tab-label:hover {
    background: #d8d8d8; }
  .ndc-tab-label:active {
    background: #ccc; }
  input:checked + .ndc-tab-label {
    background: #fff;
    color: #000; }
  .ndc-tab .ndc-tab-content {
    display: none;
    width: 100%;
    padding: 20px 30px 30px;
    background: #fff; }
  input:checked + .ndc-tab-label + .ndc-tab-content {
    display: block; }

/* video */
.ndc-video video {
  width: 100%; }

/* follow */
.ndc-social-follow a {
  padding-right: 5px; }

.social-media-follow {
  margin-left: var(--block-side-margin);
  margin-right: var(--block-side-margin); }

/* subscribe-area */
.subscribe-area hr, .subscribe-area .col-3, .subscribe-area input, .subscribe-area #subscribe-submit {
  margin-left: var(--block-side-margin);
  margin-right: var(--block-side-margin); }
.subscribe-area hr {
  color: #2b6ca3;
  border-color: #2b6ca3; }
.subscribe-area .fa-star::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  background-image: url(../images/sb-star.svg);
  background-repeat: no-repeat; }
.subscribe-area p {
  margin: 0px; }
.subscribe-area h2 {
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 30px; }
.subscribe-area ::placeholder {
  color: gray; }
.subscribe-area input {
  color: #4e4e4e;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px; }

/* img */
.ndc-img-box-shadow {
  box-shadow: 0px 2px 18px 0px #000000; }

/* blog */
.ndc-blog {
  margin-bottom: 40px; }
  .ndc-blog img {
    margin-bottom: 15px;
    width: 100%; }
  .ndc-blog a {
    display: block;
    margin-bottom: 15px; }

article.single-post .ndc-blog img {
  margin-left: 0px;
  margin-right: 0px; }

.ndc-blog-article {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .ndc-tab-label {
    width: auto; }

  .ndc-tab-content {
    order: 99; } }
@media (min-width: 768px) {
  .subscribe-area hr, .subscribe-area .col-3, .subscribe-area input, .subscribe-area #subscribe-submit {
    margin-left: 0px;
    margin-right: 0px; }

  .social-media-follow {
    margin-left: 0px;
    margin-right: 0px; }

  .ndc-column {
    margin-right: 10px;
    min-width: 0; }
    .ndc-column h6 {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0px; }
    .ndc-column span {
      margin-left: 0px; }

  .ndc-blurb-title {
    margin-left: 0px;
    margin-right: 0px; } }
footer {
  background-color: var(--main-theme-color); }
  footer .ndc-logo {
    margin-top: 34px;
    margin-bottom: 34px; }
    footer .ndc-logo img {
      width: 124px; }
    footer .ndc-logo a {
      display: inline-block;
      margin-left: auto;
      margin-right: auto; }
  footer a {
    text-decoration: none; }

.ff-footer-container {
  text-align: center;
  color: white; }
  .ff-footer-container a {
    color: white; }

.single-post .ndc-logo-menu-container ul {
  margin-left: 0px;
  margin-right: 0px; }

.single-post .ff_primary_footer {
  padding-left: 0px; }
  .single-post .ff_primary_footer ul {
    padding-left: 0px; }

.ff_primary_footer {
  list-style-type: none;
  padding-left: 0;
  gap: 12px; }
  .ff_primary_footer ul {
    list-style-type: none;
    padding-left: 0; }
  .ff_primary_footer > li {
    margin-bottom: 34px; }
    .ff_primary_footer > li > a {
      font-size: 25px;
      font-weight: 700; }

.ff_legal_footer {
  margin-bottom: 34px;
  list-style-type: none;
  padding-left: 0; }
  .ff_legal_footer li {
    display: inline-block; }
    .ff_legal_footer li:not(:last-child):after {
      content: " |"; }

.ndc-legal {
  padding-bottom: 30px; }

h2 {
  max-width: var(--block-max-width);
  margin-left: auto;
  margin-right: auto;
  width: calc( 100% - 2 * var( --block-side-margin )); }

@media (min-width: 1160px) {
  footer .ndc-logo {
    position: absolute;
    left: 0;
    width: 99px;
    vertical-align: top;
    display: inline-block; }

  .ff_primary_footer {
    margin: 20px 99px 0px 99px;
    vertical-align: top;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row; }
    .ff_primary_footer li {
      min-width: 300px; }

  .ndc-logo-menu-container {
    position: relative; } }
@media (min-width: 783px) {
  body.logged-in #site-header .middle-layer {
    top: 160px; } }

#site-header {
  position: relative;
  z-index: 10; }
  #site-header .search-form {
    margin-top: 0px;
    margin-bottom: 0px; }
  #site-header .top-layer {
    position: relative;
    background-color: #1071C4;
    height: 130px; }
    #site-header .top-layer .sticky-mobile {
      position: fixed;
      left: 0;
      right: 0;
      background-color: #1071C4; }
      #site-header .top-layer .sticky-mobile .white-logo {
        margin: auto;
        padding-top: 15px;
        width: 80px; }
      #site-header .top-layer .sticky-mobile .ff-menu-btn {
        justify-self: flex-end;
        padding: 0 35px; }
        #site-header .top-layer .sticky-mobile .ff-menu-btn .ff-hamburger {
          width: 20px;
          height: 20px; }
          #site-header .top-layer .sticky-mobile .ff-menu-btn .ff-hamburger g {
            fill: white; }
    #site-header .top-layer .color-logo {
      padding-top: 67px;
      width: 375px;
      margin: auto; }
  #site-header .middle-layer {
    display: none; }
    #site-header .middle-layer .center-header {
      max-width: var(--block-max-width);
      margin-left: auto;
      margin-right: auto; }
  #site-header .bottom-layer {
    display: none; }
    #site-header .bottom-layer .center-header {
      max-width: var(--block-max-width);
      margin-left: auto;
      margin-right: auto; }
  #site-header .desktop-menu {
    width: 100%; }
    #site-header .desktop-menu ul {
      width: 100%;
      padding-left: 0;
      display: flex;
      justify-content: space-evenly; }

.persistent-header-fixed #site-header .top-layer .sticky-mobile {
  background-image: url("../images/CelebrateEveryDay.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .persistent-header-fixed #site-header .top-layer .sticky-mobile .white-logo {
    padding: 7px 0px; }

.BB1 {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 1160px) {
  .persistent-header-fixed #site-header .top-layer .sticky-mobile {
    background-image: none; }
    .persistent-header-fixed #site-header .top-layer .sticky-mobile .white-logo {
      padding: 15px 0px 0px 0px; }

  #site-header .desktop-menu {
    display: inline-block; }
    #site-header .desktop-menu ul {
      list-style-type: none; }
      #site-header .desktop-menu ul li {
        display: inline-block; }
        #site-header .desktop-menu ul li a {
          text-decoration: none;
          text-transform: uppercase; }
  #site-header .top-layer {
    position: fixed;
    width: 100%;
    text-align: center; }
    #site-header .top-layer .sticky-mobile {
      position: static;
      display: inline-block;
      margin-bottom: 35px; }
    #site-header .top-layer .color-logo {
      padding-top: 15px;
      display: inline-block;
      width: auto; }
    #site-header .top-layer .ff-menu-btn {
      display: none; }
  #site-header .middle-layer {
    background-color: #EC2230;
    display: block;
    position: fixed;
    width: 100%;
    height: 35px;
    top: 130px; }
    #site-header .middle-layer #ff-header-one li a {
      color: white;
      font-weight: bold;
      font-size: var(--small-font-size); }
    #site-header .middle-layer .search-form {
      width: 153px;
      height: 15px;
      display: inline-block;
      border-bottom: 2px solid white;
      padding-bottom: 20px; }
      #site-header .middle-layer .search-form input {
        height: 15px;
        background-color: #EC2230;
        caret-color: white;
        color: white; }
      #site-header .middle-layer .search-form input::placeholder {
        color: white;
        font-weight: bold; }
      #site-header .middle-layer .search-form .ff-search {
        width: 15px; }
        #site-header .middle-layer .search-form .ff-search g {
          fill: white; }
  #site-header .bottom-layer {
    display: block;
    padding-top: 165px; }
    #site-header .bottom-layer #ff-header-two li a {
      color: #1071C4;
      font-weight: bold;
      font-size: var(--small-font-size); } }
#site-header.custom-header .top-layer > .sticky-mobile > .ff-logo-link {
  margin-left: auto;
  margin-right: auto; }
#site-header.custom-header .top-layer > .ff-logo-link {
  display: block;
  visibility: hidden; }
#site-header.custom-header .top-layer {
  height: auto; }
  #site-header.custom-header .top-layer .color-logo {
    padding: 0px;
    width: auto; }
#site-header.custom-header a {
  display: block; }
#site-header.custom-header .sticky-mobile {
  overflow: hidden;
  background-image: none;
  background-color: var(--header-color);
  display: flex;
  align-items: center;
  justify-content: center; }
  #site-header.custom-header .sticky-mobile .ff-logo.white-logo {
    padding: 0px;
    width: auto;
    min-height: 63px;
    box-shadow: 0px 5px 20px 5px black; }
    #site-header.custom-header .sticky-mobile .ff-logo.white-logo.mobile {
      display: none; }

.persistent-header-fixed #site-header.custom-header .top-layer .sticky-mobile {
  background-image: none; }

@media (min-width: 1160px) {
  #site-header.custom-header .top-layer > .ff-logo-link {
    display: none; }
  #site-header.custom-header .sticky-mobile {
    margin-bottom: 0px;
    min-height: 130px;
    max-height: 130px; }
    #site-header.custom-header .sticky-mobile .ff-logo.white-logo {
      padding: 0px;
      width: auto;
      max-height: 110px;
      padding: 0px; } }
@media (max-width: 487px) {
  #site-header .top-layer .sticky-mobile .ff-logo.white-logo.desktop {
    display: none; }
  #site-header .top-layer .sticky-mobile .ff-logo.white-logo.mobile {
    display: block; }
  #site-header .top-layer .sticky-mobile .ff-menu-btn {
    padding: 0 22px; } }
#main-menu-content {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white; }

body.logged-in #main-menu-content {
  top: 32px; }

.menu-secondary-footer-menu a {
  color: white; }

#main-menu:not(:checked) {
  filter: opacity(0); }

#main-menu:checked ~ #main-menu-content {
  display: block;
  z-index: 9999; }
  #main-menu:checked ~ #main-menu-content > div {
    background-color: white; }
    #main-menu:checked ~ #main-menu-content > div .legal-text,
    #main-menu:checked ~ #main-menu-content > div a {
      color: var(--main-theme-color); }

.social-icons {
  padding-right: 26px;
  padding-left: 26px; }

.social-icons svg,
.social-icons g,
.social-icons g use,
.social-icons path {
  fill: var(--secondary-theme-color); }

#main-menu-content .search-form {
  border: 1px solid var(--secondary-theme-color);
  border-radius: 4px;
  width: calc(100% - 52px);
  margin: 0 auto;
  color: gray; }
  #main-menu-content .search-form input {
    font-size: 12px;
    padding: 16px; }
  #main-menu-content .search-form g {
    fill: var(--secondary-theme-color); }

.menu-top-logo {
  margin: 0;
  padding: 0; }
  .menu-top-logo img {
    filter: brightness(0.25) sepia() saturate(10) hue-rotate(180deg);
    margin: 16px;
    max-width: 60px; }

#main-menu-content .close-button-text {
  display: none; }

.ff-menu-btn.close {
  background-color: var(--secondary-theme-color);
  position: absolute;
  width: 32px;
  height: 32px;
  top: 10px;
  right: 10px;
  border-radius: 4px;
  text-align: center; }
  .ff-menu-btn.close svg {
    margin-top: 8px; }
    .ff-menu-btn.close svg g {
      fill: white; }

.menu-header-menu {
  padding-left: 0px; }
  .menu-header-menu li {
    list-style: none;
    padding: 10px;
    background-color: white;
    border-bottom: 1px solid #ddd; }
    .menu-header-menu li a {
      color: var(--main-theme-color);
      padding-left: 16px;
      text-decoration: none; }

.menu-secondary-footer-menu {
  padding-left: 26px;
  padding-right: 26px; }
  .menu-secondary-footer-menu li {
    font-size: var(--smallest-font-size);
    display: inline; }
  .menu-secondary-footer-menu li:not(:last-child):after {
    content: "•";
    color: var(--main-theme-color);
    padding-left: 6px; }

.legal-text {
  color: var(--main-theme-color);
  margin-top: 12px; }

.menu-footer-legal-menu,
.legal-text {
  padding-left: 26px; }

.menu-footer-legal-menu li {
  padding: 0; }

#main-menu-content .ndc-search-form {
  padding-left: var(--block-side-margin);
  padding-right: var(--block-side-margin);
  display: grid;
  grid-template-columns: 1fr auto; }
  #main-menu-content .ndc-search-form input {
    padding-top: 5px;
    padding-bottom: 5px; }

#main-menu-content span {
  display: inline-block; }

#main-menu-content .menu-header-menu, #main-menu-content .menu-footer-legal-menu {
  padding-left: var(--block-side-margin);
  padding-right: var(--block-side-margin); }

.single-post .menu-header-menu, .single-post .menu-secondary-footer-menu {
  padding-left: var(--block-side-margin);
  padding-right: var(--block-side-margin);
  margin-left: 0px;
  margin-right: 0px; }

#main-menu-content > div .menu-header-menu > li, .single-post #main-menu-content > div .menu-footer-legal-menu {
  padding-left: 0px; }
  #main-menu-content > div .menu-header-menu > li a, .single-post #main-menu-content > div .menu-footer-legal-menu a {
    padding-left: 0px; }

#firefly-sidebar-container > * {
  margin-bottom: 30px; }

.email-list-subscribe {
  text-align: center;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 15px; }
  .email-list-subscribe form {
    margin-bottom: 10px; }
  .email-list-subscribe input {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px; }
  .email-list-subscribe input[type="email"] {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #707070;
    border-left: none; }
  .email-list-subscribe input[type="email"]:focus-visible {
    outline: none; }
  .email-list-subscribe input[type="submit"] {
    color: white;
    background-color: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
    height: 36px; }
  .email-list-subscribe input[type="submit"]:hover {
    background-color: #0d589b; }

.email-subscribe-image {
  height: 38.5px;
  margin-left: auto;
  margin-right: auto; }

.email-subscribe-title {
  color: var(--secondary-theme-color);
  font-size: var(--big-font-size);
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px; }

.email-subscribe-subtitle {
  color: #707070;
  font-size: var(--smaller-font-size);
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px; }

.email-list-subscribe input[type="email"]::placeholder {
  text-align: center;
  color: gray; }

body.logged-in .fixed-widgets.fixed {
  top: 100px; }

.fixed-widgets.fixed {
  top: 75px; }

@media (min-width: 1160px) {
  body.logged-in .fixed-widgets.fixed {
    top: 200px; }

  .fixed-widgets.fixed {
    top: 175px; } }
#ff-main-container {
  position: relative;
  z-index: 9; }

.ff-main-content a {
  text-decoration: none;
  color: #cd5c5c; }
.ff-main-content a:hover {
  text-decoration: underline; }

.page header h1 {
  display: none; }

.ff-date {
  display: none; }

.HP1 {
  margin-bottom: 50px; }

.single-post ul {
  padding-left: 30px; }
.single-post h3 {
  width: calc( 100% - 2 * var( --block-side-margin ));
  margin-left: auto;
  margin-right: auto; }
.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6, .single-post ul, .single-post .amzn-native-container, .single-post .ndc-tab, .single-post .ndc-accordion, .single-post figure, .single-post .ndc-testimonial .name, .single-post .ndc-testimonial .job-company, .single-post .spotify-radio-national-day-calendar-radio-short, .single-post .ndc-img, .single-post .ndc-blog {
  margin-left: var(--block-side-margin);
  margin-right: var(--block-side-margin); }
.single-post .primary-term {
  display: none; }
.single-post blockquote {
  margin-left: var(--block-side-margin);
  margin-right: var(--block-side-margin); }
.single-post [class*="ndc-box-link"] {
  display: block;
  color: white;
  text-decoration: none;
  line-height: normal;
  border-radius: 4px;
  width: calc( 100% - 2 * var( --block-side-margin ));
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
.single-post .ndc-box-link-red {
  background: var(--secondary-theme-color);
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px; }
.single-post a.ndc-box-link-red {
  color: #ffffff !important; }
.single-post .ndc-box-link-blue {
  width: calc( 100% - 2 * var( --block-side-margin ));
  margin-left: auto;
  margin-right: auto;
  background: var(--main-theme-color);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px; }
.single-post .author-info .author-headline a {
  color: var(--main-font-color); }
.single-post .generic-archive .article-title a {
  color: var(--main-font-color); }
.single-post .in-article-more-right {
  color: var(--main-font-color); }
.single-post .ff-author-date {
  margin-left: var(--block-side-margin); }
.single-post .author-image img {
  margin-left: auto; }

[id^=v-nationaldaycalendar] {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: hidden; }

article.single-post img {
  margin-left: var(--block-side-margin); }

article.single-post img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
article.single-post [id$="-ad"] {
  margin-top: 30px;
  margin-bottom: 30px; }

.page-id-4323 .ndc-image {
  margin-top: 20px;
  margin-bottom: 20px; }
.page-id-4323 article.single-post img, .page-id-4323 .ndc-testimonial, .page-id-4323 .vdo-ai-ad-script {
  width: calc( 100% - 2 * var( --block-side-margin ) );
  margin-left: var(--block-side-margin);
  margin-right: var(--block-side-margin); }

.page-id-538 .single-post a,
.page-id-543 .single-post a,
.page-id-547 .single-post a,
.page-id-550 .single-post a,
.page-id-552 .single-post a,
.page-id-554 .single-post a,
.page-id-556 .single-post a,
.page-id-558 .single-post a,
.page-id-560 .single-post a,
.page-id-562 .single-post a,
.page-id-564 .single-post a,
.page-id-566 .single-post a {
  color: #cd5c5c; }

.page-id-346971 section h3,
.page-id-347191 section h3,
.page-id-347197 section h3,
.page-id-347204 section h3,
.page-id-347209 section h3,
.page-id-347215 section h3,
.page-id-347221 section h3,
.page-id-347229 section h3,
.page-id-347235 section h3,
.page-id-347241 section h3,
.page-id-347249 section h3,
.page-id-346948 section h3 {
  text-align: left !important; }
.page-id-346971 section p,
.page-id-347191 section p,
.page-id-347197 section p,
.page-id-347204 section p,
.page-id-347209 section p,
.page-id-347215 section p,
.page-id-347221 section p,
.page-id-347229 section p,
.page-id-347235 section p,
.page-id-347241 section p,
.page-id-347249 section p,
.page-id-346948 section p {
  padding-left: 0px !important; }
.page-id-346971 .primary-term,
.page-id-347191 .primary-term,
.page-id-347197 .primary-term,
.page-id-347204 .primary-term,
.page-id-347209 .primary-term,
.page-id-347215 .primary-term,
.page-id-347221 .primary-term,
.page-id-347229 .primary-term,
.page-id-347235 .primary-term,
.page-id-347241 .primary-term,
.page-id-347249 .primary-term,
.page-id-346948 .primary-term {
  display: none; }

.henny-penny {
  color: #1b00ea;
  font-size: 26px; }

.ndc-search .ndc-search-form {
  display: flex; }
  .ndc-search .ndc-search-form input {
    flex-grow: 1;
    background-color: #EDEDED;
    padding: 15px;
    border: none;
    font-size: 18px; }
    .ndc-search .ndc-search-form input::placeholder {
      color: #707070; }
    .ndc-search .ndc-search-form input:focus {
      outline: none; }
  .ndc-search .ndc-search-form button {
    display: flex;
    align-items: center;
    background-color: var(--main-theme-color);
    color: white;
    border: none;
    border-radius: 0px 4px 4px 0px;
    font-size: 18px;
    padding: 15px;
    gap: 10px; }
    .ndc-search .ndc-search-form button svg {
      width: 20px; }
      .ndc-search .ndc-search-form button svg path {
        fill: white; }

.page-id-388278 .ndc-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

.page-id-381316 section ul {
  margin-left: var(--block-side-margin) !important;
  margin-right: var(--block-side-margin) !important; }

@media (min-width: 768px) {
  .page-id-7597 .ndc-row {
    display: block; } }
.page-id-413840 .single-post header,
.page-id-403133 .single-post header {
  display: none; }

.page-id-403133 .ndc-text- h3:nth-of-type(1) {
  font-size: 33px; }

.page-id-403133 .ndc-text- span,
.ndc-text-national-day-today-text-list span {
  color: black !important; }
.page-id-403133 .ndc-text- a,
.ndc-text-national-day-today-text-list a {
  color: var(--secondary-theme-color) !important; }

.page-id-381316 .ndc_column_1_3 ul {
  padding-left: 40px !important; }
.page-id-381316 .ndc_column_1_3 a {
  font-size: var(--big-font-size); }

[class*="ndc-testimonial"] {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url("../images/quotes.svg");
  background-repeat: no-repeat;
  background-position: center; }
  [class*="ndc-testimonial"] .name {
    font-size: var(--big-font-size);
    font-weight: bold; }
  [class*="ndc-testimonial"] h3 {
    font-weight: normal;
    text-align: left !important; }

@media (min-width: 768px) {
  .single-post blockquote {
    margin-left: 0px;
    margin-right: 0px; }
  .single-post .ndc-box-link-red {
    padding: 20px; }
  .single-post .ndc-box-link-blue {
    text-align: left; }
  .single-post h3 {
    width: 100%; }
  .single-post [class*="ndc-box-link"] {
    width: 100%; }
    .single-post [class*="ndc-box-link"] br {
      display: none; }
  .single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6, .single-post ul, .single-post .amzn-native-container, .single-post .ndc-tab, .single-post .ndc-accordion, .single-post figure, .single-post .ndc-testimonial .name, .single-post .ndc-testimonial .job-company, .single-post .ndc-blog {
    margin-left: 0;
    margin-right: 0; }
  .single-post .ff-author-date {
    margin-left: 0; }

  article.single-post img {
    margin-left: 0; }

  .page-id-381316 .ndc_column_1_3 ul {
    padding-left: 0px !important; }

  #audio-player {
    margin-top: 50px;
    margin-bottom: 50px; } }
#homepage-slider {
  margin-top: 20px;
  margin-bottom: 20px; }

#homepage-slider {
  aspect-ratio: 2 / 1;
  width: 100%; }
  #homepage-slider a.disabled {
    pointer-events: none;
    cursor: default; }
  #homepage-slider .slider-content {
    position: relative;
    top: 12px;
    margin-left: 40px; }
    @media (min-width: 768px) {
      #homepage-slider .slider-content {
        top: 70%;
        margin-left: 0px; } }
    #homepage-slider .slider-content .title,
    #homepage-slider .slider-content .description {
      background-color: rgba(255, 255, 255, 0.81);
      color: #000;
      font-weight: bold;
      padding: 3px 20px;
      position: relative;
      display: table; }
      @media (min-width: 768px) {
        #homepage-slider .slider-content .title,
        #homepage-slider .slider-content .description {
          padding: 3px 50px; } }
    #homepage-slider .slider-content .title {
      font-size: 17px; }
      @media (min-width: 768px) {
        #homepage-slider .slider-content .title {
          font-size: 22px; } }
    #homepage-slider .slider-content .description {
      margin-top: 4vw; }
      @media (min-width: 768px) {
        #homepage-slider .slider-content .description {
          font-size: 17px;
          margin-top: 20px; } }
    #homepage-slider .slider-content a {
      color: #000; }
  #homepage-slider > div {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25); }
    @media (min-width: 768px) {
      #homepage-slider > div {
        border-radius: 0; } }
    #homepage-slider > div .slider {
      height: 100%;
      white-space: nowrap;
      font-size: 0;
      transition: 0.8s; }
    #homepage-slider > div .slider > * {
      font-size: 1rem;
      display: inline-block;
      vertical-align: top;
      height: 100%;
      width: 100%;
      background: none 50% no-repeat;
      background-size: cover;
      text-decoration: none; }
    #homepage-slider > div .arrows {
      position: absolute;
      z-index: 1;
      top: calc(50% - 25px / 2);
      width: 100%;
      height: 0; }
      @media (min-width: 768px) {
        #homepage-slider > div .arrows {
          top: calc(50% - 50px / 2); } }
    #homepage-slider > div .arrows > div + div {
      visibility: hidden; }
    #homepage-slider > div .arrows a {
      position: absolute;
      text-decoration: none;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 9;
      transform: rotate(180deg);
      left: 10px;
      width: 13px;
      height: 25px;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 768px) {
        #homepage-slider > div .arrows a {
          width: 28px;
          height: 50px; } }
    #homepage-slider > div .arrows a:hover {
      opacity: 1; }
    #homepage-slider > div .arrows a + a {
      left: auto;
      right: 10px;
      transform: rotate(0deg); }
    #homepage-slider > div .bullets {
      position: absolute;
      z-index: 2;
      bottom: 0;
      padding: 0;
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        #homepage-slider > div .bullets {
          padding: 10px 0; } }
    #homepage-slider > div .bullets > a {
      display: inline-block;
      width: 9px;
      height: 9px;
      text-decoration: none;
      border-radius: 50%;
      background: white;
      margin: 0 10px; }
    #homepage-slider > div .bullets > a + a {
      background: rgba(255, 255, 255, 0.5); }
    #homepage-slider > div .bullets > a:hover {
      background: red; }
    #homepage-slider > div > s:target ~ .bullets > * {
      background: rgba(255, 255, 255, 0.5); }
    #homepage-slider > div > s:target ~ .arrows > * {
      visibility: hidden; }

.ndc-calendar-widget {
  /* Month header */
  /* days */
  /* popup */ }
  .ndc-calendar-widget ul {
    list-style-type: none; }
  .ndc-calendar-widget .month {
    width: 100%;
    text-align: center;
    background: var(--main-theme-color);
    border-radius: 4px 4px 0px 0px; }
    .ndc-calendar-widget .month a {
      color: white;
      text-decoration: none; }
    .ndc-calendar-widget .month ul {
      display: grid;
      grid-template-columns: auto 1fr auto;
      margin: 0;
      padding: 0; }
      .ndc-calendar-widget .month ul li {
        color: white;
        padding: 5px; }
  .ndc-calendar-widget .prev {
    margin-left: 5px;
    cursor: pointer; }
  .ndc-calendar-widget .next {
    margin-right: 5px;
    cursor: pointer; }
  .ndc-calendar-widget .days {
    margin: 0;
    padding: 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(7, 1fr); }
    .ndc-calendar-widget .days > li {
      width: 100%;
      text-align: center;
      border: 1px solid lightgray;
      padding-bottom: 3px;
      padding: 4px;
      position: relative;
      display: inline-block; }
    .ndc-calendar-widget .days li:hover > .popup {
      display: block; }
  .ndc-calendar-widget .other-month {
    color: gray; }
  .ndc-calendar-widget .current-day {
    background: var(--main-theme-color);
    color: white; }
  .ndc-calendar-widget .popup {
    text-align: left;
    display: none;
    position: absolute;
    background: white;
    margin: 0;
    padding: 10px;
    z-index: 1;
    width: 336px;
    border: 1px solid lightgray;
    left: -289px;
    box-shadow: 0px 0px 6px #00000046;
    border-radius: 4px 4px 4px 4px;
    /* border for top arrow */
    /* top arrow */ }
    .ndc-calendar-widget .popup::before {
      content: "";
      position: absolute;
      top: -21px;
      right: 14px;
      border: 10px solid gray;
      border-color: transparent transparent gray transparent;
      z-index: 2; }
    .ndc-calendar-widget .popup::after {
      content: "";
      position: absolute;
      top: -20px;
      right: 14px;
      border: 10px solid white;
      border-color: transparent transparent white transparent;
      z-index: 2; }
    .ndc-calendar-widget .popup a {
      text-decoration: none;
      color: #cd5c5c;
      font-size: var(--small-font-size); }
    .ndc-calendar-widget .popup .title {
      color: black;
      font-weight: bold;
      font-size: var(--medium-font-size); }

#audio-player {
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 40px 60px;
  display: grid;
  justify-items: center;
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto; }
  #audio-player-shadow {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
    #audio-player-shadow.active {
      display: block; }
      @media (min-width: 768px) {
        #audio-player-shadow.active {
          display: none; } }
  #audio-player-title {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 0;
    grid-row-end: 1;
    justify-self: center;
    margin-bottom: 10px; }
  #audio-player-prev-record-button {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-self: right;
    margin-bottom: 25px; }
  #audio-player-play-record-button {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-self: center;
    margin-bottom: 25px; }
  #audio-player-next-record-button {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-self: left;
    margin-bottom: 25px; }
  #audio-player-volume-button {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-self: left; }
  #audio-player-playlist-button {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-self: center; }
  #audio-player-reverse-button {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-self: right; }
  #audio-player-seek-slider-box {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
    justify-self: stretch;
    margin-top: 7px;
    margin-bottom: 7px; }
  #audio-player-current-time {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    justify-self: left; }
  #audio-player-duration-time {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 4;
    grid-row-end: 5;
    justify-self: right; }
  @media (min-width: 768px) {
    #audio-player {
      width: auto;
      padding: 0;
      grid-template-columns: 200px 30px 60px 30px 60px auto 60px 40px 40px 40px;
      grid-template-rows: auto; }
      #audio-player-title {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-self: left;
        margin-bottom: 0; }
      #audio-player-prev-record-button {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-self: center;
        margin-bottom: 0; }
      #audio-player-play-record-button {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-self: center;
        margin-bottom: 0; }
      #audio-player-next-record-button {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-self: center;
        margin-bottom: 0; }
      #audio-player-current-time {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-self: center; }
      #audio-player-seek-slider-box {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-self: stretch; }
      #audio-player-duration-time {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-self: center; }
      #audio-player-volume-button {
        grid-column-start: 8;
        grid-column-end: 9;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-self: center; }
      #audio-player-playlist-button {
        grid-column-start: 9;
        grid-column-end: 10;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-self: center; }
      #audio-player-reverse-button {
        grid-column-start: 10;
        grid-column-end: 11;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-self: center; } }
  #audio-player button {
    background-color: transparent;
    padding: 0;
    cursor: pointer; }
  #audio-player-prev-record-button, #audio-player-next-record-button, #audio-player-volume-button, #audio-player-playlist-button, #audio-player-reverse-button {
    width: 18px;
    min-width: 18px;
    height: 16px;
    border: none; }
  #audio-player-title {
    min-width: 170px;
    height: auto;
    width: auto;
    line-height: 1.2;
    font-weight: normal;
    text-align: center; }
    @media (min-width: 768px) {
      #audio-player-title {
        text-align: left;
        padding-right: 20px; } }
    #audio-player-title > div {
      margin: 0; }
      #audio-player-title > div:nth-child(2) {
        font-size: var(--smaller-font-size);
        color: #000000a8; }
  #audio-player-reverse-button.active svg {
    fill: #ec2230; }
  #audio-player-play-record-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid #000;
    position: relative; }
    #audio-player-play-record-button svg {
      width: 20px;
      height: 20px;
      position: absolute;
      left: calc(50% - 8px);
      top: calc(50% - 10px); }
    #audio-player-play-record-button.active:before, #audio-player-play-record-button.active:after {
      content: "";
      position: absolute;
      width: 3px;
      height: 20px;
      background-color: #ec2230;
      top: calc(50% - 10px); }
    #audio-player-play-record-button.active:before {
      left: 13px; }
    #audio-player-play-record-button.active:after {
      right: 13px; }
    #audio-player-play-record-button.active svg {
      display: none; }
  #audio-player-seek-slider-box {
    width: 100%; }
    #audio-player-seek-slider-box [type="range"] {
      -webkit-appearance: none;
      background: transparent;
      margin: 13.5px 0;
      width: 100%; }
      #audio-player-seek-slider-box [type="range"]::-moz-focus-outer {
        border: 0; }
      #audio-player-seek-slider-box [type="range"]:focus {
        outline: 0; }
        #audio-player-seek-slider-box [type="range"]:focus::-webkit-slider-runnable-track {
          background: #ec2230; }
        #audio-player-seek-slider-box [type="range"]:focus::-ms-fill-lower {
          background: #EC2230; }
        #audio-player-seek-slider-box [type="range"]:focus::-ms-fill-upper {
          background: #ec2230; }
      #audio-player-seek-slider-box [type="range"]::-webkit-slider-runnable-track {
        cursor: default;
        height: 3px;
        transition: all 0.2s ease;
        width: 100%;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
        background: #EC2230;
        border: 0px solid #cfd8dc;
        border-radius: 5px; }
      #audio-player-seek-slider-box [type="range"]::-webkit-slider-thumb {
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
        background: #EC2230;
        border: 9px solid #fff;
        border-radius: 27px;
        box-sizing: border-box;
        cursor: default;
        height: 27px;
        width: 27px;
        -webkit-appearance: none;
        margin-top: -12px; }
      #audio-player-seek-slider-box [type="range"]::-moz-range-track {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
        cursor: default;
        height: 3px;
        transition: all 0.2s ease;
        width: 100%;
        background: #EC2230;
        border: 0px solid #cfd8dc;
        border-radius: 5px;
        height: 1.5px; }
      #audio-player-seek-slider-box [type="range"]::-moz-range-thumb {
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
        background: #EC2230;
        border: 9px solid #fff;
        border-radius: 27px;
        box-sizing: border-box;
        cursor: default;
        height: 27px;
        width: 27px; }
      #audio-player-seek-slider-box [type="range"]::-ms-track {
        cursor: default;
        height: 3px;
        transition: all 0.2s ease;
        width: 100%;
        background: transparent;
        border-color: transparent;
        border-width: 13.5px 0;
        color: transparent; }
      #audio-player-seek-slider-box [type="range"]::-ms-fill-lower {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
        background: #ec2230;
        border: 0px solid #cfd8dc;
        border-radius: 10px; }
      #audio-player-seek-slider-box [type="range"]::-ms-fill-upper {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
        background: #EC2230;
        border: 0px solid #cfd8dc;
        border-radius: 10px; }
      #audio-player-seek-slider-box [type="range"]::-ms-thumb {
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
        background: #EC2230;
        border: 9px solid #fff;
        border-radius: 27px;
        box-sizing: border-box;
        cursor: default;
        height: 27px;
        width: 27px;
        margin-top: 0.75px; }
      #audio-player-seek-slider-box [type="range"]:disabled::-webkit-slider-thumb, #audio-player-seek-slider-box [type="range"]:disabled::-moz-range-thumb, #audio-player-seek-slider-box [type="range"]:disabled::-ms-thumb, #audio-player-seek-slider-box [type="range"]:disabled::-webkit-slider-runnable-track, #audio-player-seek-slider-box [type="range"]:disabled::-ms-fill-lower, #audio-player-seek-slider-box [type="range"]:disabled::-ms-fill-upper {
        cursor: not-allowed; }
  #audio-player-volume-button {
    position: relative; }
    #audio-player-volume-button.mute:after {
      content: "";
      position: absolute;
      border-bottom: 1px solid red;
      transform: rotate(45deg);
      width: 150%;
      left: -30%;
      top: 50%; }
  #audio-player-volume-slider-box {
    position: absolute;
    left: 17px;
    top: 115px;
    z-index: 3;
    width: 110px;
    display: none;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3px;
    border-radius: 2px; }
    #audio-player-volume-slider-box.active {
      display: block; }
    #audio-player-volume-slider-box [type="range"] {
      -webkit-appearance: none;
      background: transparent;
      margin: 5.5px 0;
      width: 100%; }
      #audio-player-volume-slider-box [type="range"]::-moz-focus-outer {
        border: 0; }
      #audio-player-volume-slider-box [type="range"]:focus {
        outline: 0; }
        #audio-player-volume-slider-box [type="range"]:focus::-webkit-slider-runnable-track {
          background: #ec2230; }
        #audio-player-volume-slider-box [type="range"]:focus::-ms-fill-lower {
          background: #EC2230; }
        #audio-player-volume-slider-box [type="range"]:focus::-ms-fill-upper {
          background: #ec2230; }
      #audio-player-volume-slider-box [type="range"]::-webkit-slider-runnable-track {
        cursor: default;
        height: 3px;
        transition: all 0.2s ease;
        width: 100%;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
        background: #EC2230;
        border: 0px solid #cfd8dc;
        border-radius: 5px; }
      #audio-player-volume-slider-box [type="range"]::-webkit-slider-thumb {
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
        background: #EC2230;
        border: 4px solid #fff;
        border-radius: 11px;
        box-sizing: border-box;
        cursor: default;
        height: 11px;
        width: 11px;
        -webkit-appearance: none;
        margin-top: -4px; }
      #audio-player-volume-slider-box [type="range"]::-moz-range-track {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
        cursor: default;
        height: 3px;
        transition: all 0.2s ease;
        width: 100%;
        background: #EC2230;
        border: 0px solid #cfd8dc;
        border-radius: 5px;
        height: 1.5px; }
      #audio-player-volume-slider-box [type="range"]::-moz-range-thumb {
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
        background: #EC2230;
        border: 4px solid #fff;
        border-radius: 11px;
        box-sizing: border-box;
        cursor: default;
        height: 11px;
        width: 11px; }
      #audio-player-volume-slider-box [type="range"]::-ms-track {
        cursor: default;
        height: 3px;
        transition: all 0.2s ease;
        width: 100%;
        background: transparent;
        border-color: transparent;
        border-width: 5.5px 0;
        color: transparent; }
      #audio-player-volume-slider-box [type="range"]::-ms-fill-lower {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
        background: #ec2230;
        border: 0px solid #cfd8dc;
        border-radius: 10px; }
      #audio-player-volume-slider-box [type="range"]::-ms-fill-upper {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
        background: #EC2230;
        border: 0px solid #cfd8dc;
        border-radius: 10px; }
      #audio-player-volume-slider-box [type="range"]::-ms-thumb {
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
        background: #EC2230;
        border: 4px solid #fff;
        border-radius: 11px;
        box-sizing: border-box;
        cursor: default;
        height: 11px;
        width: 11px;
        margin-top: 0.75px; }
      #audio-player-volume-slider-box [type="range"]:disabled::-webkit-slider-thumb, #audio-player-volume-slider-box [type="range"]:disabled::-moz-range-thumb, #audio-player-volume-slider-box [type="range"]:disabled::-ms-thumb, #audio-player-volume-slider-box [type="range"]:disabled::-webkit-slider-runnable-track, #audio-player-volume-slider-box [type="range"]:disabled::-ms-fill-lower, #audio-player-volume-slider-box [type="range"]:disabled::-ms-fill-upper {
        cursor: not-allowed; }
  #audio-player-playlist-button {
    position: relative; }
  #audio-player-playlist-box {
    position: absolute;
    right: calc(50% - 240px / 2);
    top: 100px;
    z-index: 3;
    width: 240px;
    display: none;
    background-color: #fff;
    border-radius: 3px;
    cursor: default;
    box-shadow: 0px 0px 6px #00000046; }
    @media (min-width: 768px) {
      #audio-player-playlist-box {
        right: 0;
        top: 30px; } }
    #audio-player-playlist-box.active {
      display: block; }
  #audio-player-playlist-songs {
    text-align: left;
    margin: 0;
    padding: 25px 15px 0 15px; }
    #audio-player-playlist-songs > div {
      display: none; }
      #audio-player-playlist-songs > div.active {
        display: block; }
      #audio-player-playlist-songs > div > div {
        cursor: pointer;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #70707014;
        padding: 0 0 5px 0;
        margin: 0 0 5px 0; }
        #audio-player-playlist-songs > div > div:last-child {
          border-bottom: 0; }
        #audio-player-playlist-songs > div > div > div:nth-child(1) div:nth-child(2) {
          font-size: var(--smaller-font-size);
          color: #000000a8; }
        #audio-player-playlist-songs > div > div > div:nth-child(2) {
          min-width: 40px;
          font-weight: bold;
          padding-left: 10px; }
        #audio-player-playlist-songs > div > div.active {
          position: relative; }
          #audio-player-playlist-songs > div > div.active:before {
            content: "";
            position: absolute;
            left: -8px;
            top: 0;
            height: 100%;
            border-left: 2px solid #ec2230;
            width: 2px; }
  #audio-player-playlist-pagination {
    padding: 11px 0 5px 0;
    border-top: 1px solid #70707014;
    display: flex;
    justify-content: center;
    align-items: center; }
    #audio-player-playlist-pagination > div {
      background: #ffffff;
      border: 1px solid #7070701f;
      border-radius: 3px;
      margin: 0 1px 0 0;
      text-align: center;
      font-size: var(--smaller-font-size);
      font-weight: bold;
      width: 24px;
      height: 24px;
      line-height: 24px;
      cursor: pointer; }
      #audio-player-playlist-pagination > div.active {
        background-color: #7070701f; }
      #audio-player-playlist-pagination > div svg {
        width: 10px;
        height: 10px;
        margin-top: 6px; }

#audio-player-next-record-button svg {
  transform: rotate(180deg); }

.facebook-share {
  background: #5F7EE5; }

.twitter-share {
  background: #A5C7E8; }

.pintrest-share {
  background: #DB4F4F; }

.linkedin-share {
  background: #90C4EA; }

.instagram-share {
  background: #D06868; }

.reddit-share {
  background: #ff4500; }

.copylink-share {
  background: #000000;
  cursor: pointer; }

.linktooltips-container {
  position: relative; }

.linktooltips {
  font-size: 14px;
  position: absolute;
  padding-left: 2px;
  width: 100px;
  background: #707070;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  top: -5px;
  left: 2px; }

.tumblr-share {
  background: #32506d; }

.article-sharing .a2a_kit {
  background: lightgray; }
.article-sharing svg g {
  fill: white; }
.article-sharing .tumblr-share svg path {
  fill: white; }
.article-sharing a {
  color: white; }
.article-sharing.top .share-btn-text, .article-sharing.side .share-btn-text {
  display: none; }
.article-sharing.top a,
.article-sharing.top span, .article-sharing.side a,
.article-sharing.side span {
  border-radius: 20px; }
.article-sharing.top > *, .article-sharing.side > * {
  margin: 5px; }
.article-sharing.top {
  justify-self: end; }

@media (min-width: 1310px) {
  .article-sharing.side {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    margin-left: -60px;
    z-index: 99999; }
    .article-sharing.side .share-btn-text {
      display: none; }
    .article-sharing.side.hide {
      display: none; }

  .persistent-header-fixed .article-sharing.side {
    position: fixed;
    top: 230px;
    z-index: 99999; } }
/* blockquote */
blockquote {
  margin-left: 0;
  border-left: 5px solid #2ea3f2;
  padding-left: 20px; }

/* aligns */
article.single-post img.alignright {
  float: right;
  display: inline;
  margin-left: 15px; }

.alignright {
  float: right; }

img.alignright {
  display: inline;
  margin-left: 15px; }

article.single-post img.alignleft {
  display: inline;
  margin-right: 15px;
  float: left; }

.alignleft {
  float: left; }

img.alignleft {
  display: inline;
  margin-right: 15px; }

article.single-post img.alignnone {
  display: inline; }

/* figure */
article.single-post p img,
article.single-post figure img {
  margin-left: 0px; }

figure.alignleft {
  margin-right: 15px; }

figure {
  margin-top: 0px; }

/*# sourceMappingURL=main.css.map */
