:root {
  /* Fonts */
  --font-primary: "Inter", sans-serif;
  --font-heading: "Roboto Slab", serif;

  /* Colors */
  --color-primary: #7f101a;
  --color-primary-rgb: 127, 16, 26;
  --color-secondary: #2C2F3D;
  --color-secondary-rgb: 44, 47, 61;
  --color-accent: #f7f1e1;
  --color-accent-rgb: 128, 95, 0;
  --color-light-rgb: 255, 255, 255;

  /* Links */
  --color-primary-link: #475B6C;
  --color-primary-link-hover: #1f2937;

  /* Buttons */
  --color-button-primary-bg: var(--color-primary);
  --color-button-primary-hover: #99121f;
  --color-button-primary-focus: #c2414b80;
}

/* General
   ========================================================================== */
body {
  font-family: var(--font-primary);
  font-optical-sizing: auto;
  color: rgba(33, 37, 41, 0.92);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bxslider_title {
  font-family: var(--font-heading);
  font-optical-sizing: auto;
  color: var(--color-secondary);
  font-weight: var(--font-weight-medium);
  margin: var(--space-xl) 0 var(--space-lg);
}

h1 {
  font-size: 48px;
  margin-top: 0;
}

.Membership h1 {
  font-size: 34px;
}

h2,
.donate-wrap h1 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

form table td {
  padding: 0 5px 5px 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--color-primary-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover {
  color: var(--color-primary-link-hover);
  transition: var(--transition-fast);
  text-decoration-thickness: 2px;
}

a:hover img {
  opacity: 0.7;
  transition: var(--transition-fast);
}

p,
ul,
ol,
table,
.iframe-wrap,
.alert,
.captcha {
  margin-bottom: var(--space-lg);
}

hr {
  border-top: 1px solid var(--color-border);
}

hr.border-yellow {
  border-top: 4px solid var(--color-accent);
}

/* Buttons
   ========================================================================== */
.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button,
span.button a {
  font-weight: var(--font-weight-semi-bold);
  border-radius: 2px;
}

input[type="reset"],
input[value=" Cancel "] {
  background-color: var(--color-button-secondary-bg);
}

/* Header
   ========================================================================== */
.utility-wrap {
  font-size: 13px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-end;  
}

.utility-wrap a:hover,
.utility-wrap a:active,
.utility-wrap a:focus {
  opacity: 1;
}

.utility-wrap > a,
.utility-wrap .VersionMenu,
.utility-wrap .cart-items,
.utility-wrap div.Login,
.utility-wrap button.search {
    opacity: .7;
}

.cart-search {
  display: flex;
  align-items: center;
  gap: 12px;
}

span.cart-items svg {
  width: 24px;
  height: 24px;
}

.search-wrap svg {
    width: 18px;
    height: 18px;
}

.utility a,
#menu a {
  text-decoration: none;
}

#menu a {
  font-family: var(--font-heading);
}

div.Login {
  width: 100%;
  flex: 0 0 100%;
  text-align: right;
}

header {
  font-size: var(--font-size-md);
}

.logo img {
  max-width: 180px;
}

.logo:hover img {
  opacity: 1;
}

/* Menu
   ========================================================================== */
#SMenu {
  display: none;
}

a.menu:empty,
#menu .social a.menu {
  display: none;
}

#menu li#link_after a {
  vertical-align: middle;
}

#menu #SMenu li#link_after:hover a,
#menu #SMenu li#link_after:active a,
#menu #SMenu li#link_after:focus a {
  color: var(--color-primary);
}


/* Mobile Menu */
.slicknav_menu .slicknav_menutxt,
a.slicknav_btn.slicknav_open .slicknav_menutxt {
  font-size: 0;
}

.slicknav_menu .slicknav_icon-bar {
  font-size: var(--font-size-md);
  background-color: var(--color-primary);
  box-shadow: none !important;
}

.slicknav_arrow {
  padding-left: var(--space-sm);
  float: right;
  font-size: 0;
}

.slicknav_arrow::after {
  -webkit-font-smoothing: antialiased;
  font-weight: var(--font-weight-heavy);
  font-family: var(--font-icon);
  content: "\f105";
  font-size: 24px;
  color: var(--color-primary);
}

.slicknav_collapsed .slicknav_arrow::after {
  content: "\f105" !important;
}

.slicknav_open .slicknav_arrow::after {
  content: "\f107";
}

.slicknav_menutxt {
  color: var(--color-light);
}

#menu a.slicknav_btn {
  padding: 4px var(--space-md);
  position: absolute;
  top: -90px;
  right: 15px;
  background-color: #bc1e2c;
  border-radius: 10px;
}

.slicknav_menu .slicknav_icon {
  float: right !important;
  padding-top: 5px;
}

.slicknav_nav {
  padding: 0;
  margin: 0;
}

.slicknav_nav li > a {
  padding: 20px;
  background: var(--color-light);
  border-bottom: 1px solid var(--color-border);
  text-align: left;
}

.slicknav_nav .Login a {
  display: inline-block;
}

.slicknav_nav ul {
  padding: 0;
}

.slicknav_nav ul li a {
  background: var(--color-light-alt);
}

.slicknav_nav ul ul li a {
  background: #dfdfdf;
  font-size: var(--font-size-sm);
}

.slicknav_nav ul ul ul li a {
  background: #8d8d8d;
  color: var(--color-light);
}

.slicknav_menu .slicknav_icon {
  display: none;
}

.slicknav_menu .slicknav_menutxt {
  float: right;
}

.slicknav_menu a.slicknav_btn.slicknav_collapsed .slicknav_menutxt::after,
.slicknav_menu a.slicknav_btn.slicknav_open .slicknav_menutxt::after {
  font-family: var(--font-icon);
  font-weight: var(--font-weight-normal);
  -webkit-font-smoothing: antialiased;
  content: "\f0c9";
  font-size: 28px;
  vertical-align: middle;
}

.slicknav_menu a.slicknav_btn.slicknav_open .slicknav_menutxt::after {
  content: "\f00d";
}

/* Version Menu
   ========================================================================== */
.utility span.this_version,
.utility span.version_separator {
  display: none;
}

/* Content
   ========================================================================== */
main {
  padding-bottom: 32px;
}

.container-wide {
  margin: 0 auto;
  max-width: 1320px;
}

.body-content > h2:first-child,
.body-content > h3:first-child,
h3#advsearch {
  margin-top: 0;
}

.bottom-left-radius {
  border-bottom-left-radius: 100px;
}

.bottom-right-radius {
  border-bottom-right-radius: 100px;
}

.call-to .row.d-flex {
    align-items: stretch;
}

.feature {
    border: 5px solid #dbf5f9;
}

.feature h2 {
  font-size: 24px;
}

.news h2 {
  margin-top: 0;
}

.news .ZineIndex .ZineItem {
  border: none;
  padding: var(--space-xxl) var(--space-xl);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.ZineIndex .ZineItem .ZineSummaryIndex {
  display: none;
}

.ZineLink {
  display: block;
  margin-bottom: var(--space-md);
}

.news .ZineTools {
  display: none;
}

.ZineTitle h2 {
  margin-top: 0;
}

.card {
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  border-left-color: #be1828;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06),
              inset 3px 0 0 #be1828;
}

.card a {
  font-size: 14px;
}

.card-hover,
.ZinePhotodirectory li {
    transition: transform 0.2s ease,
                box-shadow 0.2s ease;
}

.card-hover:hover,
.ZinePhotodirectory li:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(44,47,61,0.12);
}

.procedure-link {
  display: block;
  padding: 12px 16px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.procedure-link:hover {
  border-color: #be1828;
  color: #be1828;
  transform: translateY(-4px);
  text-decoration: none;
}

.bxslider_caption .button,
.panel__hover-panel .button,
.quick-links .button {
  transition: all 0.4s ease;
}

.bxslider_caption .button:hover,
.panel__hover-panel .button:hover,
.quick-links .button:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}


.fade-in,
.fade-in-up {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.is-visible,
.fade-in-up.is-visible {
  opacity: 1;
}

.fade-in-up {
  transform: translateY(20px);
}

.fade-in-up.is-visible {
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.05s; }
.delay-2 { transition-delay: 0.15s; }
.delay-3 { transition-delay: 0.25s; }
.delay-4 { transition-delay: 0.35s; }

.hero {
  opacity: 0;
  transition: 
    opacity 0.7s ease,
    transform 0.3s ease;
}

.hero.is-visible {
  opacity: 1;
}

.executive-table td {
    padding: 24px;
}

.executive-table td p {
    margin: 0 0 var(--space-sm);
}

/* Quick Links
   ========================================================================== */
.quick-links .button {
  font-size: var(--font-size-xs);
  text-align: left;
  white-space: normal;
  padding: var(--space-sm) var(--space-md);
  margin-top: var(--space-sm);    
}

.quick-links h2 {
  font-size: 32px;
}

.quick-links p {
  margin-bottom: 0;
}

.quick-links svg {
  margin-right: var(--space-sm);
}

/* BX Slider
   ========================================================================== */
.hero .bx-wrapper .bx-caption span.NoTranslation {
    padding: 0;
}

.hero .bx-wrapper .bx-caption .bxslider_title span.NoTranslation {
  font-size: 24px !important;
  font-weight: 500;
  padding: 0;
}

  .bxslider > div {
    height: 100%;
  }

  .bxslider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .hero .bx-wrapper .bx-caption {
    position: absolute !important;
    inset: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(
  to right,
  rgba(18, 10, 10, 0.68) 0%,
  rgba(25, 14, 12, 0.45) 40%,
  rgba(30, 18, 16, 0) 70%
) !important;
    padding: var(--space-lg); 0;
  }

.bxslider_title,
.bxslider_caption {
      max-width: 250px;
  }

  .bx-wrapper,
  .bx-viewport,
  .bxslider {
    height: 360px;
  }

.bx-wrapper {
  margin: 0 0 var(--space-xl) !important;
}

.bx-wrapper img {
  width: 100%;
}

.bx-wrapper .bx-pager {
  bottom: 10px !important;
  z-index: 999;
  max-width: 1140px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: rgba(255,255,255,.5) !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: var(--color-light) !important;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none !important;
    margin-top: -50px !important; /* half of 100px height */
}

.bx-wrapper .bx-controls-direction a {
    font-family: var(--font-icon);
    color: var(--color-light);
    text-decoration: none;
    text-indent: 0 !important;
    overflow: visible !important;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100px !important;
    height: 100px !important;
    font-size: 0;
}

.bx-wrapper .bx-prev::before {
    content: "\f053";
}

.bx-wrapper .bx-next::before {
    content: "\f054";
}

.bx-wrapper .bx-prev::before,
.bx-wrapper .bx-next::before {
    font-size: 36px; /* icon size */
}

.bx-wrapper .bx-controls-direction a:hover {
    color: var(--color-button-primary-hover);
}


/* Default hidden state */
#bxslider389 > div .bx-caption > span {
  opacity: 0;
  transform: translateX(-20px);
  animation: fadeInLeft 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
#bxslider389 > div .bx-caption > span {
    animation: none;
    opacity: 1;
    transform: none;
  }
}


.bxslider_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  position: relative;
  margin: 0 0 var(--space-sm);
}



.bxslider_caption a {
  color: var(--color-light);
}

.bxslider_caption .button {
  border-radius: 2px;
  padding: 12px 18px;
  font-weight: 500;
  font-size: var(--font-size-sm);
}

.hero .bx-wrapper .bx-caption span {
  font-family: inherit !important;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  color: #fff !important;
  background: none !important;
  font-weight: var(--font-weight-normal);
}

.hero .bx-wrapper .bx-caption span,
.hero .bxslider_title {
    color: var(--color-light) !important;
}

.hero .bx-wrapper .bx-caption span p:last-of-type {
    margin: 0;
}

.bxslider_title::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: linear-gradient(to right, #be1828, rgba(190, 24, 40, 0.2));
  margin-top: 10px;
}

.page-hero {
  padding: 24px 0;
  background: #f1eee9;
  position: relative;
  margin-bottom: 0;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 25% 40%,
    rgba(255,255,255,0.7),
    transparent 60%
  );
  pointer-events: none;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.02) 0%,
    transparent 15%,
    transparent 85%,
    rgba(0, 0, 0, 0.03) 100%
  );
  pointer-events: none;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  max-width: 520px;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  height: 200px;
  object-position: top;
}

.page-hero h1 {
  position: relative;
  font-size: 42px;
  margin-bottom: 0;
}

.page-hero h1::after,
.bxslider_title::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: linear-gradient(to right, #be1828, rgba(190, 24, 40, 0.2));
  margin-top: 10px;
}

/* Breadcrumb
   ========================================================================== */
.breadcrumb,
.ZinePath {
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  padding: 0;
  background: none;
  border-radius: 0;
}

.breadcrumb,
.ZinePath,
.pmenu {
  font-size: 13px;
}

.pmenu a,
.ZinePath a {
  color: rgba(0, 0, 0, 0.5);
  margin: 0 4px;
  text-decoration: none;
}

.pmenu a:first-child,
.ZinePath a:first-child {
  margin-left: 0;
}

.pmenu a:last-child,
.ZinePath a:last-child {
  margin-right: 0;
}

/* Sidebar
   ========================================================================== */
.sidebar h2 {
  font-size: var(--font-size-lg);
}

#VMenu {
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.015),
    transparent 40%
  );
  padding-left: var(--space-xl);
}

#VMenu,
#VMenu ul,
#custom_VMenu,
#custom_VMenu ul,
.sidebar .vmenu {
  list-style-type: none;
  margin: 0;
}

#VMenu ul,
#custom_VMenu ul {
  padding: 0 0 var(--space-sm) var(--space-xl);
  border-left: 1px solid #eef1f4;
  margin-left: 6px;
}

#VMenu a,
#custom_VMenu a,
.sidebar .vmenu a {
  display: block;
  padding: 8px 0;
  font-size: var(--font-size-sm);
  line-height: 1.4;
  opacity: 0.75;
  text-decoration: none;
}

#VMenu a#thispage,
.sidebar .vmenu a#toppage {
  color: var(--color-primary);
  opacity: 1;
  font-weight: var(--font-weight-medium);
}

#VMenu a:hover,
#custom_VMenu a:hover,
.sidebar .vmenu a:hover {
  background: var(--color-light-alt);
  color: var(--color-primary-link-hover);
  opacity: 1;
}

#VMenu ul {
  padding: 0 0 0 var(--space-xl);
}

.VM_expand,
.VM_collapse {
  display: flex;
  align-items: center;
  cursor: pointer;
  min-height: 32px;
}

.VM_expand a.menu,
.VM_collapse a.menu {
  flex: 1;
}

.VM_expand::after,
.VM_collapse::after {
  margin-left: auto;
  padding-left: var(--space-md);
  color: var(--color-muted);
  font-size: 28px;
  line-height: 1;
  border-left: 1px solid #eef1f4;
}

.VM_collapse::after {
  /*content: "+"; */
  content: "\25B8"; /* closed */
}

.VM_expand::after {
  /*content: "âˆ’"; */
  content: "\25BE"; /* open */
}

#VMenu ul .VM_expand::after,
#VMenu ul .VM_collapse::after {
  padding-left: var(--space-md);
}


/* vmenu */
.vmenu {
  padding-left: var(--space-lg);
}

.vmenu a.menu {
  display: block;
  position: relative;
  padding-left: 18px;
}

.vmenu br {
  display: none;
}

.vmenu a.menu::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color-text);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .vmenu a {
  padding-left: 0;
}

.sidebar .vmenu a::before {
  content: none;
}



.sidebar-locate-box {
    position: relative;
    background: #faf8f5;

    margin-top: 2rem;

    border-top: 3px solid #be1828;
    border-radius: 8px;

    box-shadow:
        0 4px 14px rgba(0,0,0,0.035);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.sidebar-locate-box img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: auto;
}

.sidebar-locate-box:hover {
    transform: translateY(-2px);
    box-shadow:
        0 10px 24px rgba(0,0,0,0.05);
}

.sidebar-locate-box .eyebrow {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(71, 91, 108, 0.7);
}

.sidebar-locate-box h3 {
    font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 0.85rem;
}

.sidebar-locate-box p {
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(33, 37, 41, 0.88);
    margin-bottom: 1rem;
}

.sidebar-locate-box a {
  display: inline-block;
  font-size: 0.92rem;
  text-decoration: none;
  font-weight: var(--font-weight-semi-bold);
}

.sidebar-locate-box a .link-label {
    display: inline-flex;
    align-items: center;
}

.sidebar-locate-box a .link-label::after {
    content: "→";
    margin-left: 0.45rem;
    transition: transform 0.2s ease;
}

.sidebar-locate-box a:hover .link-label::after {
    transform: translateX(3px);
}


/* Footer
   ========================================================================== */
footer#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 48px;
  color: rgba(33, 37, 41, 0.75);
}

footer#footer h2 {
    font-size: var(--font-size-lg);
    margin-top: 0;
}

footer#footer ul {
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer#footer li {
  margin-bottom: var(--space-xs);
}

footer#footer,
.footer-bottom {
  font-size: var(--font-size-sm);
}

.footer-bottom {
  padding: 48px 0 32px;
}

footer#footer .button {
  padding: var(--space-xs) var(--space-md);
  background: transparent;
  color: var(--color-primary-link);
  border: 1px solid var(--color-button-primary-hover);
  margin-right: 4px;
  font-size: var(--font-size-sm);
}

.social li {
  margin-right: var(--space-xs);
}

.social a {
  font-size: 28px;
}

/* Membership / Modules
   ========================================================================== */
.white-popup .Event h2 {
  margin-top: 0;
}

.white-popup .Event p.EventDate {
  margin-bottom: 0;
}

/* Popup hover flicker fix */

.EvtSessionRegistrant .popup {
  right: 18px !important;
}
div#popup1 .EvtFeeThankYou {
  font-size: 16px;
  padding: 10px 10px 7px;
}
.EvtReg table input {
  margin-right: 5px;
}
div.EvtRegFinish p {
  margin: 0;
}

.account_history div.popup {
  left: 0;
}

div.EvtRegFinish h1 {
  margin: 0;
}

.error .EventFee {
  background-color: #f2dede;
  padding: 0;
}

.Event .blindbox {
  margin-bottom: 20px;
}

/* Pay
   ========================================================================== */
.Pay form#payment-form,
.stripe form#payment-form {
  overflow: auto;
}

.Pay form#payment-form .col-sm-4,
.stripe form#payment-form .col-sm-4 {
  width: auto;
}

div.overlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: var(--z-overlay);
}

div.overlayBox {
  width: 400px !important;
  margin: 50px auto;
  padding: 0 0 30px 0;
}

/* Membership
   ========================================================================== */
ul.MembershipType {
  margin: 0 0 0 var(--space-xxl);
  list-style-type: disc;
}

ul.MembershipType li {
  padding-bottom: 10px;
}

.ContactForm table td {
  display: block;
  margin-bottom: 20px;
}

.edit_profile table {
  margin: 0;
}

.edit_profile td {
  display: block;
  margin: 0 0 var(--space-xl);
}

.edit_profile input,
.edit_profile textarea {
  max-width: 600px;
}

.new_contact h1,
.edit_profile h1,
.edit_contacts h1,
.Membership .account_history .Pay h1,
.edit_photo h1 {
  font-size: 24px;
  margin-top: 0;
}

.edit_contacts h2 {
  margin-top: 0;
  font-size: 20px;
}

ul.Membership_update_profile_menu li a:hover {
  background-color: #eee;
}

.branch_management h1 {
  font-size: 32px;
  margin-top: 30px;
}

.branch_management .tabpane h2:first-child {
  margin-top: 0;
}

.branch_management table.Report td {
  vertical-align: middle;
  font-size: var(--font-size-sm);
}

.branch_management table.Report th {
  background: #888;
  color: #fff;
}

.mfp-close-btn-in .mfp-close:hover,
.mfp-close-btn-in .mfp-close:active,
.mfp-close-btn-in .mfp-close:focus {
  background: none;
}

/* Membership Report
   ========================================================================== */

.MembershipReports {
  max-width: 100%;
  max-height: 800px;
  overflow: auto;
  font-size: var(--font-size-sm);
}

.MembershipReports table thead tr {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: var(--color-muted);
  color: var(--color-light);
  white-space: nowrap;
}

.MembershipReports form#mail {
  display: flex;
  margin-bottom: var(--space-lg);
  gap: 12px;
  margin-left: 4px;   
}

/* Mini Profile
   ========================================================================== */
.MembershipMiniProfile .photo {
  float: right;
}

.MembershipMiniProfile .photo img {
  max-width: 100px;
}

.MembershipMiniProfile p {
  margin-bottom: 0;
}

.MembershipMiniProfile a,
ul.MembershipDirectoryMenu a {
  text-decoration: none;
}

.MembershipMiniProfile .org {
  font-style: italic;
  color: #777;
  font-size: var(--font-size-sm);
}

div#secondary_m .btn {
  margin: 5px 0;
  padding: 3px 8px;
  font-size: var(--font-size-sm);
}

.MembershipMiniProfile strong a {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: 19px;
}

.MembershipMiniProfile strong a:hover,
.MembershipMiniProfile strong a:focus {
  text-decoration: underline;
  opacity: 0.85;
  color: var(--color-primary-hover);
}

/* Profile
   ========================================================================== */
.profile-image img {
  max-width: 180px;
}

.ContactVcard {
  display: none;
}

h1.membername {
  font-size: 24px;
  margin: 0;
  display: none;
}

.info_container p {
  margin-bottom: 10px;
}

.info_container .small {
  font-size: var(--font-size-sm);
  line-height: 1.4;
}

div#secondary_m p {
  margin-bottom: 10px;
}

.info_container p.ContactPhone {
  margin-bottom: 0;
}

.social-profile span:first-child::before {
  content: "Connect with me:";
  font-family: var(--font-heading);
  font-optical-sizing: auto;
  color: var(--color-secondary);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--space-md);
  display: block;
  font-size: 24px;
}

.social-profile-fr span:first-child::before {
  content: "Connectez-vous avec moi:";
}

.social-profile span {
  margin-right: var(--space-sm);
}

.twitter {
  color: #111;
}

.facebook {
  color: #3b5998;
}

.linkedin {
  color: #0072b1;
}

.instagram {
  color: #d6249f;
}

.profile-contact div.Contact {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}

.profile-contact div.Contact:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}

/* Photodirectory
   ========================================================================== */
.ZinePhotodirectory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ZinePhotodirectory li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
}

.ZinePhotodirectory img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 auto 12px;
  float: none;
  display: block;
}

.ZinePhotodirectory h3 {
  margin: 0 0 4px;
  font-size: 1rem;
}

.ZinePhotodirectory h4 {
  margin: 4px 0 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #555;
}

.ZinePhotodirectory p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--color-muted);
}

.read-bio {
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 1199px) {
    .ZinePhotodirectory {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .ZinePhotodirectory {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .ZinePhotodirectory {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MISC page styles
   ========================================================================== */
#photos, #photo {
    float: none;
    margin: 0 0 24px;
}

.list-space li {
  margin-bottom: var(--space-sm);
}

.account-btn {
    border: 2px solid #7f101a;
    background: transparent;
    color: #7f101a;
    text-decoration: none;
}

.account-btn svg {
    margin-right: 8px;
    width: 26px;
    height: 26px;
}

.account-btn:hover {
    border: 2px solid #99121f;
}

.blockquote {
    border-left: 4px solid #be1828;
    background: #faf8f5;
    padding: 1.5rem 1.75rem;
    margin: 2rem 0;
    
    color: rgba(33, 37, 41, 0.92);
    font-size: 1.05rem;
    line-height: 1.8;
    font-style: italic;

    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}


.h2-small {
  font-size: 20px;
}

.bg-light-rgb {
 background-color: rgba(var(--color-light-rgb), var(--opacity-high)); 
}

.bg-light-alt {
  background-color: var(--color-light-alt);
}

.border-accent {
  border: 3px solid var(--color-accent);
}


/* Full-image panel styling */

.panel__full-image {
  border-radius: var(--radius-sm);
}

.panel__full-image img {
  width: 150px;
  height: 150px;
  float: right;
  margin: 0 0 var(--space-lg) var(--space-lg);
  object-fit: cover;
  object-position: top;
  display: block;
}

.panel__overlay .panel__overlay-title {
  font-size: 22px;
  line-height: 1.25;
}

.panel__overlay-indicator svg {
  width: 24px;
  height: 24px;
  fill: rgba(255, 255, 255, 0.82);
}

/* Hide the bottom overlay bar */
.panel__overlay {
  opacity: 1;
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: auto;
  display: none;
}

input[value="Donate"] {
  vertical-align: baseline;
}

ul[style*="list-style-type: circle;"],
ul[style*="list-style-type: square;"] {
  list-style-type: none !important;
  margin-left: var(--space-xl);
  padding-left: 0;
}

ul[style*="list-style-type: circle;"] > li,
ul[style*="list-style-type: square;"] > li {
  position: relative;
  margin-bottom: var(--space-md);
}

ul[style*="list-style-type: circle;"] > li::before,
ul[style*="list-style-type: square;"] > li::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: var(--font-icon);
  content: "\f00c";
  color: var(--color-secondary);
  font-weight: var(--font-weight-heavy);
  position: absolute;
  left: -30px;
  top: 6px;
}

ul[style*="list-style-type: square;"] > li::before {
  content: "\f1c1";
  color: #4c4545;
  font-weight: 400;
}

table h1,
table h2,
table h3,
table h4,
table h5 {
  margin-top: 0;
}

.two-col td {
  width: 50%;
}

.three-col td {
  width: 33%;
}

.four-col td {
  width: 25%;
}

.table-space-wrap {
  margin: -30px;
}

.table-space {
  border-collapse: separate;
  border-spacing: 30px;
}

.directory_adv_search div {
  margin-bottom: var(--space-md);
}

.rounded-image img,
.rounded-image {
  border-radius: 10px;
}

.rounded-circle img {
  border-radius: 50%;
}

.attention-members p {
    margin-bottom: 10px;
}

.attention-members ul {
  margin: 0;
}

iframe {
  width: 100%;
}

.SponsorshipStatus {
  font-size: var(--font-size-md);
  padding: 20px;
  display: inline-block;
  background: var(--color-light-alt);
  border: 1px solid var(--color-border);
}

.SponsorshipStatus a.renew {
  margin: 10px 0 0;
}

.hide-rss table.ZineTools,
.hide-title-rss .ZineArticle.Zine_photodirectory,
.hide-title-rss table.ZineTools,
.hide-title-rss .ZineArticle.Zine_accordion,
.job-post-wrap h1 {
  display: none;
}

.job_postings .ZineThumb {
  float: right;
  max-width: 100px;
  margin: 0 0 30px 30px;
}


th {
  line-height: 1.4;
}

caption {
  caption-side: top;
}

table td p:last-child {
  margin: 0;
}

p.PayAccountWarning {
  display: none;
}

.account_history table {
  border-collapse: collapse;
  width: 100%;
}

main .Search form input[type="text"],
.Donation input#dAmount {
  vertical-align: top;
  max-width: 250px;
  width: 100%;
  font-size: var(--font-size-md);
  height: 51px;
  line-height: 51px;
  padding: 0 var(--space-md);
}

main .Search form input[type="text"] {
  margin-right: 4px;
}

.Donation input#dAmount {
  max-width: none;
  width: auto;
}

.Search h1:last-of-type {
  font-size: 24px;
}

/* More space between Yes and No columns in form tables */
table.QA_question_group th {
  padding: 5px;
}
table.QA_question_group .QA_input {
  text-align: center;
}

/* Popups */
.white-popup h3 {
  margin-top: 0;
  padding-bottom: var(--space-md);
  border-bottom: 1px solid var(--color-secondary);
}

.white-popup p:last-of-type {
  margin: 0;
}

/* Gallery
   ========================================================================== */
.ppt {
  display: none !important;
}

#JGallery h1 {
  font-size: 24px;
}

#JGallery h1::after {
  content: none;
}

ul.gallery li {
  margin-bottom: 10px;
}

ul.gallery li img {
  vertical-align: baseline;
}

div.pp_default .pp_social {
  line-height: 1;
  font-size: var(--font-size-md);
}

.pp_social .facebook {
  width: 67px !important;
}

div.ppt,
a.pp_expand {
  display: none !important;
}


/* Return to top
   ========================================================================== */
#return-to-top {
  position: fixed;
  right: var(--space-lg);
  bottom: var(--space-lg);
  padding: 0;
  background: none;
  z-index: var(--z-overlay);

  /* hidden state */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

/* visible state */
#return-to-top.show {
  opacity: 0.7;
  visibility: visible;
  transform: translateY(0);
}

/* hover + focus */
#return-to-top:hover,
#return-to-top:focus {
  opacity: 1;
}

#return-to-top svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: var(--color-button-primary-bg);
}

/* motion accessibility */
@media (prefers-reduced-motion: reduce) {
  #return-to-top {
    transition: none;
  }
}