/*Hide page title and title area on Home-HC-20187648-KS */
.home .entry-header {
    display: none;
}
.home .content-area {
    padding-top: 0px;
}
.home .entry-content {
    margin-top: 0px;
}
/* HC-20188270 | Change header background color */
.site-header {
  background: #000;
  box-shadow: inset 0 -1px 0 #000;
}
/* HC-20188270 | Hide Page Titles */
.page .entry-header {
  display: none;
}

/* HC-20188270 | Hide spacing after header */
@media screen and (min-width: 1056px) {
    .page .content-area {
        padding-top: 0;
    }
}
@media screen and (min-width: 768px) {
    .page .entry-content,
    .page .page-content {
        margin-top: 0;
    }
}/* Set site background to black | kb-20237708-hc */
.site, .site-content, .content-area {
	background: #000;
}/* Decrease height of the short cover block */
.wp-block-cover.short {
    height: 50%;
    min-height: 100px;
}
/* Make Contact Form Labels white | ZD-2888918-JG */
#contact-form-81 label, #contact-form-473 label {
    color:#fff;
}

/*20359613-hc allow overflow scroll for menu*/
#slide-menu {
    overflow-y: scroll;
}

/*20359613-hc make full width video block taller*/
.page-id-159 .wp-block-embed__wrapper {
    height: 700px;
}
/* Homepage - widen content area / 2899189-zd kp */
@media screen and ( min-width: 768px ) {
  .home .entry-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and ( min-width: 1056px ) {
  .home.no-sidebar .content-area {
    width: 1000px;
  }
}
/* correct video height on home page | KS-2899189-hc */
.home .wp-block-embed.is-type-video.alignfull iframe {
    height: 56.25vw !important;
}
/*  full width iframe with custom class -- 29020900-hc (DOC) */
.iframe-full-width iframe {
  min-width: 100% !important;
  min-height: 400px !important;
  height: 600px!important;
}
/* Remove spacing on remove-space class (originally for map page) 29349725-hc    */
.remove-space {
    margin-bottom:0px;
}
/* Center align the home page video | CM | #29405026-hc*/
@media (min-width: 1100px) {
  .home figure.wp-block-video.alignwide {
        width:unset;
        max-width: none;
    }
}