/* Project Specific Styles (Space Coast 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-sc.platform-embedded #hlp-footer,
.app-hlp.client-sc.platform-embedded #hlp-header,
.app-hlp.client-sc.platform-embedded #chart-form.mode-edit-view,
.app-hlp.client-sc.platform-embedded #chart-form.mode-summary-view  {
    display: none;
}
.app-hlp.client-sc.platform-embedded .chart-page {
    padding-top: 1.33em;
}
.app-hlp.client-sc.platform-embedded .chart-page h2 {
    padding: 0;
}

.app-hlp.client-sc #hlp-header,
.app-hlp.client-sc #header-nav-holder #hlp-nav-menu ul.main-menu,
.app-hlp.client-sc #header-nav-holder #hlp-nav-menu ul.main-menu li ul.submenu {
    background-color: #0065a4;
}

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

.app-hlp.client-sc #header-nav-holder ul.nav li:hover,
.app-hlp.client-sc #header-nav-holder ul.nav ul {
    background-color: #1a3176;
}

.app-hlp.client-sc #hlp-home-page {
    background-image: url('/images-hlp/sc-bg.png');
    background-color: #fff;
    background-position: center 10%;
    background-repeat: no-repeat;
    background-size: 79%;
}
.app-hlp.client-sc #hlp-home-page .subtext-container {
    margin-left: -25px;
} 
@media screen and (max-width: 990px) {
    .app-hlp.client-sc #hlp-home-page .subtext-container {
        margin-left: 0;
    } 
}
.app-hlp.client-sc #hlp-home-page .subtext-container .subtext-icon {
    font-size: 1.4em;
    color: #636466;
}
.app-hlp.client-sc #hlp-home-page .subtext-container .subtext p {
    padding-top: 3px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}

.app-hlp.client-sc #hlp-home-page .subtext-container .subtext-1 {
    color: #0963A4;
}
.app-hlp.client-sc #hlp-home-page .subtext-container .subtext-3 {
    color: #044070;
}

.app-hlp.client-sc #hlp-home-page .content .graph-container {
    position: relative;
}
.app-hlp.client-sc #hlp-home-page .content .graph-container:first-of-type {
    text-align: left;
}
.app-hlp.client-sc #hlp-home-page .content .graph-container:last-of-type {
    text-align: right;
}
.app-hlp.client-sc #hlp-home-page .content .graph-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0; right: 0;
    width: 1px;
    height: 100%;
    background: gray;
}
.app-hlp.client-sc #hlp-home-page .content .graph-container:nth-of-type(3)::after {
    display: none;
}

.app-hlp.client-sc #hlp-home-page .content .logo-container {
    margin-top: 60px;
    min-height: 150px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
.app-hlp.client-sc #hlp-home-page .content .logo-container h5 {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    margin-top: 5px;
}

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

.app-hlp.client-sc #hlp-help-page .pdf-block {
	background-color: #0065a4;
}
.app-hlp.client-sc #hlp-contact-page input,
.app-hlp.client-sc #hlp-contact-page textarea,
.app-hlp.client-sc #hlp-contact-page .submit-contact img {
	border-color: #28659F;
}
.app-hlp.client-sc #hlp-footer {
    background-color: #0065a4;
    min-height: 370px;
}

.app-hlp.client-sc #hlp-footer div p {
    color: #fff;
    font-size: 11px;
    text-align: left;                
    line-height: 1.5em;
}
.app-hlp.client-sc #hlp-footer .content .footer-legal {
    margin-top: 2.33em;
}

.app-hlp.client-sc #hlp-footer .content .column1,
.app-hlp.client-sc #hlp-footer .content .column2 {
    position: relative;
    min-height: 170px;
}

.app-hlp.client-sc #hlp-footer .content .column1 img {
    float: left;
    margin-right: 1.33em;
}
.app-hlp.client-sc #hlp-footer .content .column2 {
    float: right;
}

.app-hlp.client-sc #hlp-footer .content .column2 > div {
    position: absolute;
    bottom: 0;
}

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

.app-hlp.client-sc #hlp-footer .content .column1::after {
    display: block;
    content: "";
    background-color: #fff;
    width: 1px;
    height: 136px;
    position: absolute;
    right: -10px;
    top: 13px;
}
.app-hlp.client-sc #hlp-footer .content .column1 p {
    padding-right: 25px;
}
@media screen and (max-width: 810px) {
    .app-hlp.client-sc #hlp-home-page .content .title-container {
        margin-bottom: 30px;
    }  
    .app-hlp.client-sc #hlp-home-page .content .graph-container::after {
        display: none;
    }
    .app-hlp.client-sc #hlp-home-page .content .graph-container:first-of-type,
    .app-hlp.client-sc #hlp-home-page .content .graph-container:last-of-type {
        text-align: center;
    }
    
}
@media screen and (max-width: 550px) { 
    .app-hlp.client-sc #hlp-footer {
        min-height: 0;
        padding: 0;
    }
    .app-hlp.client-sc #hlp-footer .grid {
        margin: 0
    }
    .app-hlp.client-sc #hlp-footer .content .column1 img {
        margin-left: 25px;
        margin-top: 25px;
    }
    .app-hlp.client-sc #hlp-footer .content .column1 p {
        margin-left: 165px;
    } 
    .app-hlp.client-sc #hlp-footer .content .column1::after {
        display: none;
    }
    .app-hlp.client-sc #hlp-footer .content .footer-legal {
        line-height: 1.8em;
        text-align: center;
        padding: 0;
    }
}