/* GARRETT ADDITION 6/25/2025 */
.region-content .alert {display:none;}

/* Adobe Fonts (Typekit): available families/weights.
  - freight-sans-pro: 400, 600, 700 (normal) + 700 italic
  - freight-text-pro: 400 + 600 (normal/italic)
*/
:root {
  --font-freight-sans: freight-sans-pro, sans-serif;
  --font-freight-text: freight-text-pro, serif;
  --wlt-body-copy-size: clamp(1.25rem, calc(1.18rem + 0.35vw), 1.40625rem);
}

html,
body {
  overflow-x: clip;
}

/* Sitewide: with right sidebar disabled, center main content column. */
#maincontent {
  float: none;
  margin-left: auto;
  margin-right: auto;
}



/* css for admin  */
div#toolbar-item-administration-tray ul li a {
  font-size: .846em;
  padding-top: 8px;
  padding-bottom: 8px;
}
.toolbar-loading #toolbar-administration {
  overflow: visible;
}
.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
/*  margin: -28px 0 0 197px;*/
}
#toolbar-item-administration-tray li.menu-item:first-child .toolbar-icon:before {
  width: 0.8rem;
}
#toolbar-bar .toolbar-tab a {
  font-size: .846em;
}
#toolbar-bar .toolbar-tab #admin-toolbar-search-input {
  min-height: 25px;
}
#toolbar-item-administration-tray  .toolbar-toggle-orientation button {
  height: 1.7rem;
}
#toolbar-item-administration-tray li.menu-item .toolbar-icon:before,
.toolbar #toolbar-bar.toolbar-bar .toolbar-tab > .toolbar-icon:before {
  width: 1rem;
}
.contextual-toolbar-tab.toolbar-tab .toolbar-icon {
  padding: 0.6rem 1.3333em 0.6rem;
}
a.toolbar-icon.toolbar-icon-menu-link-content11c62cef-b67c-4f12-be6e-afb82ccb6628 {
  display: none;
}
/* end admin css */

.navbar-toggler{
  float: left !important;
  font-size: inherit !important;
  border-radius: unset !important;
  padding: 4px 10px !important;
  border-radius: 2px !important;
  margin: 6px 12px 8px 0px !important;
  border-color: #ddd !important;
}
.navbar-brand .site-logo {
  padding-left: 30px;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover{
  background-color: transparent !important;
  box-shadow: none;
}
#views_slideshow_cycle_main_homepage_slideshow-block{
    width: 100%;
    overflow: hidden;
}
#views-bootstrap-homepage-news-weekly-posts-block-3 .views-field-field-thumbnail{
    float: left;
    width: clamp(150px, 60%, 450px);
    margin-right: clamp(16px, 2.2vw, 30px);
}
@media (max-width: 991px) {
  #views-bootstrap-homepage-news-weekly-posts-block-3 .views-field-field-thumbnail{
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 14px;
  }
}
#views-bootstrap-homepage-news-weekly-posts-block-3 .views-field-field-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy {
    display: grid;
    grid-template-columns: clamp(150px, 60%, 450px) minmax(0, 1fr);
    column-gap: clamp(16px, 2.2vw, 30px);
    align-items: start;
    padding: 0;
    height: auto;
    background-clip: border-box;
    overflow: hidden;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy::after {
  content: none;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-thumbnail {
    float: none;
    width: 100%;
    margin-right: 0;
    grid-column: 1;
    grid-row: 1 / span 5;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-blog-category,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-richtitle,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-author,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-body {
    grid-column: 2;
    min-width: 0;
}
@media (max-width: 991px) {
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy {
      grid-template-columns: 1fr;
      column-gap: 0;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-thumbnail {
      grid-column: 1;
      grid-row: auto;
      width: 100%;
      margin-right: 0;
      float: none;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-thumbnail img {
      width: 100%;
      height: auto;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-blog-category,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-richtitle,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-author,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-body {
      grid-column: 1;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block > .row > [class*="col-"]:nth-child(3),
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-1 > .row > [class*="col-"]:nth-child(3),
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-2 > .row > [class*="col-"]:nth-child(3),
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-3 > .row > [class*="col-"]:nth-child(3),
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"]:nth-child(3) {
      display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > #block-views-homepage-current-issue-block,
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > #block-views-2bb09dc40426bb7cd307c7e3b563bed1,
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > [class*="col-"]:first-child,
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > [class*="col-"]:last-child {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    min-width: 0;
  }
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 > .content {
    background: transparent;
    position: relative;
    z-index: 1;
  }
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 .sixty-percent-ad,
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 .sixty-percent-ad--desktop {
    display: none;
  }
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > .sixty-percent-ad--tablet {
    display: block !important;
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
  :is(.page-home-2, .path-frontpage) #block-views-homepage-current-issue-block,
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 {
    display: flex;
    flex-direction: column;
  }
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 > .content,
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 .view-homepage-news-weekly-posts,
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 .view-homepage-news-weekly-posts > .view-content,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 {
    background: #E6E6E4;
  }
}
@media (max-width: 991px) {
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > #block-views-2bb09dc40426bb7cd307c7e3b563bed1 {
    padding-left: 0;
    padding-right: 0;
  }
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 > .content {
    background: transparent !important;
  }
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 > .content,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-blog-category,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-richtitle,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-author,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-body {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #E6E6E4;
    padding-left: 25px;
    padding-right: 25px;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-body {
    padding-bottom: 28px;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .views-field-field-richtitle h4.field-content {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  :is(.page-home-2, .path-frontpage) #block-views-homepage-current-issue-block .views-field-field-image,
  :is(.page-home-2, .path-frontpage) #block-views-homepage-current-issue-block .views-field-field-image .field-content,
  :is(.page-home-2, .path-frontpage) #block-views-homepage-current-issue-block .views-field-field-image a {
    display: block;
    width: 100%;
  }
  :is(.page-home-2, .path-frontpage) #block-views-homepage-current-issue-block .views-field-field-image img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 .sixty-percent-ad,
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 .sixty-percent-ad--desktop {
    display: none !important;
  }
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > .sixty-percent-ad--tablet {
    display: block !important;
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > #block-views-homepage-current-issue-block,
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > #block-views-2bb09dc40426bb7cd307c7e3b563bed1 {
    order: 0;
  }
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > :not(#block-views-homepage-current-issue-block):not(#block-views-2bb09dc40426bb7cd307c7e3b563bed1):not(.sixty-percent-ad--tablet) {
    order: 2;
  }
}
/* Weekly block_3: extend row background 12px to the right only. */
#views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy {
  padding-right: 0;
}
.sixty-percent-ad--tablet {
  display: none;
}
@supports selector(:has(*)) {
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 .sixty-percent-ad:has(img),
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 .sixty-percent-ad--desktop:has(img),
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 .sixty-percent-ad:has(.wlt-ad-placeholder),
  :is(.page-home-2, .path-frontpage) #block-views-2bb09dc40426bb7cd307c7e3b563bed1 .sixty-percent-ad--desktop:has(.wlt-ad-placeholder),
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > .sixty-percent-ad--tablet:has(img),
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row > .sixty-percent-ad--tablet:has(.wlt-ad-placeholder) {
    margin-top: 20px;
  }
}
#block-views-homepage-current-issue-block .view-homepage-current-issue .views-field-nothing a.btn,
#block-views-homepage-current-issue-block .view-homepage-current-issue .views-field-nothing-1 a.btn{
    margin: 1em 0 0;
}
/* #block-views-homepage-current-issue-block .view-homepage-current-issue .views-field-nothing-1 {
    display: block;
} */
.path-frontpage .views-exposed-form{
    display: none;
}
footer hr {
  opacity: 1;
}
.wltfooter .copyright-web{
    width: auto;
    padding-left: 4px;
}

.wltfooter .footer-logo {
  padding-top: 2px;
}

div.row.wltfooter-sitemap {
  padding-left: 12px;
}

div.row.wltfooter-sitemap button[type="submit"],
div.row.wltfooter-sitemap input[type="submit"] {
  margin-left: 0 !important;
}

div.col-md-4.footer-col.footer-col-newsletter {
  padding-right: 35px;
}
div.row.wltfooter-sitemap .footer-address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
div.row.wltfooter-sitemap .footer-address p.imageleft {
  float: none !important;
  margin: 0 !important;
  flex: 0 0 auto;
}
div.row.wltfooter-sitemap .footer-address p:not(.imageleft) {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
div.row.wltfooter-sitemap .footer-address p:not(.imageleft) > br:first-child {
  display: none;
}
@media (max-width: 767px) {
  div.row.wltfooter-sitemap {
    display: block !important;
    width: min(100%, 760px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  div.row.wltfooter-sitemap::after {
    content: "";
    display: table;
    clear: both;
  }
  div.row.wltfooter-sitemap > .footer-col-newsletter {
    width: 100%;
    max-width: 460px;
    float: none;
    clear: both;
    text-align: center;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  div.row.wltfooter-sitemap > .footer-col-newsletter .newsletter-form {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  div.row.wltfooter-sitemap > .footer-col-newsletter .footer-address {
    justify-content: center;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }
  div.row.wltfooter-sitemap > .footer-col-newsletter .footer-address p:not(.imageleft) {
    text-align: left;
  }
  div.row.wltfooter-sitemap > .footer-col-links-left,
  div.row.wltfooter-sitemap > .footer-col-magazine,
  div.row.wltfooter-sitemap > .footer-col-sections {
    width: 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  div.row.wltfooter-sitemap > .footer-col-links-left {
    float: left;
  }
  div.row.wltfooter-sitemap > .footer-col-magazine {
    float: right;
  }
  div.row.wltfooter-sitemap .footer-links {
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
  }
  div.row.wltfooter-sitemap > .footer-col-sections {
    float: right;
    clear: right;
  }
  div.row.wltfooter-sitemap > .footer-col-sections .footer-links {
    column-count: 1;
    column-gap: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  div.col-md-2.footer-col.footer-col-magazine,
  div.col-md-3.footer-col.footer-col-links-left {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
.pagination .active a{
    background-color: #036;
    border-color: #036;
}
.pagination {
    justify-content: center;
}
/* Homepage slideshow (view-id-homepage_slideshow) */
.view-id-homepage_slideshow {
  border-bottom: 0;
  padding-bottom: 0;
}
/* .field--name-body a.btn{
    margin: 1em 0  0;
} */
/* .path-frontpage a.btn {
	margin-left: 0;
  margin-right: 0;
} */
/* jcarousel-wrapper */

.jcarousel-wrapper.jcarousel-skin-default{
   height: 100%;
   box-shadow: none;
}

#block-views-block-recommended-reading-block h2{
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ccc;
  font-size: 1.35em;
  line-height: 1.25em;
  font-weight: 700;
}
#block-views-block-recommended-reading-block-1 h2{
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ccc;
  font-size: 1.35em;
  line-height: 1.25em;
  font-weight: 700;
}
#block-views-block-book-reviews-block-1 h3{
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}

.jcarousel-skin-default{
  text-align: center;
}
.jcarousel-skin-default .jcarousel li{
  font-weight: bold !important;
  font-size: .9em !important;
  padding: 0 !important;
  width: 200px !important;
  height: auto !important;
  overflow: hidden !important;
  list-style: none ;
  background: #fff none;
}
.jcarousel-wrapper.jcarousel-skin-default{
  border: none !important;
}
.jcarousel-skin-default .jcarousel img{
  display: inline !important;
}
/* .recommend-blog .jcarousel-wrapper.jcarousel-skin-default .jcarousel .jcarousel-container-horizontal li,
.recommend-author .jcarousel-wrapper.jcarousel-skin-default .jcarousel .jcarousel-container-horizontal li,
.recommend-genre .jcarousel-wrapper.jcarousel-skin-default .jcarousel .jcarousel-container-horizontal li{
  margin: 0 4px;
} */
.field__item .subsbtn a.btn {
	margin-left: 0;
	margin-right: 0;
}
.jcarousel-skin-default .jcarousel-control-prev, .jcarousel-skin-default .jcarousel-control-next {
  background-color: transparent;
  box-shadow: none;
}
.jcarousel-skin-default .jcarousel-control-prev:after {
  content: '\f0d9';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: grey;
}
#block-wltbootstrap-system-main .featured-review{
  padding: 10px !important;
}
.jcarousel-skin-default .jcarousel-control-next:after {
  content: '\f0da';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: grey;
}

/* blog_post content type css start */
.field--name-field-blog-category {
	font-family: "Oswald",arial, sans-serif;
	font-size: .9em;
	font-weight: 600;
}

.field--name-field-tags {
	font-family: 'Roboto',Helvetica,sans-serif;
	font-size: .8em;
	float: left;
	padding-right: 5px;
}

.field--name-field-tags a {
	color: #fff;
	background-color: #889;
	padding: 3px 5px;
	border-radius: 2px;
}

.field--name-field-tags .field__item {
	display: inline-block;
}
/* blog_post content type css end */

/* article content type css start  */
.field--name-field-genre {
	font-family: 'Oswald', Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
}

.page-node-type-article .imageleft {
	clear: left;
}
/* article content type css end  */

/* book-review content type css start  */
.field-label, .field-label-inline .field-items {
    float: left;
}
body.path-book-review .view-book-reviews.view-display-id-page_2 .views-field-field-image img {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* book-review content type css end  */

/* multi-table-of-contents */
#block-views-block-multi-table-of-contents-sidebar-toc{
	background: #f7f7f7;
}

#block-views-block-multi-table-of-contents-sidebar-toc h2 {
  color: #333;
  padding: 1em 1.5em;
  font-weight: bold;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion h3.ui-accordion-header {
  padding-left: 2.2em;
}

.breadcrumb{
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.node_issue .toc4col ul li{
  margin-left: 0
}

.view-header .blocktitle{
  margin-bottom: 15px;
}
.view-multi-table-of-contents a.book_review{
margin-left: -25px;
}
#views-exposed-form-blog-block-2{
  display: none;
}
#search-form-solr, #search-form-si{
  display: flex;
  max-width: 200px;
}
#block-customsearchblock form, #block-customdefaultsearchblock form{
  margin-bottom: 0;
}
#search-form-solr .form-item, .form-actions, #search-form-si .form-item{
  margin-top: 1em;
  margin-bottom: -5px;
}
#search-form-solr .form-item, #search-form-si .form-item {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#search-form-solr .form-actions .form-submit, #search-form-si .form-actions .form-submit {
  text-indent: -1000px;
  background-image: url(../images/images.png);
  width: 40px;
  height: 37px;
  background-size: 16px;
  right: 0;
  top: -10px;
  position: relative;
  border: 1px solid #036;
  border-radius: 0 4px 4px 0;
  background-repeat: no-repeat;
  background-color: #036;
  background-position: 12px 10px;
}
.pagination .page-item.active .page-link{
  background-color: #036;
  border-color: #036;
}
/* tabs navs css */

.nav-tabs .nav-item .dropdown-toggle::after{
  display: none;
}
.nav-tabs > li > a:hover{
  text-decoration: none;
  background-color: #eee;
}
.nav-tabs li{
  margin-right: 2px;
}
.nav-tabs{
  margin-bottom: 15px;
}
.dropdown-menu li.nav-item a{
  text-transform: capitalize;
}
#views-exposed-form-search-results-page .form-item label{
  font-weight: bold;
}
#edit-submit-search-results--2 .form-submit{
  color: #fff;
  background-color: #036;
  border-color: #024;
}
.ui-accordion-content .views-row {
	font-family: 'Roboto',Helvetica,sans-serif;
  font-size: .85em;
  line-height: 1.4em;
  margin-bottom: .95em;
	padding: .25em 2.5em; 
}
.view-multi-table-of-contents .view-content > .views-row > .views-row {
    margin-bottom: 0.95em;
    padding: 0.25em 2.2em;
}
.views-row .ui-state-active a, 
.views-row .ui-state-active a:link, 
.views-row .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.views-row .ui-state-active .ui-icon,
.views-row .ui-button:active .ui-icon{
  background-image: url(../images/ui-icons_444444_256x240.png);
}
#block-views-block-multi-table-of-contents-sidebar-toc .ui-accordion .ui-accordion-content{
  height: auto !important;
}
#block-views-block-multi-table-of-contents-sidebar-toc .ui-accordion h3.ui-accordion-header{
  font-size: 16px;
}
.ui-accordion-content .views-row .sidebar-toc-title{
  font-size: 14px;
}
#block-views-block-sidebar-issue-info-block{
  background: #f7f7f7;
}
hr{
  opacity: .25;
}
.node--unpublished{
  background-color: #fff4f4;
}
#galleria .galleria-theme-classic .galleria-info{
  width: 100% !important;
  left: 0;
  top: 0;
  opacity: .7;
}
div#galleria {
  margin-right: 28px;
}
.user-pass .js-form-item-name label{
  font-weight: 700;
}
.user-pass .form-actions .form-submit{
  color: #333;
  background-color: #fff;
  font-size: 14px;
  font-family: inherit;
  text-transform: none;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ccc;
}
.user-pass .form-actions .form-submit:hover{
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.user-login-form .form-item label{
  font-weight: 700;
}
.user-login-form .form-actions .form-submit{
  background-color: #036;
  border-color: #024;
  line-height: 1.42857143;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-family: "Oswald", Helvetica,serif;
  margin: 0 auto;
  padding: 8px;
  text-transform: uppercase;
  padding-left:30px;
  
}
.user-login-form .form-actions:before{
  content: "\f090";
  font-family: "FontAwesome";
  color: white;
  cursor: pointer;
  top: 7px;
  left: 46%;
  position: absolute;
}
.user-login-form .form-actions{
  position: relative;
}
#views-exposed-form-search-results-page .form--inline{
  display: flex;
  align-items: center;
}
#views-exposed-form-search-results-page .form-actions .form-submit{
  margin-top: 22px;
  color: #fff;
  background-color: #036;
  border-color: #024;
  text-transform: uppercase;
  padding: 5px 10px 5px;
  font-size: 14px;
  font-family: "Oswald", Helvetica,serif;
}
#views-exposed-form-search-results-page .form-actions .form-submit:hover{
  background-color: #048;
}
.path-search .d-flax.custom-select{
  display: flex;
  margin-bottom: 10px;
}
.select2-results__options li {
  background-color: transparent;
  color: #039;
  border-bottom: 1px solid #ddd;
}
.path-search .custom-select .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background-color: transparent;
  color: #06c;
}
.path-search .select2-results__option--selected {
  background-color: transparent;
}
.path-search .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #06c;
}
.path-search .custom-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 4px 0 4px;
}
.path-search .custom-select .select2-results__option:last-child {
  border-bottom: none;
}
.path-search .select2-container--open .select2-dropdown {
  min-width: 160px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  top: 5px;
}
.path-search .d-flax .block-facet--select2-multi-checkboxes{
  padding-right: 5px;
}
.path-search #views-exposed-form-search-results-page{
  margin-bottom: 0;
}
#views-exposed-form-search-results-page .form--inline .js-form-item{
  margin-bottom: 0;
}
#views-exposed-form-search-results-page .form--inline .form-item .form-control{
  font-size: 14px;
  color: #555;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #333 !important;
  line-height: 25px !important;
  font-size: 14px !important;
  padding-top: 4px !important;
}
.select2-container--default .select2-selection--single:hover{
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}
.select2-container--default .select2-selection--single{
  height: 35px !important;
  border: 1px solid #ccc !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 6px;
  right: 8px;
}
#views-exposed-form-search-results-page .form--inline .form-item .form-text{
  margin-top: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #333 transparent transparent transparent !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 13px !important;
  padding-right: 26px !important;
}
#views-exposed-form-search-results-page .form--inline .form-item{
  margin-right: 1em;
}
.select2-results .select2-results__options .select2-results__option .select2-results__option__checkbox-wrapper{
  font-size: 14px;
}
.view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block{
  height: 340px !important;
}
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block,
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block_2 {
  height: 450px !important;
  min-height: 450px !important;
  overflow: hidden !important;
}
:is(.page-home-2, .path-frontpage) .views-nivo-slider {
  height: auto !important;
  min-height: 1px;
  overflow: visible !important;
}
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block_1 {
  width: 100% !important;
  float: none !important;
}
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block {
  width: 100% !important;
  float: none !important;
}
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-slideshow-cycle-main-frame {
  width: 100% !important;
  float: none !important;
}
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-featuredimage,
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views_slideshow_slide {
  width: 100% !important;
}
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views_slideshow_cycle_slide {
  position: absolute !important;
}

@media (min-width: 1200px) {
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail img {
    width: 1122px !important;
    max-width: 1122px !important;
  }
}
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block_1 img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail a,
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail img {
  width: 100% !important;
  max-width: none !important;
  height: 450px !important;
  object-fit: cover;
  display: block;
}
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block,
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-slideshow-cycle-main-frame,
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views_slideshow_cycle_slide {
  height: 450px !important;
}
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views_slideshow_pager_field .views-content-field-thumbnail,
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views_slideshow_pager_field .views-field-field-thumbnail {
  display: none !important;
}
:is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-slideshow-controls-bottom {
  display: none !important;
}
@media (max-width: 849px) {
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block > .row > [class*="col-"] .views-field-field-thumbnail,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-1 > .row > [class*="col-"] .views-field-field-thumbnail,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-2 > .row > [class*="col-"] .views-field-field-thumbnail,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-3 > .row > [class*="col-"] .views-field-field-thumbnail,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"] .views-field-field-thumbnail {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"] .views-field-field-thumbnail {
    margin-bottom: 0 !important;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block > .row > [class*="col-"] .views-field-field-thumbnail .field-content,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-1 > .row > [class*="col-"] .views-field-field-thumbnail .field-content,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-2 > .row > [class*="col-"] .views-field-field-thumbnail .field-content,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-3 > .row > [class*="col-"] .views-field-field-thumbnail .field-content,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"] .views-field-field-thumbnail .field-content,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block > .row > [class*="col-"] .views-field-field-thumbnail a,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-1 > .row > [class*="col-"] .views-field-field-thumbnail a,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-2 > .row > [class*="col-"] .views-field-field-thumbnail a,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-3 > .row > [class*="col-"] .views-field-field-thumbnail a,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"] .views-field-field-thumbnail a,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block > .row > [class*="col-"] .views-field-field-thumbnail img,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-1 > .row > [class*="col-"] .views-field-field-thumbnail img,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-2 > .row > [class*="col-"] .views-field-field-thumbnail img,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-3 > .row > [class*="col-"] .views-field-field-thumbnail img,
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"] .views-field-field-thumbnail img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block,
  .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block_2 {
    width: 100% !important;
    float: none !important;
  }
  .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block,
  .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block_2 {
    position: relative !important;
    width: 100% !important;
    height: 450px !important;
    overflow: hidden !important;
  }
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_0,
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_1,
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_2,
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_2_0,
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_2_1,
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_2_2 {
    width: 100% !important;
    height: 450px !important;
  }
  .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block .views-field-field-thumbnail,
  .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block_2 .views-field-field-thumbnail {
    float: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding-right: 0 !important;
  }
  .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block .views-field-field-thumbnail a,
  .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block .views-field-field-thumbnail img,
  .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block_2 .views-field-field-thumbnail a,
  .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block_2 .views-field-field-thumbnail img {
    width: 100% !important;
    height: 450px !important;
    object-fit: cover !important;
    display: block;
  }
}
@media (max-width: 991px) {
  .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block,
  .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block_2,
  .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block,
  .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block_2,
  .view-homepage-slideshow .views-slideshow-cycle-main-frame {
    height: 450px !important;
    min-height: 450px !important;
  }
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_0,
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_1,
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_2,
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_2_0,
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_2_1,
  .view-homepage-slideshow #views_slideshow_cycle_div_homepage_slideshow-block_2_2 {
    height: 450px !important;
  }
}
@media (min-width: 850px) and (max-width: 991px) {
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .view-content,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block_2,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block_2 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block_2 {
    position: relative !important;
    height: 450px !important;
    min-height: 450px !important;
    overflow: hidden !important;
  }
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views_slideshow_cycle_slide,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail a,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail img {
    width: 100% !important;
    max-width: 100% !important;
  }
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail img {
    height: 450px !important;
    object-fit: cover !important;
    display: block !important;
  }
}
@media (max-width: 849px) {
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_main_homepage_slideshow-block_2 {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow #views_slideshow_cycle_teaser_section_homepage_slideshow-block_2 {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1170 / 450;
    position: relative !important;
    overflow: hidden !important;
  }
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views_slideshow_cycle_slide {
    height: 100% !important;
    min-height: 0 !important;
  }
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail .field-content,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail a,
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail img {
    width: 100% !important;
    height: 100% !important;
  }
  :is(.page-home-2, .path-frontpage) .view-homepage-slideshow .views-field-field-thumbnail img {
    object-fit: cover !important;
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  :is(.page-home-2, .path-frontpage) #block-views-block-homepage-slideshow-block {
    display: none !important;
  }
}
.statistics-counter {
  display: none !important;
}
div#block-wltbootstrap-system-main ul.links li {
  display: none;
}
/* .field--type-simpleads-advertisement img{
  width: 100%;
} */
.simpleads .simpleads-multiple-random li {
  margin-left: 0;
}
.caption figcaption{
  font-family: Georgia, Times, serif;
  font-size: 12px;
}

.field--name-field-editorialnote {
  background-color: #f7f7f7;
  font-family: 'Roboto',Helvetica,sans-serif;
  font-size: .8em;
  color: #555;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

/* media-query-start----- */
@media(max-width:849px){
  header#navbar,
  header .container-fluid {
    padding: 0;
  }
  header #search-form-solr {
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .navbar-header {
    padding-left: 15px;
  }
  .menu.nav.navbar-nav {
    margin-top: 10px;
  }
  .menu.nav.navbar-nav li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #navbarNav .d-flex {
    display: block !important;
  }
  header #navbarNav {
    border-color: #e7e7e7;
  }
  header #navbarNav .navbar-nav .dropdown-menu {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  header #navbarNav .navbar-nav .dropdown-menu li a{
    color: #777 !important;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px 5px 25px;
  }
  header ul.menu .nav-item.nav-link.dropdown-toggle.show {
    color: #555;
    background-color: #e7e7e7;
  }
  #wrapper {
    padding: 0;
  }
  #maincontent.col-lg-9, 
  #maincontent.col-lg-8,
  #sidebar-second.col-lg-4,
  #sidebar-second.col-lg-3 {
    width: 100%;
    padding: 0 30px;
  }
  .page-node-type-issue .node_issue {
    text-align: center;
  } 
  #header-right {
    display: none;
  }
}

@media(max-width:991px) {
  .branding-logo {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .branding-logo .field__item a {
    display: inline-block;
  }
  #block-wltbootstrap-newlogo {
    display: none;
  }
  #block-wltbootstrap-newlogob {
    display: block;
    text-align: center;
  }
  #block-wltbootstrap-newlogob img {
    height: 198px !important;
    width: auto;
    max-width: 100%;
  }
  #header-right {
    display: none;
  }
}

/* Hide the small nav logo when the navbar is expanded (desktop). */
@media (min-width: 992px) {
  header#navbar .logo-nav {
    display: none;
  }
}

 .page-wrapper .region-header .row > .col-sm-8 {
   flex: 0 0 100%;
   max-width: 100%;
 }

@media(min-width:992px) {
  header#navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  /* Remove vertical padding on top-level nav links only (not dropdown items). */
  header#navbar .region-main-menu > nav .nav.navbar-nav > .nav-item > .nav-link:not(.dropdown-item) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .region-header .col-md-4,
  .region-header #header-right {
    display: none;
  }
  .region-header .branding-logo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .region-header #block-wltbootstrap-newlogo {
    margin-top: 45px;
    margin-bottom: 15px;
  }
  #block-wltbootstrap-newlogo {
    display: none;
  }
  #block-wltbootstrap-newlogob {
    display: block;
    text-align: center;
  }
  #block-wltbootstrap-newlogob .field__item a {
    display: inline-block;
  }
  #block-wltbootstrap-newlogob img {
    height: 100px !important;
    width: auto;
  }
  .page-wrapper .region-header #block-wltbootstrap-newlogob {
    margin-top: 75px;
    margin-bottom: 30px;
  }
  :is(.page-home-2, .path-frontpage) #block-wltbootstrap-newlogo {
    display: block;
  }
  :is(.page-home-2, .path-frontpage) #block-wltbootstrap-newlogob {
    display: none;
  }
  header#navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .region-main-menu {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #block-wltbootstrap-newmenuleft .nav.navbar-nav {
    margin-left: 0;
  }
  #block-wltbootstrap-newmenuright .nav.navbar-nav {
    margin-right: 0;
  }
  #block-wltbootstrap-newmenuleft {
    flex: 0 1 auto;
  }
  #block-wltbootstrap-newmenuright {
    flex: 1 1 auto;
    margin-left: auto;
  }
  #block-wltbootstrap-newmenuright .nav.navbar-nav {
    justify-content: flex-end;
    width: 100%;
  }
  header#navbar {
    border: none;
    background: transparent !important;
  }
  header#navbar.bg-light {
    background-color: transparent !important;
  }
  header#navbar .nav-link.dropdown-toggle::after {
    display: none;
  }
  header#navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
  header#navbar .nav-link.active,
  header#navbar .nav-link:active,
  header#navbar .dropdown-menu .dropdown-item.active,
  header#navbar .dropdown-menu .dropdown-item:active {
    background-color: transparent !important;
  }
  #block-wltbootstrap-newmenuleft .nav.navbar-nav > .nav-item > .nav-link,
  #block-wltbootstrap-newmenuright .nav.navbar-nav > .nav-item > .nav-link {
    font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
    text-transform: none;
    font-weight: 400;
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
  }
  #block-wltbootstrap-newmenuleft .nav.navbar-nav > .nav-item,
  #block-wltbootstrap-newmenuright .nav.navbar-nav > .nav-item {
    position: relative;
  }
  #block-wltbootstrap-newmenuleft .nav.navbar-nav > .nav-item,
  #block-wltbootstrap-newmenuright .nav.navbar-nav > .nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #block-wltbootstrap-newmenuleft .nav.navbar-nav > .nav-item:first-child {
    padding-left: 0;
  }
  #block-wltbootstrap-newmenuright .nav.navbar-nav > .nav-item:last-child {
    padding-right: 0;
  }
  #block-wltbootstrap-newmenuleft .nav.navbar-nav > .nav-item:first-child > .nav-link {
    padding-left: 0;
  }
  #block-wltbootstrap-newmenuright .nav.navbar-nav > .nav-item:last-child > .nav-link {
    padding-right: 0;
  }
  #block-wltbootstrap-newmenuleft .nav.navbar-nav > .nav-item + .nav-item::before,
  #block-wltbootstrap-newmenuright .nav.navbar-nav > .nav-item + .nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1em;
    background: currentColor;
  }
  #block-wltbootstrap-newmenuleft .dropdown-menu .dropdown-item,
  #block-wltbootstrap-newmenuright .dropdown-menu .dropdown-item {
    font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
    text-transform: none;
    font-weight: 400;
    font-size: 1.2em;
  }
  #block-wltbootstrap-newmenuleft .dropdown-menu,
  #block-wltbootstrap-newmenuright .dropdown-menu {
    border: none;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  }
  #block-wltbootstrap-newmenuleft .dropdown-menu {
    border-bottom-right-radius: 30px;
    padding-right: 0;
  }
  #block-wltbootstrap-newmenuright .dropdown-menu {
    border-bottom-left-radius: 30px;
    padding-left: 0;
  }
  #navbar.navbar-expand-lg #block-wltbootstrap-newmenuleft .dropdown-menu .dropdown-item,
  #navbar.navbar-expand-lg #block-wltbootstrap-newmenuleft .dropdown-menu .nav-link {
    padding-left: 15px !important;
    padding-right: 150px !important;
  }
  #navbar.navbar-expand-lg #block-wltbootstrap-newmenuright .dropdown-menu .dropdown-item,
  #navbar.navbar-expand-lg #block-wltbootstrap-newmenuright .dropdown-menu .nav-link {
    padding-left: 150px !important;
    padding-right: 15px !important;
  }
  #navbar.navbar-expand-lg #block-wltbootstrap-newmenuleft .dropdown-menu .dropdown-item,
  #navbar.navbar-expand-lg #block-wltbootstrap-newmenuright .dropdown-menu .dropdown-item {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
  #block-wltbootstrap-newmenuright .dropdown-menu {
    --dropdown-right-offset: -74px;
    right: var(--dropdown-right-offset);
    left: auto;
  }
  #block-wltbootstrap-newmenuright .nav.navbar-nav > .nav-item.dropdown:not(.dropdown-align-right) .dropdown-menu {
    margin-left: -150px;
  }
  #block-wltbootstrap-newmenuleft .dropdown-menu .dropdown-item:last-child {
    border-bottom-right-radius: 30px;
  }
  #block-wltbootstrap-newmenuright .dropdown-menu .dropdown-item:last-child {
    border-bottom-left-radius: 30px;
  }
  #block-wltbootstrap-newmenuright .nav.navbar-nav > .nav-item.dropdown.dropdown-align-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  #block-wltbootstrap-newmenuleft .dropdown-menu,
  #block-wltbootstrap-newmenuright .dropdown-menu {
    top: calc(100%);
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

#block-wltbootstrap-sections .sections-menu-toggle {
  display: none;
}

@media(min-width:992px) {
  #block-wltbootstrap-sections .sections-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px 0;
    border: 0;
    background: transparent;
    padding: 0 !important;
    margin-left: 0 !important;
    position: relative;
    z-index: 7;
  }
  #block-wltbootstrap-sections .sections-menu-toggle:hover,
  #block-wltbootstrap-sections .sections-menu-toggle:focus {
    background: transparent;
  }
  #block-wltbootstrap-sections .sections-menu-toggle .navbar-toggler-icon {
    width: 2.25rem;
    height: 1.5rem;
    margin: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 36 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280,0,0,0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' d='M0.5 4h35M0.5 12h35M0.5 20h35'/%3e%3c/svg%3e");
  }
  #block-wltbootstrap-sections {
    margin-right: 25px;
  }
  #block-wltbootstrap-sections .sections-menu-collapse.dropdown-menu {
    display: none;
    position: absolute;
  }
  #block-wltbootstrap-sections .sections-menu-collapse.dropdown-menu.show {
    display: block;
  }
  #block-wltbootstrap-sections:hover .sections-menu-collapse.dropdown-menu {
    display: block;
  }
  #block-wltbootstrap-sections .sections-menu-label {
    margin: 0;
    display: block;
    padding: 30px 15px 0px 15px;
    font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
    text-transform: none;
    font-weight: 400;
    font-size: 1.2em;
  }
  #block-wltbootstrap-sections .sections-menu-collapse > .sections-menu-label:first-of-type {
    font-weight: 700;
  }
  #block-wltbootstrap-sections .sections-menu-label--locations,
  #block-wltbootstrap-sections .sections-menu-locations {
    display: none;
  }
  #block-wltbootstrap-sections .sections-menu-collapse .nav-link,
  #block-wltbootstrap-sections .sections-menu-collapse .dropdown-item {
    font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
    text-transform: none;
    font-weight: 400;
    font-size: 1.2em;
    display: block;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
  }
  #block-wltbootstrap-sections .sections-menu-collapse.dropdown-menu {
    border: none;
    border-radius: 0;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    top: -11px;
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-right: 0;
    width: auto;
    min-width: 0;
  }
  #navbar.navbar-expand-lg #block-wltbootstrap-sections .sections-menu-collapse .nav-link,
  #navbar.navbar-expand-lg #block-wltbootstrap-sections .sections-menu-collapse .dropdown-item {
    padding-right: 150px;
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
  #block-wltbootstrap-sections .sections-menu-collapse .nav-link:hover,
  #block-wltbootstrap-sections .sections-menu-collapse .nav-link:focus,
  #block-wltbootstrap-sections .sections-menu-collapse .dropdown-item:hover,
  #block-wltbootstrap-sections .sections-menu-collapse .dropdown-item:focus {
    background-color: #e9ecef;
  }
  #block-wltbootstrap-sections .sections-menu-collapse .nav-link,
  #block-wltbootstrap-sections .sections-menu-collapse .dropdown-item {
    border-bottom-right-radius: 30px;
  }
  #block-wltbootstrap-sections .sections-menu-collapse li {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1169.98px) {
  :is(.page-home-2, .path-frontpage) header#navbar .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media(max-width:991px) {
  #block-wltbootstrap-sections {
    display: none;
  }
}
#block-wltbootstrap-topadsitewide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

#block-wltbootstrap-topadsitewide img {
  width: 100%;
  height: auto;
  display: block;
}
#block-wltbootstrap-topadsitewide .contextual-links li:nth-child(-n+2) {
  display: none;
}

/* Dim navbar + page content when dropdowns are open (exclude header logo/ad above). */
@supports selector(:has(*)) {
  #wrapper.hfeed {
    position: relative;
  }
  #wrapper.hfeed::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(100% + 50vw);
    transform: none;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 150ms ease;
    z-index: 5;
  }
  body:has(#block-wltbootstrap-sections:hover .sections-menu-collapse.dropdown-menu) #wrapper.hfeed::before,
  body:has(#sections-menu-collapse.show) #wrapper.hfeed::before {
    opacity: 1;
  }
  header#navbar .dropdown-menu,
  #block-wltbootstrap-sections .sections-menu-collapse.dropdown-menu {
    z-index: 6;
  }
}

@media(max-width:767px) {
  #block-wltbootstrap-newlogob img {
    height: 150px !important;
  }
}

@media(max-width:575px) {
  #block-wltbootstrap-newlogob img {
    height: 120px !important;
  }
}

#block-wltbootstrap-newlogo,
#block-wltbootstrap-newlogob {
  margin-top: 10px;
}

@media only screen and (min-width: 480px) and (max-width: 849px){
  .field--type-simpleads-advertisement img{
    max-width: 300px;
  }
}
@media(max-width:767px){
  .region.region-postscript-top {
    padding: 0 30px;
  }
  .create {
    padding: 0 15px;
  }
  #views_slideshow_cycle_main_homepage_slideshow-block{
    width: 100%;
    overflow: hidden;
}
}

/* Synapse */
strong.ucase{text-transform: uppercase;}
.toc4col h2.ucase {text-transform: uppercase; font-family: 'Roboto',Helvetica,sans-serif; font-size: .85em;line-height: 1.4em; font-weight: bolder;}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {width: 100%}
#wrapper .view-id-homepage_news_weekly_posts.view-display-id-block_3
  .views-view-grid .row > div:nth-child(n+2) {
  display: none;
}
#wrapper .view-id-homepage_news_weekly_posts.view-display-id-block_3
  .views-field-field-date {
  display: none;
}
#wrapper .view-id-homepage_news_weekly_posts.view-display-id-block_3
  .views-view-grid .row > .col-12 {
  padding-top: 0;
}
#wrapper .view-id-homepage_news_weekly_posts.view-display-id-block_3 a,
#wrapper .view-id-homepage_news_weekly_posts.view-display-id-block_3 a:visited,
#wrapper .view-id-homepage_news_weekly_posts.view-display-id-block_3 a:hover,
#wrapper .view-id-homepage_news_weekly_posts.view-display-id-block_3 a:focus,
#wrapper .view-id-homepage_news_weekly_posts.view-display-id-block_3 a:active {
  color: #000 !important;
}

/* Match top-nav typography. */
.explore-autocomplete-tabs .nav-tabs .nav-link,
.explore-autocomplete-tabs .form-autocomplete {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  text-transform: none;
  font-weight: 400;
  font-size: 1.4em;
}

/* Tabs: black/white, no radius, explicit size. */
.explore-autocomplete-tabs .nav-tabs {
  border-bottom: 0;
  margin-bottom: 0 !important;
}
.explore-autocomplete-tabs .nav-tabs li {
  margin-right: 0;
}
.explore-autocomplete-tabs .nav-tabs .nav-link {
  width: 200px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000;
}
.explore-autocomplete-tabs .nav-tabs .nav-link.active {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  cursor: default;
}
.explore-autocomplete-tabs .nav-tabs .nav-link.disabled {
  opacity: 0.4;
}
/* Temporary: hide Location tab/pane on /explore. Remove these two selectors to restore it. */
.explore-autocomplete-tabs .explore-location-tab-wrapper,
.explore-autocomplete-tabs #explore-location-pane {
  display: none !important;
}

/* Remove whitespace between the tab row and the active pane. */
.explore-autocomplete-tabs .tab-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.explore-autocomplete-tabs .tab-content {
  /* Pull the pane up to avoid any 1px "gap" between tabs and field borders. */
  margin-top: -3px !important;
}
.explore-autocomplete-tabs .tab-pane {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.explore-autocomplete-tabs .tab-pane .form-item {
  margin-top: 0 !important;
}
.explore-autocomplete-tabs .tab-pane > form {
  margin-top: 0 !important;
}

/* Text field: 1px #ccc border, square corners, explicit height. */
.explore-autocomplete-tabs input.form-autocomplete {
  height: 75px;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif) !important;
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 1.2em !important;
  color: #000 !important;
  /* Magnifying-glass icon in-field (replaces placeholder text). */
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23666%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2711%27%20cy%3D%2711%27%20r%3D%278%27/%3E%3Cline%20x1%3D%2721%27%20y1%3D%2721%27%20x2%3D%2716.65%27%20y2%3D%2716.65%27/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 30px 30px;
  padding-left: 52px;
  /* Space for the in-field Go button. */
  padding-right: 120px;
}
.explore-autocomplete-tabs input.form-autocomplete.ui-autocomplete-loading {
  /* Keep the icon; override core's throbber background-image. */
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23666%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2711%27%20cy%3D%2711%27%20r%3D%278%27/%3E%3Cline%20x1%3D%2721%27%20y1%3D%2721%27%20x2%3D%2716.65%27%20y2%3D%2716.65%27/%3E%3C/svg%3E") !important;
}
.explore-autocomplete-tabs input.form-autocomplete:focus,
.explore-autocomplete-tabs input.form-autocomplete:focus-visible {
  border-color: #ccc !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Explore autocomplete: position the Go button inside the right end of the field. */
.explore-autocomplete-tabs form.wlt-explore-keyword-search,
.explore-autocomplete-tabs form.wlt-explore-location-autocomplete,
.explore-autocomplete-tabs form.wlt-explore-author-autocomplete {
  position: relative;
}
.explore-autocomplete-tabs form.wlt-explore-keyword-search .form-actions,
.explore-autocomplete-tabs form.wlt-explore-location-autocomplete .form-actions,
.explore-autocomplete-tabs form.wlt-explore-author-autocomplete .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  height: 75px;
  width: 120px;
}
.explore-autocomplete-tabs form.wlt-explore-keyword-search .form-actions input[type="submit"],
.explore-autocomplete-tabs form.wlt-explore-location-autocomplete .form-actions input[type="submit"],
.explore-autocomplete-tabs form.wlt-explore-author-autocomplete .form-actions input[type="submit"] {
  height: 100%;
  width: 100%;
  border: 0;
  border-left: 1px solid #ccc;
  border-radius: 0 !important;
  background: #000;
  color: #fff;
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-weight: 400;
  font-size: 1.2em;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.explore-autocomplete-tabs form.wlt-explore-keyword-search .form-actions input[type="submit"]:focus,
.explore-autocomplete-tabs form.wlt-explore-keyword-search .form-actions input[type="submit"]:focus-visible,
.explore-autocomplete-tabs form.wlt-explore-location-autocomplete .form-actions input[type="submit"]:focus,
.explore-autocomplete-tabs form.wlt-explore-location-autocomplete .form-actions input[type="submit"]:focus-visible,
.explore-autocomplete-tabs form.wlt-explore-author-autocomplete .form-actions input[type="submit"]:focus,
.explore-autocomplete-tabs form.wlt-explore-author-autocomplete .form-actions input[type="submit"]:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

/* Autocomplete dropdown: typography + square corners. */
body.path-explore .ui-autocomplete {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  text-transform: none;
  font-weight: 400;
  font-size: 1.2em;
  border-radius: 0;
}

/* Explore page blurb under the autocompletes. */
.explore-autocomplete-blurb {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-size: 1.3em;
  text-align: center;
  font-weight: 400;
}

body.path-explore .ui-autocomplete .ui-menu-item-wrapper {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  text-transform: none;
  font-weight: 400;
  font-size: 1.2em;
  color: #000 !important;
  text-decoration: none !important;
}
body.path-explore .ui-menu .ui-menu-item-wrapper {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  text-transform: none;
  font-weight: 400;
  font-size: 1.2em;
  color: #000 !important;
  text-decoration: none !important;
}
body.path-explore .ui-autocomplete a,
body.path-explore .ui-autocomplete a:link,
body.path-explore .ui-autocomplete a:visited,
body.path-explore .ui-autocomplete a:hover,
body.path-explore .ui-autocomplete a:active {
  color: #000 !important;
  text-decoration: none !important;
}
body.path-explore .ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
body.path-explore .ui-autocomplete .ui-menu-item-wrapper:hover {
  background-color: #e9ecef;
  color: #000 !important;
  text-decoration: none !important;
}

.homepage-news-events-feed {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.homepage-news-events-feed__title {
  margin: 0 0 24px;
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-size: clamp(2rem, 2.2vw, 3.25rem);
  font-weight: 700;
  line-height: 1.05;
  color: #111;
}
.homepage-news-events-feed .view-header,
.homepage-news-events-feed #optin,
.homepage-news-events-feed #mc-embedded-subscribe-form {
  display: none;
}
.homepage-news-events-feed .view-content .row > [class*="col-"] {
  position: relative;
  border-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.homepage-news-events-feed .view-content .row > [class*="col-"]:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #b6b6b6;
}
.homepage-news-events-feed .view-content .row > [class*="col-"]:first-child {
  padding-left: 0;
}
.homepage-news-events-feed .view-content .row > [class*="col-"]:last-child {
  padding-right: 0;
}
.homepage-news-events-feed__date {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 6px;
}
.homepage-news-events-feed__date .homepage-news-events-feed__date-link,
.homepage-news-events-feed__date .homepage-news-events-feed__date-link:visited,
.homepage-news-events-feed__date .homepage-news-events-feed__date-link:hover,
.homepage-news-events-feed__date .homepage-news-events-feed__date-link:focus,
.homepage-news-events-feed__date .homepage-news-events-feed__date-link:active {
  color: #000;
  text-decoration: none;
}
.homepage-news-events-feed__headline,
.homepage-news-events-feed__headline div {
  font-family: var(--font-freight-text, freight-text-pro, serif);
  font-size: 1.01rem;
  line-height: 1.25;
  color: #222;
}
.homepage-news-events-feed__headline a,
.homepage-news-events-feed__headline a:visited,
.homepage-news-events-feed__headline a:hover,
.homepage-news-events-feed__headline a:focus,
.homepage-news-events-feed__headline a:active {
  color: #222;
  text-decoration: none;
}
.homepage-news-events-feed__media {
  margin-bottom: 0;
}
.homepage-news-events-feed__media img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  display: block;
}
.homepage-news-events-feed__item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
}
.homepage-news-events-feed__media {
  min-width: 0;
}
.homepage-news-events-feed__body {
  min-width: 0;
  align-self: start;
}
.homepage-news-events-feed__date {
  margin-top: -3px;
  margin-bottom: 0;
}
.homepage-news-events-feed__headline {
  margin-top: 8px;
}

@media (min-width: 992px) {
  .homepage-news-events-feed .view-content .row > [class*="col-"] {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepage-news-events-feed__item {
    grid-template-columns: 140px minmax(0, 1fr);
    column-gap: 14px;
  }
  .homepage-news-events-feed {
    padding: 20px 0;
  }
  .homepage-news-events-feed .view-content .row > [class*="col-"]:nth-child(3) {
    display: none;
  }
  .homepage-news-events-feed .view-content .row > [class*="col-"] {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .homepage-news-events-feed .view-content .row > [class*="col-"]:first-child {
    padding-left: 0;
    padding-right: 30px;
  }
  .homepage-news-events-feed .view-content .row > [class*="col-"]:nth-child(2) {
    padding-left: 30px;
    padding-right: 0;
  }
  .homepage-news-events-feed .view-content .row > [class*="col-"]:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #b6b6b6;
  }
  .homepage-news-events-feed .view-content .row > [class*="col-"]:nth-child(2)::after {
    content: none;
  }

  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"] .views-field-field-thumbnail a {
    aspect-ratio: 600 / 350 !important;
    overflow: hidden;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"] .views-field-field-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
  }
}

@media (max-width: 767px) {
  .homepage-news-events-feed {
    padding: 20px 16px;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row {
    margin-left: 0;
    margin-right: 0;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"] {
    margin-bottom: 20px;
  }
  :is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-5 > .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .homepage-news-events-feed .view-content .row > [class*="col-"] {
    border-right: 0;
    border-bottom: 1px solid #b6b6b6;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .homepage-news-events-feed .view-content .row > [class*="col-"]::after {
    content: none;
  }
  .homepage-news-events-feed .view-content .row > [class*="col-"]:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* Homepage row separators (home + home-2). */
:is(.page-home-2, .path-frontpage) {
  --homepage-section-heading-size: clamp(2rem, 2.2vw, 3.25rem);
  --homepage-item-title-size: clamp(1.02rem, calc(0.7rem + 0.7vw), 1.25rem);
  --homepage-row-max-width: 1170px;
}
:is(.page-home-2, .path-frontpage) .view-id-homepage_slideshow,
:is(.page-home-2, .path-frontpage) .region.region-content-top.row,
:is(.page-home-2, .path-frontpage) .homepage-news-events-feed,
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows,
:is(.page-home-2, .path-frontpage) .midflow-ad,
:is(.page-home-2, .path-frontpage) .homepage-inline-newsletter,
:is(.page-home-2, .path-frontpage) #block-homepageblocksnewslettersocialetc {
  width: 100%;
  max-width: var(--homepage-row-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) and (max-width: 1169.98px) {
  :is(.page-home-2, .path-frontpage) .view-id-homepage_slideshow,
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row,
  :is(.page-home-2, .path-frontpage) .homepage-news-events-feed,
  :is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows,
  :is(.page-home-2, .path-frontpage) .midflow-ad,
  :is(.page-home-2, .path-frontpage) .homepage-inline-newsletter,
  :is(.page-home-2, .path-frontpage) #block-homepageblocksnewslettersocialetc {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  :is(.page-home-2, .path-frontpage) .view-id-homepage_slideshow,
  :is(.page-home-2, .path-frontpage) .region.region-content-top.row,
  :is(.page-home-2, .path-frontpage) .homepage-news-events-feed,
  :is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows,
  :is(.page-home-2, .path-frontpage) .midflow-ad,
  :is(.page-home-2, .path-frontpage) .homepage-inline-newsletter,
  :is(.page-home-2, .path-frontpage) #block-homepageblocksnewslettersocialetc {
    padding-left: 5px;
    padding-right: 5px;
  }
}
:is(.page-home-2, .path-frontpage) .views-element-container {
  padding-left: 0;
  padding-right: 0;
}
:is(.page-home-2, .path-frontpage) .region.region-content-top.row > [class*="col-"]:first-child {
  padding-left: 0;
}
:is(.page-home-2, .path-frontpage) .region.region-content-top.row > [class*="col-"]:last-child {
  padding-right: 0;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-2 > .row,
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows .views-view-grid > .row {
  margin-left: 0;
  margin-right: 0;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > [class*="col-"]:first-child,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-2 > .row > [class*="col-"]:first-child,
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows .views-view-grid > .row > [class*="col-"]:first-child {
  padding-left: 0;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > [class*="col-"]:last-child,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-2 > .row > [class*="col-"]:last-child,
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows .views-view-grid > .row > [class*="col-"]:last-child {
  padding-right: 0;
}
:is(.page-home-2, .path-frontpage) .region.region-content-top .sectionheader h3,
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows .view-header h3,
:is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__label {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-size: var(--homepage-section-heading-size);
  font-weight: 700;
  line-height: 1.05;
  color: #111;
  margin: 0 0 24px;
  padding: 0;
}
:is(.page-home-2, .path-frontpage) .region.region-content-top .sectionheader h3 a,
:is(.page-home-2, .path-frontpage) .region.region-content-top .sectionheader h3 a:visited,
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows .view-header h3 a,
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows .view-header h3 a:visited {
  color: #111;
}
:is(.page-home-2, .path-frontpage) .issue-title,
:is(.page-home-2, .path-frontpage) .issue-title a,
:is(.page-home-2, .path-frontpage) .view-homepage-field-rich-title,
:is(.page-home-2, .path-frontpage) .view-homepage-field-rich-title a,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .views-field-field-blog-category .field-content,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .views-field-field-blog-category .field-content a,
:is(.page-home-2, .path-frontpage) .views-field-field-richtitle h2.field-content,
:is(.page-home-2, .path-frontpage) .views-field-field-richtitle h4.field-content {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-size: var(--homepage-item-title-size);
  font-weight: 700;
  line-height: 1.25;
  color: #111;
}
:is(.page-home-2, .path-frontpage) .summary,
:is(.page-home-2, .path-frontpage) .summary p,
:is(.page-home-2, .path-frontpage) .views-field-body .field-content {
  font-family: var(--font-freight-text, freight-text-pro, serif);
  font-size: 1.01rem;
  line-height: 1.25;
  color: #222;
}
:is(.page-home-2, .path-frontpage) .region.region-content-top.row,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-2 > .row,
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows .views-view-grid > .row {
  margin-left: 0;
  margin-right: 0;
}
:is(.page-home-2, .path-frontpage) .region.region-content-top.row {
  margin-top: 25px;
  padding-top: 25px;
}
:is(.page-home-2, .path-frontpage) .homepage-news-events-feed {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 25px;
}
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 {
  margin-top: 25px;
  padding-top: 25px;
}
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 25px;
}
:is(.page-home-2, .path-frontpage) .region.region-postscript-top {
  margin-top: 25px;
}
:is(.page-home-2, .path-frontpage) #block-homepageblocksnewslettersocialetc {
  margin-top: 25px;
}

:is(.page-home-2, .path-frontpage) .homepage-inline-newsletter {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 25px;
}
:is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
:is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__label {
  margin-bottom: 12px;
}
:is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__form {
  position: relative;
}
:is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__form input[type="email"] {
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  border: 2px solid #cfcfcf;
  border-radius: 0;
  margin-bottom: 12px;
  font-size: 16px;
}
:is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__form button {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 0;
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-size: 16px;
  font-weight: 700;
  background: #000;
  color: #fff;
}
:is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__form button:hover,
:is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__form button:focus {
  background: #111;
  color: #fff;
}
@media (min-width: 992px) {
  :is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__inner {
    position: relative;
    width: min(840px, 100%);
    max-width: 840px;
    min-height: 250px;
    background: #E6E6E4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 24px 20px;
  }
  :is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #000;
    transform: translate(-5px, -5px);
    pointer-events: none;
  }
  :is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__form input[type="email"],
  :is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__form button {
    width: 57.5%;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
  }
  :is(.page-home-2, .path-frontpage) .homepage-inline-newsletter__form button {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  :is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 {
    width: 100%;
    max-width: var(--homepage-row-max-width);
    margin-left: auto;
    margin-right: auto;
  }
  :is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .view-content {
    width: min(calc(100% + 120px), 100vw);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  :is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-view-grid > .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }
  :is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-view-grid > .row > [class*="col-"]:first-child {
    padding-left: 12px;
  }
  :is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-view-grid > .row > [class*="col-"]:last-child {
    padding-right: 12px;
  }
}
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-view-grid > .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-field-field-thumbnail,
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-field-field-thumbnail .field-content {
  margin-bottom: 0;
}
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-field-field-thumbnail a {
  display: block;
  line-height: 0;
  aspect-ratio: 600 / 350;
  overflow: hidden;
}
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-field-field-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-field-field-richtitle {
  background: #E6E6E4;
  padding: 16px 16px 14px;
  margin: 0;
  flex: 1 1 auto;
}
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-field-field-richtitle h2.field-content {
  margin: 0;
}
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-field-field-author,
:is(.page-home-2, .path-frontpage) .view-id-homepage_featured_rows.view-display-id-block_5 .views-field-body {
  display: none;
}
:is(.page-home-2, .path-frontpage) .midflow-ad {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 25px;
}
:is(.page-home-2, .path-frontpage) .midflow-ad:empty {
  display: none;
}
@supports selector(:has(*)) {
  :is(.page-home-2, .path-frontpage) .midflow-ad:not(:has(img)):not(:has(.wlt-ad-placeholder)) {
    display: none;
  }
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block > .row > [class*="col-"] .views-field-field-thumbnail a,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-1 > .row > [class*="col-"] .views-field-field-thumbnail a,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-2 > .row > [class*="col-"] .views-field-field-thumbnail a,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-3 > .row > [class*="col-"] .views-field-field-thumbnail a {
  display: block;
  line-height: 0;
  aspect-ratio: 600 / 350;
  overflow: hidden;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block > .row > [class*="col-"] .views-field-field-thumbnail img,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-1 > .row > [class*="col-"] .views-field-field-thumbnail img,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-2 > .row > [class*="col-"] .views-field-field-thumbnail img,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-3 > .row > [class*="col-"] .views-field-field-thumbnail img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block > .row,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-1 > .row,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-2 > .row,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-3 > .row {
  margin-left: -12px;
  margin-right: -12px;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block > .row > [class*="col-"],
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-1 > .row > [class*="col-"],
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-2 > .row > [class*="col-"],
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-3 > .row > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block > .row > [class*="col-"] .views-field-field-richtitle,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-1 > .row > [class*="col-"] .views-field-field-richtitle,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-2 > .row > [class*="col-"] .views-field-field-richtitle,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-3 > .row > [class*="col-"] .views-field-field-richtitle {
  margin-top: 20px;
  margin-bottom: 20px;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block > .row > [class*="col-"] .views-field-field-author,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-1 > .row > [class*="col-"] .views-field-field-author,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-2 > .row > [class*="col-"] .views-field-field-author,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-featured-rows-block-3 > .row > [class*="col-"] .views-field-field-author {
  margin-bottom: 0;
}
.homepage-featured-book-reviews-slider .view-content {
  background: #E6E6E4;
}
.homepage-featured-book-reviews-slider {
  padding-left: 0;
  padding-right: 0;
}
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .views-field-field-richtitle,
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .views-field-field-sidebartitle,
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .views-field-field-creditline,
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .view-homepage-field-author,
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .views-field-body,
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .views-field-nothing {
  display: none;
}
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .views-view-grid > .row {
  margin-left: 0;
  margin-right: 0;
}
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .views-field-field-thumbnail,
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .views-field-field-thumbnail .field-content {
  margin: 0;
}
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .views-field-field-thumbnail a {
  display: block;
  line-height: 0;
}
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .views-field-field-thumbnail img {
  display: block;
  height: 350px !important;
  width: auto !important;
  max-width: none;
}
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .slick-list {
  overflow: hidden;
}
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .slick-track {
  display: flex;
  align-items: flex-start;
}
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .slick-slide {
  width: auto !important;
  max-width: none;
  flex: 0 0 auto;
  margin-right: 15px;
  height: 350px;
}
.homepage-featured-book-reviews-slider .view-id-homepage_featured_rows.view-display-id-block_4 .slick-slide[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .homepage-featured-book-reviews-slider .view-content {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 20px 0;
  }
}

.wlt-ad-placeholder {
  border: 1px dashed #999;
  color: #555;
  background: #f7f7f7;
  padding: 12px;
  text-align: center;
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-size: 0.95rem;
}

/* WLT Weekly piece title: match top nav link typography. */
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .views-field-field-richtitle h4.field-content,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .views-field-field-richtitle h4.field-content a,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .views-field-field-richtitle h4.field-content a:visited {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  text-transform: none;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.25;
  color: #111;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .views-field-field-richtitle h4.field-content em {
  font-style: italic;
  font-weight: 400;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .field-name-field-blogauthor,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .field-name-field-blogauthor a {
  font-size: 0.99em;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-date,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-blog-category,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-richtitle,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-field-author,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field-body {
  padding-right: 25px;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 > .row > .views-row-taxonomy > .views-field {
  margin-bottom: 0;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .views-field-body .field-content p:last-child {
  margin-bottom: 0;
}

:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(150px, 60%, 450px);
  column-gap: 0;
  align-items: stretch;
  cursor: pointer;
}
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__copy {
  background: #E6E6E4;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__eyebrow {
  margin: 0 0 10px;
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__title {
  margin: 0 0 12px;
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.25;
}
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__title-link {
  color: #111;
  text-decoration: none;
}
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__teaser,
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__teaser p {
  margin: 0;
  font-family: var(--font-freight-text, freight-text-pro, serif);
  font-size: 1.01rem;
  line-height: 1.25;
  color: #222;
}
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__teaser {
  margin-top: 12px;
}
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__teaser a {
  color: #222;
  text-decoration: none;
}
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__media,
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__media-link {
  display: block;
  height: 100%;
  line-height: 0;
}
:is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__media-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  :is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__layout {
    grid-template-columns: 1fr;
  }
  :is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__media-link,
  :is(.page-home-2, .path-frontpage) .homepage-featureditem39 .homepage-featureditem39__media-link img {
    height: auto;
  }
}

/* Homepage font normalization: sans => Freight Sans, serif/body => Freight Text. */
:is(.page-home-2, .path-frontpage) .view-homepage-featured-rows h3,
:is(.page-home-2, .path-frontpage) .view-homepage-featured-rows h3 a,
:is(.page-home-2, .path-frontpage) .field-name-field-blog-category,
:is(.page-home-2, .path-frontpage) .field-name-field-blog-category a,
.wlt-footer-mock,
.wltfooter-sitemap,
.wltfooter-sitemap * {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
}
.wlt-footer-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.wlt-footer-cta .wlt-footer-btn {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .wlt-footer-cta {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .wlt-footer-cta .wlt-footer-btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
:is(.page-home-2, .path-frontpage) .view-homepage-field-author,
:is(.page-home-2, .path-frontpage) .view-homepage-field-author a,
:is(.page-home-2, .path-frontpage) .field-name-field-blogauthor,
:is(.page-home-2, .path-frontpage) .field-name-field-blogauthor a {
  font-family: var(--font-freight-text, freight-text-pro, serif);
  font-weight: 600;
  font-style: normal;
  font-synthesis: none;
}
:is(.page-home-2, .path-frontpage) .view-homepage-field-author em {
  font-family: var(--font-freight-text, freight-text-pro, serif);
  font-weight: 600;
  font-style: italic;
  font-synthesis: none;
}
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .field-name-field-blogauthor,
:is(.page-home-2, .path-frontpage) #views-bootstrap-homepage-news-weekly-posts-block-3 .field-name-field-blogauthor a {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
}
:is(.page-home-2, .path-frontpage) .summary,
:is(.page-home-2, .path-frontpage) .summary p,
:is(.page-home-2, .path-frontpage) .views-field-body .field-content,
:is(.page-home-2, .path-frontpage) .views-field-body .field-content p,
:is(.page-home-2, .path-frontpage) .homepage-news-events-feed__headline,
:is(.page-home-2, .path-frontpage) .homepage-news-events-feed__headline div {
  font-family: var(--font-freight-text, freight-text-pro, serif);
}

/* Match interior body-field paragraph text to homepage body-copy styling. */
body:not(.path-frontpage) .field--name-body.field--type-text-with-summary .field__item p {
  font-family: var(--font-freight-text, freight-text-pro, serif);
  font-size: var(--wlt-body-copy-size);
  line-height: 1.25 !important;
  color: #222;
}

/* Footer block moved to footer region: keep block width/content alignment sitewide. */
.region-postscript-top,
.region-postscript-top .region-footer {
  background-color: #fff;
}
.region-postscript-top .region-footer > [id^="block-homepageblocksnewslettersocialetc"] {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

/* Sitewide footer block styling after move to footer region. */
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wlt-footer-mock {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wlt-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wlt-footer-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wlt-footer-cta .wlt-footer-btn {
  width: min(560px, 100%);
  max-width: 100%;
  box-sizing: border-box;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wlt-footer-cta .wlt-footer-btn:hover,
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wlt-footer-cta .wlt-footer-btn:focus {
  background-color: #e9ecef !important;
  color: #000 !important;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  padding-top: 22px;
  padding-bottom: 22px;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .footer-heading,
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .newsletter-label {
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-weight: 700;
  color: #000;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .newsletter-label {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 12px 0;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .newsletter-label em {
  font-style: italic;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .footer-links,
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .footer-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .footer-links li {
  margin-bottom: 4px;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .footer-links a,
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .footer-links a:visited,
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .footer-links a:hover,
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .footer-links a:focus {
  color: #000 !important;
  text-decoration: none !important;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .newsletter-form input[type="email"] {
  width: 100%;
  height: 44px;
  border: 2px solid #cfcfcf;
  border-radius: 0;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .newsletter-form button,
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .newsletter-form .btn {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 0;
  font-family: var(--font-freight-sans, freight-sans-pro, sans-serif);
  font-weight: 700;
  background: #000;
  color: #fff !important;
}
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .newsletter-form button:hover,
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .newsletter-form button:focus,
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .newsletter-form .btn:hover,
.region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wltfooter-sitemap .newsletter-form .btn:focus {
  background: #111;
  color: #fff !important;
}
@media (max-width: 980px) {
  .region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wlt-footer-cta {
    flex-direction: column;
  }
  .region-postscript-top [id^="block-homepageblocksnewslettersocialetc"] .wlt-footer-cta .wlt-footer-btn {
    width: 100%;
    max-width: 100%;
  }
}
