/* ==========================================================
   IMPORTS
   ========================================================== */
  

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700;900&family=Source+Sans+3:wght@400;600;700&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

#id_3JDXgr5{display:none;}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel {
  display: none;
}

.WaGadgetBlog .boxFooterOuterContainer .postBottom .boxFooterPrimaryOuterContainer .boxFooterPrimaryContainer a + a {
display:none;
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}


.WaGadgetRecentBlogPosts .itemAuthor
{ display: none; }

.boxInfoContainer h5
{ display: none;}

.WaGadgetRecentBlogPosts .date
{ display: none; }

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    font: normal 17px/26px 'Open Sans';
}


.myButton {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#FFFFF;
	font-family:Arial;
	font-size:18px;
	padding:10px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}



/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

///SEARCH////

* {
  box-sizing: border-box;
}

/* Style the search field */
form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}

/* ==========================================================
   GLOBAL TYPOGRAPHY
   ========================================================== */

body,
.WaGadget,
.WaGadgetContent,
.WaGadgetContent p,
.WaGadgetContent li,
.WaGadgetContent td,
.WaGadgetContent input,
.WaGadgetContent textarea,
.WaGadgetContent select {
  font-family: 'Source Sans 3', sans-serif;
  color: #183457;
  font-size: 17px;
  line-height: 1.65;
}

/* ==========================
   INTERIOR PAGE CONTENT WIDTH
   ========================== */

.zoneContent .WaLayoutContainer,
.zoneContent .WaLayoutContainerFirst,
.zoneContent .WaLayoutContainerOnly,
.zoneContent .WaLayoutContainerLast {
  width: 80% !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.interior-page-content {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}

.interior-page-content p,
.interior-page-content li {
    line-height: 1.7;
}

/* Extra breathing room after interior hero pages */

body:has(.interior-hero) .zoneContent .WaLayoutContainerFirst,
body:has(.interior-hero) .zoneContent .WaLayoutContainerOnly {
  padding-top: 48px !important;
}

.zoneContent .WaGadgetContent p,
.zoneContent .gadgetStyleBody p,
.zoneContent .WaGadgetContent li,
.zoneContent .gadgetStyleBody li {
  max-width: 900px !important;
  line-height: 1.7 !important;
}

.zoneHeader3 .gadgetStyleBody p,
.zoneHeader3 .WaGadgetContent p,
.zoneHeader3 .gadgetStyleBody li,
.zoneHeader3 .WaGadgetContent li {
  font-size: 18px !important;
  line-height: 1.7 !important;
}

/* Global heading foundation */

h1, h2, h3, h4,
.WaGadgetContent h1,
.WaGadgetContent h2,
.WaGadgetContent h3,
.WaGadgetContent h4 {
  font-family: 'Merriweather', Georgia, serif !important;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;

  margin-top: 0 !important;
}

/* H1 */

h1,
.WaGadgetContent h1 {
    font-family: 'Merriweather', Georgia, serif;

    font-size: 32px;
    line-height: 1.12;

    letter-spacing: -0.03em;

    color: #183457;

    margin: 0 0 18px !important;
}

/* H2 */

h2,
.WaGadgetContent h2 {
    font-family: 'Merriweather', Georgia, serif;

    font-size: 28px;
    line-height: 1.12;

    letter-spacing: -0.02em;

    color: #183457;

    margin: 0 0 18px !important;
}

/* H3 */

h3,
.WaGadgetContent h3 {
    font-family: 'Merriweather', Georgia, serif;

    font-size: 22px;
    line-height: 1.2;

    color: #183457;

    margin: 0 0 16px !important;
}

/* H4 */

h4,
.WaGadgetContent h4 {
    font-family: 'Merriweather', Georgia, serif;

    font-size: 20px;
    line-height: 1.25;

    color: #183457;

    margin: 0 0 14px !important;
}

/* Paragraph rhythm */

.WaGadgetContent p {
  margin: 0 0 1.1rem;
}

.WaGadgetContent p:last-child {
  margin-bottom: 0 !important;
}

/* Normalize gadget spacing */

.WaGadget {
  margin-bottom: 32px;
}

/* ==========================================================
   SYSTEM PAGE STRUCTURE
   Requires the JS-added .wa-system-page body class
   ========================================================== */

/* Remove the otherwise blank secondary template header */

body.wa-system-page .zoneHeader2 {
  display: none !important;
}

/* Hide Home link in main nav */
.WaGadgetMenuHorizontal ul.firstLevel > li:has(a[title="Home"]) {
    display: none !important;
}

/* Remove only WA's default top spacing around the main content */

body.wa-system-page #id_Content > div {
  padding-top: 0 !important;
}

/* Slight adjustment to Change password page */

.WaGadgetChangePassword .introContainer {
    text-align: center;
}

/* Adjust padding for body text elements on mobile--gives more breathing space from edges of viewport */
@media (max-width:767px){

    /* Standard page content */
    .gadgetContentEditableArea{
        padding-inline:16px;
    }

    /* Blog */
    .blogPostBody{
        padding-inline:16px;
    }

    /* Event pages */
    .eventInfoContainer{
        padding-inline:16px;
    }

    /* Store */
    .storeItemContent{
        padding-inline:16px;
    }

}


/* ==========================================================
   STANDARD SYSTEM-PAGE TITLE BAND
   Targets WA's first content gadget when it contains an H1
   ========================================================== */

.zoneContent .WaGadgetFirst.WaGadgetContent:has(.gadgetStyleBody > h1) {
  width: 100vw !important;
  max-width: none !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 48px !important;

  padding: 44px 0 !important;

  background: #dcd8d8;
  box-sizing: border-box;
}

/* Remove Wild Apricot spacing inside the title gadget */

.zoneContent
.WaGadgetFirst.WaGadgetContent:has(.gadgetStyleBody > h1)
.gadgetStyleBody {
  width: 80% !important;
  max-width: 1300px !important;

  margin: 0 auto !important;
  padding: 0 !important;
}

/* Hide all RSS Feed Icons */
a.rssFeedLabel {
  display: none !important;
}

/* ==========================================================
   SIA STANDARD PAGE HEADER
   Content gadget with class: sia-page-header
   ========================================================== */

/* Remove WA's inline 8px top padding when this content zone
   contains the custom page-header gadget */

.zoneHeader2 > .WaPlaceHolder > div {
    padding-top: 0 !important;
}

.WaGadgetContent.sia-page-header {
  width: 100vw !important;
  max-width: none !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  margin-bottom: 48px !important;

  padding: 0 !important;
  background: #ded8d8;
  box-sizing: border-box;
}

/* Inner aligned content */

.WaGadgetContent.sia-page-header > .gadgetStyleBody {
  width: 80% !important;
  max-width: 1300px !important;

  margin: 0 auto !important;
  padding: 44px 0 !important;
  box-sizing: border-box;
}

/* Title */

.WaGadgetContent.sia-page-header h1 {
  margin: 0 !important;

  font-family: "Merriweather", Georgia, serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -.025em !important;

  color: #183457 !important;
}

/* Gold rule */

.WaGadgetContent.sia-page-header h1::after {
  content: "";
  display: block;

  width: 72px;
  height: 3px;
  margin-top: 18px;

  background: #d9aa45;
}

/* Title typography */

.zoneContent
.WaGadgetFirst.WaGadgetContent:has(.gadgetStyleBody > h1)
.gadgetStyleBody > h1 {

  font-family: "Merriweather", Georgia, serif !important;
  font-size: 32px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -.025em;

  color: #183457 !important;
}

/* Gold accent */

.zoneContent
.WaGadgetFirst.WaGadgetContent:has(.gadgetStyleBody > h1)
.gadgetStyleBody > h1::after {
  content: "";
  display: block;

  width: 72px;
  height: 3px;
  margin-top: 18px;

  background: #d9aa45;
}

/* Tighten nav row to logo row */

.WaLayoutContainerLast > .WaLayoutTable 
div[style*="padding-top:10px"] {
    padding-top: 0 !important;
}

/* ==========================================================
   HEADER AND NAV STRUCTURE
   Full-width outer rows, matching centered inner content
   ========================================================== */

/* Full-width masthead gadget/layout */

.main-header-row {
  position: relative;
  left: auto !important;
  right: auto !important;

  width: 100vw !important;
  max-width: none !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;

  padding-top: 14px;
  box-sizing: border-box;
  background: #183457;
}

/* Center the actual logo/search content */
.main-header-row .WaLayoutItem {
    vertical-align: middle;
}

/* Full-width navigation gadget */

.main-nav-row {
  z-index: 50001 !important;
}
.main-nav-row {
  position: relative;
  left: auto !important;
  right: auto !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #183457;
  box-sizing: border-box;
}

/* Matching centered interiors */
/* Shared responsive inner width: max 1500px, but only 24px minimum space on each side */
.main-header-row .WaLayoutTable,
.main-nav-row .menuInner {
  width: calc(100% - 48px) !important;
  max-width: 1300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

/* Nav now lives inside the constrained zoneHeader1 wrapper,
   so break it back out to full viewport width */
.zoneHeader1 .main-nav-row {
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 0 !important;
  box-sizing: border-box !important;
  background: #183457;
}

/* Keep the actual menu aligned with the masthead content */
.zoneHeader1 .main-nav-row .menuInner {
  width: calc(100% - 48px) !important;
  max-width: 1300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Restore Wild Apricot's native menu geometry */
.main-nav-row ul.firstLevel {
  display: table !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  table-layout: auto !important;
}

.main-nav-row ul.firstLevel > li {
  display: table-cell !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  vertical-align: top !important;
}

.main-nav-row ul.firstLevel > li > .item {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

/* Prevent WA from stretching each item into an equal-width cell 
.main-nav-row ul.firstLevel > li {
  display: block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
  */

/* Give every link identical spacing 
.main-nav-row ul.firstLevel > li > .item,
.main-nav-row ul.firstLevel > li > a {
  display: block !important;
  width: auto !important;

  margin: 0 !important;
  padding: 12px 0 14px !important;
}
  */

/* About dropdown positioning 
.main-nav-row ul.firstLevel > li.dir > .item {
  position: relative !important;
}
  */

  /*
.main-nav-row ul.firstLevel > li.dir > .item > ul.secondLevel {
  top: 100% !important;
  left: 0 !important;
  right: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  transform: none !important;
  min-width: 280px !important;
  box-sizing: border-box !important;
}
  */

/* Keep it open while moving from About into the dropdown 
.main-nav-row ul.firstLevel > li.dir:hover > .item > ul.secondLevel,
.main-nav-row ul.firstLevel > li.dir > .item:hover > ul.secondLevel {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
*/

/* Normalize the submenu link 
.main-nav-row ul.secondLevel > li > .item,
.main-nav-row ul.secondLevel > li > .item > a {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
*/

/*
.main-nav-row ul.secondLevel > li > .item > a {
  padding: 10px 18px !important;
}
  */

/* ==========================================================
   MAIN HORIZONTAL NAVIGATION
   ========================================================== */

/* Navigation only — does not affect other zoneHeader2 content */
.main-nav-row {
  display: block !important;
  float: none !important;
  clear: both !important;

  position: relative !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;

  width: 100vw !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
  background: #183457;
}

.main-nav-row .stickyMenu {
  display: block !important;
  float: none !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #183457;
}

.main-nav-row .menuBackground {
  background: #183457;
}

.main-nav-row .menuInner {
  display: block !important;
  float: none !important;

  width: calc(100% - 48px) !important;
  max-width: 1300px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  box-sizing: border-box !important;
}

/* Vertically size the navigation row */
.main-nav-row ul.firstLevel > li > .item,
.main-nav-row ul.firstLevel > li > a {
  padding-top: 0px !important;
  padding-bottom: 14px !important;
}
  

/* Padding adjustment on mobile */
@media (max-width: 767px) {

.main-header-row {
    padding-bottom: 16px !important;
}

}


/* ==========================
   TOP UTILITY BAR
   ========================== */

/* Main utility bar */
.top-utility-bar {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;

  background: #7eaae1;

  line-height: 1 !important;
  box-sizing: border-box;
}

/* Kill stray WA spacing */
.top-utility-bar .WaGadget,
.top-utility-bar .gadgetStyleBody,
.top-utility-bar p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* THIS was likely the hidden culprit */
.top-utility-bar br {
  display: none !important;
}

/* Main inner flex container */
.top-utility-bar .utility-inner {
  width: 80%;
  max-width: 1300px;

  height: 52px;

  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  box-sizing: border-box;
}

/* 3-column structure */
.utility-left,
.utility-center,
.utility-right {
  display: flex;
  align-items: center;
}

.utility-left {
  width: 25%;
  justify-content: flex-start;
}

.utility-center {
  width: 50%;
  justify-content: center;
}

.utility-right {
  width: 25%;
  justify-content: flex-end;
}

/* Phone */
.top-phone {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #fff !important;

  font-size: 16px;
  font-weight: 700;

  line-height: 1;
}

.top-phone img {
  width: 18px;
  height: 18px;
  display: block;
}

/* CTA buttons */
.utility-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.utility-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 11px 24px;

  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;

  line-height: 1;
  text-decoration: none !important;
}

.utility-primary {
  background: #055258;
  color: #fff !important;
}

.utility-secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,.75);
  color: #fff !important;
}

.utility-btn:hover {
  opacity: .82;
}

/* Right-hand section with social links and login */
.utility-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.top-social-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sia-account-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.sia-account-link:hover,
.sia-account-link:focus {
    color: #fff;
    text-decoration: underline;
}

.sia-account-icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
}

/* Head */
.sia-account-icon::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    width: 5px;
    height: 5px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}

/* Shoulders */
.sia-account-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 9px;
    height: 5px;
    border: 1.5px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    transform: translateX(-50%);
    box-sizing: border-box;
}

/* Social links */
.top-social-icons img {
  width: 20px;
  height: 20px;
  display: block;
  opacity: .95;
}

.top-social-icons a:hover img {
  opacity: .75;
}

.top-social-links a {
  color: #fff !important;

  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;

  letter-spacing: .06em;
  text-transform: uppercase;

  text-decoration: none !important;

  line-height: 1;

  opacity: 1;
}

.top-social-links a:hover {
  opacity: .75;
}

/* Hide utility bar on mobile */



/* ==========================
   HEADER SEARCH
   ========================== */

.WaGadgetSiteSearch {
    text-align: right !important;
}

/*
.WaGadgetSiteSearch .searchBox {
    display: flex !important;
    justify-content: flex-end !important;
    width: 100%;
}
*/

.WaGadgetSiteSearch .searchBoxFieldContainer {
    position: relative;
    display: flex;
    align-items: center;
}

.WaGadgetSiteSearch .searchBoxField {
    width: 240px;
    height: 40px;

    background: #ffffff !important;
    border: none !important;
    border-radius: 3px;

    padding: 0 16px;

    box-shadow: 0 2px 6px rgba(0,0,0,.15);

    font-family: 'Source Sans 3', sans-serif;
    margin-right: 10px;
}

.WaGadgetSiteSearch .searchBoxField:focus {
    outline: none;

    background: #fff;

    box-shadow:
        0 0 0 2px rgba(5,82,88,.25),
        0 3px 8px rgba(0,0,0,.15);
}

.WaGadgetSiteSearch .searchBoxField::placeholder {
    color: #777;
}

/* search icon */

/* Make search icon white */

.WaGadgetSiteSearch .searchBoxButton {
    color: #ffffff !important;
}

.WaGadgetSiteSearch .searchBoxButton:before,
.WaGadgetSiteSearch .searchBoxButton:after {
    color: #ffffff !important;
}

/* Hide top utility bar and search box in header on mobile */

@media (max-width: 767px) {

  /* Hide custom top utility bar */
  .top-utility-bar {
    display: none !important;
  }

  /* Hide desktop site search */
  .WaGadgetSiteSearch {
    display: none !important;
  }

}

/* Also hide desktop menu on mobile */
@media (max-width: 767px) {
  .main-nav-row {
    display: none !important;
  }
}
/* ==========================================================
   SHARED ELEMENTS
   ========================================================== */

/* ==========================
   HERO SHARED BUTTONS
   ========================== */

.hero-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin: 28px 0 0 !important;
}

.hero-button {
  display: inline-block;
  padding: 14px 28px;
  text-decoration: none !important;

  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;

  transition: opacity .18s ease, filter .18s ease, background-color .18s ease;
}

.hero-primary {
  background: #055258;
  color: #fff !important;
}

.hero-secondary {
  border: 2px solid rgba(255,255,255,.8);
  color: #fff !important;
  background: rgba(255,255,255,0);
}

.hero-primary:hover,
.hero-secondary:hover {
  opacity: .82;
  filter: brightness(1.08);
}

/* ==========================================================
   HEROES
   ========================================================== */

/* ==========================
   STATIC IMAGE HERO
   ========================== */

.hero-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  min-height: 700px;
  position: relative;
  overflow: hidden;

  background-image: url('/Pictures/dreamstime_m_150170770.jpg');
  background-size: cover;
  background-position: center center;

  display: flex;
  align-items: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(0,0,0,.68) 0%,
    rgba(0,0,0,.48) 38%,
    rgba(0,0,0,.16) 100%
  );

  z-index: 1;
}

.hero-section .WaGadget,
.hero-section .WaGadgetContent,
.hero-section .gadgetStyleBody,
.hero-section .WaLayoutTable,
.hero-section .WaLayoutRow,
.hero-section .WaLayoutItem,
.hero-section td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hero-section .WaGadgetContent,
.hero-section .gadgetStyleBody {
  position: relative;
  z-index: 2;

  width: 80%;
  max-width: 1300px;
  margin: 0 auto !important;
}

.hero-section h1,
.hero-section .hero-title,
.hero-section .WaGadgetContent h1,
.hero-section .gadgetStyleBody h1 {
  font-family: 'Merriweather', Georgia, serif !important;
  font-size: 40px !important;
  line-height: 1.18 !important;
  letter-spacing: 0.02em !important;
  color: #fff !important;

  max-width: 760px;
  margin: 0 !important;
}

.hero-section h1::before,
.hero-section h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background: #d99a2b;
}

.hero-section h1::before {
  margin-bottom: 28px;
}

.hero-section h1::after {
  margin-top: 24px;
}

.hero-section p {
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.55 !important;
  max-width: 600px;
  margin: 28px 0 0 !important;
}

/* ==========================
   VIDEO HERO
   ========================== */

/* Only loosen WA wrapper when it contains the video hero */
#id_Header1:has(.video-hero) > div {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#id_Header1:has(.video-hero) .WaGadgetContent,
#id_Header1:has(.video-hero) .gadgetStyleBody {
  margin: 0 !important;
  padding: 0 !important;
}

#id_Header1:has(.video-hero) p,
#id_Header1:has(.video-hero) br {
  margin: 0 !important;
  padding: 0 !important;
}

.video-hero {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  position: relative !important;
  min-height: 700px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
}

.video-hero-media {
  position: absolute !important;

  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: 65% center !important;
  z-index: 0 !important;

}

.video-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;

  background:

radial-gradient(
circle at 72% 48%,
rgba(255,255,255,.08) 0%,
rgba(255,255,255,0) 40%
),

linear-gradient(
90deg,
rgba(24,52,87,.88) 0%,
rgba(24,52,87,.74) 24%,
rgba(5,82,88,.48) 52%,
rgba(5,82,88,.14) 78%,
rgba(5,82,88,0) 100%
);

  z-index: 1 !important;
}

.video-hero-content {
  position: relative !important;
  z-index: 2 !important;
  width: 80% !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding-top: 90px !important;
  padding-bottom: 80px !important;
}

.video-hero-text {

  max-width: 760px !important;

  padding-left: 0 !important;

}

.video-hero h1 {
  margin: 0 !important;
  font-family: 'Merriweather', Georgia, serif !important;
  font-size: 40px !important;
  line-height: 1.18 !important;
  letter-spacing: 0.02em !important;
  color: #fff !important;
}

.video-hero-text h1::before,
.video-hero-text h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background: #d99a2b;
}

.video-hero-text h1::before {
  margin-bottom: 28px;
}

.video-hero-text h1::after {
  margin-top: 24px;
}

.video-hero-blurb {
  max-width: 650px;
  margin-top: 28px !important;
}

.video-hero-blurb p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

@media (max-width: 767px) {

  .video-hero {
    min-height: 0 !important;
    align-items: flex-start !important;
  }

  .video-hero-media {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: 25% center !important;

    transform: none !important;
  }

  .video-hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(24, 52, 87, .92) 0%,
        rgba(24, 52, 87, .82) 48%,
        rgba(5, 82, 88, .48) 100%
      ) !important;
  }

  .video-hero-content {
    width: 88% !important;
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .video-hero-text {
    max-width: none !important;
  }

  .video-hero h1 {
    font-size: 30px !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
  }

  .video-hero-text h1::before {
    margin-bottom: 20px;
  }

  .video-hero-text h1::after {
    margin-top: 20px;
  }

  .video-hero-blurb {
    max-width: none;
    margin-top: 24px !important;
  }

  .video-hero-blurb p {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }
  .video-hero .hero-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .video-hero .hero-button {
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }
}

/* ==========================================================
   HOME PAGE
   ========================================================== */

/* ==========================
   BY THE NUMBERS
   ========================== */

.stats-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f7fbfb;
  /*padding: 56px 0;*/
}

.stats-inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-item {
  position: relative;
  text-align: center;
  padding: 20px 20px 20px;

  background: #fff;
  border: 1px solid rgba(24, 52, 87, .08);
  box-shadow: 0 8px 24px rgba(0,0,0,.04);

  transition: transform .18s ease, box-shadow .18s ease;
}

.stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0,0,0,.07);
}

.stat-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(200,162,74,.55);
  border-radius: 50%;
}

.stat-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  color: #c8a24a;
}

.stat-members .stat-icon::before {
  content: "\f0c0";
}

.stat-history .stat-icon::before {
  content: "\f19c";
}

.stat-publications .stat-icon::before {
  content: "\f02d";
}

.stat-events .stat-icon::before {
  content: "\f073";
}

.stat-number {
  margin: 0 0 10px;

  font-family: "Merriweather", Georgia, serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;

  color: #183457;
}

.stat-label {
  max-width: 230px;
  margin: 0 auto;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;

  letter-spacing: .07em;
  text-transform: uppercase;

  color: #055258;
}

@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .stats-inner {
    width: 88%;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================
   HOME FEATURE ROW
   What We Do + Featured Publication
   ========================== */

.home-feature-row {
    padding: 60px 0px 60px;
}

/*
.home-feature-row > .WaLayoutTable,
.home-feature-row .WaLayoutTable {
  width: 80% !important;
  max-width: 1300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
} */

/* ==========================
   WHAT WE DO / FEATURED PUBLICATION
   ========================== */

.what-we-do-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.what-card {
  padding: 0;
}

.what-card h3 {
  margin: 0 0 12px !important;

  font-family: 'Merriweather', Georgia, serif;
  font-size: 24px;
  line-height: 1.2;

  color: #055258;
}

.what-card h3::before {
  content: "";

  display: block;

  width: 42px;
  height: 3px;

  background: #055258;

  margin-bottom: 14px;
}

.what-card p {
  margin: 0 !important;

  font-size: 16px;
  line-height: 1.6;

  color: #303030;
}

.featured-publication {
  display: flex;
  gap: 26px;
  align-items: center;

  padding: 30px;
  border-left: none !important;
  background: #f7fbfb;
}

.publication-cover {
  flex: 0 0 130px;
}

.publication-cover img {
  width: 130px;
  height: auto;
  display: block;
}

.publication-content {
  flex: 1;
}

.publication-kicker {
  margin-bottom: 10px;

  font-family: 'Source Sans 3', Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;

  color: #055258;
}

.publication-kicker::before {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: #055258;
  margin-bottom: 14px;
}

.publication-content h3 {
  margin: 0 0 12px !important;

  font-family: 'Merriweather', Georgia, serif;
  font-size: 26px;
  line-height: 1.25;

  color: #111;
}

.publication-meta {
  margin-bottom: 18px;

  font-size: 15px;
  line-height: 1.4;
  color: #666;
}

.publication-link {
  font-family: 'Source Sans 3', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;

  color: #055258 !important;
  text-decoration: none !important;
}

.publication-link:hover {
  opacity: .75;
}

@media (max-width: 700px) {
  .featured-publication {
    align-items: flex-start;
    padding: 24px;
  }

  .publication-cover {
    flex-basis: 95px;
  }

  .publication-cover img {
    width: 95px;
  }

  .publication-content h3 {
    font-size: 22px;
  }
}

/* ==========================
   FEATURED EVENT / COMING UP
   ========================== */

.featured-event-band {
    width: 100vw;
    margin-left: calc(50% - 50vw);

    background: linear-gradient(
        90deg,
        #055258 0%,
        #04464b 100%
    );

    border-top: 1px solid rgba(255,255,255,.10);
    border-bottom: 1px solid rgba(255,255,255,.10);

    padding: 30px 0;

    position: relative;
    overflow: hidden;
}

/* Left Coming Up panel */

.featured-event-band::before {

    content: "COMING UP";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 210px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #183457;

    color: #d9aa45;

    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;

    letter-spacing: .10em;
    text-transform: uppercase;

    z-index: 3;
}

/* Animated arrow */

.featured-event-band::after {

    content: "→";

    position: absolute;

    right: 48px;
    top: 50%;

    transform: translateY(-50%);

    font-size: 34px;
    font-weight: 700;

    color: #d9aa45;

    animation: featuredArrow 1.6s ease-in-out infinite;

    z-index: 3;
}

/* WA wrapper */

.featured-event-band > .WaLayoutTable,
.featured-event-band .WaLayoutTable {

    width: 80% !important;
    max-width: 1300px !important;

    margin: 0 auto !important;

    position: relative;
    z-index: 2;
}

.featured-event-band .WaLayoutItem {

    padding-left: 220px !important;
    padding-right: 90px !important;
}

/* Reset WA */

.featured-event-band ul,
.featured-event-band li {

    list-style: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

.featured-event-band .WaGadgetUpcomingEvents {

    margin: 0 !important;
}

/* Title */

.featured-event-band .title {

    display: block !important;

    margin: 0 0 8px !important;
}

.featured-event-band .title a {

    font-family: "Merriweather", Georgia, serif !important;

    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;

    color: rgba(255,255,255,.92) !important;

    text-decoration: none !important;

    transition: opacity .18s ease;
}

.featured-event-band .title a:hover {

    opacity: .82;
}

/* Meta */

.featured-event-band .date,
.featured-event-band .location,
.featured-event-band .date span,
.featured-event-band .location span {

    display: inline !important;

    font-family: "Source Sans 3", Arial, sans-serif !important;

    font-size: 19px !important;
    line-height: 1.45 !important;

    font-style: normal !important;

    color: rgba(255,255,255,.92) !important;
}

.featured-event-band .date::before {

    content: "";

}

.featured-event-band .location::before {

    content: "   |   ";

    color: rgba(255,255,255,.35);
}

/* Arrow animation */

@keyframes featuredArrow {

    0%,
    100% {
        transform: translateY(-50%) translateX(0);
    }

    50% {
        transform: translateY(-50%) translateX(6px);
    }

}

@media (prefers-reduced-motion: reduce) {

    .featured-event-band::after {

        animation: none;

    }

}

/* Mobile */

@media (max-width: 850px) {

    .featured-event-band {

        padding: 24px 0;

    }

    .featured-event-band::before {

        position: static;

        width: 100%;
        height: 52px;

    }

    .featured-event-band::after {

        display: none;

    }

    .featured-event-band .WaLayoutItem {

        padding: 24px 0 0 !important;

    }

    .featured-event-band .title a {

        font-size: 22px !important;

    }

    .featured-event-band .date,
    .featured-event-band .location {

        display: block !important;

        font-size: 17px !important;

    }

    .featured-event-band .location::before {

        content: "";

    }

}

/* ==========================
   BOARD OF DIRECTORS
   ========================== */

   .board-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    background: #dcd8d8;
    padding: 80px 0;
}

/* Overrides for actual board page (under About) */
.board-page.board-section
{
  width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #ffffff;
    padding: 0px;
}

.board-container {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
}

.board-container h2 {
  margin: 0 0 36px;
  font-family: "Merriweather", serif;
  font-size: 36px;
  color: #055258;
  text-align: left;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 28px;
}

.board-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(5, 82, 88, 0.14);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.055);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.board-card:hover,
.board-card:focus {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.085);
}

.board-card:focus {
  outline: 3px solid rgba(217, 170, 69, 0.8);
  outline-offset: 3px;
}

.board-front {
  position: relative;
  height: 100%;
  background: #fff;
  transition: opacity 0.3s ease;
}

.board-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.board-card h3 {
  margin: 20px 20px 6px !important;
  font-family: "Merriweather", serif;
  font-size: 18px;
  line-height: 1.2;
  color: #303030;
}

.board-title {
  margin: 0 20px 22px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #555;
}

.board-title::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 12px;
  background: #c8a24a;
}


/* Biography overlay */

.board-back {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 28px 26px 24px;

  background: rgba(24, 52, 87, 0.93);
  color: #fff;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.board-back::-webkit-scrollbar {
    width: 8px;
}

.board-back::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.45);
    border-radius: 8px;
}

.board-back::-webkit-scrollbar-track {
    background: rgba(255,255,255,.08);
}

.board-back h3 {
  flex: 0 0 auto;
  margin: 0 0 7px !important;
  color: #fff;
  font-size: 20px;
}

.board-back-title {
  flex: 0 0 auto;
  margin-bottom: 18px;
  padding-bottom: 17px;

  border-bottom: 3px solid #d9aa45;

  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
}

.board-bio {
  min-height: 0;
  padding-right: 8px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);

  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.55) rgba(255, 255, 255, 0.12);
}

.board-bio p {
  margin: 0 0 15px;
  color: inherit;
}

.zoneHeader3 .WaGadgetContent .board-back .board-bio p {
    font-size: 15px !important;
    line-height: 1.55 !important;
}

.board-bio p:last-child {
  margin-bottom: 0;
}

.board-bio::-webkit-scrollbar {
  width: 7px;
}

.board-bio::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.12);
}

.board-bio::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 10px;
}


/* Reveal only cards that have biographies */

@media (hover: hover) and (pointer: fine) {
  .board-card.has-bio:hover .board-front,
  .board-card.has-bio:focus .board-front {
    opacity: 0.18;
  }

  .board-card.has-bio:hover .board-back,
  .board-card.has-bio:focus .board-back {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* Hide toggle button on Desktop. Will display on mobile. See below. */
.board-bio-toggle {
  display: none;
}

/* For mobile, use toggle button instead of unreliable hover behaviour */

@media (max-width: 900px) {

  .board-card.has-bio {
    overflow: visible;
  }

  .board-card.has-bio .board-front {
    opacity: 1 !important;
    height: auto;
  }

  .board-card.has-bio .board-back {
    position: static;
    inset: auto;
    display: block;

    padding: 0 20px;
    background: #fff;
    color: #303030;

    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    max-height: 0;
    overflow: hidden;

    transition:
      max-height .35s ease,
      padding .35s ease;
  }

  .board-card.has-bio.is-open .board-back {
    max-height: 2000px;
    padding: 0 20px 22px;
  }

  .board-back h3,
  .board-back-title {
    display: none;
  }

  .board-bio {
    overflow: visible;
    margin: 0;

    font-size: 15px;
    line-height: 1.6;
    color: #444;
  }

  .board-bio p {
    color: inherit;
  }

  .board-bio-toggle {
    display: block;
    margin: 0 20px 22px;
    padding: 0;

    border: 0;
    background: none;

    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #055258;
    cursor: pointer;
  }

  .board-bio-toggle::after {
    content: " +";
  }

  .board-card.is-open .board-bio-toggle::after {
    content: " −";
  }
}

@media (max-width: 900px) {
  .board-container {
    width: 88%;
  }

  .board-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .board-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================
   CTA BUTTONS
   ========================== */

.top-cta-group {
    display: flex;
    gap: 14px;
    align-items: center;
}

.sia-btn {
    display: inline-block;

    padding: 12px 24px;

    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    letter-spacing: .04em;
    text-transform: uppercase;

    text-decoration: none !important;

    transition: all .2s ease;
}

/* Primary */

.sia-btn-primary {
    background: #055258;
    color: white !important;
}

.sia-btn-primary:hover {
    background: rgba(5,82,88,.85);
}

/* Secondary */

.sia-btn-secondary {
    border: 1px solid rgba(255,255,255,.5);
    color: white !important;
}

.sia-btn-secondary:hover {
    background: rgba(255,255,255,.1);
}

/* ==========================
   MEMBERSHIP SECTION
   ========================== */

.membership-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #183457;
  padding: 80px 0;
  color: #fff;
}

.membership-inner {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
}

.membership-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.membership-section h2,
.membership-section h3 {
  color: #fff;
}

.membership-intro {
  color: rgba(255,255,255,.9) !important;
  margin-bottom: 36px !important;
}

.membership-card {
  padding: 36px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
}

.enhanced-card {
  border-top: 4px solid #d99a2b;
}

.membership-card li,
.membership-card p {
  color: rgba(255,255,255,.88) !important;
}

.membership-card a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.enhanced-card {
    border-top: 4px solid #d99a2b;
}

.enhanced-card h3 {
    color: #d99a2b;
}

/* ==========================================================
   MEMBERSHIP ELIGIBILITY CALLOUT
   ========================================================== */

.membership-note {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.membership-note h4 {
    margin-bottom: 14px;
    color: #d9aa45;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.membership-note p {
  max-width: 860px;
  margin: 0 0 10px !important;

  color: rgba(255,255,255,.86) !important;
  line-height: 1.6;
}

.membership-note p:last-child {
  margin-bottom: 0 !important;
}

.membership-note a {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;

  color: #d9aa45 !important;
  text-decoration: none !important;
}

.membership-note a:hover {
  opacity: .8;
}

/* Mobile */

@media (max-width: 767px) {

    .membership-cards {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .membership-card {
        padding: 26px;
    }
    .membership-section {
    padding: 40px 0;
    }
}

/* ==========================
   CONSULTANT DIRECTORY
   ========================== */

 /* Manipulating bg color for this page only */

 body#PAGEID_1075189 div#id_Content {
    background: #dcd8d8
 }

 body#PAGEID_1075189 div#id_Header1 {
    background: #dcd8d8;
}

body#PAGEID_1075189 div#id_5T5XBqy {
    margin-top: -48px;
}

.consultant-container {
  width: 100%;
  margin: 0 auto;
}

.consultant-container h2 {
  margin: 0 0 36px;
  font-family: "Merriweather", serif;
  font-size: 36px;
  color: #055258;
  text-align: left;
}

.consultant-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

  .consultant-card {
  display: flex !important;
  flex-direction: column !important;

  justify-content: space-between;

  text-decoration: none !important;

  min-height: 190px;
  padding: 26px 22px 20px;

  background: #fff;
  border: 1px solid rgba(5, 82, 88, 0.14);
  border-radius: 4px;

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.055);

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.consultant-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.085);
}

.consultant-card img,
.consultant-card h3 {
  display: block;
  width: 100%;
}

.consultant-card img {
  display: block;
  width: 100%;
  height: 95px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 22px;
}

.consultant-card h3 {
  margin: 0;
  padding-top: 14px;

  border-top: 3px solid #c8a24a;

  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;

  color: #303030;
}

@media (max-width: 1000px) {
  .consultant-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .consultant-container {
    width: 88%;
  }

  .consultant-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .consultant-logo-grid {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================
   HOME FEEDS — DARK BAND
   Events + News + Job Board
   ========================================================== */

.home-feed-section {
  background: #055258;
  color: #fff;
  padding: 68px 0 72px !important;
  box-sizing: border-box;
}

.home-feed-section {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home-feed-section > .WaLayoutTable {
  width: 80% !important;
  max-width: 1300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Remove unwanted WA spacing around the section */

.home-feed-section .WaGadget,
.home-feed-section .WaGadgetContent,
.home-feed-section .gadgetStyleBody {
  margin-top: 0 !important;
}

/* Column spacing and subtle dividers */

.home-feed-section .WaLayoutItem {
  vertical-align: top;
  padding: 0 38px !important;
  position: relative;
}

.home-feed-section .WaLayoutItem:first-child {
  padding-left: 0 !important;
}

.home-feed-section .WaLayoutItem:last-child {
  padding-right: 0 !important;
}

.home-feed-section .WaLayoutItem:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;

  width: 1px;
  height: 100%;

  background: rgba(255,255,255,.18);
}

/* Column headings */

.home-feed-section .events-card h3,
.home-feed-section .news-card h3,
.home-feed-section .jobs-card h3 {
  color: #fff !important;
}

/* Heading icons */

.home-feed-section .events-card h3::before,
.home-feed-section .news-card h3::before,
.home-feed-section .jobs-card h3::before {
  color: #d9aa45 !important;
}

/* Feed titles and links */

.home-feed-section a,
.home-feed-section .gadgetListTitle a,
.home-feed-section .title a,
.home-feed-section h4 a,
.home-feed-section .itemTitle a,
.home-feed-section .gadgetListTitle span a {
  color: #fff !important;
}

/* Supporting details and metadata */

.home-feed-section p,
.home-feed-section li,
.home-feed-section span,
.home-feed-section em,
.home-feed-section small,
.home-feed-section .date,
.home-feed-section .location {
  color: rgba(255,255,255,.78) !important;
}

/* Keep item titles brighter than metadata */

.home-feed-section .home-feed-card strong,
.home-feed-section .gadgetListTitle,
.home-feed-section .title,
.home-feed-section .itemTitle {
  color: #fff !important;
}

/* Bottom CTA links */

.home-feed-section .feed-more-link a {
  color: #d9aa45 !important;
}

.home-feed-section a:hover,
.home-feed-section .feed-more-link a:hover {
  opacity: .78;
}

/* Mobile */

@media (max-width: 900px) {
  .home-feed-section {
    padding: 54px 0 26px !important;
  }

  .home-feed-section > .WaLayoutTable,
  .home-feed-section .WaLayoutTable {
    width: 88% !important;
  }

  .home-feed-section .WaLayoutItem {
    display: block;
    width: 100% !important;

    padding: 0 0 44px !important;
  }

  .home-feed-section .WaLayoutItem::after {
    display: none !important;
  }
}

/* Remove WA's empty content padding above the footer on the homepage */

body:has(.home-feed-section) #id_Content > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

/* Hide unused homepage content zones after the feed section.
   Wild Apricot keeps empty template zones in the DOM, which
   otherwise create a large white gap above the footer. */

body:has(.home-feed-section)
.zonePlace.zoneContent:not(:has(.WaGadgetContent, .WaGadgetHeadline, .WaGadgetUpcomingEvents, .home-feed-section)) {
  display: none !important;
}


/* ==========================================================
   INTERIOR PAGES
   ========================================================== */

/* ==========================
   INTERIOR PAGE HERO
   ========================== */

.interior-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: -8px;

  min-height: 300px;

  display: flex;
  align-items: center;

  background-size: cover;
 background-position: center 30% !important;
  position: relative;
  overflow: hidden;
  transform: translateY(-8px);
  
}

body:has(.interior-hero) .zoneHeader2,
body:has(.interior-hero) .zoneHeader2 .WaPlaceHolder,
body:has(.interior-hero) .zoneHeader2 .WaPlaceHolder > div {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Kill WA's extra inline wrapper padding */
.zoneHeader2 .interior-hero div[style*="padding-top:8px"] {
  padding-top: 0 !important;
}

/* Dark brand overlay */
.interior-hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(24,52,87,.90) 0%,
    rgba(24,52,87,.74) 48%,
    rgba(24,52,87,.30) 100%
  );

  z-index: 1;
}

.membership-hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
  90deg,
  rgba(24,52,87,.78) 0%,
  rgba(24,52,87,.60) 48%,
  rgba(24,52,87,.22) 100%
);

  z-index: 1;
}

/* Main hero content container */
.interior-hero .placeHolderContainer {
  width: 80%;
  max-width: 1300px;

  margin: 0 auto !important;
  padding: 60px 0 60px !important;

  position: relative;
  z-index: 2;
}

/* Reset WA spacing inside hero */
.interior-hero .WaLayoutTable,
.interior-hero .WaLayoutRow,
.interior-hero .WaLayoutItem,
.interior-hero .WaGadget,
.interior-hero .gadgetStyleBody {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Headline */

.interior-hero .WaGadgetContent
.gadgetContentEditableArea > h1.header:last-child {
    color: #fff !important;

  font-family: "Merriweather", Georgia, serif !important;
  font-size: 42px !important;
  line-height: 1.15 !important;

  margin: 0 0 20px !important;
  max-width: 760px;
}

.interior-hero h1::after,
.interior-hero .WaGadgetHeadline h1::after {
  content: "";
  display: block;

  width: 72px;
  height: 3px;

  background: #c8a24a;

  margin-top: 18px;
}

/* Body copy */
.interior-hero .WaGadgetContent,
.interior-hero .WaGadgetContent *,
.interior-hero .gadgetStyleBody,
.interior-hero .gadgetStyleBody * {
  color: rgba(255,255,255,.94) !important;
}

.interior-hero .WaGadgetContent,
.interior-hero .WaGadgetContent p,
.interior-hero .gadgetStyleBody p {
  max-width: 760px;

  font-size: 20px !important;
  line-height: 1.65 !important;

  margin: 0 !important;
}



.membership-hero {
  min-height: 420px;
  background-image: url('/resources/Pictures/membership-hero2b.png');
  background-position: center 40% !important;
}

body:has(.interior-hero) .zoneHeader3 .WaLayoutContainerOnly,
body:has(.interior-hero) .zoneHeader3 .WaLayoutContainerFirst {
  padding-top: 48px !important;
}

@media (max-width: 767px) {

    .interior-hero {
        min-height: 250px;
    }

    .interior-hero h1 {
        font-size: 34px !important;
        line-height: 1.1 !important;
        margin-bottom: 18px;
    }

    .interior-hero .WaGadgetContent p,
.interior-hero .gadgetStyleBody p{
    font-size:17px !important;
    line-height:1.6 !important;
}

}

/* ==========================================================
   VOLUNTEER PAGE
   ========================================================== */

   /* Page-specific image */
.volunteer-hero {
  background-image: url('/resources/Pictures/volunteer-hero.jpg');
}

.volunteer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 36px;
    margin: 40px 0 60px;
    align-items: start;
}

.volunteer-card {
    position: relative;
    padding: 34px;
    background: #fff;
    border: 1px solid rgba(24, 52, 87, .12);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .055);
}

.volunteer-card h4 {
    margin: 0;
    color: #183457;
}

.volunteer-card h4::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 14px 0 24px;
    background: #d9aa45;
}

.volunteer-card p:first-of-type {
    margin-top: 0;
}

.volunteer-card ul {
    margin: 18px 0;
    padding-left: 20px;
}

.volunteer-card li {
    margin-bottom: 8px;
}

.volunteer-card ul{
    margin-top:20px;
}

.full-width-cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #d4d0d0;
    border-top: 5px solid #d9aa45;
    padding: 80px 0;
    margin-bottom:0;
}

.volunteer-cta{
    text-align:center;
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
}

.volunteer-cta p{
    max-width:700px;
    margin:0 auto 15px;
}

/* ==========================================================
   EVENTS PAGE
   ========================================================== */

/* Overall gadget width and spacing */

.WaGadgetEvents.WaGadgetEventsStateList {
  width: 100%;
}

.WaGadgetEvents .upcomingEventsOuterContainer {
  width: 100%;
}

.WaGadgetEvents .upcomingEventsContainer {
  width: 100%;
}

/* ==========================================================
   EVENTS LIST PAGE — STANDARD TITLE BAND
   Remove all previous Events-page title-band rules first
   ========================================================== */

.WaGadgetEventsStateList {
  width: 100vw !important;
  max-width: none !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 0 !important;
}

/* ----------------------------------------------------------
   UPCOMING EVENTS — OUTERMOST WRAPPER ONLY
   ---------------------------------------------------------- */

.WaGadgetEventsStateList
.upcomingEventsContainer
> .d1 > .d2 > .d3 > .d4 > .d5
> .d6 > .d7 > .d8 > .d9 > .inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  background: linear-gradient(
    to bottom,
    #dcd8d8 0,
    #dcd8d8 166px,
    #fff 166px,
    #fff 100%
  );
}

/* Upcoming Events heading only */

.WaGadgetEventsStateList
.upcomingEventsContainer
> .d1 > .d2 > .d3 > .d4 > .d5
> .d6 > .d7 > .d8 > .d9 > .inner
> h3.sectionTitle {
  grid-column: 1 !important;
  grid-row: 1 !important;

  float: none !important;

  margin: 0 !important;
  padding: 44px 0 42px !important;
  padding-left: max(10vw, calc((100vw - 1300px) / 2)) !important;

  font-family: "Merriweather", Georgia, serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -.025em !important;
  text-transform: uppercase;

  color: #183457 !important;
}

.WaGadgetEventsStateList
.upcomingEventsContainer
> .d1 > .d2 > .d3 > .d4 > .d5
> .d6 > .d7 > .d8 > .d9 > .inner
> h3.sectionTitle::after {
  content: "";
  display: block;

  width: 72px;
  height: 3px;
  margin-top: 18px;

  background: #d9aa45;
}


/* Hide RSS-only H1 */

.WaGadgetEventsStateList
.upcomingEventsContainer
h1.pageTitle.SystemPageTitle {
  display: none !important;
}

/* Calendar switcher */

.WaGadgetEventsStateList
.upcomingEventsContainer
.pageTitleOuterContainer {
  grid-column: 2 !important;
  grid-row: 1 !important;

  position: static !important;
  float: none !important;
  display: block !important;

  width: auto !important;
  margin: 0 !important;

  padding-right: max(10vw, calc((100vw - 1300px) / 2)) !important;
}

/* Upcoming event cards */

.WaGadgetEventsStateList
.upcomingEventsContainer
ul.boxesList {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;

  width: 80% !important;
  max-width: 1300px !important;

  margin: 48px auto 0 !important;
  padding: 0 !important;
}

/* ----------------------------------------------------------
   PAST EVENTS — RESET COMPLETELY OUTSIDE THE GRID
   ---------------------------------------------------------- */

.WaGadgetEventsStateList
.pastEventsOuterContainer {
  width: 80% !important;
  max-width: 1300px !important;

  margin: 56px auto 0 !important;
  padding: 0 !important;
}

.WaGadgetEventsStateList
.pastEventsContainer
h3.sectionTitle {
  display: block !important;

  grid-column: auto !important;
  grid-row: auto !important;

  position: static !important;
  float: none !important;

  width: auto !important;

  margin: 0 0 28px !important;
  padding: 0 !important;

  font-family: "Merriweather", Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -.025em !important;
  text-transform: uppercase;

  color: #183457 !important;
}

.WaGadgetEventsStateList
.pastEventsContainer
h3.sectionTitle::after {
  content: "";
  display: block;

  width: 64px;
  height: 3px;
  margin-top: 16px;

  background: #d9aa45;
}

.WaGadgetEventsStateList
.pastEventsList {
  width: 100% !important;
  margin: 0 !important;
}

/* Event list reset */

.WaGadgetEvents .boxesList {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Event cards */

.WaGadgetEvents .boxesListItem {
  margin: 0 0 34px !important;
  padding: 0 !important;
  list-style: none !important;
}

.WaGadgetEvents .boxOuterContainer {
  background: #fff;

  border: 1px solid rgba(24,52,87,.10);
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
}

.WaGadgetEvents .boxViewOutline {
  padding: 32px !important;
}

/* General event-card text */

.WaGadgetEvents .boxContainer {
  color: #183457;
}

/* Remove decorative corners from old WA theme */

.WaGadgetEvents .cornersContainer {
  display: none !important;
}

/* Event title */

.WaGadgetEvents .boxHeaderTitle a {
    font-family: "Merriweather", Georgia, serif;
    font-size: 34px;
    line-height: 1.2;
    color: #055258 !important;
    text-decoration: none;
}

/* Beige info panel */

.WaGadgetEvents .boxBodyInfoContainer {
    background: #f7fbfb !important;
    border-left: 4px solid #d9aa45;
    padding: 22px;
}

/* Main body */

.WaGadgetEvents .boxBodyContentContainer {
    padding-left: 36px;
}

/* Footer */

.WaGadgetEvents .boxFooterOuterContainer {
    margin-top: 24px;
}

.WaGadgetEvents .boxBodyContentContainer table {
  width: 100% !important;
  margin: 22px 0 !important;

  border-collapse: collapse !important;
  border-spacing: 0 !important;

  background: #fff;
}

.WaGadgetEvents .boxBodyContentContainer th,
.WaGadgetEvents .boxBodyContentContainer td {
  padding: 14px 16px !important;

  border: 1px solid rgba(24,52,87,.18) !important;

  text-align: left !important;
  vertical-align: top !important;

  font-family: "Source Sans 3", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;

  color: #183457 !important;
}

.WaGadgetEvents .boxBodyContentContainer th {
  background: #183457 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.WaGadgetEvents .boxBodyContentContainer tr:nth-child(even) td {
  background: #f7fbfb;
}

/* Prevent paragraphs inside cells from adding excessive spacing */

.WaGadgetEvents .boxBodyContentContainer td p,
.WaGadgetEvents .boxBodyContentContainer th p {
  margin: 0 0 8px !important;
}

.WaGadgetEvents .boxBodyContentContainer td p:last-child,
.WaGadgetEvents .boxBodyContentContainer th p:last-child {
  margin-bottom: 0 !important;
}

/* Event details page only */

.WaGadgetEventsStateDetails .pageTitleOuterContainer {
    display: block !important;
    margin-bottom: 28px;
    margin-top:40px;
}

.WaGadgetEventsStateDetails h1.pageTitle {
    color: #183457 !important;
}

/* ==========================================================
   SITE FOOTER
   ========================================================== */

/* Full-width footer zone */

/* Allow custom footer to break out of WA width constraints */

.zoneFooter3 .WaPlaceHolder > div {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.zoneFooter3,
.zoneFooter3 .WaPlaceHolder,
.zoneFooter3 .WaGadget,
.zoneFooter3 .WaGadgetContent,
.zoneFooter3 .gadgetStyleBody {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.zoneFooter .WaGadget,
.zoneFooter .WaGadgetContent,
.zoneFooter .gadgetStyleBody {
    margin: 0 !important;
    padding: 0 !important;
}

.sia-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #183457;
  color: #fff;
}

.sia-footer-inner {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 56px 0 54px;

  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.sia-footer-brand {
  padding-top: 6px;
}

.sia-footer-brand img {
  display: block;
  max-width: 340px;
  width: 100%;
  height: auto;
}

.sia-footer h4 {
  margin: 0 0 18px !important;

  font-family: "Source Sans 3", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;

  color: #d9aa45 !important;
}

.sia-footer-links a {
  display: block;
  margin-bottom: 8px;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;

  color: rgba(255,255,255,.86) !important;
  text-decoration: none !important;
}

.sia-footer-links a:hover {
  color: #fff !important;
  opacity: .8;
}

.footer-social-row {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-social-row a {
  width: 42px;
  height: 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1.5px solid rgba(255,255,255,.58);
  border-radius: 50%;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;

  color: #fff !important;
  text-decoration: none !important;

  transition: opacity .18s ease, transform .18s ease, border-color .18s ease;
}

.footer-social-row a:hover {
  transform: translateY(-2px);
  border-color: #d9aa45;
  opacity: .9;
}

.footer-social-row .footer-youtube {
  font-size: 0 !important;
}

.footer-social-row .footer-youtube::before {
  content: "\f167"; /* YouTube */
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}

.sia-footer-bottom {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 22px 0;

  display: flex;
  justify-content: space-between;
  gap: 24px;

  border-top: 1px solid rgba(255,255,255,.08);

  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.4;
}

.sia-footer-bottom a {
  color: rgba(255,255,255,.86) !important;
  text-decoration: none !important;
  font-weight: 600;
}

.sia-footer-bottom a:hover {
  color: #fff !important;
}

.sia-footer-bottom span {
  margin: 0 10px;
  color: rgba(255,255,255,.35);
}

@media (max-width: 900px) {
  .sia-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .sia-footer-brand {
    grid-column: 1 / -1;
  }

  .sia-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .sia-footer-inner {
    grid-template-columns: 1fr;
  }

  .sia-footer-brand img {
    max-width: 300px;
  }
}

/* ==========================================================
   MEMBERSHIP PAGE
   ========================================================== */

.membership-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 0 70px;
}

.membership-options h2,
.membership-comparison h2 {
  margin-bottom: 16px !important;
}

.membership-options-intro {
  /* max-width: 850px; */
  margin-bottom: 32px !important;
}

.membership-page-cards {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.membership-page-card {
  position: relative;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(24,52,87,.12);
  box-shadow: 0 10px 28px rgba(0,0,0,.055);
}

.membership-page-card h3 {
  margin-bottom: 10px !important;
  color: #183457;
}

.premium-card {
  padding-right: 130px;
  border-top: 5px solid #d9aa45;
}

.membership-page-card.standard-card {
    border-top: 5px solid #183457;
}

.membership-badge {
  position: absolute;
  top: 22px;
  right: 22px;

  margin: 0;
  padding: 6px 11px;

  background: #183457;
  color: #fff;

  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}


.membership-price {
  margin-bottom: 18px;
  font-family: "Merriweather", Georgia, serif;
  font-size: 28px;
  color: #055258;
}

.membership-page-card a {
  display: inline-block;
  margin-top: 12px;

  font-weight: 800;
  color: #055258 !important;
  text-decoration: none !important;
}

.membership-info-strip {
  margin: 52px auto 64px;
  padding: 20px 0;

  border-top: 2px solid #d9aa45;
  border-bottom: 1px solid rgba(24,52,87,.12);
}

.membership-info-strip h3 {
  margin: 0 0 10px !important;

  font-family: "Source Sans 3", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700;

  color: #183457 !important;
}

.membership-info-strip p {
  margin: 0;
  color: #183457;
}

.membership-info-strip a {
  display: inline-block;
  margin-top: 10px;

  color: #055258 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.membership-info-strip a:hover {
  opacity: .8;
}

.membership-comparison {
  margin-top: 56px;
}

.membership-comparison table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.045);
}

.membership-comparison tbody {
    background: #dcd8d8;
}

.membership-comparison th {
  padding: 18px 20px;
  background: #183457;
  color: #fff;
  text-align: left;
  font-weight: 800;
}

.membership-comparison td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(24,52,87,.10);
}

.membership-comparison th:nth-child(2),
.membership-comparison th:nth-child(3),
.membership-comparison td:nth-child(2),
.membership-comparison td:nth-child(3) {
  text-align: center;
}

.membership-comparison td:nth-child(3) {
  color: #055258;
  font-weight: 800;
}

@media (max-width: 800px) {
  .membership-page {
    width: 88%;
  }

  .membership-page-cards {
    grid-template-columns: 1fr;
  }
}

/* ==========================================
   OUR MISSION
   ========================================== */

.mission-section {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;

    background: #dcd8d8;
    position: relative;
    overflow: hidden;
}

.mission-section::after {
    content: "";
    position: absolute;

    right: 0px;
bottom: -2px;
    width: clamp(320px, 32vw, 320px);
    aspect-ratio: 1;

    background-image: url("/resources/Pictures/sia-seal-only.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    opacity: 0.28;

    pointer-events: none;
    z-index: 0;
}

.mission-container {
    width: min(80%, 1200px);
    margin: 0 auto;
    padding: 0px 100px 60px 100px;
    position: relative;
    z-index: 1;
}

.mission-container h2 {
    margin: 0;

    font-family: "Merriweather", serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;

    color: #183457;
}

.mission-statement {
    border-left: 4px solid #d9aa45;
    padding-left: 36px;

    font-family: "Merriweather", serif;
    font-style: italic;
    font-size: clamp(2.4rem, 3.2vw, 3.3rem);
    line-height: 1.35;

    color: #183457;

    max-width: 800px;
    margin: 0 auto;

    text-align: left;
}

/* Mobile tweaks */

/* Adjust padding on mission statement */
@media (max-width: 767px) {
    .mission-container {
        padding: 0px 0px 60px 0px;
    }

/* Hide logo seal on mobile */
    .mission-section::after {
      display: none;
    }
}

/* ========================================
   PUBLICATIONS CATALOG
   ======================================== */

.sia-publication-catalog {
    width: min(90%, 1200px);
    margin: 0 auto;
    padding: 0 0 80px;
}

/* Intro graph */
.sia-publication-intro {
    /*max-width: 900px;*/
    margin: 0 auto 3rem;
}

.sia-publication-intro p {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
}

.sia-publication-intro strong {
    color: #183457;
    font-weight: 700;
}


/* Individual publication row */

.sia-publication {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: start;

    padding: 52px 0;
    border-bottom: 1px solid rgba(24, 52, 87, 0.2);
}

.sia-publication:first-of-type {
    border-top: 1px solid rgba(24, 52, 87, 0.2);
}


/* Cover */

.sia-publication-cover {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sia-publication-cover img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 260px;

    border-radius: 2px;
    box-shadow:
        0 12px 24px rgba(24, 52, 87, 0.13),
        0 2px 5px rgba(24, 52, 87, 0.1);
}


/* Title and edition */

.sia-publication-main {
    min-width: 0;
}

.sia-publication-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 28px;

    padding-bottom: 24px;
    border-bottom: 1px solid rgba(24, 52, 87, 0.12);
}

.sia-publication-header h3 {
    margin: 0;
    max-width: 760px;

    font-family: "Merriweather", serif;
    font-size: clamp(1.6rem, 2.25vw, 2.15rem);
    line-height: 1.28;
    font-weight: 700;
    color: #183457;
}

.sia-publication-edition {
    flex: 0 0 auto;
    margin: 0;

    font-family: "Lato", sans-serif;
    font-size: 0.92rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #5f6e7d;
}


/* Purchase and Premium options */

.sia-publication-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    margin-top: 28px;
}

.sia-publication-option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
  
    padding: 4px 42px 0 0;
}

.sia-publication-option + .sia-publication-option {
    position: relative;
    padding-right: 0;
    padding-left: 48px;
    border-left: 0;
}

/* Shorter divider rather than a full-height border */

.sia-publication-option + .sia-publication-option::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 18px;
    left: 0;
    width: 1px;
    background: rgba(24, 52, 87, 0.16);
}

.sia-publication-option h4 {
    margin: 0 0 22px;
    font-family: "Merriweather", serif;
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #183457;
}

.sia-premium-option h4 {
    color: #8b681e;
}

.sia-publication-description {
    margin: 0 0 22px !important;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.55;
    font-weight: 400;
    color: #394b5d;
}

.sia-member-benefit {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 30px;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    color: #0d5c63;
}

.sia-member-benefit .benefit-check {
    flex: 0 0 auto;
    color: #d9aa45;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1;
}

.sia-publication-option .sia-button {
    margin-top: 18px;
}


/* Buttons */

.sia-publication-option .sia-button {
    margin-top: auto;
}

.sia-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    min-height: 44px;
    padding: 11px 22px;

    border: 2px solid #0d5c63;
    border-radius: 2px;

    font-family: "Lato", sans-serif;
    font-size: 0.88rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    text-decoration: none !important;

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease;
}

.sia-button-primary {
    background: #0d5c63;
    color: #ffffff !important;
}

.sia-button-primary:hover,
.sia-button-primary:focus {
    background: #183457;
    border-color: #183457;
    color: #ffffff !important;
}

.sia-button-secondary {
    background: transparent;
    color: #0d5c63 !important;
}

.sia-button-secondary:hover,
.sia-button-secondary:focus {
    background: #0d5c63;
    color: #ffffff !important;
}

.sia-publication-formats {
    margin: 0 0 14px;
}

.sia-member-benefit {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 0 0 26px;

    font-size: 1rem;
    font-weight: 600;
    color: #0d5c63;
}

.sia-member-benefit .benefit-check {
    color: #d9aa45;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
}


/* Tablet */

@media (max-width: 850px) {

    .sia-publication {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 32px;
    }

    .sia-publication-cover img {
        max-height: 225px;
    }

    .sia-publication-header {
        display: block;
    }

    .sia-publication-edition {
        margin-top: 10px;
    }

    .sia-publication-options {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sia-publication-option {
        min-height: 0;
        padding: 0;
    }

    .sia-publication-option + .sia-publication-option {
        padding: 24px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(24, 52, 87, 0.16);
    }

    .sia-publication-option .sia-button {
        margin-top: 0;
    }
}


/* Mobile */

@media (max-width: 600px) {

    .sia-publication-catalog {
        width: min(88%, 1200px);
        padding: 48px 0 60px;
    }

    .sia-publication {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 42px 0;
    }

    .sia-publication-cover {
        justify-content: flex-start;
    }

    .sia-publication-cover img {
        max-width: 165px;
        max-height: 230px;
    }

    .sia-publication-header {
        padding-bottom: 20px;
    }

    .sia-publication-options {
        margin-top: 24px;
    }
}