:root {
  --white: white;
  --rule: #d9d9d9;
  --rule-dark: #6e6e6e;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.masthead {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 24px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  color: var(--white);
  background-color: #52820b;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.todaysdate {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.logo {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.weather {
  grid-column-gap: 4px;
  opacity: 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.temperature {
  color: #404040;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.category-list {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule-dark);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.menu-item {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: undefined;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.menu-item:hover {
  letter-spacing: .3px;
  font-weight: 700;
}

.body {
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 40px;
  font-family: freight-text-pro, sans-serif;
}

.title-summary {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.center {
  border: 0 solid #d9d9d9;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.title-sm {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-summary {
  color: #4c4c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.story-m {
  grid-row-gap: 8px;
  border: 0 solid #d9d9d9;
  border-bottom-width: 1px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.story-m.first {
  grid-column-gap: 16px;
  margin-bottom: 16px;
  padding-top: 0;
}

.title-lg {
  color: #000;
  text-transform: undefined;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.image-m {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  object-fit: cover;
  border-radius: 4px;
  flex-flow: column;
  flex: 1;
  height: 300px;
  max-height: 480px;
  margin-bottom: 8px;
  display: flex;
}

.byline {
  color: #727272;
  text-align: right;
  text-transform: undefined;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: inter-variable, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.image-sm {
  object-fit: cover;
  background-color: #d9d9d9;
  border-radius: 4px;
}

.right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 335px;
  text-decoration: none;
  display: flex;
}

.source {
  color: #5a5a5a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.opinion-author {
  color: #727272;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.story-l {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 4px;
  max-height: 100%;
}

.collection-item {
  flex: 1;
}

.collection-item:first-child {
  border-right: 1px solid var(--rule);
  padding-right: 32px;
}

.collection-item.stacked:first-child {
  border-bottom: 1px solid var(--rule);
  border-right-style: none;
  padding-bottom: 16px;
  padding-right: 0;
}

.div-block {
  flex: 1;
}

.story-double {
  grid-column-gap: 32px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.story-double.rule-bottom {
  border-bottom: 1px solid var(--rule);
  margin-bottom: 16px;
  padding-bottom: 24px;
}

.story-double.stacked {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.image-title-sidebyside {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.ad-banner {
  grid-row-gap: 9px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  text-decoration: none;
  display: flex;
}

.banner-ad {
  grid-row-gap: 16px;
  background-color: #f1a131;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 970px;
  height: 250px;
  padding: 88px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #fee07e;
  margin-top: 0;
  margin-bottom: 0;
}

.footer {
  border-top: 1px solid var(--rule-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  font-family: inter-variable, sans-serif;
  text-decoration: none;
  display: flex;
}

.footer-links {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  font-family: inter-variable, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.weather-icon {
  border-radius: 2px;
  width: 24px;
  height: 24px;
}

.image-title-stacked {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.condition {
  color: #404040;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.category {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
}

.category.margin-top {
  margin-top: 8px;
}

.title-m {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.inbk {
  color: #404040;
  text-transform: undefined;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.flex-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
}

.flex-block-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: flex-end;
}

.paper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.image-article {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  object-fit: cover;
  border-radius: 4px;
  flex-flow: column;
  flex: 1;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.article {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-body {
  color: #4c4c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.section {
  padding-bottom: 24px;
}

.legal {
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 64px;
  font-family: inter-variable, sans-serif;
}

.page-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
}

.page-intro {
  color: #666;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.contact-form {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.form-field-group {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.form-label {
  color: #333;
  font-family: inter-variable, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
}

.form-input {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  padding: 10px 12px;
  font-family: inter-variable, sans-serif;
  font-size: 15px;
}

.form-textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  min-height: 150px;
  padding: 10px 12px;
  font-family: inter-variable, sans-serif;
  font-size: 15px;
}

.form-submit-button {
  color: #fff;
  cursor: pointer;
  background-color: #52820b;
  border-radius: 3px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 12px 24px;
  font-family: inter-variable, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.legal-section-heading {
  color: #000;
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.legal-body-text {
  color: #4c4c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.article-topline {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.author-section {
  grid-column-gap: 4px;
  flex-direction: row;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.author-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.author-byline {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.square-ad {
  grid-row-gap: 16px;
  background-color: #31c7f1;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 970px;
  height: 300px;
  padding: 88px 24px;
  text-decoration: none;
  display: flex;
}

.sidebar-links {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .content, .story-m.first {
    flex-flow: column;
  }

  .right {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .body {
    margin-left: 24px;
    margin-right: 24px;
  }

  .center {
    border-right-style: none;
  }

  .right {
    max-width: none;
  }

  .collection-item:first-child {
    border-right-style: none;
  }

  .story-double {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-left: 12px;
    margin-right: 12px;
  }
}


