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



/*mega menu text sizing, color, and hover changes*/
.menu-links { 
   
 Font-size: 24px;
 Font-weight: bold;
  Color: #007a51
}

.menu-links:hover {
  text-decoration: underline;
}

.menu-links-2:hover{
  text-decoration: underline;
  font-weight:bold;
  Color: #007a51;
}

.menu-links-2 { 
 Font-size: 24px;
  Color: #000000
}

.menu-links-2 { 
 Font-size: 24px;
  Color: #000000
}
/********************************************/

/*mega menu dividers*/

.mega-menu-1 .row > div.col-3:nth-child(1),
.mega-menu-1 .row > div.col-3:nth-child(2),
.mega-menu-1 .row > div.col-3:nth-child(3) {
  border-right: 2px solid #ccc;
}
/********************************************/





/*side menu font weight*/
.font-thin {
  font-weight: 300;
}

.font-normal{
  font-weight: 450;
}
/********************************************/



/*header menu edit for increasing heading space on mobile view*/
  @media (max-width: 1000px){
  .hhs-nav-grid {
    padding-top: 10px;
  }
}
/*****************************************/

/*****************************************/
.mega-img-text-con {
  margin-top: 100px;
}
/*****************************************/

/*color change to green for bread crumbs current page*/
.hs-breadcrumb-menu-item {
  Color: #007a51;
}
/*****************************************/


/*Drop down blog catagory selector color change*/

select.post__category-selector {
    background-color: #FFFFFF;
    color: #000000;
}
/**********************************/


/*Hides home page header video on pages less than 1000 px*/

@media screen and (max-width: 1000px) {
  .c-col.c-2.col-lg-6.col-md-6.col-sm-12.order-2-mobile {
    display: none !important;
  }
}
}
/**********************************/