/*Video block set height | 24169527-hc*/
.wp-block-video iframe {
height: 300px;
}
/*  change logo size | 3327324-zd bk */
.site-header .site-branding img {
  max-height: 60px;
}

@media (min-width: 768px) {
  /*  change scrolling logo size | 3327324-zd bk */
  .site-header .site-branding img {
      max-height: 80px;
  }

  /*  change padding around scrolling header | 3327324-zd bk */
  .site-header.scroll-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}



/*  change menu background on scroll | 24215815-hc */
#masthead.scroll-header {
  color: #FFFFFF;
  background: #625d56;
}
 
/*  change menu text color on scroll | 24215815-hc */
#masthead.scroll-header a {
  color: #FFFFFF;
}
 
/*  change menu background on mobile | 24215815-hc */
@media only screen and (max-width: 768px) {
  #masthead.header-loaded {
      background: #625d56;
      color: #FFFFFF;
  }
}
/* Hide header title | 24216972-hc (LS) */
.entry-title.sm\:th-text-7xl.th-text-3xl.th-max-w-md {
    display: none;
}
/* Mobile menu / 24249935-HC (MI) */

.wf-active #toggle-sidebar .mobile-navigation ul li a {
  font-weight:bold;
  color:#002645;
}

.wf-active #toggle-sidebar .mobile-navigation ul.sub-menu li a {
  font-weight:400;
  color:#666666;
}
/* Style Footer background color and text HC-24258669 */
#colophon .textwidget p, #colophon h2 {
     font-size: 0.9em;
    color:white;
	font-family:"lora", sans-serif;
}
#colophon h2 {
    font-weight: bold;    
}
#colophon {
    background-color: #002645;
}
#colophon a:hover{
    color:#db9c38
}   
/* VideoPress height / 25797722-HC (MI) */
.wp-block-video.is-provider-videopress,
.wp-block-video.is-provider-videopress iframe {
  max-height: 300px;
}
/*Decreasing the gap betwen the header and the content -26361349-hc - SM*/
#masthead, #page .has-background-cover {
	margin-bottom: 50px;
}
/* Remove the gap betwen the header and the content on mobile / 26466468-hc JAR */
@media (max-width: 699px) {
    #masthead,
    #page .has-background-cover {
        margin-bottom: 0px;
    }
    .entry-content {
        margin-top: 40px;
    }
}
/* Hides bottom border for header #31190722-hc KD */
header#masthead {
    border-bottom: 0px;
}
/* Remove underlines from footer links 31352870-hc cw */
.footer-widget-area a {
    text-decoration: none;
}
/* fixes spacing between Header image and divider line on tablets | 34171269-hc tcrv */
@media screen and (max-width: 769px) {
	#masthead, #page .has-background-cover {
 		margin-bottom:0;
	}
	 .entry-content {
        	margin-top: 40px;
    }
}
/* fix circle issue in testimonials SS-10868065*/
@media (min-width: 500px) {
    blockquote::before {
   display: none;
   }
}

