/* Enter Your Custom CSS Here */
@media all and (min-width: 992px) {
header .logo {
    bottom: 12px!important;
}
}
.home-about .block-menu > ul > li:first-child .block-menu-overlay::after {
    background-color: rgba(240, 240, 240, 0.9)!important;
}
.home-about .block-menu > ul > li .content .logo {text-align:center;}
.home-about .block-menu > ul > li:first-child .content {padding: 0 10px}
.home-about .block-menu > ul > li:first-child .content .logo img {max-height:125px;width:auto;}
.home-about .block-menu > ul > li:first-child .content .expand .description {color:#666;}
.home-about .block-menu > ul > li:first-child .fade .arrow svg path {fill:#666;}

/* PAGE GET INVOLVED */
.page-id-8362 .hidden-in-8362 {
	display:none;
}
@media all and (max-width:1150px){
.page-id-8362 .button {
    display: inline-block;
	 	width: 100%;
    height: auto;
	 	padding: 10px 30px!important;
    line-height: 40px;
    border-radius: 20px;
    background: #f37123;
    font-family: "sofia-pro";
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 20px; 
    line-height: 1.5;
   
}
}

/* SECONDARY MENU  */
.post-type-archive-blog li#menu-item-9099 {
    border-bottom: 3px solid #f37123;
}
.post-type-archive-blog li#menu-item-9099 a { 
		color: #f37123;
}