/* Project Specific Styles (Pinellas 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-pnls #hlp-header,
.app-hlp.client-pnls #header-nav-holder #hlp-nav-menu ul.main-menu,
.app-hlp.client-pnls #header-nav-holder #hlp-nav-menu ul.main-menu li ul.submenu,
.app-hlp.client-pnls #hlp-help-page .pdf-block,
.app-hlp.client-pnls #hlp-contact-page input,
.app-hlp.client-pnls #hlp-contact-page textarea,
.app-hlp.client-pnls #hlp-footer {
    background-color: #25B0B8;
}

.app-hlp.client-pnls #hlp-home-page {
    padding: 0;
}

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

.app-hlp.client-pnls #hlp-footer {
    color: #fff;
}

.app-hlp.client-pnls.platform-embedded #header-nav-holder ul {
    font-size: .9em;
}
/* 
.app-hlp.client-pnls.platform-embedded #hlp-header,
.app-hlp.client-pnls.platform-embedded #hlp-footer,
.app-hlp.client-pnls.platform-embedded #chart-form,
.app-hlp.client-pnls.platform-embedded .chart-page h2,
.app-hlp.client-pnls.platform-embedded #footer-note {
    display: none;
}
 */
.app-hlp.client-pnls.platform-embedded .chart-page.has-chart-form {
    padding-top: 0;
}

/****************/
/* Theme Styles */
/****************/

/* Header */
.app-hlp.client-pnls header.masthead {
    background-color: #25B0B8;
    color: white;
}
.app-hlp.client-pnls ul.main-nav, 
.app-hlp.client-pnls ul.secondary-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display:inline-block;
}
.app-hlp.client-pnls header.masthead a {
    color:white;
}
.app-hlp.client-pnls header.masthead li {
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 20px;
    font-size: 1.1em;
}
.app-hlp.client-pnls .site-nav {
    text-align: center;
}

/* Data Labels */
/* 
.app-hlp.client-pnls .plot-type-BAR .highcharts-data-label span {
    color: #fff;
}
 */


/* Footer */
.app-hlp.client-pnls .client-footer-logo {
    background-color: #ffffffeb;
    padding: 10px;
    display: block;
    border-radius: 4px;
    box-shadow: 0px 8px 11px -10px rgba(0, 0, 0, 0.1);
}

.app-hlp.client-pnls footer a,
.app-hlp.client-pnls footer a:hover,
.app-hlp.client-pnls footer a:visited,
.app-hlp.client-pnls footer a:active,
.app-hlp.client-pnls footer a:focus {
    color: white;
    text-decoration:underline;
}
.app-hlp.client-pnls footer {
    background-color: #25B0B8;
    color: white;
    display:flex;
}
.app-hlp.client-pnls .footer-section {
    flex: 1 1 50%;
    margin: 70px 0;
    padding: 0px 30px;
    align-self: center;
}
.app-hlp.client-pnls .footer-section:last-of-type {
    border-right: none;
    display: flex;
}
.app-hlp.client-pnls .footer-section:last-of-type p {
    text-align: right;
}
.app-hlp.client-pnls footer p {
    font-size: .9em;
    line-height: 23px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.app-hlp.client-pnls footer img {
    max-width: 250px;
}

/* General */
.app-hlp.client-pnls .custom-bullet:before {
    font-family: 'Zapf Dingbats';
    content: '\25B6';
    font-size: 0.8em;
    margin-right: 10px;
}
.app-hlp.client-pnls h1,
.app-hlp.client-pnls h2,
.app-hlp.client-pnls h3,
.app-hlp.client-pnls h4,
.app-hlp.client-pnls h5,
.app-hlp.client-pnls h6 {
    letter-spacing: .4px;
    margin:0;
}
.app-hlp.client-pnls h1 {
    font-size: 3em;
}

.app-hlp.client-pnls #hlp-home-page p {
    font-size:1.2em;
    letter-spacing: 0.4px;
    line-height: 1.4em;
}
.app-hlp.client-pnls {
    font-family: 'Roboto', sans-serif;
    color: #25B0B8;
    margin:0;
    font-size: 16px;
}
.app-hlp.client-pnls a,
.app-hlp.client-pnls a:hover,
.app-hlp.client-pnls a:visited,
.app-hlp.client-pnls a:active,
.app-hlp.client-pnls a:focus {
    color: #25B0B8;
    text-decoration:none;
}
.app-hlp.client-pnls .home-hero-section {
    background-color: #25B0B8;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    min-height: 450px;
    justify-content: flex-end;
    align-items: self-end;
    padding: 100px;
}
.hero-title {
    text-align: right;
    font-size: 3em;
    text-shadow: 0 0 10px rgba(0,0,0,1);
}
.app-hlp.client-pnls .emphasis {
    font-weight:bold;
}
.app-hlp.client-pnls img {
    max-width: 100%;
}
.app-hlp.client-pnls #hlp-footer .content .grid {
    /*display: flex;*/
    align-items: center;
}
.app-hlp.client-pnls #hlp-footer p {
    font-size: .9em;
}
.app-hlp.client-pnls .column2 p {
    text-align: right;
}
.app-hlp.client-pnls #hlp-footer .content .footer-legal {
    padding-right: 0px;
}
.chart-intro {
    text-align: left;
    margin-left: 40px;
}
h2.custom-bullet {
    font-size: 1.4em;
}
.col-1-2.column1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.col-1-2.column1 img {
    max-width: 125px;
    margin-right: 30px;
}


/****************/
/* Media Queries */
/****************/

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
    .app-hlp.client-pnls .footer-section:last-of-type {
        display: block;
    }
    .app-hlp.client-pnls .footer-section:last-of-type p {
        text-align: center;
    }
    .app-hlp.client-pnls a.menu-toggle {
        display: inline-block;
        max-width: 45px;
        position: relative;
        top: 3px;
        cursor:pointer;
    }
    .app-hlp.client-pnls ul.main-nav {
        display: none;
        position: absolute;
        top: 70px;
        background-color: #25B0B8;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index:9999;
    }
    .app-hlp.client-pnls .toggled-on ul.main-nav {
        display: block;
    }
    .app-hlp.client-pnls .site-nav {
        text-align: left;
    }
    .app-hlp.client-pnls ul.secondary-nav {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        float: right;
        position: relative;
        top: 12px;
        font-weight: bold;
    }
    .app-hlp.client-pnls header.masthead ul.main-nav li {
        letter-spacing: 0.5px;
        display: block;
        margin: 40px 95px;
        font-size: 2em;
    }
    .app-hlp.client-pnls footer {
        display: block;
        padding: 30px;
        text-align: center;
    }
    .app-hlp.client-pnls .footer-section {
        flex: none;
        margin: 70px 0px;
        padding: 0;
        border-right: none;
    }
    .app-hlp.client-pnls section {
        padding: 25px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .app-hlp.client-pnls h1 {
        font-size: 2em;
    }
    .app-hlp.client-pnls p {
        font-size: 1em;
        letter-spacing: 0.4px;
        line-height: 1.4em;
    }

    .col-1-2.column1 img.client-footer-logo {
        margin: 0px auto;
    }
   
    .app-hlp.client-pnls #hlp-footer .col-1-2 {
        width: 100%;
    }
    .app-hlp.client-pnls #hlp-footer .column1 p.footer-text {
        text-align: justify;
        margin: 20px;
        text-align: center;
    }
    .col-1-2.column1 {
        display: block;
    }
    .col-1-2.column1 img {
        margin-right: 0;
    }
    .app-hlp.client-pnls #hlp-footer .column1 p,
    .app-hlp.client-pnls #hlp-footer .column2 p {
        text-align: center;
    }
    .app-hlp.client-pnls .home-hero-section {
        display: block;
        min-height: 0;
        padding: 100px 30px;
        margin-top: 40px;
    }
    .app-hlp.client-pnls .home-hero-section .hero-title {
        text-align: center;
    }
}

/* Landscape phones */
@media (max-width: 480px) {
    .app-hlp.client-pnls .hero-content.hero-image {
        width: auto;
        margin: 50px 0;
    }
    .app-hlp.client-pnls header.masthead ul.main-nav li {
        margin: 40px 20px;
    }
    .app-hlp.client-pnls .home-hero-section .hero-title {
        font-size: 2em;
    }
}

/* Portrait phones and down */
@media (max-width: 380px) {
}
