table.eventinfo {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ccc; }

table.eventinfo th {
  font-size: 1.1em;
  text-align: left;
  background-color: #F94743;
  padding: 5px 5px;
  color: #FFFFFF; }

table.eventinfo tr td {
  padding: 3px;
  border-top: 1px solid #ddd; }

table.eventinfo tbody tr:nth-child(even) {
  background-color: #CCFFCC; }

table.eventinfo-header {
  border: none; }

table.eventinfo-header td {
  padding: 5px;
  border: none;
  vertical-align: bottom; }

table.blanket {
  border-collapse: collapse;
  margin-bottom: 1rem; }

table.blanket thead tr th {
  text-transform: uppercase;
  background: #f7f7f7; }

table.blanket thead tr th tbody td {
  padding-top: 20px;
  padding-bottom: 20px; }

table.blanket td {
  padding: 0.25rem 0.5rem;
  border: 1px solid #ccc; }

table.blanket thead td, table.blanket thead th {
  font-weight: bold; }

.canada {
  text-align: center;
  position: absolute;
  top: 50%;
  right: -60px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.canada-text {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  margin: 0; }

@media only screen and (max-width: 960px) {
  .canada {
    display: none; } }

#homeblurb {
  display: block; }

.flex-container {
  border-top: 1px solid black;
  display: flex;
  padding-top: 0.5em; }

.flex-container img {
  margin: 0.5em 1em 0.5em 0.5em; }

.tellmenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

a.button.tellme-top {
  font-weight: bold;
  background-color: #e74c3c;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem; }

a.button.tellme-top:hover, a.button.tellme-top.current {
  background-color: #ff762b; }

a.button-prev:before {
  content: '\f053';
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  position: absolute;
  left: 1rem; }

a.button-next:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  position: absolute;
  right: 1rem; }

.hidden-anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px; }

.padquestion {
  display: inline-block;
  padding-left: 25px; }

.myaccordion .ui-accordion-content {
  border: 1px solid #d7d7d7;
  width: 100%;
  color: #777;
  font-size: 10pt;
  line-height: 16pt; }

.myaccordion .ui-accordion-content > * {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.myaccordion .ui-accordion-header:hover {
  cursor: pointer; }

.myaccordion .ui-accordion-header {
  background-color: #f7f7f7;
  border: 1px solid #d7d7d7;
  padding: .5em .5em .5em .7em;
  margin-top: 2px;
  position: relative;
  margin-bottom: 0; }

.myaccordion .ui-accordion-header a {
  outline: 0 !important; }

.myaccordion .ui-accordion-content p {
  margin-bottom: 0;
  border: 0; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  bottom: 1em; }

#tellmetabs h2 {
  margin-top: 0; }

.ui-tabs-vertical {
  width: 55em; }

.ui-tabs-vertical .ui-tabs-nav {
  padding: .2em .1em .2em .2em;
  float: left;
  width: 12em; }

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px .2em 0; }

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block; }

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px; }

.ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 40em; }

div.newsletter-subscription-section {
  display: none; }

div.yotpo.testimonials {
  display: none; }

a.navPages-action.phone-number {
  cursor: default; }

/* -------------------------------
   LEARN PAGE
   ------------------------------- */
/* Shared two-column layout */
.learn-two-col {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
  align-items: flex-start; }

/* Text column */
.learn-two-col .col-text {
  flex: 1;
  min-width: 0; }

/* Image column */
.learn-two-col .col-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  /* optional */ }

/* Image on the right */
.learn-two-col.image-right {
  flex-direction: row; }

/* Image on the left */
.learn-two-col.image-left {
  flex-direction: row-reverse; }

/* Mobile stacking */
@media (max-width: 768px) {
  .learn-two-col {
    flex-direction: column; } }

/* Highlight box */
.learn-insight {
  background: #f7f7f7;
  border-left: 4px solid #c8c8c8;
  padding: 1.5rem;
  margin: 2.5rem auto;
  max-width: 900px;
  border-radius: 4px; }

.learn-insight h3 {
  margin-top: 0; }

/* -------------------------------
   TOP NAVIGATION BAR (BOX STYLE)
   ------------------------------- */
.learn-nav {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0 20px 0;
  scrollbar-width: none;
  /* Firefox */ }

.learn-nav::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */ }

.learn-nav a {
  flex: 0 0 auto;
  padding: 10px 16px;
  background: #E74C3C;
  /* theme button background */
  color: #FFFFFF;
  /* theme button text */
  text-decoration: none;
  border-radius: 4px;
  font-size: 15px;
  white-space: nowrap;
  transition: background 0.2s ease; }

.learn-nav a:hover {
  background: #FF762B;
  /* theme hover */ }

.learn-nav a.active {
  background: #FF762B;
  /* theme active */ }

/* Fade-out gradient wrappers */
.learn-nav-wrapper {
  position: relative;
  overflow: hidden; }

/* Left fade */
.learn-nav-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5; }

/* Right fade */
.learn-nav-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5; }

/* Hidden fade states */
.learn-nav-wrapper.hide-left::before {
  opacity: 0; }

.learn-nav-wrapper.hide-right::after {
  opacity: 0; }

.learn-nav {
  cursor: grab;
  user-select: none; }

.learn-nav:active {
  cursor: grabbing; }

/* -------------------------------
   BOTTOM NAVIGATION
   ------------------------------- */
.learn-bottom-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ddd; }

.learn-bottom-nav a {
  background: #E74C3C;
  color: #FFFFFF;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease; }

.learn-bottom-nav a:hover {
  background: #FF762B; }

.learn-bottom-nav .hidden {
  visibility: hidden; }
