@charset "UTF-8";
/* CSS Document */

/**********Top Navigation**********/
.top-cta-bar{
    background-color:#beaf87;
}
.top-cta-bar-wrap{
    padding:5px 20px;
    display:flex;
    justify-content:space-between;
    max-width:1440px;
    margin:0 auto;
}
.top-cta-bar-wrap a{
    color:#fff !important;
}
.top-cta-bar-wrap a:hover{
    color:#f0f0f0 !important;
}
.top-cta-bar-l .top-tel{
    margin-right:20px !important;
}
.top-cta-bar-r .social-icon .svg-inline--fa{
	margin-right:0 !important;
	margin-left:17px !important;
}

/**********Page With Top Bar**********/
.top-nav-w-bar .nav-container {
    height: 75px !important;
}
.top-nav-w-bar nav.top-nav {
    height: 110px !important;
}
.top-nav-w-bar nav.top-nav .user-contact-icons .fa{
    position:relative;
    bottom:5px;
}
.top-nav-w-bar nav.top-nav {
    height: 110px !important;
}

/**********Page Without Top Bar**********/
.no-top-bar-pg .top-cta-bar{
    display:none;
}
.no-top-bar-pg .nav-container .menu-icon .fa-bars{
	bottom:0 !important;
	padding-right:5px !important;
}
.no-top-bar-pg nav.top-nav .user-contact-icons .fa{
    position:relative;
    bottom:0;
}
.no-top-bar-pg nav.top-nav .user-contact-icons{
	top:0 !important;
}

/**********Responsive Styles**********/
@media only screen and (min-width:451px){
	.top-nav-w-bar nav.top-nav {
		height: 110px !important;
	}
}
@media only screen and (max-width:450px){
	.top-cta-bar-wrap {
		padding: 5px 14px 5px 5px !important;
	}
	.top-cta-bar-l .top-tel {
		margin-right: 14px !important;
	}	
    .top-nav-w-bar .nav-container {
        height: 112px !important;
    }
    .top-nav-w-bar  nav.top-nav {
		height: 147px !important;
		position: relative !important;
	}
	.top-cta-bar-r .social-icon .svg-inline--fa {
		margin-right: 0 !important;
		margin-left: 10px !important;
		font-size: .9rem;
	}
	.no-top-bar-pg nav.top-nav .user-contact-icons .fa-phone, 
	.no-top-bar-pg nav.top-nav .user-contact-icons .fa-envelope{
		bottom:8px !important;
	}
}