body {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  margin: 0;
}

h1 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}

h2 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
}

h3 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
}

ul {
  padding-inline-start: 2.8125em;
}

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  width:100%;
}

blockquote {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 1.875em;
  margin-inline-end: 1.875em;
}

summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

abbr[title] {
  text-decoration: none;
  -webkit-text-decoration-line: none;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

/*--------------------------------------------------------------
# Formatting
--------------------------------------------------------------*/

.expandable-link {
  text-decoration: underline !important;
  -webkit-text-decoration-line: underline;
}

a:hover,
nav ul li a,
.products-index a,
.dropdown-content a {
  -webkit-text-decoration-line: none !important;
  text-decoration: none !important;
}

#newsletter p:first-child, 
#notifications p:first-child,
.footer-tile-left p:first-child,
.footer-tile-right p:first-child,
.borderedbox p:first-child,
figcaption p:first-child, 
details p {
  margin-top:0;
}

#newsletter p:last-child, 
#notifications p:last-child,
.footer-tile-left p:last-child,
.footer-tile-right p:last-child,
figcaption p:last-child {
  margin-bottom:0;
}

.title p:first-child,
.title p:last-child {
  margin-top:0;
  margin-bottom:0;
}

.table-right p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.products-wrapper .category-info p {
  margin-block-start: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.container {
  background-color: #fff;
  z-index: 1;
}

header .logo-large, .logo-wide {
  display: none;
}

header .logo-small {
  width: 100%;
  margin: .5em 0 .6em 0;
}

header .mobile-menu-open, header #navbar .mobile-menu-close {
  position: fixed;
  top: .6rem;
  right: .6rem;
  cursor: pointer;
  width: 1.625em;
}

header .mobile-menu-open {
  z-index: 2;
}

header #navbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 3;
}

header #navbar .mobile-menu-close {
  z-index: 4;
}

header #navbar nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;;
  height: 95vh;
  padding: 3vh;
  background-color: #fff;
  flex-direction: column;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  margin-bottom: 1em;
}

nav ul li ul {
  margin-left: 7%;
}

nav ul li ul li {
  margin-top: 1em;
}

#searchform {
  margin-left: 0;
  margin-bottom: 7em;
  margin-top: auto;
}

input[type="search"] {
  padding: 0;
  margin: 0 0 0 0;
  display: block;
  border: none;
  outline: none;
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: 100%;
  text-align: left;
  background: rgba(0,0,0,0);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
}

input[type="search"]:focus {
  background: rgba(0,0,0,0);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input[type="search"]::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder, /* Internet Explorer 10-11 */,
::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

::-webkit-search-cancel-button{
  display:none; 
}

input[type="search"]:-webkit-autofill,
input[type="search"]:-webkit-autofill:hover, 
input[type="search"]:-webkit-autofill:focus, 
input[type="search"]:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/

header, 
main,
#home-page section.main-column {
  padding-left: 3%;
  padding-right: 3%;
}

main {
  padding-bottom: 3em;
}

#home-page {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0
}

#home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

main#upcoming, 
main#membership, 
main#about, 
main#franchise {
  padding-top:1em;
}

/*--------------------------------------------------------------
# HOME — Screening program
--------------------------------------------------------------*/

.front-videos {
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.front-videos video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-postion: center;
  cursor: pointer;
}

.front-program {
  position: relative;
  margin-top: 100vh;
}

.front-program p {
  margin: 0 0 1em 0;
}

.front-program p:last-child  {
  margin: 0;
}

.video-caption {
  cursor:pointer;
  padding: 25px 35px;
}

.front-program ul {
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.front-program li {
  color: #fff;
  background-color: #000;
  list-style: none;
}

.front-program li:nth-last-child(2n+0) {
  color: #000;
  background-color: #fff;
}

.front-program li a {
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration-line: none;
}

.front-program li:nth-last-child(2n+0) a {
  color: #000;
}

.video-dot {
  position: absolute;
  right: 13px;
  text-align: right;
  margin-bottom: 0;
}

.video-dot div {
  content:'';
  display: none;
  color: #D3373B;
  margin: 1px auto 0 auto;
  background-color: #D3373B;
  font-size: 18.5vw;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

.video-left {
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
# HOME — Layout
--------------------------------------------------------------*/

.layout {
  min-height: calc(100vh - 678px);
  padding-bottom: 3.125em;
}

.layout .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.layout .row .column-width-6, 
.layout .row .column-width-12 {
  width: 100%;
  margin-bottom: 2em;
}

.event-link {
  text-decoration: none !important;
  -webkit-text-decoration-line: none;
}

.layout-block {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.right {
  justify-content: flex-end;
}

.top {
  align-items: flex-start !important;
}

figure div.right {
  display: flex;
  justify-content: flex-end;
  }

.hover-block {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.hover-image {
  display: none;
}

.hover-block:hover .main-image {
  display: none;
}

.hover-block:hover .hover-image {
  display: block;
}

/*--------------------------------------------------------------
# HOME — Footer
--------------------------------------------------------------*/

footer {
  margin-bottom: 1.5625em;
}

footer #footer-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
}

footer #footer-tiles .footer-tile-left,
footer #footer-tiles .footer-tile-right {
  min-height: 12.7em;
  padding: .6em 1.6em .6em .7em;
  border: .0625em solid #000;
  margin-bottom: 1.5em;
}

footer #footer-tiles .footer-tile-right {
  background: #000;
  color: #fff;
}

footer nav ul li {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# HOME — Sidebar
--------------------------------------------------------------*/

#newsletter, 
#notifications {
  padding: 1em 1.2em 1.1em 1.2em;
}

#newsletter {
  background-color: #FF4B00;
}

#newsletter form {
  margin-top: .1875em;
  margin-block-end: 3.4375em;
}

#newsletter input:not([type]), 
#newsletter input[type="text"], 
#newsletter input:not([type]), 
#newsletter input[type="email"] {
  background: transparent;
  font-family: 'Arial', sans-serif;
  font-size: 100%;
  color: #000;
  border: .0625em solid #000;
  padding: .1875em;
  outline: none !important;
  border-radius: 0;
}

#newsletter button {
  font-family: 'Arial', sans-serif;
  font-size: 100%;
  background-color: transparent;
  border: 0 !important;
  outline: none !important;
  margin-top: .625em;
  padding: 0;
  cursor: pointer;
}

#notifications {
  background-color: #828282;
}

.hide-mobile {
  display: none;
}

/*--------------------------------------------------------------
# Filter
--------------------------------------------------------------*/

.filter {
  position: relative;
  text-align: right;
}

.filter .dropdown {
  overflow: hidden;
  width: auto;
  display: inline-block;
}

.filter .dropdown .dropdown-button {
  margin: 0;
  cursor: pointer;
}

.filter .dropdown .dropdown-button .dropdown-button-arrow {
  width: 1em;
  display: inline-block;
}

.filter .dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #000;
  color: #fff;
  z-index: 9999;
  padding: .3em;
}

.filter .dropdown .dropdown-content a {
  color: #fff;
  display: block;
  text-align: right;
}

.filter .dropdown:hover .dropdown-content {
  display: block;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

.events-wrapper {
  margin-top: 1.6em;
  margin-bottom: 1em;
}

.events-wrapper .category-info {
  margin-top: 1.4em;
  margin-bottom: 2em;
}

#current .events-wrapper {
  margin-top: 4.7em;
}

details summary.event-title {
  border-top: .0625em solid #000;
  padding: .125em 0 1em 0;
  flex-direction: column;
}

details article.event-text {
  padding-bottom: 1.2em;
}

/*--------------------------------------------------------------
# Event
--------------------------------------------------------------*/

.event {
  padding-bottom: 1.8em;
}

.event article.event-text {
  padding-bottom: 2em;
}

/*--------------------------------------------------------------
# Membership
--------------------------------------------------------------*/

#membership .sidebar,
#membership .introduction,
#membership .members-program,
#membership .upcoming-wrapper,
#membership .past-wrapper {
  margin-bottom:3em;
}

#membership .sidebar,
#membership .upcoming-wrapper .upcoming-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}

summary.empty {
  cursor: text !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.honeypot {
    position: absolute;
    left: -9999px;
}

table {
  border-spacing: 0 4px;
  margin-top: -4px;
}

input[type="text"], input[type="email"], input[type="website"], input[type="time"], input[type="number"], input[type="submit"], textarea, button {
  background: #fff;
  color: #000 !important;
  font-family: 'Arial', sans-serif;
  font-size: 100%;
  font-weight: 400;
  border: 0.0625em solid #000;
  border-radius: 0;
  outline: none !important;
}

form input[type="text"], form input[type="email"], form input[type="time"], form input[type="number"], form input[type="website"], textarea {
  padding:8px;
}

form input[type="number"] {
  resize: none;
}

input[type="submit"], button {
  padding: .618em 1em;
  margin-top: 0;
  cursor: pointer;
}

form.registration-form table {
  padding-bottom: .5em;
}

form.registration-form td {
  vertical-align:top;
}

form.registration-form td.table-right input[type="text"], form.registration-form td.table-right input[type="email"] {
  width: 250px;
}

form.registration-form label {
  padding-right:.5em;    
}

form.member-proposal-form {
  width: calc(100% - 0.4355em);
  padding-top: 1em;
  padding-bottom: 2em;
}

form.member-proposal-form .single-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5em;
}

form.member-proposal-form .two-columns {
  display: flex;
  flex-direction: row;
  column-gap: 1.5em;
  padding-bottom: 1.5em;
}

form.member-proposal-form .two-columns div {
  width: 100%;
  display: flex;
  flex-direction: column;
}

form.member-proposal-form input, form textarea {
  margin-top: .3em;
}

form.member-proposal-form textarea {
  height: 100px;
  resize: vertical;
}

form.member-proposal-form textarea[id="programDescription"] {
  height: 500px;
}

form.member-proposal-form .radio-wrapper {
  margin-top: .4em;
}

form .radio-wrapper .radio {
  flex-wrap: nowrap;
  flex-direction: row !important;
}

form .radio-wrapper .radio label {
  padding-right:4px;
}

form input[type="radio"] {
  margin: 0;
  margin-right:3px;
  cursor: pointer;
  min-width:13px;
}

/*--------------------------------------------------------------
# Acquire
--------------------------------------------------------------*/

.cart-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1.5em;
}

.cart-wrapper button {
  border: 0;
  padding: 0;
}
.cart-wrapper button:hover {
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
}

.cart-wrapper .filter {
  padding-left: 2.25em;
  display:flex;
}

.products-index {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 3.875%;
}

.product {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
}

.product img {
  width: 100%;
  margin-bottom: 1em;
}

.product-price {
  padding-bottom: 1em;
}

.product .product-description {
  padding-bottom: .5em;
}

.product .product-description button {
  margin-top: .5em;
}

#product-page {
  padding-bottom: 3em;
}

#product-page .product-description {
  padding-bottom: .5em;
}

.soldout {
  color: #f33;
}

/*--------------------------------------------------------------
# Slideshow
--------------------------------------------------------------*/

.swiper {
  width: 100%;
  padding-bottom: 30px;
}
.swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.swiper-slide img {
  display: block;
  height:100%;
  object-fit: contain;
}
.next {
  cursor: pointer
}
.swiper-pagination {
  text-align:left;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: left;
  line-height: 20px;
  color: #000;
  opacity: 1;
  background: transparent;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0;
}
.swiper-pagination-bullet-active {
  text-decoration: underline;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom,0)
}
:focus-visible {
  outline:none;
}

/*--------------------------------------------------------------
# Code of conduct
--------------------------------------------------------------*/

.borderedbox {
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 0em;
  padding-right: .5em;
  margin-bottom: 2.25em;
  border: .0625em solid #000;
}

body.lock-position {
  overflow: hidden;
  margin: 0;
  touch-action: none;
  -ms-touch-action: none;
  height: 100vh;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 768px)  {
  details summary.event-title {
    flex-direction: row;
  }

  details .table-left {
    width: 35%;
    padding-right: 2em;
  }

  details .table-right {
    width: 65%;
  }

  footer #footer-tiles {
    flex-direction: row;
  }

  footer #footer-tiles .footer-tile-left,
  footer #footer-tiles .footer-tile-right {
    min-height: 16em;
    min-width: 10.4em;
  }

  footer #footer-tiles .footer-tile-right {
    margin-left: 1em;
  }

  footer nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }

  footer nav ul li {
    margin-right: 1.97em;
  }

  .expandable-link:hover {
    -webkit-text-decoration-line: none !important;
    text-decoration: none !important;
  }

  .swiper-slide img {
    width: auto;
  }
  .swiper-slide {
    height: 80vh !important;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
	#newsletter td {
	  display: block;
	}

	#newsletter td input {
	  max-width: 12.5em !important;
	}
}
@media only screen and (min-width:1024px)  {
  header .logo-small {
    display: none;
  }

  header .logo-large {
    display: block;
    width: 100%;
    padding: .5em 0 .6em 0;
  }

  header .mobile-menu-open, header #navbar .mobile-menu-close {
    display: none;
  }

  header #navbar {
    display: block !important;
    position: relative; 
    white-space: nowrap;
    height: auto;
  }

  header #navbar nav {
    height: auto;
    padding: 0;
    margin-bottom: 1.5em;
    flex-direction: row;
  }

  header #navbar nav #menu-home {
    display: none;
  }

  nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }

  nav ul li {
    margin-right: 1.97em;
    margin-bottom: 0;
  }

  nav ul li:hover {
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-line: underline;
  }

  nav ul li ul {
    display: none;
    margin-left: 0;
  }

  nav ul li:hover ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background-color: #000;
    color: #fff;
    padding: .3em;
    position: absolute;
    z-index: 1;
  }

  nav ul li ul li {
    margin-right: 0;
    margin-top: 0;
  }

  nav ul li ul li a {
    color: #fff;
  }

  #searchform {
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  input[type="search"] {
    text-align: right;
  }

  header, 
  main,
  #home-page section.main-column {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }

  .main-column,
  #product-page .product-description,
  #membership .introduction,
  #membership .members-program,
  #membership .upcoming-wrapper,
  #membership .past-wrapper {
    width: 64%;
    max-width: 940px;
  }
  
  #home-page {
    flex-direction: row;
  }

  #home-page aside {
    width: 25%;
    max-width: 27em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 auto;
    overflow: hidden;
  }

  #membership .introduction,
  #membership .members-program,
  #membership .upcoming-wrapper,
  #membership .past-wrapper {
    float: left;
  }

  #membership .sidebar {
    width: 33%;
    float: right;
  }

  .video-caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 0;
  }

  .video-dot {
    position: static;
    text-align: center;
    width: 77px;
    margin-bottom: 0;
  }
    
  .video-dot div {
    font-size: 100px;
    margin: 1px auto 0 auto;
  }
  
  .video-left {
    width: 25em;
    white-space: nowrap;
    margin-bottom:0;
  }
  
  .video-right {
    max-width: 700px;
    margin: 0 0 0 auto;
    padding: 0 1em;
  }

  #notifications {
    flex: 1;
  }

  .hide-mobile {
    display: block;
  }

  .layout .row {
    flex-direction: row;
    gap: 1em;
  }

  .layout .row .column-width-6 {
    width: 50%;
  }

  figure.rotate {
    display: flex;
    justify-content: space-between;
  }

  figure.rotate div {
    flex: 1 1 100%;
    min-width: 0;
  }

  figure.rotate figcaption {
    width: 4em;
    flex: 0 0 auto;
    align-self: flex-end;
    margin-bottom:2em;
    margin-left:.5em;
  }

  figure.rotate figcaption p {
    white-space: nowrap;
    transform-origin: top left;
    transform: translate(0%, 100%) rotate(-90deg);
    bottom: 0;
    left: 0;
  } 

  .product {
    width: 30.75%;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  body.lock-position {
    overflow: auto;
    height: 100%;
  }

  #membership .event-text img {
    width: 70% !important;
  }
}

@media (min-width: 1400px)  {
  header .logo-large {
    display: none;
  }

  header .logo-wide {
    display: block;
    width: 100%;
    margin: 1.7em 0 1em 0;
  }

  header {
    padding-top: 1px;
  }

  .main-column {
    width: 67%;
  }

  #home-page aside {
    width: 30%;
  }

  #newsletter td {
    display: table-cell;
  }

  #newsletter td input{
    max-width: auto;
  }

}

@media (min-width: 1700px) {  
  .main-column {
    width: 56% !important;
  }

  #home-page aside {
    width: 44% !important;
    max-width: 40em;
  }
}

@media only screen and (max-width: 767px)  {
  img {
    width: 100%;
    max-width: 100% !important;
  }
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.active .video-dot div {
  display: block;
}