@charset "UTF-8";

:root{

  --text:      #333333;
  --sub:       #5C5C5C;
  --caption:   #757575;

  --navy:      #002141;
  --orange:    #F58700;
  --cta:       #0054A7;
  --link:      #33578C;
  --help:      #113366;
  --footcopy:  #002141;
  --red:       #A00810;
  --bg:        #FFFFFF;
  --subtle:    #FAFAFA;
  --subtle2:   #F8F8F8;


  --line:      #E0E0E0;
  --line-dark: #C4C4C4;

  --font: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu,
          "Helvetica Neue", Arial, sans-serif;

  --wrap: 1200px;
}

*{ box-sizing: border-box; }
html{ -webkit-text-size-adjust: 100%; }
body{
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
  font-feature-settings: normal;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img{ max-width: 100%; height: auto; display: block; }
a{ color: var(--link); text-decoration: none; }
a:hover{ text-decoration: underline; }
ul{ list-style: none; margin: 0; padding: 0; }
h1,h2,h3,h4,p{ margin: 0; }

.wrap{ max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

.skip{
  position: absolute; left: -9999px;
  color: var(--link); font-size: 13px; font-weight: 700;
}
.skip:focus{ left: 8px; top: 8px; background: #fff; padding: 8px 12px; z-index: 100; }

.util{
  background: var(--navy);
  color: #FFFFFF;
  font-size: 13px;
  line-height: 21.45px;
}
.util__inner{
  max-width: var(--wrap); margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; gap: 18px; min-height: 34px;
  flex-wrap: nowrap;
}
.util__club{
  display: flex; align-items: center; gap: 8px; flex: 0 0 auto;
  color: #FFFFFF; font-weight: 700; white-space: nowrap;
}
.util__club img{ height: 15px; width: auto; flex: 0 0 auto; }
.util__club:hover{ text-decoration: underline; }
.util__club-short{ display: none; }
.util__nav{
  display: flex; gap: 16px; margin-left: auto; flex: 0 1 auto;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.util__nav::-webkit-scrollbar{ height: 0; }
.util__nav a{ color: #FFFFFF; font-weight: 400; white-space: nowrap; }
.util__nav a:hover{ text-decoration: underline; }

.masthead{ border-bottom: 1px solid var(--line); background: #FFFFFF; }
.masthead__inner{
  max-width: var(--wrap); margin: 0 auto; padding: 20px;
  display: flex; align-items: center; gap: 24px;
}
.masthead__brand{ display: block; color: var(--text); }
.masthead__brand:hover{ text-decoration: none; }

.masthead__logo{ height: 68px; width: auto; display: block; }
.masthead__tag{
  font-size: 13px; font-weight: 400; line-height: 21.45px; color: var(--sub);
  margin-top: 2px;
}
.masthead__actions{ display: flex; align-items: center; gap: 8px; margin-left: auto; }

.btn{
  display: inline-block; border-radius: 2px; color: #FFFFFF;
  font-size: 12px; font-weight: 700; line-height: 19.8px;
  padding: 7px 14px; text-align: center; border: 0; cursor: pointer;
}
.btn:hover{ text-decoration: none; opacity: .88; }
.btn--trial{ background: var(--orange); }
.btn--line{  background: var(--navy); }
.btn--wide{ font-size: 14px; line-height: 23.1px; padding: 11px 22px; }

.catnav{
  position: sticky; top: 0; z-index: 30;
  background: #FFFFFF;
  border-bottom: 2px solid var(--navy);
}
.catnav__inner{
  max-width: var(--wrap); margin: 0 auto; padding: 0 20px;
  display: flex; gap: 0; overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.catnav__inner::-webkit-scrollbar{ height: 0; }
.catnav a{
  display: block; white-space: nowrap;
  font-size: 13px; font-weight: 700; line-height: 21.45px;
  color: var(--text); padding: 11px 16px;
  border-right: 1px solid var(--line);
}
.catnav a:first-child{ padding-left: 0; }
.catnav a:hover{ color: var(--navy); text-decoration: none; background: var(--subtle); }
.catnav a[aria-current="page"]{ color: var(--navy); box-shadow: inset 0 -3px 0 var(--navy); }

.crumbs{ padding: 10px 0; font-size: 12px; line-height: 19.8px; color: var(--caption); }
.crumbs ol{ list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li::after{ content: "›"; margin-left: 6px; color: var(--line-dark); }
.crumbs li:last-child::after{ content: ""; margin: 0; }

.pill{
  display: inline-block; border-radius: 16px; color: #FFFFFF;
  font-size: 13px; font-weight: 700; line-height: 13px; padding: 4px 9px;
  vertical-align: middle;
}
.pill--new{ background: var(--red); }
.pill--issue{ background: var(--navy); }
.pill--soon{ background: #FFFFFF; color: var(--sub); border: 1px solid var(--line-dark); padding: 3px 8px; }

.tags{ display: flex; flex-wrap: wrap; gap: 6px; }
.tag{
  display: inline-block; border-radius: 2px;
  font-size: 12px; font-weight: 700; line-height: 19.8px;
  padding: 1px 8px; background: var(--subtle); color: var(--sub);
  border: 1px solid var(--line);
}
a.tag:hover{ background: #FFFFFF; color: var(--navy); text-decoration: none; }

.meta{ font-size: 12px; font-weight: 400; line-height: 19.8px; color: var(--caption); }

.lead{ border-bottom: 1px solid var(--line); padding-top: 4px; padding-bottom: 26px; }
.lead__grid{ display: grid; grid-template-columns: 1fr; gap: 16px; }
.lead__label{
  font-size: 14px; font-weight: 700; line-height: 23.1px; color: var(--navy);
  margin-bottom: 6px;
}
.lead__title{
  font-size: 27px; font-weight: 700; line-height: 36.45px; color: var(--text);
  margin-bottom: 10px;
}
.lead__title a{ color: inherit; }
.lead__excerpt{
  font-size: 14px; font-weight: 400; line-height: 23.1px; color: var(--sub);
  margin-bottom: 12px;
}
.lead__foot{ display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }

.main{ padding-top: 34px; padding-bottom: 40px; }
.layout{ display: grid; grid-template-columns: 1fr; gap: 32px; }

.sec{ border-top: 3px solid var(--navy); padding-top: 10px; margin-bottom: 26px; }
.sec__head{
  display: flex; align-items: baseline; gap: 12px; margin-bottom: 10px;
}
.sec__title{ font-size: 20px; font-weight: 700; line-height: 30px; color: var(--text); }
.sec__note{ font-size: 12px; font-weight: 400; line-height: 19.8px; color: var(--caption); }
.sec__more{
  margin-left: auto;
  font-size: 12px; font-weight: 700; line-height: 19.8px;
  color: var(--navy); background: var(--subtle);
  border: 1px solid var(--line); border-bottom: 0;
  border-radius: 2px 2px 0 0; padding: 4px 12px;
}
.sec__more:hover{ background: #FFFFFF; text-decoration: none; }

.list{ border-top: 1px solid var(--line); }
.list li{ border-bottom: 1px solid var(--line); }
.list .item{
  display: flex; gap: 12px; align-items: baseline;
  padding: 11px 0; color: var(--text);
}
.list a.item:hover{ text-decoration: none; color: var(--navy); }
.list a.item:hover .item__title{ text-decoration: underline; }
.item__title{ font-size: 16px; font-weight: 700; line-height: 24px; flex: 1; }
.item__title--lg{ font-size: 18px; line-height: 27px; }
.item__no{
  font-size: 12px; font-weight: 700; line-height: 24px; color: var(--caption);
  min-width: 22px;
}
.item__side{ flex: 0 0 auto; display: flex; align-items: center; gap: 8px; }
.item.is-soon{ cursor: default; color: var(--sub); }
.item.is-soon .item__title{ font-weight: 400; color: var(--sub); }

.thumb{
  position: relative; display: block; overflow: hidden;
  background: var(--subtle2); border-radius: 0;
}
.thumb::before{ content: ""; display: block; padding-top: 56.25%; }
.thumb img{
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}

.clamp2{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.clamp3{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.item--thumb{ align-items: flex-start; }
.item__thumb{ flex: 0 0 96px; width: 96px; }

.sv{
  display: inline-block; border-radius: 2px; background: var(--orange);
  color: #FFFFFF; font-size: 12px; font-weight: 700; line-height: 19.8px;
  padding: 0 7px;
}

.cols2{ display: grid; grid-template-columns: 1fr; gap: 0 32px; }

.topics{ border-bottom: 1px solid var(--line); padding-top: 26px; padding-bottom: 34px; }
.topics__head{ display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.topics__title{ font-size: 20px; font-weight: 700; line-height: 30px; }
.topics__note{ font-size: 12px; font-weight: 400; line-height: 19.8px; color: var(--caption); }
.topics__grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.topic{ display: block; color: var(--text); }
.topic:hover{ text-decoration: none; }
.topic__label{
  font-size: 12px; font-weight: 700; line-height: 19.8px;
  color: var(--navy); margin: 9px 0 2px;
}
.topic__title{ font-size: 18px; font-weight: 700; line-height: 27px; }
.topic:hover .topic__title{ color: var(--navy); text-decoration: underline; }
.topic__text{ font-size: 12px; font-weight: 400; line-height: 19.8px; color: var(--sub); margin-top: 5px; }

.lead__thumb{ display: block; margin-bottom: 14px; }

.side > * + *{ margin-top: 26px; }
.panel{ border-top: 3px solid var(--navy); padding-top: 10px; }
.panel__title{ font-size: 16px; font-weight: 700; line-height: 24px; margin-bottom: 8px; }
.panel__body{ font-size: 14px; font-weight: 400; line-height: 23.1px; color: var(--sub); }
.panel__body p + p{ margin-top: 8px; }

.trial{
  border: 1px solid var(--line); border-top: 3px solid var(--orange);
  border-radius: 2px; padding: 16px; background: var(--subtle);
}
.trial__title{ font-size: 18px; font-weight: 700; line-height: 27px; margin-bottom: 6px; }
.trial__text{ font-size: 14px; line-height: 23.1px; color: var(--sub); margin-bottom: 12px; }
.trial .btn{ display: block; }
.trial .btn + .btn{ margin-top: 8px; }

.editors{ background: var(--subtle2); border: 1px solid var(--line); border-radius: 2px; padding: 16px; }
.editors dt{ font-size: 12px; font-weight: 700; line-height: 19.8px; color: var(--caption); }
.editors dd{ margin: 0 0 10px; font-size: 14px; font-weight: 700; line-height: 23.1px; }
.editors dd:last-child{ margin-bottom: 0; }

.policy{ background: var(--subtle); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 32px 0; }
.policy__grid{ display: grid; grid-template-columns: 1fr; gap: 24px; }
.policy__title{ font-size: 20px; font-weight: 700; line-height: 30px; margin-bottom: 12px; }
.policy__item h3{
  font-size: 16px; font-weight: 700; line-height: 24px; color: var(--navy);
  border-left: 4px solid var(--navy); padding-left: 10px; margin-bottom: 6px;
}
.policy__item p{ font-size: 14px; font-weight: 400; line-height: 23.1px; color: var(--sub); }

.cta{ background: var(--navy); color: #FFFFFF; padding: 34px 0; }
.cta__inner{ max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.cta__title{ font-size: 24px; font-weight: 700; line-height: 36px; margin-bottom: 6px; }
.cta__text{ font-size: 14px; font-weight: 400; line-height: 23.1px; margin-bottom: 16px; opacity: .92; }
.cta__btns{ display: flex; flex-wrap: wrap; gap: 10px; }
.cta .btn--line{ background: #FFFFFF; color: var(--navy); }

.foot{ border-top: 1px solid var(--line); padding: 28px 0 34px; }
.foot__grid{ display: grid; grid-template-columns: 1fr; gap: 22px; }
.foot__title{ font-size: 13px; font-weight: 700; line-height: 21.45px; color: var(--caption); margin-bottom: 8px; }
.foot__name{ font-size: 16px; font-weight: 700; line-height: 24px; margin-bottom: 8px; }
.foot__body{ font-size: 12px; font-weight: 400; line-height: 19.8px; color: var(--caption); }
.foot__body p + p{ margin-top: 4px; }
.foot__nav li{ margin-bottom: 5px; }
.foot__nav a{ font-size: 14px; line-height: 23.1px; }
.foot__copy{
  border-top: 1px solid var(--line); margin-top: 22px; padding-top: 14px;
  font-size: 12px; line-height: 19.8px; color: var(--footcopy);
}

.sticky-cta{ display: none; }

@media (max-width: 767px){
  .masthead__inner{ padding: 14px 20px; gap: 12px; }
  .masthead__logo{ height: 44px; }
  .masthead__actions{ display: none; }
  .wrap{ padding: 0 16px; }
  .util__inner{ padding: 0 16px; gap: 12px; }
  .util__nav{ gap: 14px; }
  .util__club-full{ display: none; }
  .util__club-short{ display: inline; }
  .lead__title{ font-size: 22px; line-height: 33px; }
  .cta__title{ font-size: 20px; line-height: 30px; }


  .topics__grid{ grid-template-columns: 1fr 1fr; gap: 16px 12px; }
  .topic__title{ font-size: 15px; line-height: 22.5px; }
  .topic__text{ display: none; }
  .item__thumb{ flex: 0 0 88px; width: 88px; }


  .item{ flex-wrap: wrap; }
  .item__title{ min-width: 0; }
  .item--thumb .item__side{

    flex: 0 0 calc(100% - 100px); margin-left: 100px; margin-top: 6px;
  }

  .sticky-cta{
    display: flex; gap: 8px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    background: #FFFFFF; border-top: 1px solid var(--line);
    padding: 8px 12px;
  }
  .sticky-cta .btn{ flex: 1; padding: 11px 8px; font-size: 13px; line-height: 21.45px; }
  body{ padding-bottom: 62px; }
}

@media (min-width: 768px){
  .lead__grid{ grid-template-columns: 1.55fr 1fr; gap: 28px; align-items: start; }
  .cols2{ grid-template-columns: 1fr 1fr; }
  .policy__grid{ grid-template-columns: repeat(3, 1fr); }
  .foot__grid{ grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
  .topics__grid{ grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1025px){
  .layout{ grid-template-columns: minmax(0,1fr) 300px; gap: 40px; }
  .lead__title{ font-size: 28px; line-height: 37.8px; }
}

@media (min-width: 1441px){
  :root{ --wrap: 1340px; }
  .layout{ grid-template-columns: minmax(0,1fr) 320px; }
}

@media print{
  .util, .catnav, .sticky-cta, .cta{ display: none; }
}

.box-navy{
  background: var(--subtle2); border-left: 4px solid var(--navy);
  border-radius: 2px; padding: 14px 18px;
  font-size: 14px; line-height: 23.1px; color: var(--sub);
}

.tz-article{ padding-top: 4px; }
.tz-article__head{ border-bottom: 1px solid var(--line); padding-bottom: 20px; margin-bottom: 26px; }
.tz-article__cat{ font-size: 14px; font-weight: 700; line-height: 23.1px; color: var(--navy); margin-bottom: 6px; }
.tz-article__title{
  font-size: 30px; font-weight: 700; line-height: 45px;
  color: var(--text); margin-bottom: 10px;
}
.tz-article__meta{ font-size: 13px; font-weight: 400; line-height: 21.45px; color: var(--caption); }
.tz-article__thumb{ margin-top: 20px; }

.tz-toc{
  border: 1px solid var(--line); border-top: 3px solid var(--navy);
  border-radius: 2px; background: var(--subtle);
  padding: 18px 22px; margin-bottom: 32px; max-width: 720px;
}
.tz-toc__title{ font-size: 16px; font-weight: 700; line-height: 24px; margin-bottom: 10px; }
.tz-toc__list{ margin: 0; padding-left: 1.4em; }
.tz-toc__list li{ font-size: 15px; line-height: 26px; margin-bottom: 6px; list-style: decimal; }

.tz-body{
  font-size: 17px; font-weight: 400; line-height: 32px;
  color: var(--text); max-width: 720px;
}

.tz-body > *{ margin-top: 0; margin-bottom: 0; }
.tz-body > * + *{ margin-top: 26px; }

.tz-body > p:first-child{ font-size: 18px; line-height: 34px; color: var(--sub); }

.tz-body h2{
  font-size: 23px; font-weight: 700; line-height: 34px;
  border-left: 5px solid var(--navy); padding-left: 14px;
  margin-top: 52px; margin-bottom: 20px;
}
.tz-body h3{
  font-size: 19px; font-weight: 700; line-height: 30px;
  margin-top: 38px; margin-bottom: 14px;
  padding-bottom: 8px; border-bottom: 1px solid var(--line);
}
.tz-body h4{ font-size: 17px; font-weight: 700; line-height: 28px; margin-top: 30px; margin-bottom: 10px; }

.tz-body ul, .tz-body ol{ padding-left: 1.5em; }
.tz-body ul li{ list-style: disc; font-size: 17px; line-height: 32px; margin-bottom: 10px; }
.tz-body ol li{ list-style: decimal; font-size: 17px; line-height: 32px; margin-bottom: 10px; }
.tz-body li:last-child{ margin-bottom: 0; }

.tz-body img{ border-radius: 0; }
.tz-body figure{ margin: 0; }
.tz-body figcaption{ font-size: 13px; line-height: 21.45px; color: var(--caption); margin-top: 8px; }
.tz-body .wp-block-image{ margin-top: 34px; }

.tz-body blockquote{
  border-left: 4px solid var(--line-dark); padding: 4px 0 4px 20px;
  color: var(--sub); font-size: 17px; line-height: 32px;
}
.tz-body table{ width: 100%; border-collapse: collapse; font-size: 15px; line-height: 26px; }
.tz-body th{ background: var(--navy); color: #fff; text-align: left; padding: 9px 14px; font-weight: 700; }
.tz-body td{ padding: 9px 14px; border-bottom: 1px solid var(--line); }
.tz-body a{ color: var(--link); text-decoration: underline; }
.tz-body strong{ font-weight: 700; }

.tz-tags{
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line);
  max-width: 720px;
}

.tz-credit{
  margin-top: 20px; padding: 16px 20px; max-width: 720px;
  background: var(--subtle2); border-left: 4px solid var(--navy); border-radius: 2px;
}
.tz-credit__row{ font-size: 15px; font-weight: 700; line-height: 26px; margin: 0; }
.tz-credit__row + .tz-credit__row{ margin-top: 6px; }
.tz-credit__label{
  display: inline-block; min-width: 3.4em; margin-right: 12px;
  font-size: 12px; font-weight: 700; line-height: 19.8px; color: var(--caption);
}

.tz-cta{
  margin-top: 56px; max-width: 720px;
  position: relative;
}
.tz-cta::before{
  content: ""; position: absolute; top: -28px; left: 0; right: 0;
  border-top: 1px solid var(--line);
}

.tz-pager{ margin-top: 26px; display: flex; flex-wrap: wrap; }
.tz-pager .page-numbers{
  display: inline-block; border: 1px solid var(--line); border-radius: 2px;
  padding: 7px 14px; margin: 0 6px 6px 0;
  font-size: 14px; font-weight: 700; line-height: 23.1px; color: var(--link);
}
.tz-pager .page-numbers.current{ background: var(--navy); border-color: var(--navy); color: #fff; }
.tz-pager .page-numbers:hover{ text-decoration: none; background: var(--subtle); }

@media (max-width: 767px){
  .tz-article__title{ font-size: 23px; line-height: 35px; }
  .tz-body{ font-size: 16px; line-height: 30px; }
  .tz-body > p:first-child{ font-size: 17px; line-height: 32px; }
  .tz-body > *{ margin-top: 0; margin-bottom: 0; }
  .tz-body > * + *{ margin-top: 22px; }
  .tz-body h2{ font-size: 20px; line-height: 30px; margin-top: 42px; margin-bottom: 16px; padding-left: 11px; }
  .tz-body h3{ font-size: 17px; line-height: 27px; margin-top: 32px; }
  .tz-body ul li, .tz-body ol li{ font-size: 16px; line-height: 30px; }
  .tz-cta{ margin-top: 46px; }
  .tz-cta::before{ top: -24px; }
}
