/* Enter Your Custom CSS Here */
body{font-family: 'Roboto';}
.left-fit-title h3 {
    color: #000 !important;
}
.sktmore, .view-all-btn a {
    background-color: #528552 !important;
}
.progcontentarea .sktmore, .progcontentarea .view-all-btn a {
    background: #fff !important;
    color: #333333;
}
.right-fitbox:hover .right-fit-title h3 {
    color: #528552 !important;
}
#topmenu ul li:hover a{
	color: #000 !important;
}

#topmenu .menu_hover > a:link, #topmenu .menu_hover > a:visited, #topmenu ul li.current-menu-item>a:link, #topmenu ul li.current-menu-item>a:visited, #topmenu ul li.current-menu-parent>a:link, #topmenu ul li.current_page_parent>a:visited, #topmenu ul li.current-menu-ancestor>a:link, #topmenu ul li.current-menu-ancestor>a:visited {
    background-color: #fff !important;
    color: #908c8c !important;
}
#topmenu .menu ul li:nth-child(4n+1), #topmenu .menu ul li:nth-child(4n+3) {
    display: block !important;
}
#topmenu .menu ul li:not(:last-child) {
   
    margin-left: 0px !important; 
}
#topmenu ul.menu ul li {
    background-color: #ddd !important;
    padding: 10px !important;
    line-height: 1.5em !important;
    width: auto !important;
}
#topmenu ul.sub-menu li a:hover, #topmenu li.menu_highlight_slim:hover, #topmenu ul.sub-menu li.current_page_item a, #topmenu ul.sub-menu li.current-menu-item a {
    background-color: transparent !important;
    color: #908c8c !important;
}
/* Stuff to make orange buttons into green buttons */
.big-btn a,
.sktmore,
.view-all-btn a,
.progcontentarea .sktmore,
.progcontentarea .view-all-btn a,
.promo-right .sktmore {
  background-color: #005f46 !important;
  color:#fff !important;
}
.big-btn a:hover,
.sktmore:hover,
.view-all-btn a:hover,
.progcontentarea .sktmore:hover,
.progcontentarea .view-all-btn a:hover,
.promo-right .sktmore:hover {
  background: #b2cfc7 !important;
  color:#fff !important;
}
#topmenu ul li.menu_hover > a:hover{
  color:#005f46 !important;
}
@media only screen and (max-width: 768px) {
  #wprmenu_bar,
  #mg-wprm-wrap {
    background-color: #005f46 !important;
  }
  #mg-wprm-wrap li.current-menu-item > a {
    background: #b2cfc7;
  }
  #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
    background: #b2cfc7 !important;
  }
}