

.simple_home img.banner-img {
    height: 70px;
}

.simple_home .caption-container {
    background: rgb(201,216,234);
    background: linear-gradient(0deg, rgba(201,216,234,1) 0%, rgba(87,143,183,1) 100%);
}

.simple_home .badge-gallery.text-left {
    padding: 14px 3px 0 0;
    font-size: 20px;
}

/* CHANGE LOGO FOOTER */
footer {
    padding: 20px 0;
}

.footer-logo img {
    display: none;
}

.footer-logo {
    background: url("/dam/css/569/waratah-nswgovt-dnsw-black.svg") no-repeat scroll 0 0 / 320px 85px;
    height: 85px;
    width: 320px;
}

footer.colour-light-gray {
    background: #f5f5f7;
    color: #000000;
}

/* MOVE LOGO AND SEARCH. NOT MOBILE */
@media (min-width: 1201px) {

    .logo-container {
        float: left;
        padding: 15px 0;
    }
    .logo-container img {
        height: 100px;
    }

    img.banner-img {
		float: left;
		padding-left: 14px;
		
	}
    #search-container {
        float: right;
        width: 56%;
        padding: 12px 18px 12px 0;
    }
    
    .search-filter-bar .container-fluid {
        padding: 0;
    }
    
    #search-filter-bar-ops > .navbar-nav > li > a.fa-fw {
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
        min-width: 35px;
    }

    .bottom-header {
        min-height: 139px;
    }
    .simple_home #search-container .carousel-search-text {
        font-size: 64px;
        line-height: 75px;
        padding: 0 10px 10px 0;
    }
    
    .copyright {
        width: 65%;
        padding: 15px 0 0 35px;
    }
    .result-filter a.navbar-brand {
        margin-left: 0 !important;
    }
}

.bottom-header {
    background: #000000 none repeat scroll 0 0;
}


@media (max-width: 1200px) {
    .footer-logo {
        margin: 0 auto 20px auto;
        float: none;
    }
    .footer-text {
        width: 100%;
    }
}
