/* Project Specific Styles (Laurens County Headlight 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-manh #hlp-header,
.app-hlp.client-manh #header-nav-holder #hlp-nav-menu ul.main-menu,
.app-hlp.client-manh #header-nav-holder #hlp-nav-menu ul.main-menu li ul.submenu {
    background-color: #4F2683;
}

.app-hlp.client-manh.platform-embedded #header-nav-holder ul {
    font-size: 13px;
}

.app-hlp.client-manh.platform-embedded #hlp-header,
.app-hlp.client-manh.platform-embedded #hlp-footer,
.app-hlp.client-manh.platform-embedded #chart-form,
.app-hlp.client-manh.platform-embedded .chart-page h2,
.app-hlp.client-manh.platform-embedded #footer-note {
    display: none;
}

.app-hlp.client-manh #hlp-home-page {
    padding: 0;
}
.app-hlp.client-manh .title-container {
    background-image: url('/images-hlp/manh-bg.jpg');
    background-position: 0 25%;
    background-size: cover;
    height: 500px;
}

.app-hlp.client-manh .title {
    margin-top: 45px;
}

.app-hlp.client-manh .title p {
    color: white;
    margin: 0;
}

.app-hlp.client-manh .title .subtext-2 {
    position: absolute;
    right: 5%;
    top: 270px;
    text-align: right;
    font-size: 1.5em;
}

.app-hlp.client-manh .title .subtext-2-highlight {
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.2em;
}

.app-hlp.client-manh .subtext-3 {
    text-align: left;
    font-weight: bold;
    color: #4F2683;
    font-size: 22px;
    margin: 0;
}

.app-hlp.client-manh .subtext-3 .subtext-icon {
    font-size: 1.4em;
    margin-right: 0.66em;
}

.app-hlp.client-manh #hlp-help-page .pdf-block {
	background-color: #4F2683;
}
.app-hlp.client-manh #hlp-contact-page input,
.app-hlp.client-manh #hlp-contact-page textarea,
.app-hlp.client-manh #hlp-contact-page .submit-contact img {
	border-color: #4F2683;
}

.app-hlp.client-manh #hlp-footer {
    background-color: #93B832;
    min-height: 370px;
}
.app-hlp.client-manh.platform-embedded #hlp-footer {
    min-height: auto;
}

.app-hlp.client-manh #hlp-footer div p {
    color:#FFF;
    font-size:12px;
    text-align: left;                
    line-height: 1.5em;
}
.app-hlp.client-manh #hlp-footer .content .column1,
.app-hlp.client-manh #hlp-footer .content .column2 {
    position: relative;
    min-height: 170px;
}

.app-hlp.client-manh #hlp-footer .content .column2 div:last-of-type {
    right: 0;
}

.app-hlp.client-manh #hlp-footer .content .column1 p {
    padding-right:25px;
}

@media screen and (max-width: 960px) {
    .app-hlp.client-manh .subtext-3 {
        padding-left: 1em;
    }
    .app-hlp.client-manh .subtext-3 .subtext-icon {
        margin-right: 0.33em;
    }
}
@media screen and (max-width: 810px) {
    .app-hlp.client-manh #hlp-home-page .content .title-container {
        margin-bottom: 30px;
    }
    .app-hlp.client-manh #hlp-footer .logo-holder img {
        max-width: 100%;
    }
    .app-hlp.client-manh #hlp-home-page #graphs {
        max-width: 450px;
        margin: 0 auto;
    }
    .app-hlp.client-manh #hlp-home-page .col-1-3 {
        width: 100%;
    }
    
}
@media screen and (max-width: 660px) {
    .app-hlp.client-manh #hlp-footer .content .col-1-2 {
        width: 60%;
        margin: 0 20%;
    }
}
@media screen and (max-width: 600px) {
    .app-hlp.client-manh #hlp-footer .content .logo-holder {
        margin-top: 10px
    }
}

@media screen and (max-width: 550px) {
	.app-hlp.client-manh .title-container {
		height: 350px;
	}
    
	.app-hlp.client-manh .title .subtext-2 {
    	top: 90px;
    	position: relative;
        padding: 10px;
        text-align: center;
        width: auto;
        right: 0;
        left: 0;
        font-size: 1.2em;
    }
    
    .app-hlp.client-manh .title .subtext-2-highlight {
        font-size: 1.3em;
        line-height: auto;
    }
    
    .app-hlp.client-manh #hlp-footer {
        min-height: 0;
        padding: 0;
    }
    .app-hlp.client-manh #hlp-footer .grid {
        margin: 0
    }
    .app-hlp.client-manh #hlp-footer .content .column1::after {
        display: none;
    }
    .app-hlp.client-manh #hlp-footer .content .column1,
    .app-hlp.client-manh #hlp-footer .content .column2 {    
        min-height: 0;
    }
    .app-hlp.client-op #hlp-footer .content .column1 p,
    .app-hlp.client-op #hlp-footer .content .column2 p {
        padding-left: 10px;
    }
    .app-hlp.client-manh #hlp-footer .content .footer-legal {
        font-size: 12px;
        line-height: 1.8em;
    }
}