@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@400;500;600;700;800;900&family=Noto+Serif+KR:wght@400;500;600;700;900&display=swap');

/*	

Ion Template
http://www.templatemo.com/tm-431-ion

COLOR CODES
  Blue #0db5c0
  Red #fe475b
  Light Gray #9b9b9b

TABLE OF CONTENT
  1. Universal Styles
  2. Menu Styles
  3. Home & About Styles
  4. Products Styles
  5. Testimonials Styles
  6. Contact & Footer Styles
  7. Media Queries
--------------------------------------*/

/* 1. Universal Styles
--------------------------------------*/
* { font-family: 'Open Sans', sans-serif; }
h1, h2, h3, h4 { text-transform: uppercase; }
h1 {
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 0;
}
h3 { 
  margin-bottom: 30px;
  margin-top: 0; 
}
ul {
  padding: 0;
  margin: 0;
}
.templatemo-black-bg { background-color: #202020; }
.templatemo-blue-text { color: #0db5c0; }
.templatemo-red-text { color: #fe475b; }
.templatemo-light-gray-text { color: #9b9b9b; }
.templatemo-dark-gray-text { color: #535353; }
.templatemo-gradient-bg {
  background-image: url('../images/gradient-border-top.png'), url('../images/gradient-border-bottom.png');
  background-position: center top, center bottom;
  background-repeat: no-repeat;
}
.templatemo-white-bg { background-color: #fff; }
.templatemo-em { font-style: italic; }
.templatemo-logo-bg {
  max-width: 390px;
  width: 100%;
  height: auto;
}
.templatemo-products-link .first,
.templatemo-testimonials-header .first {
  font-weight: 700;
}
.templatemo-home-right, 
.templatemo-about-left,
.templatemo-services { 
  padding: 60px 80px; 
}

/* 2. Menu Styles
--------------------------------------*/
.templatemo-nav-container {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.templatemo-nav-container .container {
  background-image: url('../images/blue-corner.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 145px;
}
.templatemo-nav-container.sticky .templatemo-white-bg {
  background-image: none;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 87%,rgba(255,255,255,0.92) 91%,rgba(229,229,229,0.77) 99%,rgba(229,229,229,0.75) 100%); /* W3C */
}
.templatemo-nav-container.sticky .templatemo-nav { height: 45px; }
.templatemo-nav-container.sticky .templatemo-nav { padding: 12px 30px; }
.templatemo-nav-container.sticky .templatemo-nav li>a { padding: 5px 10px; }
.templatemo-nav {
  float: left;
	height: 145px;
	margin-bottom: 0;
  padding-left: 30px;
	padding-top: 40px;
}
.templatemo-nav li {
	display: inline-block;
	list-style: none;
}
.templatemo-nav li>a {
	border-radius: 50px;
	color: #9b9b9b;
	padding: 10px 10px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
}
#responsive-menu ul li:hover a, 
#responsive-menu ul li.active a,
.templatemo-nav li:hover a, 
.templatemo-nav li.active a {
	background-color: #0db5c0;
	color: #fff;
}
.templatemo-nav li:hover a, 
.templatemo-nav li.active a,
a:focus {
  text-decoration: none;
}
#responsive-menu {
  top: 0;
  width: 250px;
  height: 100%;
  background: rgba(180,180,180, 0.4);
  position: fixed;
  z-index: 5500;
  right: -1500px;
  display: none;
  overflow: auto;
}
#responsive-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#responsive-menu ul li {
  display: block;
  margin-bottom: 2px;
}
#responsive-menu ul li a {
  padding: 12px 18px;
  background-color: #454545;
  color: #fff;
  display: block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-transform: uppercase;
}
#responsive-menu ul li a i { margin-right: 15px; }
a#mobile_menu {
  font-size: 24px;
  background-color: rgba(13, 181, 192,0.8);
  border-radius: 30px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  position: fixed;
  top: 2px;
  right: 15px;
  z-index: 5500;
}
.templatemo-nav li.admin-nav-item {
  float: right;
  margin-right: 18px;
}
.templatemo-nav li.admin-nav-item > a {
  background: #111;
  color: #fff;
  padding-left: 18px;
  padding-right: 18px;
}
.templatemo-nav li.admin-nav-item.active > a,
.templatemo-nav li.admin-nav-item:hover > a {
  background: #0db5c0;
  color: #fff;
}
#responsive-menu ul li.admin-nav-item a {
  background: #111;
}
#responsive-menu ul li a:hover {
  color:#fff;
  background-color: #0db5c0;
  text-decoration: none;
}

/* 3. Home & About Styles
------------------------------------*/
#home { padding-top: 145px; }
.templatemo-home-left, .templatemo-home-right { height: 400px; }
.templatemo-home-left { padding: 0; }
.templatemo-logo {
  position: absolute;
  top: 150px;
  left: -45px;
}
.templatemo-site-name, .templatemo-slogan {
	display: block;
	text-transform: uppercase;
}
.templatemo-site-name {	font-size: 115px; }
.templatemo-bosturn-site-name {
  font-size: 47px;
  line-height: 1.15;
  margin-bottom: 8px;
}
.templatemo-slogan {
  color: #8e8e8e;
  font-size: 18px;  
  font-weight: 700;
  letter-spacing: 8px;
  padding-left: 15px;
}
.templatemo-home-text { margin-bottom: 20px; }
.templatemo-learn-more {
  border: 1px solid #0db5c0;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 10px;
  transition: all 0.3s;
}
.templatemo-learn-more:hover {
  background-color: #0db5c0;
  color: #fff;
  text-decoration: none;
}
.templatemo-about-left, .templatemo-about-right { height: auto; }
.templatemo-about-right {
  padding-left: 80px;
  padding-top: 70px;
}
.templatemo-about-list {
  line-height: 2;
  margin-left: 20px;
}

/* 4. Products Styles
--------------------------------------*/
.templatemo-products-left, 
.templatemo-products-right {
  height: 387px;
}
.templatemo-products-left { padding: 40px 80px 30px 80px; }
.templatemo-products-right {
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.templatemo-products-link {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 135px;
  right: 42px;
  text-align: center;
}
.templatemo-products-link:hover {
  color: #202020;
  text-decoration: none;
}
.templatemo-products-link .first,
.templatemo-products-link .second,
.templatemo-testimonials-header .first,
.templatemo-testimonials-header .second {
  display: block;
}

/* 5. Testimonials Styles
--------------------------------------*/
.templatemo-testimonials-left,
.templatemo-testimonials-right {
  height: 372px;
}
.templatemo-testimonials-left {
  padding-left: 0;
  padding-right: 0;
}
.templatemo-testimonials-right {
  padding-top: 100px;
  padding-right: 100px;
  overflow: hidden;
}
.templatemo-testimonials-header {
  color: #fff;
  position: absolute;
  top: 125px;
  left: 40px;
}
.templatemo-testimonials-header .second { font-weight: 400; }
.templatemo-testimonial-name {
  font-size: 18px;
  text-transform: uppercase;
}
.flexslider {
  border: none;
  box-shadow: none;
}
.flex-control-paging li a { background: none; }
.flex-control-paging li a.flex-active { background: #9b9b9b; }
.fa-quote-left, .fa-quote-right { font-size: 20px; }
.fa-quote-left { margin-right: 10px; }
.fa-quote-right { margin-left: 10px; }

/* 6. Contact & Footer Styles
--------------------------------------*/
.form-control { border-radius: 30px; }
textarea.form-control { padding: 15px; }
.templatemo-contact {
  padding: 60px;
  padding-bottom: 30px;
}
.templatemo-send-btn {
  background: #fe475b;
  border-radius: 30px;
  color: white;
  padding: 5px 30px;
}
#map-canvas { 
  border-radius: 50px;
  height: 350px; 
}
footer {
  background: url('../images/red-corner.png') no-repeat right;
  height: 115px;
}
footer .col-lg-12 { padding: 0; }
.templatemo-copyright-text,
.templatemo-copyright-design {
  margin-top: 75px;
}
.templatemo-copyright-text {
  float: left;
  margin-left: 20px;
}
.templatemo-copyright-text a { color: #000; }
.templatemo-copyright-design {
  float: right;
  margin-right: 30px;
}
.templatemo-copyright-design, 
.templatemo-copyright-design a {
    color: #fff;
}

/* 7. Media Queries
--------------------------------------*/
@media screen and (max-width: 1199px) {
  .templatemo-nav li>a { padding: 10px 10px; }
  .templatemo-logo {
    top: 150px;
    left: -40px;
  }
  .templatemo-products-link { right: 45px; }
  .templatemo-copyright-text,
  .templatemo-copyright-design {
    margin-top: 65px;
  }
}

@media screen and (max-width: 991px) {
  h3 { margin-bottom: 15px; }
  .templatemo-nav {
    height: 60px;
    padding-left: 15px;
    padding-top: 18px;
  }
  .templatemo-nav-container .container { background-size: auto 60px; }
  .templatemo-nav li>a { padding: 10px 10px; }
  .templatemo-logo {
    top: 122px;
    left: -50px;
  }
  #home { padding-top: 60px; }
  .templatemo-home-left, 
  .templatemo-home-right {
    height: 325px;
  }
  .templatemo-home-right { padding: 40px; }
  .templatemo-home-text { margin-bottom: 10px; }
  .templatemo-site-name { font-size: 100px; }
  .templatemo-bosturn-site-name { font-size: 43px; }
  .templatemo-slogan {
    letter-spacing: 6px;
    padding-left: 10px;
  }
  .templatemo-about-left, 
  .templatemo-products-left, 
  .templatemo-services {
    padding: 40px;
  }
  .templatemo-about-right {
    padding-left: 30px;
    padding-top: 80px;
  }
  .templatemo-products-left, 
  .templatemo-products-right {
    height: 360px;
  }
  .templatemo-testimonials-left, 
  .templatemo-testimonials-right {
    height: 300px;
  }
  .templatemo-products-link,
  .templatemo-testimonials-header {
    font-size: 30px;
  }
  .templatemo-products-link {    
    right: 34px;
    top: 140px;
  }
  .templatemo-red-btn { margin-top: 30px; }
  .templatemo-red-btn, 
  .templatemo-blue-btn {
    height: 300px;
  }
  .templatemo-testimonials-right {
    padding-right: 30px;
    padding-top: 70px;
  }
  .templatemo-testimonials-header {
    top: 90px;
    left: 21px;
  }
  .templatemo-contact { padding: 30px; }
}

@media screen and (max-width: 767px) {
  h2 { margin-top: 20px; }
  .templatemo-nav-container { position: static; }
  .templatemo-nav-container .container { height: 60px; }
  #home { padding-top: 0; }
  .templatemo-home-right { padding-bottom: 50px; }
  .templatemo-logo {
      top: 122px;
      left: -40px;
  }
  .templatemo-logo-bg { max-width: 320px; }
  .templatemo-home-right, 
  .templatemo-products-left, 
  .templatemo-products-right,
  .templatemo-testimonials-left,
  .templatemo-testimonials-right {
    height: auto;
  }  
  .templatemo-home-left,
  .templatemo-about-left, 
  .templatemo-about-right {
    height: auto;
  }
  .templatemo-about-right { text-align: center; }
  .templatemo-about-right img {
    max-width: 402px;
    width: 100%;
    height: auto;
  }
  .templatemo-about-left, 
  .templatemo-about-right, 
  .templatemo-products-left, 
  .templatemo-services {
    padding: 50px 30px;
  }
  .templatemo-about-right { padding-top: 0; }
  .templatemo-red-btn { margin-top: 0; }
  .templatemo-products-right { padding-top: 40px; }
  .templatemo-products-link { top: 150px; }
  .templatemo-testimonials-left { padding-bottom: 40px; }
  .templatemo-testimonials-right {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
  .templatemo-contact {
    padding-left: 15px;
    padding-right: 15px;
  }
  #map-canvas { margin-top: 30px; }
  .templatemo-copyright-container {
    float: right;
    max-width: 325px;
    width: 100%;
    margin-top: 68px;
    margin-right: 10px;
  }
  .templatemo-copyright-text, 
  .templatemo-copyright-text a {
    color: #fff;
  }
  .templatemo-copyright-text, 
  .templatemo-copyright-design {
    display: block;
    float: none;
    margin-top: 0;
    margin-right: 0;
  }
}
/* BOSTURN HUB phase 1
--------------------------------------*/
.boston-hero-panel h2 {
  font-size: 42px;
  margin-top: 28px;
}
.boston-kicker {
  color: #0db5c0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.boston-hero-link {
  margin-left: 10px;
}
.boston-section .container,
.boston-page .container {
  padding-bottom: 45px;
  padding-top: 45px;
}
.boston-category-heading {
  margin-bottom: 5px;
}
.boston-card-column {
  margin-bottom: 24px;
}
.boston-card {
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  min-height: 210px;
  padding: 24px;
}
.boston-card h4 {
  color: #0db5c0;
  font-weight: 700;
  margin-bottom: 14px;
}
.boston-card p {
  color: #555;
  min-height: 62px;
}
.boston-card a,
.boston-list + a,
.boston-page-list a {
  color: #0db5c0;
  font-weight: 700;
}
.boston-card a {
  border-top: 1px solid #ededed;
  display: block;
  margin-top: 18px;
  padding-top: 14px;
}
.boston-card-compact {
  min-height: 0;
}
.boston-schedule-calendar-row {
  margin-top: 28px;
}
.bosturn-calendar {
  background: #fff;
  border: 10px solid #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  margin-bottom: 5px;
}
.bosturn-calendar-header {
  background: #0c0c0c;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 76px;
  padding: 18px 24px;
}
.bosturn-calendar-month-nav {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.bosturn-calendar-header span,
.bosturn-calendar-header strong {
  display: block;
  font-weight: 700;
  letter-spacing: 0;
}
.bosturn-calendar-header span {
  font-size: 24px;
}
.bosturn-calendar-header strong {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-left: auto;
  text-align: right;
}

.bosturn-calendar-nav {
  align-items: center;
  background: #0c0c0c;
  border-radius: 2px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 32px;
}
.bosturn-calendar-nav:hover,
.bosturn-calendar-nav:focus {
  background: #d33f49;
  color: #fff;
  text-decoration: none;
}
.bosturn-calendar-nav-prev,
.bosturn-calendar-nav-next {
  padding-top: 0;
  padding-bottom: 0;
}
.bosturn-calendar-weekdays,
.bosturn-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.bosturn-calendar-weekdays {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-bottom: 0;
}
.bosturn-calendar-weekdays span {
  background: #fff;
  box-sizing: border-box;
  border-left: 1px solid #d4d4d4;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 4px;
  text-align: center;
}
.bosturn-calendar-weekdays span:first-child {
  border-left: 0;
}

.bosturn-calendar-weekdays span:first-child,
.bosturn-calendar-weekdays span:last-child {
  color: #d9534f;
}
.bosturn-calendar-grid {
  background-color: #fff;
  background-image: none;
  border: 1px solid #d4d4d4;
  overflow: visible;
  position: relative;
}
.bosturn-calendar-grid::before {
  background-image: url("/assets/images/Bosturn_Logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 20px;
  content: "";
  left: 0;
  opacity: 0.24;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 0;
}
.bosturn-calendar-day {
  background: rgba(255, 255, 255, 0.82);
  border-left: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  box-sizing: border-box;
  min-height: 123px;
  padding: 8px;
  position: relative;
  z-index: 1;
}
.bosturn-calendar-day:nth-child(7n + 1) {
  border-left: 0;
}
.bosturn-calendar-day:nth-child(-n + 7) {
  border-top: 0;
}
.bosturn-calendar-day.is-empty {
  background: rgba(255, 255, 255, 0.8);
}
.bosturn-calendar-day.is-today {
  background: rgba(248, 248, 248, 0.92);
  box-shadow: inset 0 0 0 3px #0c0c0c;
}
.bosturn-calendar-day.is-range-host {
  z-index: 4;
}
.bosturn-calendar-date {
  color: #111;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.bosturn-calendar-day:not(.is-empty):nth-child(7n + 1) .bosturn-calendar-date,
.bosturn-calendar-day:not(.is-empty):nth-child(7n) .bosturn-calendar-date {
  color: #d9534f;
}
.bosturn-calendar-dot {
  background: #0c0c0c;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.25;
  margin-top: 4px;
  overflow-wrap: anywhere;
  padding: 5px 10px;
  white-space: normal;
  word-break: keep-all;
}

.boston-calendar-events {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.boston-calendar-events .boston-event-card {
  margin-bottom: 0;
  min-height: 0;
}
.boston-event-card-line {
  display: flex;
  align-items: center;
  gap: 18px;
  overflow-x: auto;
  white-space: nowrap;
}
.boston-event-card-line span {
  display: inline-flex;
  margin-top: 0;
}
.boston-event-card-field {
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.boston-event-card-value {
  color: #666;
  font-size: 13px;
  font-weight: 600;
}
.boston-event-card-field.is-title .boston-event-card-value {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.boston-event-card-field.is-status .boston-event-card-value {
  color: #8e8e8e;
}.bosturn-admin-form label {
  display: block;
  font-weight: 700;
  margin-top: 14px;
}
.bosturn-admin-form .templatemo-learn-more {
  margin-top: 18px;
}
.bosturn-admin-table-wrap {
  margin-top: 22px;
  overflow-x: auto;
}
.bosturn-admin-table td,
.bosturn-admin-table th {
  vertical-align: middle !important;
}
.bosturn-inline-form {
  display: inline-block;
  margin-left: 8px;
}
.bosturn-inline-form button {
  background: none;
  border: 0;
  color: #c0392b;
  padding: 0;
}
.boston-schedule-list-row {
  margin-top: 26px;
}
.boston-past-schedule-list-row {
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
}
.boston-event-card {
  border-left: 4px solid #0db5c0;
  margin-bottom: 14px;
  padding: 12px 16px;
  background: #f7f7f7;
}
.boston-event-card strong,
.boston-event-card span,
.boston-event-card em {
  display: block;
}
.boston-event-card strong {
  color: #333;
  font-size: 16px;
}
.boston-event-card span {
  color: #666;
  margin-top: 5px;
}
.boston-event-card em {
  color: #8e8e8e;
  font-size: 13px;
  margin-top: 4px;
}
.boston-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}
.boston-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.boston-list span {
  color: #0db5c0;
  display: inline-block;
  font-weight: 700;
  width: 55px;
}
.boston-page {
  padding-top: 145px;
}
.boston-page h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
.boston-page-list {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .boston-hero-panel h2 { font-size: 34px; }
  .boston-hero-link { margin-left: 0; margin-top: 10px; }
}
@media screen and (max-width: 767px) {
  .boston-page { padding-top: 0; }
  .boston-section .container,
  .boston-page .container { padding: 30px 25px; }
  .boston-card { min-height: 0; padding: 18px; }
  .boston-page h1 { font-size: 38px; }
  .boston-card p { min-height: 0; }
  .bosturn-calendar-weekdays span { font-size: 11px; }
  .bosturn-calendar-day { min-height: 96px; padding: 5px; }
  .bosturn-calendar-nav { height: 28px; width: 28px; font-size: 16px; }
  .bosturn-calendar-dot { font-size: 15px; }
}
.bosturn-admin-menu {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 28px;
  padding-bottom: 14px;
}
.bosturn-admin-menu a {
  border: 1px solid #dcdcdc;
  color: #555;
  display: inline-block;
  font-weight: 700;
  margin: 0 8px 8px 0;
  padding: 10px 16px;
}
.bosturn-admin-menu a.active,
.bosturn-admin-menu a:hover {
  background: #0c0c0c;
  border-color: #0c0c0c;
  color: #fff;
  text-decoration: none;
}
.bosturn-admin-panel {
  border: 1px solid #dedede;
  margin-bottom: 24px;
  min-height: 220px;
  padding: 24px;
}
.bosturn-admin-panel h2,
.bosturn-admin-panel h3 {
  margin-top: 0;
}
.bosturn-admin-panel-dark {
  background: #0c0c0c;
  color: #fff;
}
.bosturn-admin-panel-dark a {
  color: #fff;
}
.bosturn-admin-muted {
  color: #8e8e8e;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .templatemo-nav li.admin-nav-item { margin-right: 8px; }
}
/* Standalone Admin Dashboard */
.bosturn-admin-body {
  background: #eef1f5;
  color: #1f2933;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
.bosturn-dashboard {
  min-height: 100vh;
}
.bosturn-dashboard-header {
  align-items: center;
  background: #111827;
  color: #fff;
  display: flex;
  height: 64px;
  justify-content: flex-start;
  padding: 0 28px;
}
.bosturn-dashboard-header strong,
.bosturn-dashboard-header span {
  display: block;
}
.bosturn-dashboard-header strong {
  font-size: 18px;
  letter-spacing: 0;
}
.bosturn-dashboard-brand {
  color: inherit;
  display: block;
  text-decoration: none;
}
.bosturn-dashboard-brand:hover {
  color: #fff;
  text-decoration: none;
}
.bosturn-dashboard-header span {
  color: #9ca3af;
  font-size: 13px;
  margin-top: 2px;
}
.bosturn-dashboard-header nav a {
  color: #d1d5db;
  display: inline-block;
  font-weight: 700;
  margin-left: 18px;
}
.bosturn-dashboard-header nav a:hover {
  color: #fff;
  text-decoration: none;
}
.bosturn-dashboard-shell {
  display: flex;
  min-height: calc(100vh - 64px);
}
.bosturn-dashboard-sidebar {
  background: #1f2937;
  color: #fff;
  flex: 0 0 240px;
  padding: 24px 16px;
}
.bosturn-dashboard-sidebar-title {
  color: #9ca3af;
  font-size: 13px;
  font-weight: 700;
  margin: 0 8px 14px;
}
.bosturn-dashboard-sidebar a {
  align-items: center;
  color: #d1d5db;
  display: flex;
  font-weight: 700;
  gap: 10px;
  margin-bottom: 6px;
  padding: 12px 14px;
}
.bosturn-dashboard-sidebar a.active,
.bosturn-dashboard-sidebar a:hover {
  background: #0db5c0;
  color: #fff;
  text-decoration: none;
}
.bosturn-dashboard-sidebar i {
  width: 18px;
}
.bosturn-dashboard-content {
  flex: 1;
  padding: 28px;
}
.bosturn-dashboard-titlebar {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 22px;
}
.bosturn-dashboard-titlebar p {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 6px;
}
.bosturn-dashboard-titlebar h1 {
  color: #111827;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.bosturn-dashboard-action {
  background: #111827;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 10px 14px;
}
.bosturn-dashboard-action:hover {
  background: #0db5c0;
  color: #fff;
  text-decoration: none;
}
.bosturn-dashboard-panel {
  background: #fff;
  border: 1px solid #dbe1e8;
  padding: 24px;
}
.bosturn-dashboard-panel h2 {
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.bosturn-dashboard-panel p {
  color: #4b5563;
  margin-bottom: 22px;
}
.bosturn-dashboard-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bosturn-dashboard-grid div {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  min-height: 120px;
  padding: 18px;
}
.bosturn-dashboard-grid strong,
.bosturn-dashboard-grid span {
  display: block;
}
.bosturn-dashboard-grid strong {
  color: #111827;
  font-size: 16px;
  margin-bottom: 8px;
}
.bosturn-dashboard-grid span {
  color: #6b7280;
}
@media screen and (max-width: 767px) {
  .bosturn-dashboard-header,
  .bosturn-dashboard-titlebar,
  .bosturn-dashboard-shell {
    display: block;
  }
  .bosturn-dashboard-header {
    height: auto;
    padding: 18px;
  }
  .bosturn-dashboard-header nav a {
    margin: 12px 14px 0 0;
  }
  .bosturn-dashboard-sidebar {
    padding: 14px;
  }
  .bosturn-dashboard-content {
    padding: 18px;
  }
  .bosturn-dashboard-grid {
    grid-template-columns: 1fr;
  }
}
.bosturn-admin-schedule-board {
  max-width: none;
  width: 100%;
}
.bosturn-admin-schedule-footer {
  border-top: 1px solid #e5e7eb;
  margin-top: 18px;
  padding-top: 18px;
  text-align: right;
}
.bosturn-layer {
  display: none;
}
.bosturn-layer.is-open {
  display: block;
}
.bosturn-layer-backdrop {
  background: rgba(17, 24, 39, 0.62);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9000;
}
.bosturn-layer-panel {
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  left: 50%;
  max-width: 820px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 48px);
  z-index: 9001;
}
.bosturn-layer-header {
  align-items: center;
  background: #111827;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 14px 18px;
}
.bosturn-layer-header a {
  color: #fff;
  font-weight: 700;
}
#schedule-vote-layer .bosturn-layer-header strong,
#schedule-event-layer .bosturn-layer-header strong {
  font-size: 18px;
}
#schedule-vote-layer .bosturn-layer-header .bosturn-layer-close-x,
#schedule-event-layer .bosturn-layer-header .bosturn-layer-close-x {
  align-items: center;
  display: inline-flex;
  font-size: 24px;
  justify-content: center;
  line-height: 1;
  margin-left: auto;
  min-height: 28px;
  text-decoration: none;
  width: 28px;
}
.bosturn-layer-panel iframe {
  border: 0;
  display: block;
  height: 680px;
  width: 100%;
}
#admin-user-layer.is-user-edit-layer .admin-user-layer-panel {
  max-width: 1130px;
}
#admin-user-layer.is-user-password-layer .admin-user-layer-panel {
  max-width: 520px;
}
#admin-user-layer.is-user-edit-layer .admin-user-layer-panel iframe {
  height: min(760px, calc(100vh - 96px));
}
#admin-user-layer.is-user-password-layer .admin-user-layer-panel iframe {
  height: 430px;
}
@media screen and (max-width: 767px) {
  .bosturn-layer-panel { width: calc(100% - 24px); }
  .bosturn-layer-panel iframe { height: 620px; }
}
.bosturn-layer-body {
  background: #fff;
  color: #1f2933;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
.bosturn-layer-content {
  padding: 22px;
}
.bosturn-layer-content h1 {
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 18px;
}
.bosturn-layer-content .bosturn-admin-form label {
  color: #374151;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 13px 0 6px;
}
.bosturn-layer-content .form-control {
  border-radius: 0;
  box-shadow: none;
}
.bosturn-layer-content .bosturn-dashboard-action {
  border: 0;
  margin-top: 18px;
}
.bosturn-layer-success {
  text-align: center;
}
.bosturn-layer-success p {
  color: #6b7280;
}
.bosturn-calendar-event-link:hover,
.bosturn-calendar-event-link:focus {
  background: #222;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.bosturn-layer-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 24px;
  padding-top: 18px;
}
.bosturn-layer-actions-single {
  gap: 0;
}
.bosturn-layer-button {
  border: 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  min-width: 132px;
  padding: 11px 18px;
  text-align: center;
}
.bosturn-layer-save-button {
  background: #111827;
}
.bosturn-layer-save-button:hover {
  background: #0db5c0;
}
.bosturn-layer-delete-form {
  display: none;
}
.bosturn-layer-delete-button {
  background: #b91c1c;
}
.bosturn-layer-delete-button:hover {
  background: #7f1d1d;
}










/* Auth and member management migration */
.auth-choice-layer { display: none; position: fixed; inset: 0; z-index: 6000; place-items: center; padding: 20px; box-sizing: border-box; }
.auth-choice-layer:target, .auth-choice-layer.is-open { display: grid; }
.auth-choice-layer__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.54); backdrop-filter: blur(2px); }
.auth-choice-layer__panel { position: relative; width: min(392px, 100%); padding: 28px 30px 26px; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26); box-sizing: border-box; }
.auth-choice-layer__head { position: relative; display: flex; align-items: center; justify-content: center; min-height: 40px; margin: -10px 0 16px; padding: 7px 42px; border: 1px solid #d1d5db; border-radius: 8px; background: #fff; box-sizing: border-box; }
.auth-choice-layer__title { width: 100%; color: #111827; font-size: 12pt; font-weight: 700; line-height: 1.35; text-align: center; }
.auth-choice-layer__close { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 0; border-radius: 6px; background: transparent; color: #6b7280; font-size: 22px; font-weight: 500; line-height: 1; text-decoration: none; }
.auth-choice-layer__close:hover, .auth-choice-layer__close:focus { background: #f3f4f6; color: #111827; text-decoration: none; }
.auth-choice-layer__body, .auth-choice-layer__form { display: grid; gap: 11px; }
.auth-choice-layer__form { margin: 0; }
.auth-choice-layer__field { display: block; width: 100%; height: 46px; padding: 0 14px; border: 1px solid #d1d5db; border-radius: 6px; background: #fff; color: #111827; box-sizing: border-box; font-size: 14px; font-weight: 600; }
.auth-choice-layer__button { position: relative; display: flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 18px 0 54px; border: 1px solid #d1d5db; border-radius: 6px; background: #fff; color: #111827; box-sizing: border-box; font-size: 11pt !important; font-weight: 500 !important; line-height: 1.35; text-decoration: none; cursor: pointer; }
.auth-choice-layer__button:hover, .auth-choice-layer__button:focus { border-color: #9ca3af; background: #f9fafb; color: #111827; text-decoration: none; }
.auth-choice-layer__button--email { border-color: #666 !important; background: #666 !important; color: #fff !important; }
.auth-choice-layer__button--email:hover, .auth-choice-layer__button--email:focus { border-color: #333 !important; background: #333 !important; color: #fff !important; }
.auth-choice-layer__icon { position: absolute; left: 17px; top: 50%; transform: translateY(-50%); display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; line-height: 1; }
.auth-choice-layer__icon svg { display: block; width: 100%; height: 100%; }
.auth-choice-layer__icon--email { border: 1px solid #d1d5db; background: #fff; color: #374151; }
.auth-choice-layer__divider { display: flex; align-items: center; gap: 12px; margin: 5px 0 2px; color: #9ca3af; font-size: 12px; font-weight: 800; }
.auth-choice-layer__divider::before, .auth-choice-layer__divider::after { content: ''; flex: 1; height: 1px; background: #e5e7eb; }
.auth-choice-layer__remember { display: inline-flex; align-items: center; gap: 8px; margin-top: 2px; color: #374151; font-size: 13px; font-weight: 700; }
.auth-choice-layer__foot, .auth-choice-layer__status { margin: 0; color: #6b7280; font-size: 13px; font-weight: 600; text-align: center; }
.auth-choice-layer__foot.is-danger { color: #d60000; font-weight: 800; }
.bosturn-auth-message-body { background: #eef1f5; margin: 0; }
.bosturn-auth-message { width: min(420px, calc(100% - 32px)); margin: 80px auto; padding: 24px; background: #fff; border: 1px solid #dbe1e8; }
.bosturn-auth-message h1 { margin: 0 0 12px; font-size: 22px; }
.bosturn-auth-message a { color: #0db5c0; font-weight: 700; }
.bosturn-admin-message { margin: 0 0 16px; padding: 12px 14px; border: 1px solid #bfe8ec; background: #e9fbfc; color: #14686f; font-weight: 700; }
.bosturn-admin-login-form { display: grid; gap: 12px; max-width: 420px; }
.bosturn-admin-login-form label, .bosturn-admin-form label { display: grid; gap: 6px; color: #374151; font-size: 13px; font-weight: 700; }
.bosturn-admin-login-form input, .bosturn-admin-form input { border: 1px solid #cfd6df; border-radius: 4px; min-height: 40px; padding: 8px 10px; }
.bosturn-admin-social-login-row { display: flex; gap: 8px; flex-wrap: wrap; }
.bosturn-admin-social-login-row a { color: #111827; font-weight: 700; text-decoration: underline; }
.bosturn-social-api-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
.bosturn-social-api-section { border: 1px solid #d7dce5; border-radius: 8px; padding: 16px; background: #fff; }
.bosturn-social-api-section-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.bosturn-social-api-section-head h3 { margin: 0; color: #111827; font-size: 18px; font-weight: 700; }
.bosturn-admin-muted { color: #6b7280; font-size: 13px; margin: 4px 0 14px; }
.bosturn-admin-stat-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 16px; }
.bosturn-admin-stat-row div { border: 1px solid #dbe1e8; background: #f8fafc; padding: 14px; }
.bosturn-admin-stat-row span, .bosturn-admin-stat-row strong { display: block; }
.bosturn-admin-stat-row span { color: #6b7280; font-size: 12px; font-weight: 700; }
.bosturn-admin-stat-row strong { color: #111827; font-size: 22px; margin-top: 4px; }
.bosturn-login-type { display: inline-block; min-width: 50px; margin-right: 6px; padding: 3px 7px; border-radius: 4px; background: #e5e7eb; color: #111827; font-size: 12px; font-weight: 800; text-align: center; }
.bosturn-login-type.is-social { background: #dbeafe; color: #1d4ed8; }
.bosturn-login-type.is-integrated { background: #dcfce7; color: #166534; }
.bosturn-admin-actions-inline { display: inline-flex; align-items: center; gap: 5px; }
.bosturn-admin-actions-inline form { margin: 0; }
.bosturn-admin-actions-inline button { width: 30px; height: 30px; border: 1px solid #cfd6df; background: #fff; color: #111827; }
.bosturn-admin-actions-inline button.is-danger { color: #b91c1c; }
.bosturn-phone-row { display: grid; grid-template-columns: 70px 12px 1fr 12px 1fr; gap: 6px; align-items: center; }
.bosturn-checkbox { display: inline-flex !important; grid-template-columns: none !important; align-items: center; gap: 8px; }
.bosturn-checkbox input { min-height: 0; }
.bosturn-dashboard-action.is-subtle { background: #fff; border: 1px solid #cfd6df; color: #111827; }
@media screen and (max-width: 900px) { .bosturn-social-api-grid, .bosturn-admin-stat-row { grid-template-columns: 1fr; } }



/* Auth navigation alignment */
@media (min-width: 768px) {
    .templatemo-nav-container .container {
        position: relative;
    }

    .templatemo-nav {
        box-sizing: border-box;
        padding-right: 210px;
    }

    .templatemo-nav .menu-holder .admin-nav-item {
        position: absolute !important;
        top: 31px;
        z-index: 5100;
        float: none !important;
        margin: 0 !important;
    }

    .templatemo-nav .menu-holder .admin-nav-item:nth-last-child(1) {
        right: 20px !important;
    }

    .templatemo-nav .menu-holder .admin-nav-item:nth-last-child(2) {
        right: calc(20px + 78px + 15px) !important;
    }

    .templatemo-nav-container.sticky .templatemo-nav .menu-holder .admin-nav-item {
        top: 12px;
    }
}

@media (max-width: 767px) {
    #responsive-menu .admin-nav-item {
        text-align: right;
        padding-right: 20px;
    }
}

/* Auth navigation color reset */
.templatemo-nav li.admin-nav-item > a,
.templatemo-nav li.admin-nav-item.active > a,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item.active > a {
    background: #111 !important;
    color: #fff !important;
}

.templatemo-nav li.admin-nav-item:hover > a,
.templatemo-nav li.admin-nav-item > a:focus,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item:hover > a,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a:focus {
    background: #0db5c0 !important;
    color: #fff !important;
}
.bosturn-calendar-public-event-link:hover,
.bosturn-calendar-public-event-link:focus {
  background: #222;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.bosturn-schedule-list-event {
  scroll-margin-top: 90px;
}
.bosturn-schedule-list-event.is-focused {
  box-shadow: 0 0 0 3px rgba(12, 12, 12, 0.22);
}
.bosturn-schedule-list-event p {
  color: #555;
  margin: 8px 0 0;
}
.bosturn-public-event-panel {
  max-width: 620px;
}
.bosturn-public-event-detail {
  padding: 24px;
}
.bosturn-public-event-title-row {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin: 0 0 18px;
}
.bosturn-public-event-detail h2 {
  color: #111827;
  flex: 0 1 auto;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  min-width: 0;
}
.bosturn-public-event-status-badge {
  align-items: center;
  background: linear-gradient(135deg, #4b5563 0%, #6b7280 100%);
  border: 1px solid rgba(17,24,39,.12);
  border-radius: 999px;
  box-shadow: 0 7px 14px rgba(75,85,99,.10);
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: -.2px;
  line-height: 1;
  min-height: 30px;
  padding: 0 13px;
  left: 5px;
  position: relative;
  top: 2px;
  white-space: nowrap;
}
.bosturn-public-event-detail dl {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 10px 14px;
  margin: 0;
}
.bosturn-public-event-detail dt {
  color: #6b7280;
  font-weight: 700;
}
.bosturn-public-event-detail dd {
  color: #111827;
  margin: 0;
}
.bosturn-public-event-detail p {
  color: #4b5563;
  margin: 18px 0 0;
  white-space: pre-wrap;
}

/* Schedule voting */
.bosturn-vote-flash {
  border: 1px solid #cfd6df;
  font-weight: 700;
  margin: 0 0 16px;
  padding: 12px 14px;
}
.bosturn-vote-flash.is-success {
  background: #edfdf3;
  border-color: #bbf7d0;
  color: #166534;
}
.bosturn-vote-flash.is-danger {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}
.bosturn-vote-box {
  border-top: 1px solid #e5e7eb;
  margin-top: 12px;
  padding-top: 12px;
}
.bosturn-vote-meta {
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px;
}
.bosturn-vote-form {
  margin: 0;
}
.bosturn-vote-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bosturn-vote-option {
  align-items: center;
  background: #fff;
  border: 1px solid #d1d5db;
  color: #111827;
  display: inline-flex;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 8px 10px;
}
.bosturn-vote-option input {
  margin: 0;
}
.bosturn-vote-help {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  margin: 10px 0 0;
}.bosturn-vote-submit {
  background: #111827;
  border: 0;
  color: #fff;
  font-weight: 700;
  margin-top: 12px;
  padding: 9px 16px;
}
.bosturn-vote-submit:hover,
.bosturn-vote-submit:focus {
  background: #0db5c0;
}
.bosturn-vote-closed {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bosturn-vote-options {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.bosturn-vote-layer-template {
  display: none;
}
.bosturn-public-event-panel {
  max-height: calc(100vh - 72px);
  overflow-y: auto;
}
.bosturn-public-event-detail .bosturn-vote-box {
  margin-top: 20px;
}
.bosturn-vote-participants {
  border-top: 1px solid #e5e7eb;
  margin-top: 18px;
  padding-top: 16px;
}
.bosturn-vote-participants h3 {
  color: #111827;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 12px;
}
.bosturn-vote-participant-row {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  margin-bottom: 8px;
  padding: 10px 12px;
}
.bosturn-vote-participant-row strong {
  color: #111827;
  display: flex;
  font-size: 13px;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.bosturn-vote-participant-row strong span {
  color: #0db5c0;
}
.bosturn-vote-participant-row p {
  color: #4b5563;
  font-size: 13px;
  margin: 0;
}

/* Vertical vote choices inside public schedule layer */
.bosturn-public-event-detail .bosturn-vote-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}
.bosturn-public-event-detail .bosturn-vote-option {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
/* Public schedule vote attendance columns */
.bosturn-vote-attendance-options,
.bosturn-public-event-detail .bosturn-vote-attendance-options {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  gap: 0;
}
.bosturn-vote-attendance-group {
  min-width: 0;
}
.bosturn-vote-attendance-title {
  color: #111827;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}
.bosturn-vote-attendance-list {
  display: grid;
  gap: 8px;
}
.bosturn-vote-attendance-list .bosturn-vote-option {
  box-sizing: border-box;
  justify-content: flex-start;
  width: 100%;
}
.bosturn-vote-attendance-gap {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .bosturn-public-event-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .bosturn-public-event-status-badge {
    min-height: 28px;
    padding: 0 12px;
  }
  .bosturn-vote-attendance-options,
  .bosturn-public-event-detail .bosturn-vote-attendance-options {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .bosturn-vote-attendance-gap {
    display: none;
  }
}

/* Clickable public schedule cards */
.js-schedule-list-layer-trigger {
  cursor: pointer;
}
.js-schedule-list-layer-trigger:hover,
.js-schedule-list-layer-trigger:focus {
  box-shadow: 0 0 0 3px rgba(12, 12, 12, 0.16);
  outline: 0;
}
/* Home hero BOSTURN logo replacement */
.templatemo-logo-image {
  left: 32px;
  top: 124px;
  width: 260px;
  z-index: 2;
}
.bosturn-hero-logo-mark {
  background-color: #fff;
  display: block;
  height: 150px;
  width: 260px;
  -webkit-mask-image: url('/assets/images/Bosturn_Logo.png');
  mask-image: url('/assets/images/Bosturn_Logo.png');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 991px) {
  .templatemo-logo-image {
    left: 24px;
    top: 96px;
    width: 220px;
  }
  .bosturn-hero-logo-mark {
    height: 130px;
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .templatemo-logo-image {
    left: 30px;
    top: 92px;
    width: 210px;
  }
  .bosturn-hero-logo-mark {
    height: 122px;
    width: 210px;
  }
}

/* Schedule calendar black event text center */
.bosturn-calendar-dot,
.bosturn-calendar-dot:visited,
.bosturn-calendar-dot:hover,
.bosturn-calendar-dot:focus {
  color: #fff;
  text-align: center;
}
.bosturn-calendar-dot:not(.bosturn-calendar-admin-event) {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bosturn-calendar-public-event-link {
  align-items: center;
  justify-content: center;
}
/* Calendar multi-day pill reset */
.bosturn-calendar-grid {
  grid-auto-rows: auto;
}
.bosturn-calendar-day {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.bosturn-calendar-date {
  position: relative;
  z-index: 2;
}
.bosturn-calendar-dot.is-range-pill {
  border-radius: 999px;
  box-sizing: border-box;
  position: relative;
  width: calc((100% * var(--range-span)) + ((var(--range-span) - 1) * 1px));
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .bosturn-calendar-dot.is-range-pill {
    width: calc((100% * var(--range-span)) + ((var(--range-span) - 1) * 1px));
  }
}
/* Home calendar ajax navigation */
.bosturn-calendar-ajax {
  transition: opacity 0.18s ease;
}
.bosturn-calendar-ajax.is-loading {
  opacity: 0.55;
  pointer-events: none;
}
/* Admin event management */
.bosturn-event-admin-list {
  display: grid;
  gap: 14px;
}
.bosturn-event-admin-card,
.bosturn-event-admin-empty {
  background: #fff;
  border: 1px solid #dbe1e8;
  border-radius: 8px;
  padding: 18px;
}
.bosturn-event-admin-empty {
  color: #6b7280;
  font-weight: 700;
  text-align: center;
}
.bosturn-event-admin-head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  margin-bottom: 14px;
}
.bosturn-event-admin-head strong,
.bosturn-event-admin-head span {
  display: block;
}
.bosturn-event-admin-head strong {
  color: #111827;
  font-size: 18px;
  margin-bottom: 6px;
}
.bosturn-event-admin-head span {
  color: #4b5563;
  font-size: 13px;
}
.bosturn-vote-admin-title-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
}
.bosturn-event-admin-head .bosturn-vote-admin-title-row strong {
  margin-bottom: 0;
}
.bosturn-event-admin-head .bosturn-vote-admin-status-badge {
  align-items: center;
  background: #eef2f7;
  border-radius: 999px;
  color: #111827;
  display: inline-flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  min-height: 26px;
  padding: 5px 10px;
  position: relative;
  top: 2px;
  white-space: nowrap;
}
.bosturn-event-admin-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}
.bosturn-event-admin-badges span {
  background: #eef2f7;
  border-radius: 999px;
  color: #111827;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 10px;
  white-space: nowrap;
}
.bosturn-event-admin-participants {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bosturn-event-admin-participants section {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  min-height: 112px;
  padding: 12px;
}
.bosturn-event-admin-participants strong {
  align-items: center;
  color: #111827;
  display: flex;
  font-size: 14px;
  gap: 7px;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.bosturn-event-admin-participants em {
  background: #111827;
  border-radius: 999px;
  color: #fff;
  font-style: normal;
  min-width: 24px;
  padding: 2px 7px;
  text-align: center;
}
.bosturn-event-admin-participants ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bosturn-event-admin-participants li {
  color: #374151;
  font-size: 13px;
  line-height: 1.45;
  padding: 2px 0;
}
.bosturn-event-admin-participants p {
  color: #9ca3af;
  font-size: 13px;
  margin: 0;
}
.bosturn-event-admin-meta {
  border-top: 1px solid #edf1f5;
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 14px;
  padding-top: 12px;
}
@media screen and (max-width: 1100px) {
  .bosturn-event-admin-participants { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 700px) {
  .bosturn-event-admin-head { display: block; }
  .bosturn-event-admin-badges { justify-content: flex-start; margin-top: 10px; }
  .bosturn-event-admin-participants { grid-template-columns: 1fr; }
}
/* Board module banner title overlay (ported from Zalnas legacy board UI) */
.board_banner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.board_banner_link {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
}

.board_banner img {
    display: block;
    width: 100%;
    max-width: 1024px;
    height: auto;
    border: 1px solid #cfd7e6;
    border-radius: 8px;
    background: #fff;
}

.board_banner_title {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    max-width: calc(100% - 80px);
    color: #fff;
    font-family: "Noto Serif KR", "Nanum Myeongjo", "Noto Sans KR", "Nanum Gothic", "Malgun Gothic", "Dotum", "Arial", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 0 10px rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.board_banner_title.is-center {
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, -50%);
}

.board_banner_title.is-left {
    left: 40px;
    right: auto;
    max-width: calc(100% - 80px);
    text-align: left;
    transform: translateY(-50%);
}

.board_banner_title.is-right {
    left: auto;
    right: 40px;
    max-width: calc(100% - 60px);
    text-align: right;
    transform: translateY(-50%);
}
/* Board pages keep the public header offset, but remove inner container top padding. */
.bosturn-board-page .container {
  padding-top: 0;
}
/* Board module list UI (aligned with Zalnas legacy board list) */
.bosturn-board-page,
.bosturn-board-page table,
.bosturn-board-page tr,
.bosturn-board-page td,
.bosturn-board-page p,
.bosturn-board-page span,
.bosturn-board-page a,
.bosturn-board-page input,
.bosturn-board-page select,
.bosturn-board-page textarea,
.bosturn-board-page button {
    font-family: "NanumGothic", "Nanum Gothic", "Noto Sans KR", "Malgun Gothic", "Dotum", "Arial", sans-serif;
}

.board-list-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-width: 40px;
    padding: 8px 12px;
    box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 8px;
    background: #333;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

button.board-list-action-btn {
    height: auto;
    white-space: nowrap;
}

button.board-list-action-btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.board-list-action-btn:hover,
.board-list-action-btn:focus {
    background: #111;
    border-color: #111;
    color: #fff;
    text-decoration: none;
}

.letter-search-input-wrap,
.board-skin-search-input-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 150px;
    height: 26px;
    box-sizing: border-box;
    vertical-align: middle;
}

.board-list-search-inner {
    vertical-align: middle;
}

.board-list-search-box form,
.board-list-search-box .board-list-search {
    margin: 0;
    padding: 0;
}

.board-list-search-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 26px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 12px 16px;
    box-sizing: border-box;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #fff;
    overflow: visible;
    line-height: normal;
    text-align: right;
}

.board-list-search-box.is-no-top-banner {
    margin-top: 0;
}

.board-list-search-box > table {
    width: 100% !important;
    margin: 0 !important;
}

.board-list-search-box form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 26px;
    text-align: right;
}

.board-list-search-box .board-list-search {
    display: table;
    float: none;
    margin: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    vertical-align: middle;
}

.board-list-search-box .board-list-search td {
    background-image: none !important;
}

.board-list-search-box .board-list-search td[width="15"],
.board-list-search-box .board-list-search td[width='15'] {
    display: none;
}

.board-list-search-box > table:first-child td[height="5"] {
    height: 0 !important;
}

.board-list-search-box form[name="search"] {
    margin: 0;
}

.board-list-search-box form[name="search"] > table[align="right"] {
    width: auto !important;
    float: none !important;
    margin-left: auto !important;
}

.board-list-search-box form[name="search"] > table[align="right"] > tbody > tr:first-child,
.board-list-search-box form[name="search"] > table[align="right"] > tr:first-child {
    display: table-row;
    height: 30px;
}

.board-list-search-box form[name="search"] > table[align="right"] tr:last-child {
    display: none;
}

.board-list-search-box .note-search-list {
    position: static;
    visibility: visible;
    opacity: 1;
    margin-left: auto;
}

.board-list-search-box .note-search-shell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 26px;
    overflow: visible;
}

.board-list-search-box .note-search-shell form {
    display: block;
    width: auto;
    min-height: 26px;
    margin: 0;
    padding: 0;
}

.board-list-search-box .note-search-shell .note-search-list {
    display: table;
    float: none;
    margin: 0;
}

.board-list-search-wrap,
.board-list-search-inner td,
.board-list-search-options,
.board-list-search-keyword,
.board-list-search-submit {
    vertical-align: middle !important;
}

.board-list-search-options,
.board-list-search-keyword,
.board-list-search-submit {
    white-space: nowrap;
}

.board-list-search-options a,
.board-list-search-options img,
.board-list-search-submit input[type="image"] {
    vertical-align: middle;
}

.letter-search-input-wrap .letter-search-input {
    display: block;
    width: 100%;
    height: 26px;
    min-width: 0;
}

.board-main-content-box {
    width: 100%;
    margin: 0;
    padding: 12px 4px;
    box-sizing: border-box;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #fff;
}

.board-notice-list-box {
    width: 100%;
    margin: 0 0 12px;
    padding: 10px 12px;
    box-sizing: border-box;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #fff;
}

.board-notice-list-box form {
    margin: 0;
    padding: 0;
}

.board-notice-list-table {
    width: 100%;
    table-layout: fixed;
}

.board-notice-list-row {
    height: 38px;
}

.board-notice-list-no {
    color: #555;
    font-size: 10.5pt;
    white-space: nowrap;
}

.board-notice-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 22px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #9f1d35;
    color: #fff;
    box-sizing: border-box;
    font-size: 9pt;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: middle;
}

.board-notice-list-subject {
    min-width: 0;
    padding: 0 8px;
    color: #222;
    font-size: 10.5pt;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board-notice-list-subject a {
    color: inherit;
    text-decoration: none;
}

.board-notice-list-date {
    color: #777;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
}

.board-notice-list-divider td {
    height: 1px;
    background: #e5e7eb;
}

.board-list-foot-box {
    margin-top: 12px;
}

.board-list-foot-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-height: 62px;
    margin: 0;
    padding: 12px 16px;
    box-sizing: border-box;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #fff;
}

.board-list-table,
.board-list-head,
.board-list-foot {
    width: 100%;
}

.board-list-subject {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.board-list-subject a {
    display: inline;
    line-height: 1.45;
}

.board-list-category,
.board-list-date,
.board-list-hit,
.board-list-state,
.board-list-score,
.board-list-link {
    white-space: nowrap;
}

.board-list-actions img,
.board-list-search img {
    max-width: none;
}

.board-list-subject,
.board-list-subject a,
.board-list-subject font,
.board-notice-list-subject,
.board-notice-list-subject a,
.board-notice-list-subject font,
.board-webzine-subject,
.board-webzine-subject a,
.board-webzine-subject font,
.board-webzine-card-title,
.board-webzine-card-title a,
.board-webzine-card-title font,
.board-joinsite-list-title,
.board-joinsite-list-title a,
.board-joinsite-list-title font,
.board-joinsite-category-text a,
.board-joinsite-category-text font,
.daily-board-list-subject-link,
.daily-board-list-subject-link font {
    font-family: "NanumGothic", "Nanum Gothic", "Noto Sans KR", "Malgun Gothic", "Dotum", "Arial", sans-serif;
    font-size: 10.5pt !important;
}

.board-webzine-list .board-webzine-date,
.board-webzine-list .board-webzine-date span,
.board-webzine-list .board-webzine-hit,
.board-webzine-list .board-webzine-hit span {
    font-size: 9pt !important;
}

.board-webzine-thumb img {
    width: 240px;
    max-width: 240px;
    height: auto;
}
/* Footer copyright line alignment */
.templatemo-copyright-container {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin: 0;
  padding-top: 75px;
  width: 100%;
}

.templatemo-copyright-container .templatemo-copyright-text,
.templatemo-copyright-container .templatemo-copyright-design {
  float: none;
  margin: 0 30px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .templatemo-copyright-container {
    float: none;
    max-width: none;
    margin: 0;
    padding: 68px 10px 0 30px;
  }

  .templatemo-copyright-container .templatemo-copyright-text,
  .templatemo-copyright-container .templatemo-copyright-design {
    display: inline-block;
    margin: 0;
  }
}
/* Board left submenu links */
.bosturn-board-submenu__title {
  align-items: center;
  color: #222;
  display: flex;
  gap: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

.bosturn-board-submenu__title-icon {
  display: inline-block;
  flex: 0 0 auto;
  height: auto;
  max-width: none;
  vertical-align: middle;
}
.bosturn-board-submenu__list {
  line-height: 1.45;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.bosturn-board-submenu__item {
  border-top: 1px solid #e5e7eb;
  margin: 0;
  padding: 0;
}

.bosturn-board-submenu__item:first-child {
  border-top: 0;
}

.bosturn-board-submenu__link {
  align-items: center;
  box-sizing: border-box;
  color: #555;
  display: flex;
  gap: 7px;
  height: 40px;
  min-height: 40px;
  padding: 0 8px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.bosturn-board-submenu__link.is-current {
  color: #0db5c0;
  font-weight: 700;
}

.bosturn-board-submenu__link:hover,
.bosturn-board-submenu__link:focus {
  background: #eaf8ff;
  color: #000;
  text-decoration: none;
}

.bosturn-board-submenu__link:hover .bosturn-board-submenu__text,
.bosturn-board-submenu__link:focus .bosturn-board-submenu__text {
  color: #000;
}

.bosturn-board-submenu__icon {
  display: inline-block;
  flex: 0 0 auto;
  height: auto;
  max-width: none;
  vertical-align: middle;
}
/* Board pagination style aligned with Zalnas */
.jav-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jav-pagination a,
.jav-pagination span {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  box-sizing: border-box;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  min-width: 40px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
}

.jav-pagination .active {
  background: #333;
  border-color: #333;
  color: #fff;
}

.jav-pagination .disabled {
  background: #f7f7f7;
  color: #aaa;
}

.board-list-foot-box .board-list-pagination.jav-pagination {
  gap: 5px;
  justify-content: flex-start;
}

.board-list-foot-box .board-list-pagination.jav-pagination a,
.board-list-foot-box .board-list-pagination.jav-pagination span {
  min-width: 30px;
  padding: 5px 8px;
}
/* Admin header brand/subtitle alignment */
.bosturn-dashboard-heading {
  align-items: center;
  display: flex;
  min-height: 64px;
}

.bosturn-dashboard-heading .bosturn-dashboard-brand {
  align-items: center;
  display: inline-flex;
}

.bosturn-dashboard-heading .bosturn-dashboard-subtitle {
  align-items: center;
  display: inline-flex;
  margin-left: 20px;
  margin-top: 0;
}
/* Board search form clear button aligned with Zalnas */
.letter-search-input-wrap .letter-search-input {
  display: block;
  width: 100%;
  height: 26px;
  min-width: 0;
  padding: 3px 28px 3px 8px;
  border: 1px solid #d8dee7;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  color: #111827;
  font-size: 13px;
  line-height: 20px;
  outline: none;
}

.board-skin-search-input-wrap .board-skin-search-input {
  display: block;
  width: 100%;
  height: 26px;
  min-width: 0;
  padding: 3px 28px 3px 8px;
  border: 1px solid #d8dee7;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  color: #111827;
  font-size: 13px;
  line-height: 20px;
  outline: none;
}

.letter-search-input-wrap .letter-search-input:focus,
.board-skin-search-input-wrap .board-skin-search-input:focus {
  border-color: #7a8aa0;
  box-shadow: none;
}

.letter-search-clear,
.board-skin-search-clear {
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d1d5db;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
}

.letter-search-clear.is-visible,
.board-skin-search-clear.is-visible {
  display: inline-flex;
}

.letter-search-input-wrap .letter-search-clear,
.letter-search-input-wrap .letter-search-clear:link,
.letter-search-input-wrap .letter-search-clear:visited,
.letter-search-input-wrap .letter-search-clear:active,
.board-skin-search-input-wrap .board-skin-search-clear,
.board-skin-search-input-wrap .board-skin-search-clear:link,
.board-skin-search-input-wrap .board-skin-search-clear:visited,
.board-skin-search-input-wrap .board-skin-search-clear:active {
  color: #fff;
}

.letter-search-clear:hover,
.letter-search-clear:focus-visible,
.board-skin-search-clear:hover,
.board-skin-search-clear:focus-visible {
  background: #9ca3af;
  color: #000;
  outline: none;
}

.letter-search-input-wrap .letter-search-clear:hover,
.letter-search-input-wrap .letter-search-clear:focus-visible,
.board-skin-search-input-wrap .board-skin-search-clear:hover,
.board-skin-search-input-wrap .board-skin-search-clear:focus-visible {
  color: #000;
}
/* Header auth/admin icon badges */
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge {
  align-items: center;
  background: #111 !important;
  border: 1px solid #111;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-flex;
  font-size: 17px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0 !important;
  text-align: center;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  width: 42px;
}
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus {
  background: #fff !important;
  border-color: #111;
  color: #111 !important;
  text-decoration: none;
}
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge i,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge i {
  color: currentColor;
  margin: 0;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge {
  align-items: center;
  background: #111 !important;
  border: 1px solid #111;
  color: #fff !important;
  display: inline-flex;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  margin-left: auto;
  padding: 0 !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  width: 42px;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:hover,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:focus {
  background: #fff !important;
  border-color: #111;
  color: #111 !important;
}
@media (min-width: 768px) {
  .templatemo-nav { padding-right: 140px; }
  .templatemo-nav .menu-holder .admin-nav-item:nth-last-child(2) {
    right: calc(20px + 42px + 12px) !important;
  }
}
/* Header auth/admin icon-only buttons */
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge {
  background: transparent !important;
  border: 0 !important;
  color: #111 !important;
  height: auto;
  min-height: 34px;
  padding: 0 4px !important;
  width: auto;
}
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus {
  background: transparent !important;
  border-color: transparent !important;
  color: #0db5c0 !important;
  text-decoration: none;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge {
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  height: auto;
  min-height: 42px;
  padding: 0 4px !important;
  width: auto;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:hover,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:focus {
  background: transparent !important;
  border-color: transparent !important;
  color: #0db5c0 !important;
}
@media (min-width: 768px) {
  .templatemo-nav { padding-right: 118px; }
  .templatemo-nav .menu-holder .admin-nav-item:nth-last-child(2) {
    right: calc(20px + 22px + 12px) !important;
  }
}
/* Header auth/admin icon size and circle hover */
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge {
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 22px;
  height: 34px;
  min-height: 34px;
  width: 34px;
}
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus {
  border-color: #fff !important;
  color: #fff !important;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge {
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 24px;
  height: 42px;
  min-height: 42px;
  width: 42px;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:hover,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:focus {
  border-color: #fff !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .templatemo-nav { padding-right: 128px; }
  .templatemo-nav .menu-holder .admin-nav-item:nth-last-child(2) {
    right: calc(20px + 34px + 12px) !important;
  }
}
/* Header auth/admin icon final size and color */
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge {
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  color: #111 !important;
  font-size: 20px;
  height: 32px;
  min-height: 32px;
  width: 32px;
}
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  text-decoration: none;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge {
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  color: #111 !important;
  font-size: 18px;
  height: 34px;
  min-height: 34px;
  width: 34px;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:hover,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:focus {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .templatemo-nav { padding-right: 124px; }
  .templatemo-nav .menu-holder .admin-nav-item:nth-last-child(2) {
    right: calc(20px + 32px + 12px) !important;
  }
}
/* Home hero logo larger */
.templatemo-logo-image {
  left: 20px;
  top: 104px;
  width: 315px;
}
.bosturn-hero-logo-mark {
  height: 182px;
  width: 315px;
}
@media screen and (max-width: 991px) {
  .templatemo-logo-image {
    left: 18px;
    top: 82px;
    width: 260px;
  }
  .bosturn-hero-logo-mark {
    height: 150px;
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .templatemo-logo-image {
    left: 24px;
    top: 78px;
    width: 245px;
  }
  .bosturn-hero-logo-mark {
    height: 142px;
    width: 245px;
  }
}
/* Home hero logo larger and left 20px */
.templatemo-logo-image {
  left: 0;
  top: 92px;
  width: 350px;
}
.bosturn-hero-logo-mark {
  height: 202px;
  width: 350px;
}
@media screen and (max-width: 991px) {
  .templatemo-logo-image {
    left: -2px;
    top: 72px;
    width: 290px;
  }
  .bosturn-hero-logo-mark {
    height: 168px;
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .templatemo-logo-image {
    left: 4px;
    top: 68px;
    width: 270px;
  }
  .bosturn-hero-logo-mark {
    height: 156px;
    width: 270px;
  }
}
/* Header auth/admin hover circle larger and normal weight */
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge {
  font-weight: 400 !important;
  height: 36px;
  min-height: 36px;
  width: 36px;
}
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus {
  font-weight: 400 !important;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge {
  font-weight: 400 !important;
  height: 38px;
  min-height: 38px;
  width: 38px;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:hover,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:focus {
  font-weight: 400 !important;
}
@media (min-width: 768px) {
  .templatemo-nav { padding-right: 130px; }
  .templatemo-nav .menu-holder .admin-nav-item:nth-last-child(2) {
    right: calc(20px + 36px + 12px) !important;
  }
}
/* Home hero logo larger and left 20px again */
.templatemo-logo-image {
  left: -20px;
  top: 78px;
  width: 390px;
}
.bosturn-hero-logo-mark {
  height: 225px;
  width: 390px;
}
@media screen and (max-width: 991px) {
  .templatemo-logo-image {
    left: -22px;
    top: 60px;
    width: 320px;
  }
  .bosturn-hero-logo-mark {
    height: 185px;
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .templatemo-logo-image {
    left: -16px;
    top: 58px;
    width: 300px;
  }
  .bosturn-hero-logo-mark {
    height: 173px;
    width: 300px;
  }
}
/* Header auth/admin square hover border */
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge {
  border-radius: 0 !important;
}
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:hover,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:focus {
  border-radius: 0 !important;
}
/* Home hero logo actual image move right 10px */
.templatemo-logo-image {
  left: -60px;
}
@media screen and (max-width: 991px) {
  .templatemo-logo-image {
    left: -62px;
  }
}
@media screen and (max-width: 767px) {
  .templatemo-logo-image {
    left: -56px;
  }
}
/* Header auth/admin remove hover border */
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge {
  border-color: transparent !important;
}
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:hover,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-icon-badge:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
/* Home hero logo larger size only */
.templatemo-logo-image {
  width: 430px;
}
.bosturn-hero-logo-mark {
  height: 248px;
  width: 430px;
}
@media screen and (max-width: 991px) {
  .templatemo-logo-image {
    width: 350px;
  }
  .bosturn-hero-logo-mark {
    height: 202px;
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .templatemo-logo-image {
    width: 325px;
  }
  .bosturn-hero-logo-mark {
    height: 188px;
    width: 325px;
  }
}
/* Admin schedules plain content panel */
.bosturn-dashboard-panel--plain {
  background: transparent;
  border: 0;
  padding: 0;
}
/* Admin schedule full width calendar */
.bosturn-admin-schedule-board {
  max-width: none;
  width: 100%;
}
.bosturn-admin-schedule-board .bosturn-calendar {
  box-sizing: border-box;
  width: 100%;
}
.bosturn-dashboard-titlebar-action {
  flex: 0 0 auto;
  white-space: nowrap;
}
/* Admin vote management 1to1 polls */
.bosturn-vote-admin-list {
  display: grid;
  gap: 18px;
}
.bosturn-vote-admin-card .bosturn-admin-form label {
  color: #374151;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}
.bosturn-vote-admin-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}
.bosturn-vote-admin-title-field,
.bosturn-vote-admin-datetime-row {
  grid-column: 1 / -1;
}
.bosturn-vote-admin-datetime-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.7fr);
}
.bosturn-vote-admin-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 14px 0;
}
.bosturn-vote-admin-checks label {
  align-items: center;
  display: inline-flex !important;
  gap: 7px;
}
.bosturn-vote-options-text {
  font-family: Consolas, Monaco, monospace;
  min-height: 128px;
}
.bosturn-vote-admin-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}
.bosturn-vote-admin-actions .bosturn-dashboard-action,
.bosturn-vote-delete-action {
  align-items: center;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-width: 92px;
  padding: 0 18px;
}
.bosturn-vote-admin-actions .bosturn-dashboard-action {
  background: #111827;
  color: #fff;
}
.bosturn-vote-admin-actions .bosturn-dashboard-action:hover,
.bosturn-vote-admin-actions .bosturn-dashboard-action:focus {
  background: #0db5c0;
  color: #fff;
  text-decoration: none;
}
.bosturn-vote-delete-action {
  background: #d33f49;
  color: #fff;
}
.bosturn-vote-delete-action:hover,
.bosturn-vote-delete-action:focus {
  background: #b91c1c;
  color: #fff;
}
.bosturn-vote-admin-delete {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .bosturn-vote-admin-grid { grid-template-columns: 1fr; }
}
/* Admin schedule calendar add action */
.bosturn-admin-schedule-board .bosturn-calendar-add-action {
  margin-left: auto;
}
.bosturn-calendar-add-action {
  align-items: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #000;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 34px;
  padding: 8px 18px;
  text-decoration: none;
  white-space: nowrap;
}
.bosturn-calendar-add-action:hover,
.bosturn-calendar-add-action:focus {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #000;
  text-decoration: none;
}
.bosturn-admin-schedule-board .bosturn-calendar-dot {
  font-size: 15px;
  line-height: 1.3;
  padding: 6px 11px;
}
@media screen and (max-width: 767px) {
  .bosturn-calendar-add-action { font-size: 14px; min-height: 32px; padding: 7px 14px; }
  .bosturn-admin-schedule-board .bosturn-calendar-dot { font-size: 15px; }
}
/* Admin schedule vote option and calendar status icons */
.bosturn-schedule-type-row {
  align-items: flex-end;
  margin-top: 14px;
}
.bosturn-schedule-type-row .bosturn-admin-form label,
.bosturn-schedule-type-row label {
  margin-top: 0;
}
.bosturn-schedule-vote-disabled-spacer {
  display: block;
  font-size: 13px;
  font-weight: 700;
  height: 19px;
  line-height: 1.35;
  margin: 0 0 6px;
}
.bosturn-schedule-vote-disabled-check {
  align-items: center;
  border: 0;
  box-sizing: border-box;
  display: flex !important;
  gap: 8px;
  height: 40px;
  line-height: 1;
  min-height: 40px;
  padding: 0;
}
/* Compact spacing for admin schedule event edit layer */
.bosturn-schedule-event-layer-body .bosturn-layer-content {
  padding: 15px 22px 14px;
}
.bosturn-schedule-event-layer-body .bosturn-layer-content .bosturn-admin-form label {
  margin: 15px 0 4px;
}
.bosturn-schedule-event-layer-body .bosturn-layer-content .bosturn-admin-form > label:first-of-type {
  margin-top: 0;
}
.bosturn-schedule-event-layer-body .bosturn-admin-form > .row,
.bosturn-schedule-event-layer-body .bosturn-admin-form > .js-official-date-fields {
  margin-top: 15px;
}
.bosturn-schedule-event-layer-body .bosturn-admin-form > .row label,
.bosturn-schedule-event-layer-body .bosturn-admin-form > .js-official-date-fields label {
  margin-top: 0;
}
.bosturn-schedule-event-layer-body .bosturn-admin-form > .js-official-date-fields .row {
  margin-top: 0;
}
.bosturn-schedule-event-layer-body .bosturn-schedule-vote-disabled-spacer {
  height: 12px;
  margin-bottom: 4px;
}
.bosturn-schedule-event-layer-body .bosturn-schedule-vote-disabled-check {
  position: relative;
  top: 4px;
}
.bosturn-schedule-event-layer-body .bosturn-layer-actions {
  padding-top: 10px;
}
.bosturn-schedule-vote-disabled-check input {
  border: 0;
  box-shadow: none;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: auto;
}
.bosturn-schedule-vote-disabled-check span {
  align-items: center;
  display: inline-flex;
  height: 40px;
}
.bosturn-calendar-admin-event {
  align-items: center;
  display: flex;
  gap: 7px;
}
.bosturn-calendar-vote-status {
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}
.bosturn-calendar-vote-status.is-disabled {
  background: #9ca3af;
}
.bosturn-calendar-vote-status.is-missing {
  background: #ef4444;
}
.bosturn-calendar-vote-status.is-ready {
  background: #84cc16;
}
a.bosturn-calendar-vote-status:hover,
a.bosturn-calendar-vote-status:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.75);
  opacity: 1;
  text-decoration: none;
}
.bosturn-calendar-event-title-link {
  color: inherit;
  flex: 0 1 auto;
  min-width: 0;
  text-decoration: none;
}
.bosturn-calendar-admin-event .bosturn-calendar-event-title-link:hover,
.bosturn-calendar-admin-event .bosturn-calendar-event-title-link:focus {
  background: transparent;
  color: #fff;
}
.bosturn-vote-layer-admin-content .bosturn-dashboard-panel {
  box-shadow: none;
  margin: 0;
  padding: 0;
}
/* Home schedule timeline */
.boston-schedule-preview > .container > .row > .col-md-12 {
  padding-left: 80px;
}

.boston-upcoming-timeline {
  margin-top: 22px;
  padding: 8px 0;
  position: relative;
}
.boston-upcoming-timeline::before {
  background: #111;
  bottom: 0;
  content: "";
  left: 8px;
  position: absolute;
  top: 0;
  width: 2px;
}
.boston-timeline-event {
  align-items: center;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: #111;
  display: grid;
  gap: 10px;
  grid-template-columns: 18px max-content minmax(0, 1fr);
  margin: 0;
  padding: 9px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.boston-timeline-event.js-schedule-list-layer-trigger {
  cursor: pointer;
}
.boston-timeline-event.js-schedule-list-layer-trigger:hover,
.boston-timeline-event.js-schedule-list-layer-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.boston-timeline-event.js-schedule-list-layer-trigger:hover .boston-timeline-underlined,
.boston-timeline-event.js-schedule-list-layer-trigger:focus .boston-timeline-underlined {
  border-bottom-color: #0db5c0;
  color: #0db5c0;
}
.boston-timeline-dot {
  background: #fff;
  border: 2px solid #111;
  border-radius: 999px;
  box-sizing: border-box;
  display: block;
  height: 12px;
  justify-self: center;
  position: relative;
  width: 12px;
  z-index: 2;
}
.boston-timeline-date {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.boston-timeline-summary {
  align-items: center;
  display: flex;
  grid-column: 2 / -1;
  flex-wrap: wrap;
  gap: 8px 12px;
  min-width: 0;
}
.boston-timeline-underlined {
  border-bottom: 1px solid #111;
  color: #111;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}
a.boston-timeline-underlined,
a.boston-timeline-underlined:hover,
a.boston-timeline-underlined:focus {
  text-decoration: none;
}
.boston-upcoming-empty {
  color: #555;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .boston-schedule-preview > .container > .row > .col-md-12 { padding-left: 15px; }
  .boston-timeline-event {
    align-items: start;
    gap: 8px 10px;
    grid-template-columns: 18px 1fr;
  }
  .boston-timeline-date,
  .boston-timeline-summary {
    grid-column: 2;
  }
  .boston-timeline-date {
    white-space: normal;
  }
}
/* Easy admin vote option builder */
.bosturn-vote-option-builder {
  border-top: 1px solid #e5e7eb;
  margin-top: 16px;
  padding-top: 16px;
}
.bosturn-vote-option-builder-head {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.bosturn-vote-option-builder-head strong {
  color: #111827;
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.bosturn-vote-option-builder-head p {
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 0 0;
}
.bosturn-vote-option-add {
  background: #111827;
  border: 0;
  color: #fff;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  min-height: 36px;
  padding: 8px 14px;
}
.bosturn-vote-option-add:hover,
.bosturn-vote-option-add:focus {
  background: #0db5c0;
}
.bosturn-vote-option-rows {
  display: grid;
  gap: 10px;
}
.bosturn-vote-option-row {
  align-items: end;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(180px, 1fr) minmax(170px, 230px) auto;
  padding: 12px;
}

.bosturn-vote-option-row label {
  margin: 0 !important;
}
.bosturn-vote-option-exclusive {
  align-items: center;
  display: inline-flex !important;
  gap: 8px;
  min-height: 40px;
}
.bosturn-vote-option-exclusive input {
  margin: 0;
}

.bosturn-vote-option-remove {
  background: transparent;
  border: 1px solid #d1d5db;
  color: #b91c1c;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  min-height: 40px;
  padding: 8px 14px;
}
.bosturn-vote-option-remove:hover,
.bosturn-vote-option-remove:focus {
  background: #fef2f2;
  border-color: #fecaca;
}
@media screen and (max-width: 767px) {
  .bosturn-vote-option-builder-head { align-items: stretch; flex-direction: column; }
  .bosturn-vote-option-row { grid-template-columns: 1fr; }
}
/* Header register text link */
.templatemo-nav li.admin-nav-item > a.bosturn-nav-register-link,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-register-link {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #111 !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 0 6px !important;
  white-space: nowrap;
  width: auto;
}
.templatemo-nav li.admin-nav-item > a.bosturn-nav-register-link:hover,
.templatemo-nav li.admin-nav-item > a.bosturn-nav-register-link:focus,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-register-link:hover,
.templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-register-link:focus {
  background: transparent !important;
  color: #0db5c0 !important;
  text-decoration: none;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-register-link {
  background: transparent !important;
  border: 0 !important;
  color: #111 !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: flex-end;
  min-height: 34px;
  padding: 8px 4px !important;
  width: auto;
}
#responsive-menu ul li.admin-nav-item a.bosturn-nav-register-link:hover,
#responsive-menu ul li.admin-nav-item a.bosturn-nav-register-link:focus {
  background: transparent !important;
  color: #0db5c0 !important;
}
@media (min-width: 768px) {
  .templatemo-nav { padding-right: 230px; }
  .templatemo-nav .menu-holder .signup-nav-item {
    position: absolute !important;
    right: 20px !important;
    top: 31px;
    z-index: 5100;
  }
  .templatemo-nav .menu-holder .bosturn-nav-session-item {
    position: absolute !important;
    right: 104px !important;
    top: 31px;
    z-index: 5100;
  }
  .templatemo-nav .menu-holder .bosturn-nav-admin-item {
    position: absolute !important;
    right: 146px !important;
    top: 31px;
    z-index: 5100;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-session-item,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-admin-item {
    top: 12px;
  }
}
/* Header signup next to community */
.templatemo-nav .menu-holder .signup-nav-item {
  display: inline-block;
  float: none;
  position: static !important;
}
.templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link,
.templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link {
  color: #111 !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  line-height: 82px;
  padding: 0 10px !important;
  text-decoration: none;
}
.templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link {
  line-height: 60px;
}
.templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link:hover,
.templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link:focus,
.templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link:hover,
.templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link:focus {
  background: transparent !important;
  color: #0db5c0 !important;
  text-decoration: none;
}
@media (min-width: 768px) {
  .templatemo-nav { padding-right: 150px; }
}
/* Header signup menu matches standard nav */
.templatemo-nav .menu-holder .signup-nav-item {
  display: inline-block;
  list-style: none;
  position: static !important;
}
.templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 50px !important;
  color: #9b9b9b !important;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  height: auto;
  line-height: normal;
  padding: 10px 30px !important;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  width: auto;
}
.templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link {
  background-color: transparent !important;
  color: #9b9b9b !important;
  line-height: normal;
  padding: 5px 15px !important;
}
#responsive-menu ul li.signup-nav-item a.bosturn-nav-register-link {
  background-color: #454545 !important;
  border-radius: 4px !important;
  color: #fff !important;
  display: block;
  font-size: inherit;
  font-weight: inherit;
  padding: 12px 18px !important;
  text-transform: uppercase;
}
#responsive-menu ul li.signup-nav-item:hover a.bosturn-nav-register-link,
#responsive-menu ul li.signup-nav-item.active a.bosturn-nav-register-link,
#responsive-menu ul li.signup-nav-item a.bosturn-nav-register-link:hover,
#responsive-menu ul li.signup-nav-item a.bosturn-nav-register-link:focus,
#responsive-menu ul li.signup-nav-item a.bosturn-nav-register-link:active,
.templatemo-nav .menu-holder .signup-nav-item:hover > a.bosturn-nav-register-link,
.templatemo-nav .menu-holder .signup-nav-item.active > a.bosturn-nav-register-link,
.templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link:hover,
.templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link:focus,
.templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link:active,
.templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item:hover > a.bosturn-nav-register-link,
.templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item.active > a.bosturn-nav-register-link,
.templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link:hover,
.templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link:focus,
.templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link:active {
  background-color: #0db5c0 !important;
  color: #fff !important;
  text-decoration: none;
}
/* Admin vote title usage controls */
.bosturn-vote-title-choice-row {
  align-items: stretch;
  display: flex;
  gap: 8px;
  margin: 0 0 10px;
}
.bosturn-vote-title-choice {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0;
  padding: 5px 10px;
}
.bosturn-vote-title-choice-row .bosturn-vote-title-add {
  align-self: stretch;
  min-height: 0;
  padding: 5px 12px;
}
.bosturn-vote-title-choice strong {
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  margin-right: 4px;
}
.bosturn-vote-title-choice label {
  align-items: center;
  display: inline-flex !important;
  gap: 6px;
  margin: 0 !important;
  min-height: 22px;
}
.bosturn-vote-title-choice input {
  margin: 0;
}
.bosturn-vote-flat-mode[hidden],
.bosturn-vote-title-mode[hidden] {
  display: none !important;
}
.bosturn-vote-option-mode-head,
.bosturn-vote-title-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin: 0 0 12px;
}
.bosturn-vote-option-mode-head span {
  color: #374151;
  font-size: 13px;
  font-weight: 400;
}
.bosturn-vote-title-toolbar {
  justify-content: flex-start;
}
.bosturn-vote-title-sections {
  display: grid;
  gap: 14px;
}
.bosturn-vote-title-section {
  background: #fff;
  border: 1px solid #dbe1e8;
  padding: 12px;
}
.bosturn-vote-title-box {
  background: #f8fafc;
  border: 1px solid #dbe1e8;
  padding: 12px;
}
.bosturn-vote-title-box label {
  margin: 0 !important;
}
.bosturn-vote-title-option-toolbar {
  margin: 14px 0 10px 10px;
}
.bosturn-vote-title-section .js-vote-title-option-rows {
  margin-left: 10px;
}
.bosturn-vote-title-section .js-vote-title-option-rows .bosturn-vote-option-row {
  grid-template-columns: minmax(180px, 1fr) auto;
}
.bosturn-vote-title-add,
.bosturn-vote-title-option-add {
  background: #111827;
  border: 0;
  color: #fff;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  min-height: 36px;
  padding: 8px 14px;
}
.bosturn-vote-title-add:hover,
.bosturn-vote-title-add:focus,
.bosturn-vote-title-option-add:hover,
.bosturn-vote-title-option-add:focus {
  background: #0db5c0;
}
.bosturn-vote-title-remove {
  background: transparent;
  border: 1px solid #d1d5db;
  color: #b91c1c;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  min-height: 36px;
  padding: 8px 14px;
}
.bosturn-vote-title-remove:hover,
.bosturn-vote-title-remove:focus {
  background: #fef2f2;
  border-color: #fecaca;
}
@media screen and (max-width: 767px) {
  .bosturn-vote-title-choice-row,
  .bosturn-vote-title-choice,
  .bosturn-vote-title-toolbar,
  .bosturn-vote-option-mode-head { align-items: stretch; flex-direction: column; }
  .bosturn-vote-title-option-toolbar,
  .bosturn-vote-title-section .js-vote-title-option-rows { margin-left: 10px; }
}
/* Home schedule preview fixed layout */
.boston-schedule-preview .bosturn-home-schedule-head {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 18px !important;
  justify-content: flex-start !important;
  padding-left: 8px !important;
}
.boston-schedule-preview .bosturn-home-schedule-head h2 {
  flex: 0 0 auto !important;
  margin: 0 !important;
}
.boston-schedule-preview .bosturn-home-schedule-link {
  align-items: center !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 16.25px !important;
  margin: 0 !important;
  position: relative !important;
  top: 3px !important;
  transform: scale(0.8) !important;
  transform-origin: left center !important;
  width: auto !important;
  white-space: nowrap !important;
}
.boston-schedule-preview .bosturn-home-schedule-layout {
  align-items: flex-start !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.boston-schedule-preview .bosturn-home-schedule-main {
  padding-left: 80px !important;
}
.boston-schedule-preview .boston-timeline-event {
  grid-template-columns: 18px minmax(0, 1fr) !important;
}
.boston-schedule-preview .boston-timeline-date {
  color: #111 !important;
  display: block !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  grid-column: 1 !important;
  line-height: 1.45 !important;
  white-space: nowrap !important;
}
.boston-schedule-preview .boston-timeline-date-line {
  display: block !important;
}
.boston-schedule-preview .boston-timeline-date-line--tilde {
  left: -5px !important;
  padding-left: 0 !important;
  position: relative !important;
  text-align: center !important;
  width: 96px !important;
}
.boston-schedule-preview .boston-timeline-summary {
  align-items: center !important;
  column-gap: 12px !important;
  display: grid !important;
  grid-column: 2 / -1 !important;
  grid-template-columns: 118px minmax(0, max-content) auto !important;
  row-gap: 2px !important;
}
.boston-schedule-preview .boston-timeline-underlined {
  grid-column: 2 !important;
}
.boston-schedule-preview .boston-timeline-status {
  grid-column: 3 !important;
}
.boston-schedule-preview .bosturn-home-my-schedule {
  display: block !important;
  padding-top: 0 !important;
  transform: translate(-100px, 12px) !important;
}
.boston-schedule-preview .bosturn-my-schedule-notebook {
  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid rgba(83, 83, 83, 0.14) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  color: #111 !important;
  min-height: 250px !important;
  overflow: hidden !important;
  padding: 24px 22px 24px 28px !important;
  position: relative !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}
.boston-schedule-preview .bosturn-my-schedule-notebook:hover,
.boston-schedule-preview .bosturn-my-schedule-notebook:focus-within {
  border-color: #cbd5e1 !important;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1) !important;
  transform: translateY(-3px) !important;
}
.boston-schedule-preview .bosturn-my-schedule-notebook::before {
  background: linear-gradient(90deg, #535353 0%, #0db5c0 100%) !important;
  content: "" !important;
  display: block !important;
  height: 4px !important;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}
.boston-schedule-preview .bosturn-my-schedule-notebook h3 {
  color: #535353 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.3 !important;
  margin: 0 0 16px !important;
  padding-left: 0 !important;
}
.boston-schedule-preview .bosturn-my-schedule-empty {
  color: #666 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}
.boston-schedule-preview .bosturn-my-schedule-list {
  display: grid !important;
  gap: 10px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.boston-schedule-preview .bosturn-my-schedule-list li {
  margin: 0 !important;
}
.boston-schedule-preview .bosturn-my-schedule-list a {
  color: #111 !important;
  display: grid !important;
  gap: 2px !important;
  padding: 2px 0 9px !important;
  text-decoration: none !important;
}
.boston-schedule-preview .bosturn-my-schedule-list a:hover,
.boston-schedule-preview .bosturn-my-schedule-list a:focus {
  color: #0db5c0 !important;
  text-decoration: none !important;
}
.boston-schedule-preview .bosturn-my-schedule-list span {
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}
.boston-schedule-preview .bosturn-my-schedule-list strong {
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}
.boston-schedule-preview .bosturn-my-schedule-list em,
.boston-schedule-preview .bosturn-my-schedule-list small {
  color: #555 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}
.boston-schedule-preview .bosturn-my-schedule-main-line {
  align-items: baseline !important;
  display: flex !important;
  gap: 6px !important;
  min-width: 0 !important;
}
.boston-schedule-preview .bosturn-my-schedule-dot {
  background: #fff !important;
  border: 2px solid #111 !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  flex: 0 0 10px !important;
  height: 10px !important;
  margin-left: 10px !important;
  margin-top: 3px !important;
  width: 10px !important;
}
.boston-schedule-preview .bosturn-my-schedule-date {
  color: #666 !important;
  flex: 0 0 auto !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}
.boston-schedule-preview .bosturn-my-schedule-title {
  color: #111 !important;
  display: inline !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  min-width: 0 !important;
}
.boston-schedule-preview .bosturn-my-schedule-labels {
  display: block !important;
  padding-left: 28px !important;
}
@media screen and (max-width: 767px) {
  .boston-schedule-preview .bosturn-home-schedule-head {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding-left: 8px !important;
  }
  .boston-schedule-preview .bosturn-home-schedule-main {
    padding-left: 15px !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    width: auto !important;
  }
  .boston-schedule-preview .bosturn-home-my-schedule {
    padding-top: 18px !important;
    transform: none !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    width: auto !important;
  }
  .boston-schedule-preview .bosturn-my-schedule-notebook {
    min-height: 0 !important;
    padding: 22px 18px 20px !important;
  }
}
/* Admin vote title delete button inside title box */
.bosturn-vote-title-section .bosturn-vote-title-box {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}
.bosturn-vote-title-section .bosturn-vote-title-box label {
  min-width: 0;
}
.bosturn-vote-option-row .bosturn-vote-option-remove,
.bosturn-vote-title-section .bosturn-vote-title-box .bosturn-vote-title-remove {
  justify-self: end;
  min-height: 40px;
  padding: 8px 14px;
  white-space: nowrap;
}
.bosturn-vote-option-row .bosturn-vote-option-remove {
  align-self: end;
}
@media screen and (max-width: 767px) {
  .bosturn-vote-title-section .bosturn-vote-title-box {
    grid-template-columns: 1fr;
  }
  .bosturn-vote-title-section .bosturn-vote-title-box .bosturn-vote-title-remove {
    justify-self: stretch;
  }
}
/* Admin schedule calendar events must stay left aligned. Public schedule keeps centered pills. */
.bosturn-admin-schedule-board .bosturn-calendar-dot.bosturn-calendar-admin-event,
.bosturn-admin-schedule-board .bosturn-calendar-admin-event {
  align-items: center !important;
  display: flex !important;
  justify-content: flex-start !important;
  text-align: left !important;
}
.bosturn-admin-schedule-board .bosturn-calendar-admin-event .bosturn-calendar-event-title-link,
.bosturn-admin-schedule-board .bosturn-calendar-event-title-link {
  display: block !important;
  flex: 1 1 auto !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  text-align: left !important;
}
.bosturn-admin-schedule-board .bosturn-calendar-admin-event .bosturn-calendar-vote-status {
  flex: 0 0 auto !important;
}
/* Sticky header final alignment */
@media (min-width: 768px) {
  .templatemo-nav-container.sticky .templatemo-nav {
    box-sizing: border-box !important;
    height: 60px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav > .menu-holder,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li {
    height: 60px !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li > a:not(.bosturn-nav-icon-badge),
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link {
    align-items: center !important;
    display: inline-flex !important;
    height: 60px !important;
    line-height: 60px !important;
    box-sizing: border-box !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-session-item,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-admin-item {
    top: 11px !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:hover,
  .templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge:focus {
    color: #722f37 !important;
  }
}
/* Header text menu badge final style */
@media (min-width: 768px) {
  .templatemo-nav .menu-holder > li > a:not(.bosturn-nav-icon-badge),
  .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li > a:not(.bosturn-nav-icon-badge),
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link {
    border-radius: 10px !important;
    padding: 5px 20px !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li:not(.admin-nav-item) {
    align-items: center !important;
    display: inline-flex !important;
    height: 60px !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li > a:not(.bosturn-nav-icon-badge),
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .signup-nav-item > a.bosturn-nav-register-link {
    height: auto !important;
    line-height: normal !important;
    min-height: 0 !important;
  }
}
/* Header text menu typography final style */
@media (min-width: 768px) {
  .templatemo-nav .menu-holder > li > a:not(.bosturn-nav-icon-badge),
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li > a:not(.bosturn-nav-icon-badge) {
    color: #333 !important;
    font-size: 15px !important;
  }
  .templatemo-nav .menu-holder > li:hover > a:not(.bosturn-nav-icon-badge),
  .templatemo-nav .menu-holder > li.active > a:not(.bosturn-nav-icon-badge),
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li:hover > a:not(.bosturn-nav-icon-badge),
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.active > a:not(.bosturn-nav-icon-badge) {
    color: #fff !important;
  }
}
/* Header BOSTURN home menu final style */
@media (min-width: 768px) {
  .templatemo-nav .menu-holder > li.bosturn-nav-home-item > a.bosturn-nav-home-link,
  .templatemo-nav .menu-holder > li.bosturn-nav-home-item.active > a.bosturn-nav-home-link,
  .templatemo-nav .menu-holder > li.bosturn-nav-home-item > a.bosturn-nav-home-link:focus,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.bosturn-nav-home-item > a.bosturn-nav-home-link,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.bosturn-nav-home-item.active > a.bosturn-nav-home-link,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.bosturn-nav-home-item > a.bosturn-nav-home-link:focus {
    background-color: transparent !important;
    color: #333 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
  }
  .templatemo-nav .menu-holder > li.bosturn-nav-home-item:hover > a.bosturn-nav-home-link,
  .templatemo-nav .menu-holder > li.bosturn-nav-home-item > a.bosturn-nav-home-link:hover,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.bosturn-nav-home-item:hover > a.bosturn-nav-home-link,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.bosturn-nav-home-item > a.bosturn-nav-home-link:hover {
    background-color: #0db5c0 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
  }
}
/* Header logged-in user status final style */
@media (min-width: 768px) {
  .templatemo-nav.has-user-status {
    padding-right: 330px !important;
  }
  .templatemo-nav .menu-holder .bosturn-nav-session-item {
    position: absolute !important;
    right: 20px !important;
    top: 31px !important;
    z-index: 5100;
  }
  .templatemo-nav .menu-holder .bosturn-nav-admin-item {
    position: absolute !important;
    right: 48px !important;
    top: 31px !important;
    z-index: 5100;
  }
  .templatemo-nav .menu-holder .bosturn-nav-user-status-item {
    align-items: center !important;
    display: inline-flex !important;
    height: 36px !important;
    justify-content: center !important;
    list-style: none;
    position: absolute !important;
    right: 58px !important;
    top: 31px !important;
    transform: none !important;
    z-index: 5090;
  }
  .templatemo-nav .menu-holder .bosturn-nav-user-status-item.has-admin-icon {
    right: 100px !important;
  }
  .templatemo-nav .menu-holder .bosturn-nav-user-status-text {
    align-items: center !important;
    color: #333;
    display: inline-flex !important;
    font-size: 14px;
    font-weight: 600;
    height: 36px !important;
    line-height: normal !important;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-session-item,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-admin-item {
    top: 11px !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-user-status-item {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
#responsive-menu ul li.bosturn-nav-user-status-item {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  padding: 12px 18px;
}
#responsive-menu ul li.bosturn-nav-user-status-item .bosturn-nav-user-status-text {
  display: block;
  line-height: 1.4;
}
/* Header sticky full vertical centering */
@media (min-width: 768px) {
  .templatemo-nav-container.sticky .templatemo-nav {
    align-items: center !important;
    display: flex !important;
    height: 60px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav > .menu-holder {
    align-items: center !important;
    display: flex !important;
    height: 60px !important;
    margin-bottom: 0 !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li:not(.admin-nav-item),
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.bosturn-nav-user-status-item {
    align-items: center !important;
    display: inline-flex !important;
    height: 60px !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li > a:not(.bosturn-nav-icon-badge) {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: center !important;
    line-height: 1.2 !important;
    vertical-align: middle !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.bosturn-nav-home-item > a.bosturn-nav-home-link,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.bosturn-nav-home-item.active > a.bosturn-nav-home-link,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.bosturn-nav-home-item > a.bosturn-nav-home-link:focus {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: center !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-user-status-item,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-session-item,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-admin-item {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-user-status-text,
  .templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge,
  .templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge i {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: center !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }
}
/* Header sticky right icons hard center fix */
@media (min-width: 768px) {
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .admin-nav-item,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-session-item,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-admin-item,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-user-status-item {
    align-items: center !important;
    display: flex !important;
    height: 60px !important;
    justify-content: center !important;
    line-height: 60px !important;
    top: 0 !important;
    transform: none !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge {
    align-items: center !important;
    align-self: center !important;
    display: inline-flex !important;
    height: 32px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    min-height: 32px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    vertical-align: middle !important;
    width: 32px !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav li.admin-nav-item > a.bosturn-nav-icon-badge i {
    display: block !important;
    line-height: 1 !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
  }
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder .bosturn-nav-user-status-text {
    align-items: center !important;
    display: inline-flex !important;
    height: 60px !important;
    line-height: 1.2 !important;
  }
}
/* Home register complete layer */
.bosturn-home-register-complete-layer {
  align-items: center;
  background: rgba(17, 24, 39, 0.54);
  box-sizing: border-box;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 7000;
}
.bosturn-home-register-complete-panel {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
  box-sizing: border-box;
  padding: 38px 34px 30px;
  text-align: center;
  width: min(460px, 100%);
}
.bosturn-home-register-complete-title {
  color: #111827;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin: 0;
}
.bosturn-home-register-complete-email {
  align-items: center;
  background: #eef7ff;
  border-radius: 999px;
  box-sizing: border-box;
  color: #0f4c81;
  display: inline-flex;
  font-size: 17px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.35;
  margin-top: 24px;
  max-width: 100%;
  padding: 10px 16px;
  word-break: break-all;
}
.bosturn-home-register-complete-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.bosturn-home-register-complete-button {
  align-items: center;
  background: #111827;
  border: 1px solid #111827;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  min-width: 120px;
  padding: 10px 22px;
}
.bosturn-home-register-complete-button:hover,
.bosturn-home-register-complete-button:focus-visible {
  background: #374151;
  border-color: #374151;
  color: #fff;
  outline: none;
}
/* Admin vote title-level exclusive option */
.bosturn-vote-title-option-toolbar {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 12px !important;
}
.bosturn-vote-title-exclusive {
  align-items: center !important;
  color: #374151 !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  gap: 6px !important;
  margin: 0 !important;
}
.bosturn-vote-title-exclusive input {
  margin: 0 !important;
}
/* Admin sidebar collapsible member group */
.bosturn-sidebar-group { margin-bottom: 6px; }
.bosturn-sidebar-group-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #d1d5db;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 700;
  justify-content: flex-start;
  margin: 0 0 6px;
  padding: 12px 14px;
  text-align: left;
  width: 100%;
}
.bosturn-sidebar-group-toggle span { align-items: center; display: inline-flex; gap: 10px; }
.bosturn-sidebar-group-toggle i { width: 18px; }
.bosturn-sidebar-group-toggle b { font-size: 18px; font-weight: 900; line-height: 1; transition: transform .18s ease; }
.bosturn-sidebar-group.is-open .bosturn-sidebar-group-toggle b { transform: none; }
.bosturn-sidebar-group-toggle:hover,
.bosturn-sidebar-group-toggle:focus { background: rgba(13,181,192,.18); color: #fff; outline: none; }
.bosturn-sidebar-submenu { display: none; margin: -2px 0 8px 28px; }
.bosturn-sidebar-group.is-open .bosturn-sidebar-submenu { display: block; }
.bosturn-dashboard-sidebar .bosturn-sidebar-submenu a { font-size: 13px; margin-bottom: 4px; padding: 9px 12px; }
.bosturn-dashboard-sidebar .bosturn-sidebar-submenu i { width: 16px; }

/* Home hero BOSTURN logo gradient glow only */
.bosturn-hero-logo-mark {
  animation: bosturnLogoGradientGlow 11.08s ease-in-out infinite;
  background:
    radial-gradient(circle at 22% 28%, rgba(255,255,255,.82) 0 1.4%, rgba(255,238,165,.42) 2.8%, transparent 8%),
    radial-gradient(circle at 72% 64%, rgba(255,246,205,.54) 0 1.2%, transparent 7%),
    linear-gradient(115deg, #ffffff 0%, #f5fbfc 13%, #62b9c4 30%, #6d8ed3 44%, #8b3441 60%, #d7b64e 75%, #ffe79a 86%, #fff7d8 94%, #ffffff 100%);
  background-blend-mode: screen, screen, normal;
  background-size: 180% 180%, 210% 210%, 300% 300%;
  filter: drop-shadow(0 0 7px rgba(98,185,196,.20)) drop-shadow(0 0 12px rgba(139,52,65,.13)) drop-shadow(0 0 13px rgba(215,182,78,.24));
  will-change: background-position, filter, opacity;
}
@keyframes bosturnLogoGradientGlow {
  0%, 100% {
    background-position: 0% 52%, 88% 36%, 0% 52%;
    filter: drop-shadow(0 0 6px rgba(255,255,255,.30)) drop-shadow(0 0 11px rgba(98,185,196,.15)) drop-shadow(0 0 10px rgba(215,182,78,.18));
    opacity: .95;
  }
  36% {
    background-position: 78% 24%, 32% 72%, 100% 44%;
    filter: drop-shadow(0 0 10px rgba(98,185,196,.34)) drop-shadow(0 0 15px rgba(109,142,211,.18)) drop-shadow(0 0 12px rgba(255,231,154,.22));
    opacity: .98;
  }
  62% {
    background-position: 34% 86%, 96% 18%, 58% 100%;
    filter: drop-shadow(0 0 10px rgba(139,52,65,.30)) drop-shadow(0 0 17px rgba(215,182,78,.34));
    opacity: .98;
  }
  82% {
    background-position: 100% 42%, 18% 84%, 16% 78%;
    filter: drop-shadow(0 0 11px rgba(215,182,78,.52)) drop-shadow(0 0 18px rgba(255,231,154,.34)) drop-shadow(0 0 12px rgba(255,255,255,.25));
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bosturn-hero-logo-mark {
    animation: none;
    background-position: 50% 50%;
  }
}

/* Admin vote option builder font adjustments */
.bosturn-vote-option-add,
.bosturn-vote-title-add,
.bosturn-vote-title-option-add {
  font-size: 16px !important;
}
.bosturn-vote-option-exclusive,
.bosturn-vote-title-exclusive {
  font-size: 13px !important;
}
/* Admin vote option builder aligned controls */
.bosturn-vote-title-choice-row {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
}
.bosturn-vote-title-choice-row .bosturn-vote-title-add,
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add,
.bosturn-vote-option-mode-head .bosturn-vote-option-add {
  box-sizing: border-box;
  justify-self: end;
  min-width: 0;
  text-align: center;
  width: 132px;
}
.bosturn-vote-option-mode-head,
.bosturn-vote-title-option-toolbar {
  align-items: center !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: minmax(0, 1fr) 132px;
  margin: 10px 0 10px !important;
}
.bosturn-vote-title-option-toolbar .bosturn-vote-title-exclusive {
  justify-self: end;
}
.bosturn-vote-option-mode-head span {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}
.bosturn-vote-title-section {
  border-radius: 8px;
}
.bosturn-vote-title-box {
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .bosturn-vote-title-choice-row,
  .bosturn-vote-option-mode-head,
  .bosturn-vote-title-option-toolbar {
    grid-template-columns: 1fr;
  }
  .bosturn-vote-title-choice-row .bosturn-vote-title-add,
  .bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add,
  .bosturn-vote-option-mode-head .bosturn-vote-option-add,
  .bosturn-vote-title-option-toolbar .bosturn-vote-title-exclusive {
    justify-self: start;
  }
}
/* admin-vote-title-add-left-align-12px */
.bosturn-vote-title-choice-row .bosturn-vote-title-add {
  margin-right: 12px;
}
/* admin-vote-title-choice-height-match */
.bosturn-vote-title-choice-row {
  align-items: center !important;
}
.bosturn-vote-title-choice-row .bosturn-vote-title-add {
  align-self: center !important;
  height: 36px;
  line-height: 1.2;
  min-height: 36px;
  padding-bottom: 7px;
  padding-top: 7px;
}
.bosturn-vote-title-choice {
  min-height: 36px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.bosturn-vote-title-choice label {
  min-height: 20px;
  padding-bottom: 2px;
  padding-top: 2px;
}
/* admin-vote-title-choice-box-36px */
.bosturn-vote-title-choice {
  box-sizing: border-box;
  height: 36px;
  min-height: 36px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.bosturn-vote-title-choice label {
  box-sizing: border-box;
  min-height: 18px;
  padding-bottom: 1px;
  padding-top: 1px;
}
/* admin-vote-title-choice-button-visual-align */
.bosturn-vote-title-choice-row {
  gap: 10px !important;
}
.bosturn-vote-title-choice-row .bosturn-vote-title-add,
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add {
  box-sizing: border-box !important;
  height: 36px !important;
  line-height: 18px !important;
  min-height: 36px !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}
.bosturn-vote-title-choice {
  align-items: center !important;
  box-sizing: border-box !important;
  height: 36px !important;
  min-height: 36px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.bosturn-vote-title-choice strong,
.bosturn-vote-title-choice label {
  align-items: center !important;
  display: inline-flex !important;
  line-height: 18px !important;
  min-height: 18px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.bosturn-vote-title-choice input {
  flex: 0 0 auto;
}
/* admin-vote-title-choice-gap-match */
.bosturn-vote-title-choice-row {
  column-gap: 10px !important;
  gap: 10px !important;
}
.bosturn-vote-title-choice-row .bosturn-vote-title-add {
  margin-right: 0 !important;
}
/* admin-vote-title-choice-width-minus10 */
.bosturn-vote-title-choice {
  justify-self: start !important;
  width: calc(100% - 10px) !important;
}
.bosturn-vote-title-choice-row .bosturn-vote-title-add {
  transform: translateX(-10px) !important;
}
/* admin-vote-title-add-right-edge-align */
.bosturn-vote-title-choice-row .bosturn-vote-title-add {
  transform: translateX(-12px) !important;
}
/* admin-vote-option-add-width-lock */
.bosturn-vote-title-option-toolbar {
  grid-template-columns: minmax(0, 1fr) 132px !important;
}
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add {
  box-sizing: border-box !important;
  justify-self: end !important;
  max-width: 132px !important;
  min-width: 132px !important;
  width: 132px !important;
}
/* admin-vote-add-buttons-rounded */
.bosturn-vote-title-choice-row .bosturn-vote-title-add,
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add {
  border-radius: 999px !important;
  box-shadow: none;
  overflow: hidden;
}
.bosturn-vote-title-choice-row .bosturn-vote-title-add:hover,
.bosturn-vote-title-choice-row .bosturn-vote-title-add:focus,
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add:hover,
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add:focus {
  border-radius: 999px !important;
}
/* admin-vote-rounded-add-position-align */
.bosturn-vote-title-choice-row .bosturn-vote-title-add,
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add {
  box-sizing: border-box !important;
  max-width: 132px !important;
  min-width: 132px !important;
  width: 132px !important;
}
.bosturn-vote-title-choice-row .bosturn-vote-title-add {
  justify-self: end !important;
  transform: translateX(-14px) !important;
}
/* admin-vote-option-add-shift-right */
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add {
  transform: translateX(2px) !important;
}
/* admin-vote-option-add-shift-left-1px */
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add,
.bosturn-vote-option-mode-head .bosturn-vote-option-add {
  transform: translateX(-1px) !important;
}
/* admin-vote-option-add-shift-left-1-5px */
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add,
.bosturn-vote-option-mode-head .bosturn-vote-option-add {
  transform: translateX(-1.5px) !important;
}
/* Admin member layer title and close button alignment */
#admin-user-layer .bosturn-layer-header strong {
  font-size: 18px;
}
#admin-user-layer .bosturn-layer-header .bosturn-layer-close-x,
.bosturn-public-event-panel .bosturn-layer-header .bosturn-layer-close-x {
  align-items: center;
  display: inline-flex;
  font-size: 30px;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  line-height: 1;
  margin-left: auto;
  padding: 0;
  text-decoration: none;
  width: 34px;
}
#admin-user-layer .bosturn-layer-header .bosturn-layer-close-x:hover,
#admin-user-layer .bosturn-layer-header .bosturn-layer-close-x:focus-visible,
.bosturn-public-event-panel .bosturn-layer-header .bosturn-layer-close-x:hover,
.bosturn-public-event-panel .bosturn-layer-header .bosturn-layer-close-x:focus-visible {
  background: rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}
/* Admin vote title exclusive checkbox shift left */
.bosturn-vote-title-exclusive {
  transform: translateX(-10px) !important;
}
/* Admin vote title exclusive checkbox align with option rows */
.bosturn-vote-title-option-toolbar .bosturn-vote-title-exclusive {
  justify-self: start !important;
  transform: none !important;
}
/* Admin vote item add buttons smaller and exclusive checkbox right 10px */
.bosturn-vote-option-mode-head .bosturn-vote-option-add,
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add {
  font-size: 14px !important;
  height: 32px !important;
  line-height: 16px !important;
  min-height: 32px !important;
  max-width: 118px !important;
  padding: 6px 11px !important;
}
.bosturn-vote-option-mode-head .bosturn-vote-option-add {
  width: auto !important;
}
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add {
  width: 118px !important;
}
.bosturn-vote-title-option-toolbar .bosturn-vote-title-exclusive {
  transform: translateX(10px) !important;
}
/* Admin vote group/item add buttons smaller and exclusive checkbox right 3px */
.bosturn-vote-title-choice-row .bosturn-vote-title-add,
.bosturn-vote-option-mode-head .bosturn-vote-option-add,
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add {
  font-size: 14px !important;
  height: 32px !important;
  line-height: 16px !important;
  min-height: 32px !important;
  max-width: 108px !important;
  padding: 6px 10px !important;
}
.bosturn-vote-title-choice-row .bosturn-vote-title-add,
.bosturn-vote-title-option-toolbar .bosturn-vote-title-option-add {
  width: 108px !important;
}
.bosturn-vote-option-mode-head .bosturn-vote-option-add {
  width: auto !important;
}
.bosturn-vote-title-option-toolbar .bosturn-vote-title-exclusive {
  transform: translateX(3px) !important;
}
/* Home header: keep fixed navigation anchored to the viewport top */
.templatemo-nav-container {
  top: 0;
  left: 0;
}
/* Home sticky header rounded ends */
@media (min-width: 768px) {
  .templatemo-nav-container.sticky .templatemo-white-bg {
    border-radius: 0 0 36px 36px;
    overflow: hidden;
  }
}
/* Home top padding white fill: prevent black band while sticky header overlaps */
@media (min-width: 768px) {
  #home {
    position: relative;
  }
  #home::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 1170px;
    max-width: 100%;
    height: 165px;
    background: #fff;
    transform: translateX(-50%);
    pointer-events: none;
  }
  #home > .container {
    position: relative;
    z-index: 1;
  }
}
/* Home top white fill alignment: overlap sticky header curve cleanly */
@media (min-width: 768px) {
  #home::before {
    top: -80px !important;
    height: 245px !important;
    background: #fff !important;
  }
}
/* Admin vote exclusive checkbox right 10px final */
.bosturn-vote-title-option-toolbar .bosturn-vote-title-exclusive {
  transform: translateX(10px) !important;
}
/* Admin vote exclusive checkbox right 5px final */
.bosturn-vote-title-option-toolbar .bosturn-vote-title-exclusive {
  transform: translateX(5px) !important;
}
/* Admin vote exclusive checkbox right 15px final fix */
.bosturn-vote-title-option-toolbar .bosturn-vote-title-exclusive {
  transform: translateX(15px) !important;
}
/* Admin vote group/item labels up 2px */
.bosturn-vote-title-section .bosturn-vote-title-box label,
.bosturn-vote-option-row label.bosturn-vote-option-name {
  position: relative !important;
  top: -2px !important;
}
/* Admin vote group/item labels up 4px final */
.bosturn-vote-title-section .bosturn-vote-title-box label,
.bosturn-vote-option-row label.bosturn-vote-option-name {
  position: relative !important;
  top: -4px !important;
}
/* Admin sidebar member menu alignment */
.bosturn-sidebar-group-toggle {
  justify-content: space-between;
}
.bosturn-sidebar-group-toggle span {
  min-width: 0;
}
.bosturn-sidebar-group-toggle b {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  justify-content: center;
  margin-left: auto;
  min-width: 20px;
  text-align: center;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform .22s ease;
}
.bosturn-sidebar-group.is-open .bosturn-sidebar-group-toggle b {
  transform: rotate(45deg);
}

/* Global page top button */
.bosturn-page-top-button {
  position: fixed;
  right: max(26px, calc((100vw - 1170px) / 2 - 56px));
  bottom: 5px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .18s ease, transform .18s ease, color .18s ease;
}
.bosturn-page-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.bosturn-page-top-button i {
  display: block;
  font-size: 34px;
  line-height: 1;
}
.bosturn-page-top-button.is-visible:not(:hover):not(:focus-visible) {
  animation: bosturn-page-top-blink 1.35s ease-in-out infinite;
}
.bosturn-page-top-button:hover,
.bosturn-page-top-button:focus-visible {
  animation: none;
}
@keyframes bosturn-page-top-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .35;
  }
}
.bosturn-page-top-button:hover,
.bosturn-page-top-button:focus-visible {
  background: transparent;
  color: #0db5c0;
  outline: none;
}
@media screen and (max-width: 767px) {
  .bosturn-page-top-button {
    right: 16px;
    bottom: 5px;
    width: 44px;
    height: 44px;
  }
}
.bosturn-page-top-button i {
    display: block;
    font-size: 34px;
    line-height: 1;
}
.bosturn-page-top-button.is-visible:not(:hover):not(:focus-visible) {
  animation: bosturn-page-top-blink 1.35s ease-in-out infinite;
}
.bosturn-page-top-button:hover,
.bosturn-page-top-button:focus-visible {
  animation: none;
}
@keyframes bosturn-page-top-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .35;
  }
}

/* Remove browser focus outline from clicked links */
a:focus,
a:active {
  outline: none !important;
  box-shadow: none !important;
}
/* Header admin/logout icon visual spacing fix */
@media (min-width: 768px) {
  .templatemo-nav .menu-holder > li.admin-nav-item.bosturn-nav-session-item,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.admin-nav-item.bosturn-nav-session-item {
    right: 20px !important;
  }

  .templatemo-nav .menu-holder > li.admin-nav-item.bosturn-nav-admin-item,
  .templatemo-nav .menu-holder > li.admin-nav-item.bosturn-nav-admin-item:nth-last-child(2),
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.admin-nav-item.bosturn-nav-admin-item,
  .templatemo-nav-container.sticky .templatemo-nav .menu-holder > li.admin-nav-item.bosturn-nav-admin-item:nth-last-child(2) {
    right: 54px !important;
  }
}
/* Schedule public vote login-required message color fix */
.bosturn-public-event-panel .bosturn-vote-box .bosturn-vote-login-required,
.bosturn-vote-box .bosturn-vote-login-required,
p.bosturn-vote-login-required {
  color: #d60000 !important;
}
/* Board/community left submenu border and row height final fix */
.bosturn-board-submenu {
  border-color: #0db5c0 !important;
}
.bosturn-board-submenu__item {
  border-top-color: #e5e7eb !important;
}
.bosturn-board-submenu__link {
  height: 40px !important;
  min-height: 40px !important;
}
/* Admin schedule calendar day height */
.bosturn-admin-schedule-board .bosturn-calendar-day {
  min-height: 100px !important;
}
/* Schedule upcoming event telegram icon */
.bosturn-calendar-future-icon {
  color: #fff;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1;
  margin-left: auto;
}
.bosturn-calendar-future-share-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
}
.bosturn-calendar-future-share-link:hover,
.bosturn-calendar-future-share-link:focus {
  color: #fff;
  opacity: .82;
  text-decoration: none;
}
.bosturn-calendar-future-share-link .bosturn-calendar-future-icon {
  margin-left: 0;
}
.bosturn-calendar-dot:not(.bosturn-calendar-admin-event) {
  position: relative;
  padding-right: 22px;
}
.bosturn-calendar-dot:not(.bosturn-calendar-admin-event) .bosturn-calendar-event-title-text {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bosturn-calendar-dot:not(.bosturn-calendar-admin-event) .bosturn-calendar-future-icon {
  margin-left: 0;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
/* Desktop subpage sticky transition: keep the same centered canvas as home */
@media (min-width: 768px) {
  .boston-page {
    position: relative;
  }
  .boston-page::before {
    background: #fff;
    content: "";
    height: 145px;
    left: 50%;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 1170px;
    z-index: 0;
  }
  .boston-page > .container {
    position: relative;
    z-index: 1;
  }
}
