@charset "UTF-8";
.holiday-list {
  margin: 0;
  padding: 0;
  font-size: 36px;
  padding-left: 1.15em;
  color: #afb0b0;
  font-family: "BrandonPrinted-One", sans-serif;
}
@media (min-width: 50em) {
  .holiday-list {
    font-size: 48px;
  }
}
.holiday-list.holiday-list-celebrate {
  /*list-style-type: decimal;*/
  list-style: none;
  counter-reset: my-awesome-counter;
}
.holiday-list.holiday-list-celebrate li {
  counter-increment: my-awesome-counter;
}
.holiday-list.holiday-list-celebrate li:before {
  content: counter(my-awesome-counter) ". ";
  line-height: 1;
  margin-left: -1.15em;
}
.holiday-list.holiday-list-loveit {
  list-style: none;
  counter-reset: chapter;
}
.holiday-list.holiday-list-loveit li {
  counter-increment: chapter;
}
.holiday-list.holiday-list-loveit li:before {
  content: counter(chapter, upper-alpha) ". ";
  margin-left: -1.15em;
  top: -18px;
}
.holiday-list li {
  position: relative;
  margin-bottom: 20px;
}
.holiday-list li::before {
  position: absolute;
  left: 0;
  top: 0;
}
.holiday-list h3 {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 1.25em 0;
}
.holiday-list .holiday-list-item-inner {
  font-size: 16px;
  color: #33244a;
  margin-left: 1em;
  font-family: "Montserrat", sans-serif;
}

.holiday-listicle .entry-content {
  padding: 0;
}
.holiday-listicle .section-hed {
  background: #0ac6e9;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding: 1.5416666667em;
  padding-top: 1.5416666667em !important;
  text-align: center;
}
@media (min-width: 50em) {
  .holiday-listicle .section-hed {
    font-size: 1.5rem;
  }
}
.holiday-listicle .holiday-listicle__list {
  background-color: #fff;
  font-size: 1.25rem;
  margin: 0;
  padding: 2em 2em 1em;
  text-align: left;
}
@media (min-width: 50em) {
  .holiday-listicle .holiday-listicle__list {
    padding-left: 64px;
    padding-right: 48px;
  }
}
.holiday-listicle .holiday-listicle__list li {
  font-weight: bold;
  margin-bottom: 50px;
}
.holiday-listicle .holiday-listicle__list .holiday-listicle-item-inner {
  font-size: 1rem;
  font-weight: normal;
}
.holiday-listicle .holiday-listicle__list .holiday-listicle-item-inner p {
  line-height: 1.7;
}
.holiday-listicle .holiday-listicle__list h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 1em;
}

@media (min-width: 50em) {
  .holiday-media .holiday-media-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.holiday-media .holiday-media-player {
  height: 0;
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 50em) {
  .holiday-media .holiday-media-player {
    margin-bottom: 30px;
  }
}
.holiday-media .holiday-media-player iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.holiday-media .holiday-social-player {
  height: auto;
  padding-top: 0;
}
.holiday-media .holiday-social-player iframe {
  position: static;
}
.holiday-media .holiday-media-container {
  margin-bottom: 20px;
}
@media (min-width: 50em) {
  .holiday-media .holiday-media-container {
    margin-bottom: 40px;
  }
}
.holiday-media .holiday-media-container {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.holiday-media.has-odd .holiday-media-container:nth-child(3n+1) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/**
 * Holiday timeline (“Key moments”) component
 */
.holiday-timeline .content-area {
  width: calc(100% - 40px);
}
.holiday-timeline .section-hed {
  margin-bottom: 48px;
  text-align: center;
}
.holiday-timeline .holiday-timeline-list {
  overflow: visible;
}
.holiday-timeline .holiday-timeline-list::before {
  content: none;
}
.holiday-timeline .timeline-cards-main-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  width: 100%;
}
@media (min-width: 48em) {
  .holiday-timeline .timeline-cards-main-container {
    max-width: 100%;
  }
}
@media (min-width: 50em) {
  .holiday-timeline .timeline-cards-main-container {
    display: block;
    height: auto;
    padding: 0 0 100px 0;
    position: relative;
  }
}
.holiday-timeline .timeline-cards-main-container-line {
  display: none;
}
@media (min-width: 50em) {
  .holiday-timeline .timeline-cards-main-container-line {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(190, 190, 190, 0.9725490196)), to(rgba(190, 190, 190, 0.9725490196))) no-repeat center/2px 100%;
    background: linear-gradient(rgba(190, 190, 190, 0.9725490196), rgba(190, 190, 190, 0.9725490196)) no-repeat center/2px 100%;
    display: block;
    height: 90%;
    position: absolute;
    top: 30px;
    width: 100%;
  }
}
.holiday-timeline .timeline-title {
  text-align: center;
  font-size: 45px;
  color: #0ac6e9;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (min-width: 50em) {
  .holiday-timeline .timeline-column {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px !important;
    width: 100%;
  }
}
.holiday-timeline .timeline-column .card {
  margin-bottom: 35px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 50em) {
  .holiday-timeline .timeline-column .card {
    margin-bottom: 0;
    width: 50%;
  }
}
.holiday-timeline .odd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.holiday-timeline .even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.holiday-timeline .odd .card-text {
  text-align: right;
}
.holiday-timeline .odd .card-date {
  right: 15px;
}
.holiday-timeline .even .card-text {
  text-align: left;
}
.holiday-timeline .even .card-date {
  left: 15px;
}
.holiday-timeline .odd .card-line-circle {
  right: -9px;
}
.holiday-timeline .even .card-line-circle {
  left: -9px;
}
.holiday-timeline .card-line-container {
  display: none;
}
@media (min-width: 50em) {
  .holiday-timeline .card-line-container {
    display: block;
    position: relative;
    width: 10%;
  }
}
.holiday-timeline .card-line {
  background: #0ac6e9;
  width: 100%;
  height: 1.5px;
  margin-top: 20px;
}
.holiday-timeline .card-line-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 2px solid #0ac6e9;
  position: absolute;
  top: 10px;
}
.holiday-timeline .card-border {
  background-color: #fff;
  border: 3px solid #0ac6e9;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 50em) {
  .holiday-timeline .card-border {
    width: 80%;
  }
}
.holiday-timeline .card-date {
  background-color: #f33f33;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 6px 8px 7px;
  position: absolute;
  top: -12.5px;
  text-align: center;
}
.holiday-timeline .card-text {
  color: #33244a;
  padding: 14px 22px 22px;
}
.holiday-timeline .card-text-title,
.holiday-timeline .card-text-body {
  color: #33244a;
  font-size: 14px;
}
.holiday-timeline .card-text-title {
  color: #33244a;
  margin: 10px 0 !important;
  font-weight: 600;
  line-height: 1.7857142857;
}
.holiday-timeline .card-text-body {
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.5714285714;
}
.holiday-timeline .card-text-body p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.holiday-timeline .card-text-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 181px;
  margin-top: 16px;
  width: 100%;
}
.holiday-timeline .left,
.holiday-timeline .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 50em) {
  .holiday-timeline .left .even {
    margin-bottom: 75px !important;
  }
}
@media (min-width: 50em) {
  .holiday-timeline .right .even {
    padding-top: 100px !important;
  }
}
@media (min-width: 50em) {
  .holiday-timeline .timeline-cards-main-container-line-anchor {
    background: rgba(190, 190, 190, 0.9725490196);
    border-radius: 50%;
    bottom: 0;
    height: 10px;
    left: 49.4%;
    position: absolute;
    width: 10px;
  }
}
@media (min-width: 50em) {
  .holiday-timeline .column-odd .even,
  .holiday-timeline .column-last .even {
    margin-top: 80px;
  }
}
.holiday-timeline .column-last > *:last-child {
  margin-bottom: 0;
}

.holiday-timeline .holiday-timeline-list {
  margin: 0;
  font-size: 18px;
  position: relative;
}
.holiday-timeline .holiday-timeline-date {
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-left: 24px;
  margin-bottom: 1em;
  width: auto;
}
@media (min-width: 50em) {
  .holiday-timeline .holiday-timeline-date {
    float: left;
    clear: both;
    width: 220px;
    padding-left: 0;
    margin: 0;
  }
}
.holiday-timeline .holiday-timeline-date::before {
  content: "";
  background: #f33f33;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0.3em;
  -webkit-transform: translateX(calc(-50% + 1.5px));
          transform: translateX(calc(-50% + 1.5px));
  display: none;
}
@media (min-width: 50em) {
  .holiday-timeline .holiday-timeline-date::before {
    right: 0;
    top: 0;
    left: auto;
    -webkit-transform: translateX(calc(50% + 1.5px));
            transform: translateX(calc(50% + 1.5px));
    display: block;
  }
}
.holiday-timeline .holiday-timeline-desc {
  padding: 0 0 20px 24px;
  margin: 0 0 40px;
}
.holiday-timeline .holiday-timeline-desc:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.holiday-timeline .holiday-timeline-desc:last-child p {
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .holiday-timeline .holiday-timeline-desc {
    padding: 0 0 20px 40px;
    width: calc(100% - 220px);
    float: right;
  }
}
.holiday-timeline .holiday-timeline-desc h3 {
  font-size: inherit;
  margin: 0 0 24px;
  line-height: 1;
}
.holiday-timeline .holiday-timeline-desc p {
  font-size: 16px;
}

.c-sponsorHoliday {
  background: url("../img/sponsor-holiday.png") no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 305px;
  margin: 0 auto 30px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 64em) {
  .c-sponsorHoliday {
    margin-top: 40px;
  }
}
.c-sponsorHoliday .color-overlay {
  background: rgba(12, 40, 90, 0.75);
  height: 100%;
  width: 100%;
}
.c-sponsorHoliday .color-overlay .content {
  height: 100%;
  padding: 105px 20px 0;
  width: 100%;
}
.c-sponsorHoliday .color-overlay .content .title {
  color: #fff;
  font-family: "BrandonPrinted-One", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4166666667;
  margin-bottom: 0.6666666667em;
  max-width: 201px;
  text-transform: uppercase;
  width: 100%;
}
.c-sponsorHoliday .color-overlay .content .button {
  background-color: #e14f3f;
  border: none;
  border-radius: 60px;
  height: 44px;
  width: 100%;
}
.c-sponsorHoliday .color-overlay .content .button a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.015em;
  line-height: 1.2142857143;
  text-transform: uppercase;
}
.c-sponsorHoliday .color-overlay .content .button a:hover, .c-sponsorHoliday .color-overlay .content .button a:active {
  text-decoration: none;
}

.wp-calendar-table tr {
  height: 40px;
}
.wp-calendar-table tr:first-child {
  height: 30px;
}
.wp-calendar-table .widget-heading {
  display: none;
}

.holiday .nt-share {
  display: none;
}
@media (min-width: 500px) {
  .holiday .nt-share {
    display: block;
  }
}
.holiday .swp_social_panel {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: auto;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.holiday .swp_social_panel .iconFiller {
  margin-top: 7px;
  margin-bottom: 7px;
}
.holiday .nt-share .nc_tweetContainer {
  height: 45px;
}
.holiday .nt-share .nc_tweetContainer .wp_share_button {
  height: 45px;
}
.holiday .swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt {
  background-color: white !important;
  margin-left: 0;
  border-radius: 36px;
  margin-bottom: 0 !important;
  padding-top: 6px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 8px;
}
.holiday .swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:before {
  content: url(https://nationaltoday.com/wp-content/uploads/2021/06/Vector.svg);
  margin-top: 3px;
}
.holiday .swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 3px !important;
  overflow: visible !important;
  width: 50px !important;
}
@media (min-width: 64em) {
  .holiday .swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
    height: 50px !important;
  }
}
.holiday .swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) > a {
  height: auto;
}
.holiday .swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) > a .sw {
  font-size: 22px;
}
.holiday .swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) > a .swp_twitter_icon {
  font-size: 16px;
}
.holiday .holiday-wrapper {
  max-width: 1220px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 0.5rem;
}
@media (min-width: 64em) {
  .holiday .calendar-navigation-marginTop {
    margin-top: 96px !important;
  }
}
.holiday .calender-naviagation {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-grid-column-span: 12;
  grid-column: span 12/auto;
  margin: 0 auto;
  max-width: 400px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 64em) {
  .holiday .calender-naviagation {
    -ms-grid-column-span: 3;
    grid-column: span 3/auto;
    margin: 0;
    max-width: none;
    padding: 0;
  }
}
.holiday .calender-naviagation tr {
  height: 40px;
}
.holiday .calender-naviagation tr:first-child {
  height: 30px;
}
.holiday .calender-naviagation tr:last-child td {
  border-bottom: none;
}
.holiday .calender-naviagation .widget-heading {
  display: none;
}
.holiday .calender-naviagation .subscriber-box {
  background-color: #36c67f;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  color: #fff;
  margin: 0 0 20px;
  padding: 25px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 64em) {
  .holiday .calender-naviagation .subscriber-box {
    margin: 30px 0;
    text-align: left;
  }
}
.holiday .calender-naviagation .subscriber-box .title {
  color: inherit;
  font-family: "BrandonPrinted-One", sans-serif;
  font-size: 22px;
  margin: 0;
}
.holiday .calender-naviagation .subscriber-box p {
  color: inherit;
  line-height: 1.5;
  margin: 5px 0 0;
}
.holiday .calender-naviagation .subscriber-box #sign-in-with-google-container {
  margin-top: 1em;
}
.holiday .calender-naviagation .subscriber-box .fbl-button {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.holiday .calender-naviagation .subscriber-box .fb_iframe_widget {
  display: block;
}
.holiday .holiday-content-main {
  max-width: 850px;
  -ms-grid-column-span: 12;
  grid-column: span 12/auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  margin: auto;
}
@media (min-width: 64em) {
  .holiday .holiday-content-main {
    -ms-grid-column-span: 9;
    grid-column: span 9/auto;
    margin: 0;
  }
}
.holiday .holiday-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.holiday .holiday-header .entry-title {
  font-size: 24px;
  margin: 0 0 0.3636363636em;
  color: #fff;
}
@media (min-width: 64em) {
  .holiday .holiday-header .entry-title {
    font-size: 44px;
  }
}
.holiday .holiday-header .birthday-holiday-tags {
  background: #1F314E;
  border-radius: 30px;
  min-width: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .holiday .holiday-header .birthday-holiday-tags {
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 64em) {
  .holiday .holiday-header .birthday-holiday-tags {
    margin-left: 25px;
    margin-bottom: 20px;
    height: 50px;
  }
}
.holiday .holiday-header .birthday-holiday-tags a {
  font-family: "Montserrat";
  font-style: italic;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .holiday .holiday-header .birthday-holiday-tags a {
    font-size: 22px;
    padding: 15px;
  }
}
.holiday .holiday-header .birthday-holiday-title {
  background-color: rgba(31, 49, 78, 0.7);
  padding: 10px 15px;
}
@media (min-width: 64em) {
  .holiday .holiday-header .birthday-holiday-title {
    padding: 25px 35px;
    height: 140px;
  }
}
@media (max-width: 638px) {
  .holiday .holiday-header .birthday-holiday-title {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.holiday .holiday-header .birthday-entry-title {
  font-size: 24px;
  margin: 0;
  color: #fff;
  padding-bottom: 8px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 500px) {
  .holiday .holiday-header .birthday-entry-title {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .holiday .holiday-header .birthday-entry-title {
    padding-bottom: 0;
  }
}
@media (min-width: 64em) {
  .holiday .holiday-header .birthday-entry-title {
    font-size: 42px;
    line-height: 42px;
  }
}
.holiday .holiday-header .birthday-entry-date {
  margin: 0;
  text-align: left;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 500px) {
  .holiday .holiday-header .birthday-entry-date {
    font-size: 16px;
  }
}
@media (min-width: 64em) {
  .holiday .holiday-header .birthday-entry-date {
    font-size: 32px;
  }
}
.holiday .holiday-header .holiday-location-fave {
  padding-top: 37px;
}
.holiday .holiday-header a {
  color: #a5a5a5;
}
.holiday .holiday-header .holiday-location {
  border-bottom: 3px solid #e3e3e3;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.125;
  margin-bottom: 1em;
  padding-bottom: 4px;
}
@media (min-width: 64em) {
  .holiday .holiday-header .holiday-location {
    font-size: 1.125rem;
    margin-bottom: 0.7777777778em;
  }
}
.holiday .holiday-header .holiday-fave {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (min-width: 64em) {
  .holiday .holiday-header .holiday-fave {
    right: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  .holiday .holiday-header .holiday-fave .simplefavorite-button {
    font-size: 30px;
  }
}
@media (min-width: 64em) {
  .holiday .holiday-header .holiday-title {
    font-size: 34px;
  }
}
.holiday .holiday-header .holiday-tags {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.7142857143em;
  overflow: hidden;
  font-family: "BrandonPrinted-One", sans-serif;
}
.holiday .holiday-header .holiday-tags a {
  border: 2px solid #fff;
  color: inherit;
  display: inline-block;
  margin-right: 12px;
  padding: 10px 16px;
  border-radius: 36px;
}
.holiday .holiday-header .holiday-tags a:last-child {
  margin-right: 0;
}
.holiday .holiday-header .holiday-tags a:hover, .holiday .holiday-header .holiday-tags a:active {
  background-color: #27c2e6;
  border-color: #f7f8f9;
  color: #f7f8f9;
  text-decoration: none;
}
@media (min-width: 50em) {
  .holiday .holiday-header .holiday-tags {
    padding-bottom: 14px;
  }
}
.holiday .holiday-header-content {
  text-align: center;
}
@media (min-width: 50em) {
  .holiday .holiday-header-content {
    position: relative;
    z-index: 1;
    max-height: 550px;
  }
}
.holiday .holiday-image {
  height: auto;
  min-height: 18.75rem;
  position: relative;
  width: 100%;
}
@media (min-width: 50em) {
  .holiday .holiday-image {
    max-width: 850px;
    min-height: 31.25rem;
  }
}
@media (min-width: 64em) {
  .holiday .holiday-image {
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
}
.holiday .holiday-image picture,
.holiday .holiday-image img {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  display: block;
  height: auto;
  min-height: 300px;
  width: 100%;
  max-height: 550px;
}
@media (min-width: 64em) {
  .holiday .holiday-image picture,
  .holiday .holiday-image img {
    min-height: 550px !important;
  }
}
.holiday .holiday-image .header-image-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #313639), color-stop(5.83%, rgba(0, 0, 0, 0)), color-stop(8.85%, rgba(0, 0, 0, 0)), color-stop(150%, #313639));
  background-image: linear-gradient(180deg, #313639 -50%, rgba(0, 0, 0, 0) 5.83%, rgba(0, 0, 0, 0) 8.85%, #313639 150%);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  inset: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 1rem;
  position: absolute;
  text-align: left;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 3;
}
@media (min-width: 50em) {
  .holiday .holiday-image .header-image-overlay {
    padding: 1.6rem 2.4rem;
  }
}
.holiday .holiday-image .header-image-overlay .overlay-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 500px) {
  .holiday .holiday-image .header-image-overlay .overlay-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.holiday .holiday-image .header-image-overlay .overlay-bottom {
  text-align: center;
}
.holiday .holiday-image .header-image-overlay .overlay-bottom .holiday-country {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-family: "BrandonPrinted-One", sans-serif;
}
.holiday .holiday-image .header-image-overlay .overlay-bottom .holiday-country a {
  color: #eee;
}
.holiday .holiday-image .header-image-overlay .overlay-bottom .holiday-country a + a {
  margin-left: 0.75em;
}
.holiday .holiday-image .holiday-date-box {
  top: 23px;
  left: 0;
}
.holiday .holiday-image .holiday-date-box .ntdb-holiday-month {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (min-width: 50em) {
  .holiday .holiday-image .holiday-date-box .ntdb-holiday-month {
    font-size: 22px;
  }
}
.holiday .holiday-image .holiday-date-box .ntdb-holiday-month-inline {
  font-size: inherit;
}
@media (min-width: 64em) {
  .holiday .holiday-image .holiday-date-box {
    top: 20%;
  }
}
.holiday .holiday-image picture {
  display: block;
}
.holiday .birthday-holiday-image picture,
.holiday .birthday-holiday-image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.holiday .birthday-holiday-image .birthday-header-image-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  inset: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 3;
}
.holiday .birthday-holiday-image .birthday-header-image-overlay .overlay-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 500px) {
  .holiday .birthday-holiday-image .birthday-header-image-overlay .overlay-top .holiday-date-box .ntdb {
    padding: 7px;
  }
}
@media (min-width: 500px) {
  .holiday .birthday-holiday-image .birthday-header-image-overlay .overlay-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem;
  }
}
.holiday .birthday-holiday-image .holiday-date-box {
  top: 23px;
  left: 0;
}
.holiday .birthday-holiday-image .holiday-date-box .ntdb-holiday-month {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (min-width: 50em) {
  .holiday .birthday-holiday-image .holiday-date-box .ntdb-holiday-month {
    font-size: 22px;
  }
}
.holiday .birthday-holiday-image .holiday-date-box .ntdb-holiday-month-inline {
  font-size: inherit;
}
@media (min-width: 64em) {
  .holiday .birthday-holiday-image .holiday-date-box {
    top: 20%;
  }
}
.holiday .birthday-holiday-image picture {
  display: block;
}
.holiday .holiday-nav {
  background: #f7f8f9;
  margin: 0;
  max-width: 1216px;
  position: relative;
}
@media (min-width: 64em) {
  .holiday .holiday-nav {
    background: #fff;
    border-radius: 0;
    height: 72px;
    margin: 0 auto;
    padding: 0;
    width: auto;
  }
}
.holiday .holiday-nav .post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 50em) {
  .holiday .holiday-nav .post-navigation .nav-links {
    margin: 0 auto;
    max-width: 800px;
  }
}
@media (min-width: 64em) {
  .holiday .holiday-nav .post-navigation .nav-links {
    display: block;
    max-width: none;
    position: absolute;
    width: 100%;
  }
}
.holiday .holiday-nav .post-navigation .nav-previous,
.holiday .holiday-nav .post-navigation .nav-next {
  background-color: #f1f2f2;
  color: #33244a;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2142857143;
  text-align: center;
  text-transform: capitalize;
  width: 120px;
}
@media (min-width: 64em) {
  .holiday .holiday-nav .post-navigation .nav-previous,
  .holiday .holiday-nav .post-navigation .nav-next {
    position: absolute;
    top: -350px;
  }
}
.holiday .holiday-nav .post-navigation .nav-previous a,
.holiday .holiday-nav .post-navigation .nav-next a {
  color: inherit;
  display: block;
  font-size: inherit;
  line-height: inherit;
  padding: 11px 30px 12px;
}
.holiday .holiday-nav .post-navigation .nav-previous a:hover,
.holiday .holiday-nav .post-navigation .nav-next a:hover {
  font-weight: 600;
  text-decoration: none;
}
.holiday .holiday-nav .post-navigation .nav-previous span,
.holiday .holiday-nav .post-navigation .nav-previous i,
.holiday .holiday-nav .post-navigation .nav-next span,
.holiday .holiday-nav .post-navigation .nav-next i {
  pointer-events: none;
}
.holiday .holiday-nav .post-navigation .nav-previous i,
.holiday .holiday-nav .post-navigation .nav-next i {
  background: center no-repeat;
  background-size: cover;
  display: block;
  height: 22px;
  margin: 0 auto 4px;
  width: 22px;
}
.holiday .holiday-nav .post-navigation .nav-previous .arrow-left {
  background-image: url(../img/circle-arrow-left-blue.svg);
}
@media (min-width: 64em) {
  .holiday .holiday-nav .post-navigation .nav-previous {
    left: 0;
  }
}
.holiday .holiday-nav .post-navigation .nav-next .arrow-right {
  background-image: url(../img/circle-arrow-right-blue.svg);
}
@media (min-width: 64em) {
  .holiday .holiday-nav .post-navigation .nav-next {
    right: 0;
  }
}
@media (min-width: 64em) {
  .holiday .holiday-nav .breadcrumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}
.holiday .holiday-nav .bread-width {
  max-width: 1020px;
}
@media (min-width: 64em) {
  .holiday .entry-content {
    max-width: 800px;
  }
  .holiday .entry-content .entry-content-inner div {
    max-width: 100%;
  }
  .holiday .entry-content .entry-content-inner:before {
    display: none;
  }
}
.holiday .entry-content-inner:before {
  display: none;
}
.holiday .related-international-holidays-table thead tr {
  border-top: 2px solid #f7f8f9;
  border-left: 2px solid #f7f8f9;
}
@media (min-width: 1400px) {
  .holiday .pillar-content {
    padding: 0;
  }
}
.holiday .aside-container {
  margin: 0 auto;
  max-width: 600px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 37.5em) {
  .holiday .aside-container .aside-videos {
    text-align: center;
  }
}
.holiday .aside-container .aside-videos .single-video {
  margin-bottom: 2em;
}
.holiday .aside-container .aside-videos .single-video p {
  font-weight: bold;
}
@media (max-width: 37.5em) {
  .holiday .aside-container .data-table caption {
    min-width: 310px;
  }
}
.holiday .aside-container .aside-pillar {
  padding: 26px 20px;
  margin-top: 1em;
  border-top: 2px solid #ececec;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #fff;
  z-index: 5000;
  -webkit-box-shadow: -5px 5px 31px -7px rgba(228, 228, 228, 0.82);
          box-shadow: -5px 5px 31px -7px rgba(228, 228, 228, 0.82);
}
@media (min-width: 37.5em) {
  .holiday .aside-container .aside-pillar {
    -webkit-box-shadow: -5px 5px 31px -7px rgba(228, 228, 228, 0.82);
            box-shadow: -5px 5px 31px -7px rgba(228, 228, 228, 0.82);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: #fff;
    margin-top: 1em;
  }
}
.holiday .aside-container .aside-pillar:hover {
  -webkit-box-shadow: -5px 5px 31px 7px rgba(228, 228, 228, 0.82);
          box-shadow: -5px 5px 31px 7px rgba(228, 228, 228, 0.82);
}
.holiday .aside-container .aside-pillar p {
  font-size: 0.95rem;
}
.holiday .aside-container .aside-pillar .holiday-translations-caption {
  margin-top: 0;
  font-size: 1.1em;
  color: #33244a;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  padding: 0 1em;
}
.holiday .aside-container .aside-pillar .holiday-translations-caption.accordion-btn {
  display: block;
}
.holiday .aside-container .aside-pillar .holiday-translations-caption.accordion-btn i {
  bottom: auto;
  left: 2px;
  position: relative;
  right: auto;
}
.holiday .aside-container .aside-pillar .holiday-translations-caption .nowrap {
  pointer-events: none;
}
.holiday .aside-container .aside-pillar caption {
  margin-top: 0;
  font-size: 1.1em;
  color: #33244a;
  font-family: "Montserrat", sans-serif;
}
.holiday .aside-container .aside-pillar .holiday-related-news-header {
  font-size: 1.2em;
  padding: 0 1em;
}
.holiday .aside-container .holiday-related-news {
  padding: 0;
}
.holiday .aside-container .holiday-related-news img {
  width: 100%;
}
.holiday .aside-container .holiday-related-news h3 {
  margin: 0;
  margin-bottom: 0.5em;
}
.holiday .aside-container .holiday-related-news .related-news-content {
  padding: 0.7em 1em;
}
@media (min-width: 64em) {
  .holiday .aside-container {
    width: 780px;
  }
}
@media (min-width: 1400px) {
  .holiday .aside-container {
    position: absolute;
    top: 900px;
    width: 299px;
    left: 892px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 500;
  }
}
.holiday .aside-container .aside-hashtags {
  margin-top: 0;
}
.holiday .aside-container .hashtag-header {
  font-weight: 500;
  font-size: 1.3em;
}
.holiday .aside-container .aside-videos-header {
  font-weight: 500;
  font-size: 1.3em;
}
.holiday .aside-container .hashtag-list {
  margin-left: 0;
  padding: 0.5em 0;
  list-style: none;
  font-weight: bold;
  word-wrap: break-word;
}
.holiday .aside-container .hashtag-list li {
  font-weight: bold;
  word-wrap: break-word;
  font-size: 0.95rem;
}
@media (max-width: 64em) {
  .holiday .aside-container .future-holiday-dates-table td {
    padding: 13px 16px;
    position: relative;
    padding-left: 50%;
    border-right: 0;
  }
}
@media (min-width: 64em) {
  .holiday .aside-container .translations-active {
    width: 360px;
    -webkit-transform: translateX(-165px);
            transform: translateX(-165px);
  }
}
@media (min-width: 76em) {
  .holiday .aside-container .translations-active {
    width: 360px;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
.holiday .aside-container .holiday-translations-container {
  padding: 1em 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.holiday .aside-container .holiday-translations-container .accordion-btn {
  padding: 0.7em 1em;
  border-bottom: none;
}
.holiday .aside-container .holiday-translations-container .accordion-btn .fa-plus {
  bottom: 0;
  right: 20px;
}
.holiday .aside-container .holiday-translations-container .content {
  padding: 0 1em;
  border-bottom: 0;
}
@media (max-width: 37.5em) {
  .holiday .aside-container .holiday-translations-container .holiday-translations-table td {
    text-align: center;
  }
}
.holiday .mobile-hash-trigger {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.holiday .mobile-nt-share #mobileHashtag {
  display: none;
}
.holiday #mobileHashtag {
  display: none;
  background: #f33f33;
}
.holiday #mobileHashtag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 64em) {
  .holiday #mobileHashtag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.holiday .holiday-enhanced-content section {
  background-color: #fff;
}
@media (max-width: 64em) {
  .holiday .holiday-enhanced-content section .data-table table tr {
    margin: 0 0 3rem 0;
    background: #f7f8f9;
    border: 2px solid #eee;
  }
}
@media (max-width: 64em) {
  .holiday .holiday-enhanced-content section .data-table table tr:nth-child(odd) {
    background: #f7f8f9;
    border: 2px solid #eee;
  }
}
.holiday .holiday-enhanced-content section:nth-of-type(odd) {
  background-color: #f7f8f9;
}
@media (max-width: 64em) {
  .holiday .holiday-enhanced-content section:nth-of-type(odd) .data-table table tr {
    margin: 0 0 3rem 0;
    background: #f7f8f9;
    border: 2px solid #eee;
  }
}
@media (max-width: 64em) {
  .holiday .holiday-enhanced-content section:nth-of-type(odd) .data-table table tr:nth-child(odd) {
    background: #f7f8f9;
    border: 2px solid #eee;
  }
}
.holiday .holiday-enhanced-content section:nth-of-type(odd) .data-table .future-holiday-dates-table thead tr {
  background-color: #fff;
}
.holiday .holiday-enhanced-content section.holiday-survey {
  background-color: #fff;
}
.holiday .holiday-enhanced-content .content-area {
  width: 100%;
  margin: auto;
}

.holiday-history + .section-hed {
  margin-top: 2rem;
}
.holiday-history > p:last-child {
  margin-bottom: 0;
}

.header-image-ad .header-image-ad-desktop,
.header-image-ad .header-image-ad-mobile,
.header-image-ad .footer-image-ad-desktop,
.header-image-ad .footer-image-ad-mobile,
.footer-image-ad .header-image-ad-desktop,
.footer-image-ad .header-image-ad-mobile,
.footer-image-ad .footer-image-ad-desktop,
.footer-image-ad .footer-image-ad-mobile {
  text-align: center;
}
.header-image-ad .header-image-ad-desktop,
.footer-image-ad .header-image-ad-desktop {
  display: none;
  margin-bottom: 1em;
}
.header-image-ad .footer-image-ad-desktop,
.footer-image-ad .footer-image-ad-desktop {
  display: none;
  margin: 2em 0;
}
.header-image-ad .footer-image-ad-mobile,
.footer-image-ad .footer-image-ad-mobile {
  margin: 2em 0;
}
@media (min-width: 64em) {
  .header-image-ad .header-image-ad-desktop,
  .header-image-ad .footer-image-ad-desktop,
  .footer-image-ad .header-image-ad-desktop,
  .footer-image-ad .footer-image-ad-desktop {
    display: block;
  }
  .header-image-ad .header-image-ad-mobile,
  .header-image-ad .footer-image-ad-mobile,
  .footer-image-ad .header-image-ad-mobile,
  .footer-image-ad .footer-image-ad-mobile {
    display: none;
  }
}

.related-holidays {
  padding: 26px 20px;
}
@media (min-width: 70em) {
  .related-holidays {
    padding: 0;
  }
}
.related-holidays .related-holidays-grid .related-day-card {
  margin-bottom: 20px;
  position: relative;
}
.related-holidays .related-holidays-grid .related-day-card .card-image-wrapper > img {
  width: 100%;
  height: auto;
}
.related-holidays .related-holidays-grid .related-day-card .ntdb {
  left: 0;
  padding: 8px 14px;
  position: absolute;
  top: 0;
}
.related-holidays .related-holidays-grid .related-day-card .ntdb .ntdb-holiday-date {
  font-size: 20px;
}
@media (min-width: 50em) {
  .related-holidays .related-holidays-grid .related-day-card .ntdb .ntdb-holiday-date {
    font-size: 22px;
  }
}
.related-holidays .related-holidays-grid .related-day-card .ntdb .ntdb .ntdb-holiday-day {
  font-size: 12px;
  margin-bottom: 3px;
}
.related-holidays .related-holidays-grid a {
  color: #33244a;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 37.5em) {
  .related-holidays .related-holidays-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .related-holidays .related-holidays-grid .related-day-card {
    width: 32%;
  }
  .related-holidays .related-holidays-grid .hp-grid-day-card {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
}
@media (min-width: 50em) {
  .related-holidays .related-holidays-grid .hp-grid-day-card {
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
  }
}

body .see-more {
  font-size: 14px;
  padding: 0.5em 0 0 0;
}
body .see-more a {
  border: 1px solid #0ac6e9;
  padding: 0.75em 1.8em 0.75em 1.5em;
  background-color: transparent;
  font-weight: 600;
  color: #0ac6e9;
  border-radius: 5px;
}
body .see-more a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: relative;
  left: 5px;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
body .see-more a:hover {
  text-decoration: none;
}
body .see-more a:hover:after {
  left: 10px;
}

.single-birthday .holiday-toc .toc-list li:hover, .single-birthday .holiday-toc .toc-list li:active {
  background-color: #1f314e;
}

.holiday-toc {
  color: #33244a;
  font-size: 0.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 100%;
}
.holiday-toc .toc-list {
  margin: auto;
  padding: 10px 0;
  width: calc(100% - 2rem);
}
@media (min-width: 50em) {
  .holiday-toc .toc-list {
    min-height: 80px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: calc(100% - 3.2rem);
  }
}
.holiday-toc .toc-list li {
  display: inline-block;
  font-weight: 500;
  list-style-type: none;
  padding: 1px 1.5833333333em;
  position: relative;
  vertical-align: middle;
}
.holiday-toc .toc-list li:hover, .holiday-toc .toc-list li:active {
  background-color: #27c2e6;
  border-radius: 65px;
}
.holiday-toc .toc-list li:hover a, .holiday-toc .toc-list li:active a {
  color: white;
}
.holiday-toc .toc-list li a {
  display: inline-block;
  width: 100%;
  color: rgb(23, 23, 23);
  text-decoration: none;
  line-height: 2.4rem;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 14px;
}
.holiday-toc .toc-list li a:hover, .holiday-toc .toc-list li a:active {
  text-decoration: none;
}

@media (min-width: 70em) {
  .single-post .site-content,
  .single-weeks .site-content,
  .single-months .site-content,
  .single-custom-holiday .site-content {
    overflow: visible;
  }
}
@media (min-width: 70em) {
  .single-post .ad-slot.dsk-box-ad-b,
  .single-weeks .ad-slot.dsk-box-ad-b,
  .single-months .ad-slot.dsk-box-ad-b,
  .single-custom-holiday .ad-slot.dsk-box-ad-b {
    position: sticky;
    top: 20px;
  }
}
.single-post .site-main,
.single-weeks .site-main,
.single-months .site-main,
.single-custom-holiday .site-main {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 70em) {
  .single-post .site-main,
  .single-weeks .site-main,
  .single-months .site-main,
  .single-custom-holiday .site-main {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-post .holiday-header,
.single-weeks .holiday-header,
.single-months .holiday-header,
.single-custom-holiday .holiday-header {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 70em) {
  .single-post .holiday-header,
  .single-weeks .holiday-header,
  .single-months .holiday-header,
  .single-custom-holiday .holiday-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post .entry-content-inner,
.single-weeks .entry-content-inner,
.single-months .entry-content-inner,
.single-custom-holiday .entry-content-inner {
  padding: 0;
}
.single-post .entry-content-inner > *:first-child,
.single-weeks .entry-content-inner > *:first-child,
.single-months .entry-content-inner > *:first-child,
.single-custom-holiday .entry-content-inner > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.single-post .entry-content-inner > *:last-child,
.single-weeks .entry-content-inner > *:last-child,
.single-months .entry-content-inner > *:last-child,
.single-custom-holiday .entry-content-inner > *:last-child {
  margin-bottom: 0;
}
.single-post .holiday-intro *:last-child,
.single-weeks .holiday-intro *:last-child,
.single-months .holiday-intro *:last-child,
.single-custom-holiday .holiday-intro *:last-child {
  margin-bottom: 0;
}

.c-holidayPlug {
  padding: 0 20px;
}
@media (min-width: 70em) {
  .c-holidayPlug {
    padding: 0;
  }
}

.c-holidayPlug-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #303e54;
  border-radius: 0.3125rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  max-width: 850px;
  padding: 0.625rem;
}
@media (min-width: 48em) {
  .c-holidayPlug-container {
    padding: 1.0625rem 1.75rem 1.125rem;
  }
}

.c-holidayPlug-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.c-holidayPlug-light {
  background: url("../img/lightbulb.svg") center no-repeat;
  background-size: contain;
  height: 40px;
  left: -2px;
  position: absolute;
  top: -8px;
  width: 40px;
}
@media (min-width: 48em) {
  .c-holidayPlug-light {
    top: -5px;
  }
}

.c-holidayPlug-text {
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
  padding-left: 46px;
}
@media (min-width: 48em) {
  .c-holidayPlug-text {
    font-size: 1.25rem;
    padding-left: 48px;
  }
}
@media (min-width: 70em) {
  .c-holidayPlug-text {
    font-size: 1.375rem;
  }
}
.c-holidayPlug-text span {
  display: none;
}
@media (min-width: 48em) {
  .c-holidayPlug-text span {
    display: inline;
  }
}

.c-holidayPlug-button {
  background: #fff;
  border-radius: 97px;
  font-size: 1.125em;
  padding: 0 4px;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .c-holidayPlug-button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0.328125em 0 1.3625em;
    width: 207px;
  }
}
.c-holidayPlug-button:hover {
  padding-left: 6px;
  padding-right: 2px;
  text-decoration: none;
}
@media (min-width: 48em) {
  .c-holidayPlug-button:hover {
    padding: 0 0 0 1.3625em;
  }
}
.c-holidayPlug-button .text {
  display: none;
}
@media (min-width: 48em) {
  .c-holidayPlug-button .text {
    color: #f33f33;
    display: block;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.4444444444;
    margin: 0 0.5555555556em 0 0;
    padding: 0.5555555556em 0;
  }
}
.c-holidayPlug-button .arrow {
  background: center no-repeat url("../img/circle-arrow-dark-blue.svg");
  background-size: contain;
  height: 38px;
  width: 39.84px;
}

.c-holidayRelatedItems-container {
  position: relative;
}
.c-holidayRelatedItems-container .hri-left-arrow,
.c-holidayRelatedItems-container .hri-right-arrow {
  background-size: contain;
  height: 70px;
  width: 70px;
  position: absolute;
  z-index: 1;
  top: 75px;
  cursor: pointer;
}
.c-holidayRelatedItems-container .hri-left-arrow {
  background: center no-repeat url("../img/arrow-carousel-left.svg");
  left: -25px;
}
.c-holidayRelatedItems-container .hri-right-arrow {
  background: center no-repeat url("../img/arrow-carousel-right.svg");
  right: -25px;
}

.c-holidayRelatedItems {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  grid-auto-flow: column;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin: 45px auto 0;
  overflow-x: hidden;
  width: 100%;
}

.hri-customWidth-2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 639px) {
  .hri-customWidth-2 {
    width: 100%;
  }
}

.hri-customWidth-1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-holidayRelatedItem {
  display: -ms-grid;
  display: grid;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
  grid-auto-rows: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 250px;
}
.c-holidayRelatedItem img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.c-holidayRelatedItem .item-detail {
  background-color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.c-holidayRelatedItem .item-detail .title {
  font-style: normal;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1E1E1E;
  margin-bottom: 10px;
}
.c-holidayRelatedItem .item-detail .exerpt {
  font-style: normal;
  font-weight: 400;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  font-size: 14px;
  line-height: 22px;
  color: #1E1E1E;
  margin-bottom: 10px;
}
.c-holidayRelatedItem .item-detail .link {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160.02%;
  margin-bottom: 10px;
  color: #E14F3F;
}

.holiday-section {
  padding: 40px 20px;
}
@media (min-width: 64em) {
  .holiday-section {
    padding: 60px 0;
  }
}
@media (min-width: 37.5em) {
  .holiday-section .aside-pillar {
    padding: 26px 20px;
  }
}
@media (min-width: 70em) {
  .holiday-section .aside-pillar {
    padding: 0;
  }
}
.holiday-section .entry-content-wrapper {
  max-width: 1280px;
  margin: auto;
}
.holiday-section.holiday-content {
  padding: 20px 0 40px 0;
  background-color: #fff;
  max-width: 1280px;
  margin: auto;
  margin-top: 20px;
}
@media (max-width: 37.5em) {
  .holiday-section.holiday-content {
    padding: 0 0 40px 0;
  }
}
.holiday-section.holiday-content .content-area {
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .holiday-section.holiday-content .content-area {
    width: calc(100% - 20px);
  }
}
.holiday-section.holiday-content .content-area .entry-content-inner {
  padding: 0 10px;
  position: relative;
}
@media (min-width: 50em) {
  .holiday-section.holiday-content .content-area .entry-content-inner {
    overflow: hidden;
  }
}
@media (min-width: 64em) {
  .holiday-section.holiday-content .content-area .entry-content-inner {
    padding: 0;
  }
}
.holiday-section.holiday-content .content-area .entry-content-inner div h2 {
  margin-top: 2.625rem;
}
@media (max-width: 37.5em) {
  .holiday-section .aside-margin {
    margin-left: 0;
  }
}

@media (min-width: 50em) {
  .holiday-intro {
    float: left;
  }
}
.holiday-intro > h2 {
  margin-top: 0 !important;
}

.holiday-section-facts {
  background-image: url("../img/birthday-facts-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 55px;
}
@media (max-width: 450px) {
  .holiday-section-facts {
    padding: 20px;
  }
}

.holiday-section-facts-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.holiday-section-facts-field:last-child {
  margin-bottom: 0px;
}
@media (max-width: 638px) {
  .holiday-section-facts-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 450px) {
  .holiday-section-facts-field {
    margin-bottom: 20px;
  }
}
.holiday-section-facts-field p {
  font-family: "Montserrat";
  line-height: 29px;
  margin-bottom: 0;
}
@media (max-width: 638px) {
  .holiday-section-facts-field p {
    width: 100%;
  }
}
.holiday-section-facts-field .facts-field-title {
  width: 45%;
}
@media (max-width: 638px) {
  .holiday-section-facts-field .facts-field-title {
    width: 100%;
  }
}

.holiday-section-facts-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 638px) {
  .holiday-section-facts-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.holiday-section-facts-social p {
  font-family: "Montserrat";
  line-height: 29px;
  margin-bottom: 0;
}
.holiday-section-facts-social .facts-field-title {
  width: 30%;
}
@media (max-width: 638px) {
  .holiday-section-facts-social .facts-field-title {
    width: 100%;
    padding-bottom: 10px;
  }
}

.facts-field-title {
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 450px) {
  .facts-field-title {
    font-size: 16px;
  }
}

.facts-field-content {
  font-weight: 700;
  font-size: 24px;
  width: 55%;
}
@media (max-width: 450px) {
  .facts-field-content {
    font-size: 18px;
  }
}

.facts-field-divider {
  background-color: black;
  height: 72px;
  width: 1px;
  margin: 0 auto;
}
@media (max-width: 638px) {
  .facts-field-divider {
    display: none;
  }
}

.facts-field-socials {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 55%;
}
@media (max-width: 768px) {
  .facts-field-socials {
    -ms-grid-columns: 80px 80px;
    grid-template-columns: 80px 80px;
  }
}
.facts-field-socials a {
  width: 59px;
  height: 59px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .facts-field-socials a {
    margin-bottom: 12px;
  }
}

.facts-field-facebook {
  background-image: url("../img/facebook-logo.svg");
}

.facts-field-instagram {
  background-image: url("../img/instagram-logo.svg");
}

.facts-field-twitter {
  background-image: url("../img/twitter-logo.svg");
}

.facts-field-youtube {
  background-image: url("../img/youtube-logo.svg");
}

.facts-field-tik-tok {
  background-image: url("../img/tik-tok-logo.svg");
}

@media (min-width: 50em) {
  .holiday-quiz .content-area,
  .holiday-two-up .content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .holiday-quiz .content-area:before,
  .holiday-two-up .content-area:before {
    display: none;
  }
  .holiday-quiz .nt-holiday-quiz,
  .holiday-quiz .nt-holiday-twoup-content,
  .holiday-two-up .nt-holiday-quiz,
  .holiday-two-up .nt-holiday-twoup-content {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .holiday-quiz .section-hed,
  .holiday-two-up .section-hed {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
  }
}

@media (min-width: 50em) {
  .holiday-social.has-one .content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .holiday-social.has-one .content-area .section-hed,
  .holiday-social.has-one .content-area .holiday-social-wrap {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .holiday-social.has-one .content-area .section-hed {
    line-height: 1.2;
  }
}
/**
 * Custom holiday
 * ------------------------------------------------------------------------- */
.single-custom-holiday .site-content {
  overflow: initial;
}
@media (min-width: 64em) {
  .single-custom-holiday .calendar-navigation-marginTop {
    margin-top: 0 !important;
  }
}
.single-custom-holiday .holiday-image .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single-custom-holiday .post-preview-notification {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 0.0625rem solid #e8eeff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(238, 243, 255, 0.5);
          box-shadow: 0 0.25rem 0.5rem 0 rgba(238, 243, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-span: 12;
  grid-column: span 12/auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1.25rem;
  padding: 0.75rem;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (min-width: 64em) {
  .single-custom-holiday .post-preview-notification {
    margin: 0;
    width: 100%;
  }
}
.single-custom-holiday .post-preview-notification .btn-secondary,
.single-custom-holiday .post-preview-notification .simpay-payment-btn span {
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.0625rem 0.125rem 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 0.0625rem 0.125rem 0 rgba(16, 24, 40, 0.05);
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.625em 1.125em;
  text-transform: none;
}
.single-custom-holiday .post-preview-notification .btn-secondary {
  background-color: #fff;
  border: 0.0625rem solid #ccd9f1;
  color: #33244a;
  margin: 0 1.5rem 0 0;
}
.single-custom-holiday .post-preview-notification .simpay-checkout-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-custom-holiday .post-preview-notification .simpay-form-control {
  margin: 0 1.5rem 0 0;
}
.single-custom-holiday .post-preview-notification .simpay-payment-btn {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  display: block;
  padding: 0;
}
.single-custom-holiday .post-preview-notification .simpay-payment-btn span {
  background-color: #ef4941;
  background-image: none;
  border: 1px solid #ef4941;
  color: #fff;
  display: block;
  height: auto;
  text-shadow: none;
}
.single-custom-holiday .holiday-photo-lib-container {
  background-color: #f7f8f9;
  height: 28.125rem;
  padding: 2.5rem 0;
}
.single-custom-holiday .holiday-photo-lib-container .holiday-photo-item {
  margin-right: 2rem;
}
@media (min-width: 64em) {
  .single-custom-holiday .holiday-photo-lib-container .holiday-photo-item {
    margin-right: 4rem;
  }
}
.single-custom-holiday .holiday-photo-lib-container .holiday-photo-item img {
  border-radius: 0.625rem;
  display: block;
  height: 21.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.single-custom-holiday .holiday-photo-lib-container .flickity-button {
  background-color: #07c6e9;
  color: #33244a;
}
.single-custom-holiday .holiday-photo-lib-container .flickity-page-dots {
  bottom: 2.5rem;
}
.single-custom-holiday .holiday-section.holiday-registered-by {
  background-color: #fff !important;
}
.single-custom-holiday .holiday-registered-by-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.4375rem;
}
.single-custom-holiday .holiday-registered-by-wrap {
  text-align: center;
}
.single-custom-holiday .holiday-registered-by-name {
  background-color: #fff;
  border: 0.125rem solid #175CD3;
  border-radius: 0.375rem;
  color: #175cd3;
  display: block;
  font-family: "Sofia", cursive;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5714285714;
  margin: 0 0 0.0357142857em;
  min-width: 5.3571428571em;
  padding: 0.0714285714em 1.1428571429em;
}
.single-custom-holiday .holiday-registered-by-role {
  display: block;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0;
}
/*# sourceMappingURL=holiday.css.map */
