/*  hide page title -- 19506217-hc (DOC) */
header.entry-header.responsive-max-width {
	display: none;
}
/* Removes styling from current menu item text */ 
#masthead .site-header-wrapper .main-navigation ul li.current-menu-item > a {
    border: initial;
}
/* Fix gap above header */
main#main {
	padding-top: 0;
}
.site-main > article > * {
	margin-top: 0;
}
/*
#primary {
	margin-top: 220px !important;
}*/
@media screen and (max-width: 560px) { 
#primary {
	margin-top: 0 !important;
}
}
h3#link1, h3#link2, h3#link3, h3#link4, h3#link5 {
    height: 50px;
}
/* Reduce logo height / 19601018-hc JAR */
.custom-logo-link img {
  max-height: 35px;
  width: auto;
}
/* hide footer credit KG-19613548-hc */
.site-footer {
  font-size: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
/* KG-19613548-hc */
/* main menu hover KG-19482233-hc */
#masthead .site-header-wrapper .main-navigation ul li.current-menu-item > a:hover {
    color: #0071a1;
}
/*KG-19482233-hc */
/* Reduces margin between images and text in column blocks #19706972-hc KD */
.wp-block-columns .wp-block-column .wp-block-image {
    margin-bottom: 10px;
}
.wp-block-columns .wp-block-column p {
    margin: 0;
}
/* change button text size in additional-class group | #19840187-hc eD */
.wp-block-cover .wp-block-group .wp-block-button__link {
 	font-size: 18px;
 }
/* Reduce site header height | 19943746-hc EH */
@media only screen and (min-width: 560px) {
    /* default padding 32px */
    .site-header {
        padding: 25px;
    }
    /* default margin top 126px */
    .content-area {
        margin-top: 66px !important;
    }
    #masthead .site-header-wrapper .site-branding .site-logo {
    /* default margin bottom 16px */
        margin-bottom: unset;
    }
}
/* menu color fd6721-hc DF */
#masthead {
	background: #fd6721;
	border-bottom: 8px solid #fff;
}
/*remove text decoration from all links / 20187795hc*/
a:link, .wp-block-group a:link {
        text-decoration: none;
}
/* Stratford Theme -  Adjust Menu Font Weight to Unbold #20254455-hc-jg */
.main-navigation a {
  font-weight: 500;
}
/* reduce margin above and below heading block in columns 2899206-zd */
.wp-block-columns .wp-block-column > * {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Menu item hover color 20454336-hc */

#masthead .site-header-wrapper .main-navigation ul li a:hover {
    color: #0071a1;
}
/* Current menu item color 20454336-hc */
#masthead .site-header-wrapper .main-navigation ul li.current-menu-item > a {
  color: #0071a1;
}
/* reduce space between elements in content sm-20454711-hc */
.entry-content > * {
  margin-top: 25px;
  margin-bottom: 15px;
}
/* Remove spacing from layout grid block on About Page -   2901028-hc  */
.page-id-7774 .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
    margin:unset;
}
/*Prevent links being underlined | hc-20606925 | ERM*/
.entry-content a {
   text-decoration: none!important;
}


/* Make sure there is a white backround on 'Latest' page | HC-29831001-JG */
.singular.page-id-1899 .content-area {
    background:#fff;