/*remove logo in footer | hc-24809301-ll */
footer#colophon img.custom-logo {
    display: none;
}
/*move date in footer to left | hc-24809301-ll */
footer#colophon div.powered-by {
   margin-left: unset;
}
/* Realign the logo and menu button | hc-31390616 (mh) */
@media only screen and (max-width:651px) {
  #masthead.has-logo .menu-button-container {
    padding-top: 30px;
  }
  .site-branding {
    position: fixed;
    top: var(--global--admin-bar--height);
  }
}
.menu-button-container #primary-mobile-menu .dropdown-icon.open{
  color: gray;
}
.home .menu-button-container #primary-mobile-menu .dropdown-icon.open{
  color: white;
}
@media only screen and (min-width:651px) {
		.primary-navigation .current-menu-item > a,
	.primary-navigation a:link,
	.primary-navigation a:visited,
	.primary-menu-container *{
    color: gray;
  }
  .home .primary-navigation .current-menu-item > a,.home .primary-navigation a:link,
	.home .primary-navigation a:visited,
	.home .primary-menu-container *{
    color: white;
  }
	  .primary-navigation > div > .menu-wrapper > li > .sub-menu, .primary-navigation > div > .menu-wrapper > li > .sub-menu *{
    color:gray;
  }			
}
/*move blog post titles further down | 31390616-hc (KAK)*/
.blog #content {
    margin-top: 60px;
}
/* Remove space between Stories page title and post titles #31390616-hc-jg */
header.page-header.alignwide {
    margin-bottom: 45px;
}

.blog .site-main > * {
    margin-top: 0px;
}
/* Remove space normal s page titles and page content #31390616-hc-jg */
.singular .entry-header {
    margin-bottom: 15px;
}
/* add space before content in about page SS-31429026-hc */
@media only screen and (min-width: 822px){
.page-id-7727 .content-area {
    padding-top: 60px;
 }
}
/* add space before content in Creative and Series page || EH-31429026-hc */
@media only screen and (min-width: 822px){
.page-id-7957 .content-area, .page-id-8652 .content-area {
    padding-top: 60px;
 }
}
/* Push page titles down, to not overlap logo #4260592 zn-na */
.entry-header {
    margin-top: 7rem!important;
}
@media only screen and (min-width: 768px) {
    .entry-header {
        margin-top: 7rem;
    }
}
/* Hide category title prefix | 31436301-HC/ZD NJ */

.archive-title-prefix{
  display:none;
}
/* Push down category page header | 31436301-ZD NJ */

.page-header {
    margin-top: 7rem!important;
}
@media only screen and (min-width: 768px) {
    .page-header {
        margin-top: 7rem!important;;
    }
}
/* Homepage headings - mobile / 31481486-HC (MI) */

@media only screen and (max-width: 767px) {
	.home h1 {
		font-size: 60px !important;
	}
}

.wp-block-newspack-blocks-carousel figure.post-thumbnail img {
    object-position: center center;
}

.wp-block-newspack-blocks-carousel article.swiper-slide {
      max-height:600px;
}
/* adjust display of post carousel for larger screens | 4685009-zen eD */
@media screen and (min-width: 560px) {
    /* make figure in post carousel full-width */
    .wp-block-newspack-blocks-carousel figure.post-thumbnail {
        width: 100%;
    }

    /* reset max height for post carousel swiper */
    .wp-block-newspack-blocks-carousel .swiper-slide {
        max-height: 100vh !important;
    }

    /* make image in post carousel height auto and unset max-width */
    .wp-block-newspack-blocks-carousel figure.post-thumbnail img {
        max-width: unset !important;
        height: 100vh !important;
    }
}