/*
  ADAAWE – Wild Apricot (Kaleidoscope Muskoka v3)
  Desktop: header and footer span full width; main column stays 1200px (theme default).

  Theme baseline: .WaPlaceHolder { max-width: 1200px; margin: 0 auto; }
  and .zonePlace { padding: 0 15px; } — we relax the cap on chrome only.
*/

:root {
  --primary-color: #53ABC2;
  --primary-dark: #1b7192;
  --secondary-color: #f68f1f;
  --red-color: #e11d38;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

@media (min-width: 992px) {
  .mLayout .zonePlace.zoneHeader1,
  .mLayout .zonePlace.zoneHeader2,
  .mLayout .zonePlace.zoneFooter1,
  .mLayout .zonePlace.zoneFooter2,
  .mLayout .zonePlace.zoneWAbranding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mLayout .zonePlace.zoneHeader1 .WaPlaceHolder,
  .mLayout .zonePlace.zoneHeader2 .WaPlaceHolder,
  .mLayout .zonePlace.zoneFooter1 .WaPlaceHolder,
  .mLayout .zonePlace.zoneFooter2 .WaPlaceHolder {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mLayout .zonePlace.zoneContent .WaPlaceHolder {
    max-width: 1200px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  .mLayout .zonePlace.zoneWAbranding .WABranding {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /*
    Full-width hero / band inside the content column.

    Usage: in the HTML editor (or an HTML block), wrap the section at the full
    column width, e.g. <div class="adaawe-full-bleed">…</div>

    50% is relative to this element's parent; for an even breakout, place the
    wrapper as a direct child of the main content cell, not inside a narrow
    layout column.
  */
  .mLayout .zonePlace.zoneContent .adaawe-full-bleed {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    position: relative;
    box-sizing: border-box;
  }

  .mLayout .zonePlace.zoneContent .adaawe-full-bleed .WaLayoutTable {
    background-color: #f1f1f1;
  }
}

/*
  Centered max-width on this block only (still inside the 1200px content shell).

  Example: style="--adaawe-mw: 900px" for a narrower reading column.
  For edge-to-edge heroes, use .adaawe-full-bleed instead.
*/
.adaawe-max-width {
  max-width: var(--adaawe-mw, 1200px) !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

/* Custom CSS Overrides */

div#id_Lwc9xhk {
  margin-bottom: 0 !important;
}

div#id_Lwc9xhk table td {
  vertical-align: middle !important;
}

.zonePlace {
  padding: 0;
}

[class^='WaLayoutContainer'] {
    margin-bottom: 0px;
}

div#id_6qVKkpF {
  background: none !important;
}


.WaGadgetMenuHorizontal .menuInner,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
  background: var(--primary-color);
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
  color: #fff;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a {
  color: var(--primary-dark);
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a {
  background: var(--primary-dark);
  color: #fff;
}

.WaGadgetLoginForm .loginContainer.loginContainer .loginLink
 {
    background: transparent;
    color: var(--primary-color);
 }

 .WaGadgetLoginForm .loginContainer.loginContainer .loginLink:hover, .WaGadgetLoginForm .loginContainer.loginContainer .loginLink.hover {
    background: var(--primary-color);
 }

 #id_VJWnkpa {
   display: none;
 }