/* @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    */
/*****************************************/


/********** to remove caret from navigation  ********/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
display: none;
}


/*************  to adjust padding in head to push down menu items  **************/

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
padding: 5px 15px 5px;
}



/*************  to adjust speed of mega menu  **************/

.mega-menu {
transition: opacity .2s ease-in-out,max-height .8s ease-in-out,padding .2s ease-in-out !important;
}

/*************  to adjust mega sub-nav columns  **************/
.mega-text-con h5 {
font-size: 18px;
}


/*************  to adjust feature font for number count up module  **************/
 .hhs-counter-mod h2 {
font-weight: 900 !important;
    }

/*************  PP Button css when not using CTA  **************/

.ppbutton,
.ppbutton.-primary,
ppbutton,
input[type="submit"] { 
  background-color: #00295f;
  border-radius: 50px;
  color: #bcd640;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 10px 28px 12px 28px;  
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif; 
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ppbutton:hover {
  text-decoration: none;
  color: #ffffff;    
}




/*************  cta class for mega menu buttons  **************/
.cta-mega{
  background-color: #00295f !important;
  border-radius: 50px !important;
  color: #bcd640 !important;
  letter-spacing: 1px !important;
  padding: 15px 28px 15px 28px !important;  
  text-align: center !important;
  font-family: "Montserrat", sans-serif; 
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-top: 100px !important;
}






/*************  Remove space above ordered lists in magic module  **************/
.remove-space ul {
margin-top: 0px;
margin-bottom: 0px;
}


/*************  BLOG UPDATES  *********************************************************************/

/*************  forces listing page images to same size plus other formatting  ************/
.blog-index__post--large .blog-index__post-image {
height: 330px !important;
overflow: hidden !important;
display: flex !important;
align-items: center !important;
margin-top: 7px !important;
border: 1px solid #d8d8d8 !important;
}



/***** This adds padding above recent post cards *****/
.hhs-blog-grid-cards {
padding: 50px 0 !important;
}

 

/***** This removes the extra padding at the bottom below comments *****/
.blog-post {
 padding: 0rem !important; 
}



.blog-index__post--large {
margin-bottom: 8rem; !important;
}

@media screen and (max-width: 922px) {
.blog-index__post--large {
margin-bottom: 4rem; !important;
}
}  

@media screen and (max-width: 575px) {
.blog-index__post--large {
margin-bottom: 1rem; !important;
}
}

/***** This adds padding right of blog image on listing page *****/
.blog-index__post--large .blog-index__post-content {
    padding-left: 4rem !important;
    padding-top: 0rem !important;
  
}

@media screen and (max-width: 922px) {
.blog-index__post--large .blog-index__post-content {
    padding-left: 0rem !important;
    padding-top: 2rem !important;
  
}
}

@media screen and (max-width: 575px) {
.blog-index__post--large .blog-index__post-content {
    padding-left: 0rem !important;
    padding-top: 2rem !important;
  
}
}


.blog-index__post--large h4.card_post_title a {
    font-weight: bold;
}

.blog-index__post-content--small h4.card_post_title a {
    font-weight: bold;
}
  

.blog-index__post--large .blog-index__post-content {
  line-height: 1.5rem !important;
}

/*************  Remove padding below blog header/image  **************/
.post-page-full .blog-header-full {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}



  



.hhs-profile-card img {
 display: block;
 margin: auto;
}



/*************  hat  **************/
.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
      font-weight: 600 !important;
}

.sup {
  vertical-align: super;
  font-size: smaller;
}


.header-hat{
font-size: 14px; 
text-align: right; 
font-weight: 600; 
color: #00295f;

}

.header-hat:hover{
color: #ffffff;
}


/*********** mega menu link class  **********/
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a:hover {color: #bcd640 !important; }

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a {
  color: #00295f !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
   line-height: 1.25 !important;
  text-align: left !important;
}