/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 06 2018 | 18:50:08 */
.with-page-header .genesis-nav-menu a, .with-page-header .genesis-nav-menu .menu-item.highlight a {
    color: black;
}
.site-header, .header-image .site-header {
    padding: 3rem 0 2.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
}


.header-image .site-title {
    display: none !important;
}
.site-header, .header-image .site-header {
    /* padding: 3rem 0 2.5rem; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 1rem 1rem 0 1rem;
}
#menu-menu-to-show{
	position:relative;
	top:10px;
}


.footerLogo, .footerNav {
    float: left;
}
.footerLogo img {
    margin: 0px 50px;
}
.footerNav {
    margin: 26px 0px 0px 0px;
}
.footerNav ul li {
    display: inline-block;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding: 0px 15px;
    text-transform: uppercase;
}
.fundedText {
    color: white;
    margin-left: 13px;
    text-align: left;
    font-size: 9px;
    font-style: italic;
    margin-bottom: 20px;
}
.socialIconsFooter {
    display: inline-block;
    margin: 19px 35px 0px 0px;
    float: right;
}
.socialIconsFooter ul li {
    display: inline-block;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding: 0px 15px;
    text-transform: uppercase;
}
.site-footer a, .site-footer p {
    color: #fff;
}
.socialIconsFooter ul li a i {
    font-size: 30px;
}

@media screen and (max-width: 480px){
	.footerLogo, .footerNav {
	    float: none;
	}
	.footerNav ul li {
	    display: block;
	    padding: 10px 0px;
	}
	.socialIconsFooter {
	    float: none;
	    margin: 0 auto;
	}	
}