/** heading styles to override things that are there now **/

.fluid h2{
    color: #6495ed;
    font-weight: 300;
    text-align: center;
    padding-bottom: 45px;
    margin-bottom: 15px;
    background-image: url(https://halbertwealth.com/assets/images/common/h1-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.fluid h2.left {text-align:left;}
.fluid h2.no-bg {
    background-image: none;
    padding-bottom: 0;
}
.fluid h2 span {
    color: #000;
}
.fluid h2 span.inv {
    color: #fff;
}
.fluid h2.full-width{
    margin-top: 45px;
}

body#index section.section-home-1, main.home-main-2 {
    padding: 2rem 0 0 0;
}
body#index section.section-home-3 {
    padding: 0 !important;
}
body#index #home-blogs{
	background-color: #fff;
}
body#index #home-blogs .serv-flex {
    border: 0;
}
body#index section:not(:first-child) {
    padding: 2rem 0;
}
body#index section.choosing .section-title {
	padding-bottom: 0;
}
body#index section.section-home-1 h2{
    margin-bottom: 0;
}
body#index section.section-home-2 {
    padding-top: 0;
}

.profile .team-socials{
    font-size: 25px;
    text-align:center;
}
.profile .team-socials a{
    display: inline-block;
    margin: 0 .5em;
}


footer iframe{
    height: 90px;
}

footer a {
	color: #ffffff;
}

section.strategy_logo{
    margin: 0;
    padding: 0;
    text-align: center;
}
section.strategy_pdf a[rel="pdf"] img{
    float: left;
    display: block;
    width: 90px;
    max-width:100%;
    height: auto!important;
}
section.strategy_pdf h4{
    font-size: 1.5rem;
    margin: 0;
}
section.strategy_pdf div.desc{
    line-height: 1.2rem;
    font-size: 1rem;
    margin-left: 120px;
}
section.strategy_pdf div.desc p{
    margin: .5rem 0;
}

section.webinar_selection a img{
    float: left;
    display: block;
    width: 90px;
    max-width:100%;
    height: auto!important;
}
section.webinar_selection h4{
    font-size: 1.5rem;
    margin: 0;
}
section.webinar_selection div.desc{
    line-height: 1.2rem;
    font-size: 1rem;
    margin-left: 120px;
}
section.webinar_selection div.desc p{
    margin: .5rem 0;
}


/** css to fix mobile nav menu **/
@media screen and (max-width:991px){
	nav#main-menu{
	    background-color: #fff;
	    margin: 40px 0px 0px 0px;
	    padding: 0;
	    width: 100%;
	}

	nav#main-menu ul#mainNav{
	    position: relative;
	    top: 0;
	    margin: 0;
	    padding: 0;
	    border: 0;
	}

	nav#main-menu ul#mainNav li{
	    display: block;
	    float: none;
	    border-top: 1px solid #e5e5e5;
	}
	
	nav#main-menu ul#mainNav>li.has-children::after{
		/* content: '˄';*/ 
		content: '˅';
		position: absolute;
		right: 1em;
		top: .5em;
		font-size: 1.2em;
	}

	nav#main-menu ul#mainNav li a{
	    display: inline-block;
	    border: 0;
	}

	nav#main-menu ul#mainNav li>ul{
	    position: relative;
	    margin-left: 25px;
	    margin-bottom: 3em;
	    border: 0;
	    width: calc(100% - 25px);
	}

	nav#main-menu ul#mainNav li>ul li{
		border: none;
	}

	nav#main-menu ul#mainNav li#nav-sub-reach-out a{
	    padding: .5em 1.5em;
		margin-top: .5em;
	}
}
