/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Heading sections YPD HCM NO ACCENT LINE */
.hero-2-YPD{
 border-top: 10px solid red; 
}

.hero-2-YPD{
 border-top: 10px solid red; 
}

.hero-2-YPD h1{
   color: #507f34!important;
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: uppercase;
    font-weight: semi-bold
    letter-spacing: 1px;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
}

.hero-2-YPD h4{
    color: #4a7dbb!important; 
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1;
    line-height: 1.1em;
    text-decoration: none;
    text-transform: none;

}
.hero-2-YPD p{
    color: #0f0f0f;
    font-size: 22px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.3em;
    text-decoration: none;
    text-transform: none;
}
/* MOBILE */
@media (max-width: 768px) {
  .hero-2-YPD h1 {
    font-size: 50px;
  }
  .hero-2-YPD h4 {
    font-size: 16px;
  }
  
.blog-index__post-image {
  height: 500px;
  width: 500px;
}

.hhs-flexi-card {
  height: 100%;
}
.hhs-header-cta .cta-primary {
    /* padding: 15px 15px !important; */
    font-size: 16px !important;
    -webkit-box-shadow: none;
    /* box-shadow: none; */
}

@media (max-width: 992px) {
  .hhs-flexi-card {
    height: calc(100% - 25px);
  }
}

.hhs-footer-mod {
  background-size: cover!important;
}

.hhs-hat-pull-down, .hhs-header-hat {
    background-color: #000000!important;
}

#hs_menu_wrapper_global_header_v2_ > ul > li:a{
  color:#ffffff!important;
}