/* Project Specific Styles (Headlight Data Dashboard)
//
//  A collection of styles applied specifically to the project
//  - styles global to the Burly-App platform should not be here; they should
//    be placed in app-style.css instead
//  - override Burly-App defaults using this section by increasing selector 
//    specificity; use the Web Publisher config 'web_pub_body_class' setting
*/

.app-hlp.client-head #hlp-header,
.app-hlpv3.client-head #hlp-main-menu {
    background-color: #001b34;
    /*display: none;*/
}

.app-hlp.client-head #hlp-main-menu,
.app-hlp.client-head ul.main-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.app-hlp.client-head #hlp-footer {
/* 	display: none; */
}
.app-hlp.client-head #article-736 {
	margin: 0;
	padding: 0;
}
.app-hlp.client-head #article-736 {
	margin: 0;
	padding: 0;
}
/* 
.app-hlp.client-head #hlp-home-page {
    background-image: url('/images-hlp/head-bg.jpg');
    background-color: #fff;
    background-position: center center;    
}
 */

.app-hlp.client-head #hlp-home-page .content .title-container {
    text-align: center;
    margin-bottom: 60px;
}

.app-hlp.client-head #hlp-home-page .content .graph-outer {
    border: 1px solid #ccc;
    padding: 40px 20px;
}
.app-hlp.client-head #hlp-home-page .content .graph-container {
    position: relative;
    min-height: 190px;
}
.app-hlp.client-head #hlp-home-page .content .graph-container:first-of-type {
    margin-left: 20px;   
}
.app-hlp.client-head #hlp-home-page .content .graph-container:first-of-type img {
    margin-top: 60px;
}
.app-hlp.client-head #hlp-home-page .content .graph-container:last-of-type img {
    margin-top: 20px;
}
.app-hlp.client-head #hlp-home-page .content .graph-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0; right: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.app-hlp.client-head #hlp-home-page .content .graph-container:nth-of-type(3)::after {
    display: none;
}

.app-hlp.client-head #hlp-home-page div.content img {
    max-width: 80%;
}

.app-hlp.client-head #hlp-footer {
    background-color: #001b34;
    min-height: 370px;
}

.app-hlp.client-head #hlp-footer div p {
    color:#FFF;
    font-size:12px;
    text-align: left;                
    line-height: 30px;
}

.app-hlp.client-head #hlp-footer .content .footer-bottom {
    margin-top: 90px;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

