/* 

Override Stylesheet for Unified 4 for Greenwood Asher Pages to update to blue color palette.
These styles will be applied after the main stylesheet, so they can override any styles in the main stylesheet.

*/ 

	a:hover {
  		color: #00007f !important;
}
  section.u4m-alternating-content .inner .content .content-inner span.url a:after {
   		color: #00007f;
}      
  header.u4m-header-greenwood .inner .menu div.hs-menu-flow-horizontal ul li a:hover {
      color: #00007f !important;
} 
  section.u4m-grid-cards .u4m-grid-cards-inner .cards .card .content .medium {
      background: #7BA4DB;
}
  section.u4m-rich-text .content p>a.button {
      background-color: #E87928;
}
  section.u4m-accordion div.accordion-container div.accordion-repeater-section div.repeater-block div.accordion-repeater div.accordion-top:hover p.title {
      color: #00007f;
}
  section.u4m-form-greenwood-global .u4m-form-inner .container .right .form form.hs-form .hs-button, section.u4m-form-greenwood-global .u4m-form-inner .container .right .form form.hs-form.hs-form .hs-button, section.u4m-form-greenwood-global .u4m-form-inner .container .right .form form.hs-form.mixitup-multifilter .hs-button {
      background-color:#E87928;
}

section.u4m-form .u4m-form-inner .container .right .form form.hs-form .hs-button, section.u4m-form .u4m-form-inner .container .right .form form.hs-form.hs-form .hs-button, section.u4m-form .u4m-form-inner .container .right .form form.hs-form.mixitup-multifilter .hs-button {
      background-color:#E87928;
}
section.u4m-roles-slider .u4m-roles-slider-inner .slides .slide a:hover h3, section.u4m-roles-slider .u4m-roles-slider-inner .slides .slide a:focus h3 {
   		color: #00007f !important;
  }
section.u4m-roles-slider ul.slick-dots li.slick-active button:before {
  		color: #00007f !important;
}
section.u4m-content-cards .cards .card .content .medium {
      background-color: #00007f;
}  
section.u4m-content-cards .cards .card .content a:after {
      color: #00007f;
} 
/* 

Override Stylesheet for Greenwood Asher blog listing and blog post pages

*/ 
    
  section.u4m-blog-listing-greenwood div.filter div.menu div.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {    	
  	  background-color:#2c5697;
}
  section.u4m-blog-listing-greenwood div.posts .blog-post-card .content span.read-more a {
      color: #00007f;
}
	section.u4m-blog-listing-corp div.posts .blog-post-card {
  	  flex-direction: column;
      margin:0px;
}
  section.u4m-blog-listing-corp div.posts .blog-post-card .featured-image {
      background-color: #fff;
      background-size: contain;
      background-repeat: no-repeat;
      max-height: 180px;
}
  section.u4m-blog-listing-corp div.posts .blog-post-card .content {
      margin-bottom: 0px;
}
@media (min-width: 760px){
  section.u4m-blog-listing-corp div.posts .blog-post-card .content {
      padding: 0px 0px 0px 24px;
}
  section.u4m-blog-listing-corp div.posts .blog-post-card .content h2.title {
      margin-top: 0px;
}
  section.u4m-blog-listing-corp div.posts .blog-post-card .content span.read-more {
      margin: 0rem 20rem 0rem 0;
}
  section.u4m-blog-listing-corp div.posts .blog-post-card {
      max-height: 330px;
      padding: 40px 20px;
}
  section.u4m-blog-listing-corp div.posts .blog-post-card .featured-image {
      background-color: #fff;
        background-position: top center;
        background-size: contain;
        max-height: 180px; 
        background-repeat: no-repeat;
}
  section.u4m-blog-post .body.has-event-details .event-details .button {
      	background-color: #E87928;
}
  section.u4m-blog-post .breadcrumbs ul li a {
    	color: #00007f;
}
  section.u4m-blog-post .breadcrumbs ul li:first-child a svg {
     	fill: #00007f;
}
  section.u4m-blog-listing-greenwood div.posts .blog-post-card .content span.read-more:hover, section.u4m-blog-listing-greenwood div.posts .blog-post-card .content span.read-more:hover a, section.u4m-blog-listing-greenwood div.posts .blog-post-card .content span.read-more:hover:after {
      color: #2c5697;
}
  section.u4m-blog-listing-greenwood div.posts .blog-post-card .content span.read-more {
      color: #00007f;
}   
  section.u4m-blog-listing-greenwood div.posts .blog-post-card .content span.read-more:after, section.u4m-blog-listing-greenwood div.posts .blog-post-card .content span.read-more:focus, section.u4m-blog-listing-greenwood div.posts .blog-post-card .content span.read-more:hover {
      color: #00007f !important;
}