.header .text p {
    color: #fff;
    margin: 13px 0 0px;
}

.header .title p {
    font-weight: 500;
    font-size: 16px;
    margin-top: 34px;
    margin-bottom: -8px;
    text-transform: uppercase;
}

.header .title p, .header .title h5 {
    color: #FFC72C;
}

.header .title h2 {
    color: #ffc72c;
}

.header .social {
    text-align: left;
    top: 0px;
    right: 210px;
    width: 400px;
}

.header .tasknav {
    bottom: 13px;
    width: 170px;
    text-align: left;
    border-left: 1px solid #fff;
    padding-left: 20px;
    height: auto;
}

.header .calltoaction .calltoaction-style-module a .teaser-title {
    color: #fff;
}

.topnav {
	display: none;
}

/*-- MOBILE ---*/

@media only screen and (max-width: 720px) {

    body .mobilemenu .menu-inner .tasknav, body .mobilemenu .menu-inner .headersocial{
		display:none;
	}

    .alertlist-header {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .alertlist-header.small {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .emergency-header-border {
        display: block;
    }

    
    /*--- Mobile Search Menu Replace ---*/
    
    #mobile-search-inner form {
        display: none;
    }
    
    #mobile-search-inner .buttoncomponent.gray a {
        background: #990000;
        font-size: 18px;
    }
    
    .mobilemenu nav ul li.mobileheader-button-search a:after {
        content: "\260e";
        font-size: 20px;
        vertical-align: -1px;
        margin-left: 8px;
    }

}