.adtonly { display: none; }
.mobonly { display: none; }
@media screen and (min-width: 300px) {
        .mobonly { display: block; }
        .adtonly { display: none; }
}
@media screen and (min-width: 500px) {
        .mobonly { display: block; }
        .adtonly { display: none; }
}
@media screen and (min-width: 900px) {
        .mobonly { display: none; }
        .adtonly { display: block; }
}

.cpv-dropdown-menu {
  width: 220px;
}

.cpv-dropdown-link {
  display: block;
  padding: 8px 10px;
  color: #111;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  border-top: 1px solid #eadca8;
}

.cpv-dropdown-link:hover,
.cpv-dropdown-link:focus {
  background: #7b2024;
  color: #fff4dc;
}

.cpv-subtitle-years-short {
  display: none;
}

.cpv-site-header {
  background: linear-gradient(to bottom, #fffff0 0%, #f4e7b5 100%);
  border-bottom: 4px solid #111;
  font-family: Georgia, "Times New Roman", serif;
}

.cpv-header-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2px 0 0;
  position: relative;
  z-index: 2;
}

.cpv-masthead {
  display: grid;
  grid-template-columns: 187px 1fr;
  gap: 22px;
  align-items: stretch;
}

.cpv-logo-link {
  display: block;
  align-self: start;
  line-height: 0;
  position: relative;
  z-index: 4;
}

.cpv-logo {
  display: block;
  width: 187px;
  height: auto;
  position: relative;
  z-index: 4;
}

.cpv-masthead-right {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}

.cpv-byline {
  margin: 0 0 9px;
  padding: 4px 0 3px;
  font-size: 12px;
  line-height: 1.15;
  color: #5f4b18;
  font-variant: small-caps;
  letter-spacing: 0.07em;
  background: #FFFFF9;
  position: relative;
  z-index: 1;
  transform: scaleY(0.85);
}

.cpv-byline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * (((100vw - 1000px) / 2) + 209px));
  right: calc(-1 * ((100vw - 1000px) / 2));
  background: #FFFFF9;
  z-index: -1;
}

.cpv-byline-label {
  font-variant: small-caps;
  letter-spacing: 0.04em;
}

.cpv-brand-line {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-width: 0;
  padding-bottom: 10px;
}

.cpv-edition-label {
  flex: 0 0 auto;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #111;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
  transform: translateY(6px);
}

.cpv-byline a,
.cpv-byline a:visited {
  color: inherit;
  text-decoration: none;
}

.cpv-byline a:hover,
.cpv-byline a:focus {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cpv-subtitle {
  flex: 1 1 auto;
  font-size: 13px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #4a3a15;
  white-space: nowrap;
  transform: translateY(2px);
}

.cpv-mobile-menu-button {
  display: none;
}

.cpv-nav-band {
  position: relative;
  width: auto;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background: #7b2024;
  line-height: 1;
  z-index: 1;
}

.cpv-nav-band::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * (((100vw - 1000px) / 2) + 209px));
  right: calc(-1 * ((100vw - 1000px) / 2));
  background: #7b2024;
  background: linear-gradient(#7b2024, #60191C);
  z-index: -1;
}

.cpv-nav-inner {
  max-width: none;
  margin: 0;
  background: #7b2024;
  background: linear-gradient(#7b2024, #60191C);
}

.cpv-main-nav {
  background: transparent;
}

.cpv-nav-list {
  display: flex;
  align-items: stretch;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cpv-nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.cpv-nav-item > a {
  display: flex;
  align-items: center;
  padding: 13px 14px 12px;
  color: #fff4dc;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.cpv-nav-item > a:hover,
.cpv-nav-item > a:focus {
  background: rgba(0,0,0,.24);
  color: #ffe58a;
}

.cpv-nav-item-active > a {
  background: #f1cf57;
  color: #111;
}
.cpv-nav-item-active > a:visited {
  background: #f1cf57;
  color: #111;
}
.cpv-nav-item-active > a:hover,
.cpv-nav-item-active > a:focus {
  color: #ffe58a;
}

.cpv-nav-item-collection > a {
  border: 1px solid rgba(255,244,220,.62);
  border-radius: 999px;
  margin-left: 8px;
  padding: 8px 14px;
  background: rgba(255,244,220,.08);
  white-space: nowrap;
}

.cpv-nav-item-collection > a:hover,
.cpv-nav-item-collection > a:focus {
  background: #f1cf57;
  color: #111;
  white-space: nowrap;
}

.cpv-dropdown {
  display: none;
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
  min-width: 260px;
  padding: 14px;
  background: #fffaf0;
  border: 2px solid #111;
  box-shadow: 0 8px 18px rgba(0,0,0,0.22);
}

.cpv-has-dropdown:hover .cpv-dropdown,
.cpv-has-dropdown:focus-within .cpv-dropdown {
  display: block;
}

.cpv-dropdown-wide {
  width: 360px;
}

.cpv-dropdown-heading {
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #5a4a18;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cpv-alpha-grid {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 6px;
}

.cpv-alpha-grid a {
  display: block;
  padding: 6px 0;
  text-align: center;
  background: #f4e7a6;
  border: 1px solid #c2a83b;
  color: #111;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.cpv-alpha-grid a:hover,
.cpv-alpha-grid a:focus {
  background: #111;
  color: #fff8d8;
}

.cpv-search-band {
  width: 100%;
  background: #111;
  background: linear-gradient(#666666, #111111);
  border-top: 1px solid rgba(255,244,220,.22);
  position: relative;
  z-index: 1;
}

.cpv-search-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 11px 11px 11px 11px;
}

.cpv-search-form {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.cpv-search-box {
  position: relative;
  display: block;
}

.cpv-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  fill: #7b2024;
  pointer-events: none;
}

.cpv-search-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 38px;
  margin: 0;
  padding: 8px 14px 8px 42px;
  outline: 0;
  border: 2px solid #f1cf57;
  border-radius: 999px;
  background: #fffff9;
  color: #111;
  font-size: 16px;
  line-height: 1.2;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.18);
}

.cpv-search-input:focus {
  border-color: #fff4dc;
  box-shadow: 0 0 0 3px rgba(241,207,87,.24), inset 0 1px 2px rgba(0,0,0,.18);
}

@media screen and (max-width: 760px) {
  .cpv-header-inner,
  .cpv-search-inner {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cpv-nav-band::before {
    left: -209px;
    right: -8px;
  }

  .cpv-byline::before {
    left: -209px;
    right: -8px;
  }
}

@media screen and (max-width: 1200px) {
  .cpv-edition-label {
    font-size: 27px; 
  }

  .cpv-byline {
    font-size: 11px;
    letter-spacing: 0.04em;

  }

  .cpv-subtitle {
    font-size: 11px;
    letter-spacing: -0.03em;
  }

  .cpv-nav-item > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .cpv-search-inner {
    max-width: 1050px;
  }


}


@media screen and (max-width: 920px) {
  .cpv-edition-label {
    font-size: 26px; 
    letter-spacing: -0.02em;
  }

  .cpv-byline {
    font-size: 10px;
    letter-spacing: 0.03em;
  }

  .cpv-subtitle {
    font-size: 10px;
    letter-spacing: -0.02em;
  }

  .cpv-nav-item > a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 11px;
  }
}

@media screen and (max-width: 830px) {
  .cpv-edition-label {
    font-size: 23px; 
    letter-spacing: -0.02em;
  }

  .cpv-byline {
    font-size: 9px;
    letter-spacing: 0.03em;
  }

  .cpv-subtitle {
    font-size: 10px;
    letter-spacing: -0.03em;
  }

  .cpv-nav-item > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
  }

  .cpv-subtitle-years-full {
    display: none;
  }

  .cpv-subtitle-years-short {
    display: inline;
  }

}

@media screen and (max-width: 760px) {

  .cpv-dropdown-menu {
    width: auto;
  }

  .cpv-dropdown-link {
    padding: 8px 12px;
    border-top: 1px solid #e4d48f;
  }

  .cpv-header-inner {
    padding: 8px 10px 10px;
  }

  .cpv-masthead {
    grid-template-columns: 130px 1fr;
    gap: 12px;
    align-items: center;
  }

  .cpv-logo {
    width: 130px;
  }

  .cpv-masthead-right {
    justify-content: center;
  }

  .cpv-byline {
    display: none;
  }

  .cpv-byline::before {
    display: none;
  }

  .cpv-brand-line {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .cpv-edition-label {
    font-size: 18px; 
    line-height: 1.05;
    white-space: normal;
  }

  .cpv-subtitle {
    margin-top: 4px;
    display: block;
    font-size: 10px;
    line-height: 1.25;
    white-space: normal;
    letter-spacing: -0.02em;
  }

  .cpv-mobile-menu-button {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px 12px;
    border: 2px solid #111;
    background: #7b2024;
    color: #fff4dc;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .cpv-nav-band {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cpv-nav-band::before {
    display: none;
  }

  .cpv-main-nav {
    display: none;
  }

  .cpv-main-nav.cpv-is-open {
    display: block;
  }

  .cpv-nav-list {
    display: block;
    border-top: 2px solid #111;
    background: #7b2024;
  }

  .cpv-nav-item > a {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,244,220,.25);
    font-size: 14px;
  }

  .cpv-nav-item-collection > a {
    border: 0;
    border-bottom: 1px solid rgba(255,244,220,.25);
    border-radius: 0;
    margin-left: 0;
    padding: 12px 14px;
    background: transparent;
  }

  .cpv-dropdown {
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    border: 0;
    box-shadow: none;
    padding: 10px 12px 14px;
    background: #fff9d7;
  }

  .cpv-alpha-grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .cpv-search-inner {
    padding-top: 9px;
    padding-bottom: 10px;
  }

  .cpv-search-input {
    min-height: 36px;
    font-size: 14px;
  }
}

@media screen and (max-width: 420px) {
  .cpv-masthead {
    grid-template-columns: 108px 1fr;
    gap: 10px;
  }

  .cpv-logo {
    width: 108px; margin-top:10px;
  }

  .cpv-edition-label {
    font-size: 16px;
    letter-spacing: -0.02em;
  }

  .cpv-subtitle {
    font-size: 9px;
  }
}


@media screen and (max-width: 350px) {
  .cpv-masthead {
    grid-template-columns: 90px 1fr;
    gap: 10px;
  }

  .cpv-logo {
    width: 90px; margin-top:10px;
  }

  .cpv-edition-label {
    font-size: 14px;
    letter-spacing: -0.02em;
  }

  .cpv-subtitle {
    font-size: 8px;
  }
}

/* Mobile submenu controls: hidden on desktop, visible in mobile nav. */
.cpv-submenu-toggle {
  display: none;
}

@media screen and (max-width: 760px) {
  .cpv-nav-item {
    display: block;
    align-items: initial;
    position: relative;
  }

  .cpv-nav-item.cpv-has-dropdown > a {
    padding-right: 54px;
  }

  .cpv-submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    min-height: 43px;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(255,244,220,.25);
    border-bottom: 1px solid rgba(255,244,220,.25);
    background: rgba(0,0,0,.14);
    color: #fff4dc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
  }

  .cpv-submenu-toggle:hover,
  .cpv-submenu-toggle:focus {
    background: rgba(0,0,0,.28);
    color: #ffe58a;
    outline: none;
  }
  .cpv-nav-item.cpv-mobile-submenu-open > .cpv-submenu-toggle {
    background: #f1cf57;
    color: #111;
  }

  .cpv-dropdown {
    display: none;
    position: static;
    width: auto;
    min-width: 0;
    border: 0;
    box-shadow: none;
    padding: 0 0 10px;
    background: #fff9d7;
  }


  .cpv-has-dropdown:hover > .cpv-dropdown,
  .cpv-has-dropdown:focus-within > .cpv-dropdown {
    display: none;
  }

  .cpv-nav-item.cpv-mobile-submenu-open > .cpv-dropdown {
    display: block;
  }

  .cpv-dropdown-heading {
    margin: 0;
    padding: 10px 14px 7px;
    background: #efe2a7;
    border-top: 1px solid #dccb81;
    border-bottom: 1px solid #dccb81;
  }

  .cpv-dropdown-link {
    padding: 10px 18px;
    border-top: 1px solid #e4d48f;
    font-size: 14px;
  }

  .cpv-alpha-grid {
    grid-template-columns: repeat(7, 1fr);
    padding: 10px 12px 4px;
  }
}

/* Footer */
.cpv-site-footer {
  margin-top: 28px;
  border-top: 4px solid #111;
  background: #fff8d8;
  font-family: Georgia, "Times New Roman", serif;
  color: #332712;
}

.cpv-footer-nav-band {
  background: #7b2024;
  background: linear-gradient(#7b2024, #60191C);
  border-bottom: 3px solid #111;
}

.cpv-footer-nav {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.cpv-footer-nav a,
.cpv-footer-nav a:visited {
  display: block;
  padding: 12px 15px;
  color: #fff4dc;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cpv-footer-nav a:hover,
.cpv-footer-nav a:focus {
  background: rgba(0,0,0,.24);
  color: #ffe58a;
}

.cpv-footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 22px 12px 24px;
}

.cpv-footer-heading {
  margin: 0 0 14px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #111;
}

.cpv-footer-advisor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}

.cpv-footer-advisor-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 74px;
  padding: 9px;
  background: #fffff9;
  border: 1px solid #decf91;
  border-radius: 8px;
  color: #22180c;
  box-shadow: 0 1px 2px rgba(0,0,0,.10);
}

.cpv-footer-advisor-card:hover {
  border-color: #7b2024;
  box-shadow: 0 2px 6px rgba(0,0,0,.18);
}

.cpv-footer-advisor-img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #f1cf57;
  background: #f4e7b5;
}

.cpv-footer-advisor-copy {
  display: block;
  min-width: 0;
}

.cpv-footer-advisor-name,
.cpv-footer-advisor-name:visited {
  display: block;
  margin-bottom: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7b2024;
  text-decoration: none;
}

.cpv-footer-advisor-name:hover,
.cpv-footer-advisor-name:focus {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cpv-footer-advisor-bio {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  color: #453a22;
}

.cpv-footer-advisor-bio a,
.cpv-footer-advisor-bio a:visited {
  color: #453a22;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cpv-footer-disclaimer {
  border-top: 1px solid #decf91;
  padding-top: 14px;
  text-align: center;
  color: #444;
  font-size: 9.5pt;
  line-height: 1.45;
}

.cpv-footer-disclaimer p {
  max-width: 880px;
  margin: 0 auto 8px;
}

.cpv-footer-disclaimer a,
.cpv-footer-disclaimer a:visited {
  color: #5f2b18;
}

@media screen and (max-width: 760px) {
  .cpv-footer-advisor-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .cpv-footer-nav a {
    flex: 1 1 33.333%;
    box-sizing: border-box;
    text-align: center;
    padding: 11px 8px;
    font-size: 12px;
  }

  .cpv-footer-advisor-card {
    grid-template-columns: 44px 1fr;
    gap: 8px;
  }

  .cpv-footer-advisor-img {
    width: 44px;
    height: 44px;
  }

  .cpv-footer-advisor-bio {
    font-size: 11px;
  }
}
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; font-family: 'Trebuchet MS'}
.autocomplete-suggestion b { font-weight: normal; color: #D3B519; font-family: 'Trebuchet MS';}
.autocomplete-suggestion.selected { background: #f0f0f0; }
