.app-hlp.client-pnrl h2 {
    font-size: 26px;
}/* Project Specific Styles (Winston-Salem - HLP 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-wins #hlp-header,
.app-hlp.client-wins #header-nav-holder #hlp-nav-menu ul.main-menu,
.app-hlp.client-wins #header-nav-holder #hlp-nav-menu ul.main-menu li ul.submenu,
.app-hlp.client-wins #hlp-help-page .pdf-block,
.app-hlp.client-wins #hlp-contact-page input,
.app-hlp.client-wins #hlp-contact-page textarea,
.app-hlp.client-wins #hlp-footer {
    background-color: #1C3347;
}

.app-hlp.client-wins #hlp-home-page {
    padding: 0;
    font-family: 'Arial', sans-serif;
}

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

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

.app-hlp.client-wins .client-footer-logo {
    display: inline-block;
    max-width: 300px;
    margin: 10px 0px;
}
.app-hlp.client-wins #hlp-home-page .chart-canvas {
    width: auto;
    display: flex;
    margin-top: 40px;
}
.app-hlp.client-wins #hlp-home-page .chart-plot {
    float: none;
}
.app-hlp.client-wins.platform-embedded #header-nav-holder ul {
    font-size: 13px;
}
/*.app-hlp.client-wins.platform-embedded #hlp-header,*/
.app-hlp.client-wins.platform-embedded #hlp-footer,
/*.app-hlp.client-wins.platform-embedded #chart-form,
.app-hlp.client-wins.platform-embedded .chart-page h2,*/
.app-hlp.client-wins.platform-embedded #footer-note {
    display: none;
}
/* 
.app-hlp.client-wins.platform-embedded .chart-page.has-chart-form {
    padding-top: 0;
}
 */

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

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

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

/* General */
.app-hlp.client-wins .custom-bullet:before {
    font-family: 'Zapf Dingbats';
    content: '\25B6';
    font-size: 0.8em;
    margin-right: 10px;
}
.app-hlp.client-wins h1,
.app-hlp.client-wins h2,
.app-hlp.client-wins h3,
.app-hlp.client-wins h4,
.app-hlp.client-wins h5,
.app-hlp.client-wins h6 {
    letter-spacing: .4px;
    margin:0;
}
.app-hlp.client-wins h1 {
    font-size: 34px;
}
.app-hlp.client-wins h2 {
    font-size: 26px;
}
.app-hlp.client-wins #chart-acs-dataprofile-table-page h2 {
    font-size: 1.33em;
}
.app-hlp.client-wins #hlp-home-page p {
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 1.4em;
}
.app-hlp.client-wins {
    font-family: 'Arial', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: rgba(14,29,97,1);
    background: rgb(255,255,255);
    margin:0;
}
.app-hlp.client-wins a,
.app-hlp.client-wins a:hover,
.app-hlp.client-wins a:visited,
.app-hlp.client-wins a:active,
.app-hlp.client-wins a:focus {
    color: rgba(14,29,97,1);
    text-decoration:none;
}
.app-hlp.client-wins .home-hero-section {
    background-color: rgba(14,29,97,1);
    color: white;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../images-hlp/wins-hero-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}
.app-hlp.client-wins .hero-content.hero-text h2 {
    font-size: 70px;
    font-weight: normal;
    text-transform: uppercase;
}
.app-hlp.client-wins h2.welcome-content.welcome-bold {
    font-weight: bold;
}
.app-hlp.client-wins .emphasis {
    font-weight:bold;
}
.app-hlp.client-wins .hero-content h2.welcome-intro {
    font-size: 31px;
    font-weight: lighter;
    border: rgba(255,255,255,1) thin solid;
    padding: 3px 10px;
    text-transform: unset;
    display: inline-block;
    margin-bottom: 10px;
}
.app-hlp.client-wins img {
    max-width: 100%;
}

.app-hlp.client-wins .chart-intro {
    margin: 0 30px;
}
.app-hlp.client-wins .hero-logo {
    width: 20%;
    align-self: flex-end;
    margin-left: 50px;
    margin-right: 0;
}
.app-hlp.client-wins .hero-content.hero-image {
    width: 50%;
}
.app-hlp.client-wins .hero-text {
    text-align: left;
    align-self: center;
    position: relative;
    top: 20px;
}
.app-hlp.client-wins section {
    padding: 50px;
}

.app-hlp.client-wins #hlp-footer .content .grid {
    /*display: flex;*/
    align-items: center;
}

.app-hlp.client-wins #hlp-footer p {
    font-size: 14px;
}
.app-hlp.client-wins .column2 p {
    text-align: right;
}
.app-hlp.client-wins #hlp-footer .content .footer-legal {
    padding-right: 0px;
}

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

/* Desktop and larger */
@media (max-width: 1150px) {
    .app-hlp.client-wins #hlp-home-page .chart-canvas {
        display: block;
    }
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
    .app-hlp.client-wins .footer-section:last-of-type {
        display: block;
    }
    .app-hlp.client-wins .footer-section:last-of-type p {
        text-align: center;
    }
    .app-hlp.client-wins a.menu-toggle {
        display: inline-block;
        max-width: 45px;
        position: relative;
        top: 3px;
        cursor:pointer;
    }
    .app-hlp.client-wins ul.main-nav {
        display: none;
        position: absolute;
        top: 70px;
        background-color: #1C3347;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index:9999;
    }
    .app-hlp.client-wins .toggled-on ul.main-nav {
        display: block;
    }
    .app-hlp.client-wins .site-nav {
        text-align: left;
    }
    .app-hlp.client-wins 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-wins header.masthead ul.main-nav li {
        letter-spacing: 0.5px;
        display: block;
        margin: 40px 95px;
        font-size: 27px;
    }
    .app-hlp.client-wins footer {
        display: block;
        padding: 30px;
        text-align: center;
    }
    .app-hlp.client-wins .footer-section {
        flex: none;
        margin: 70px 0px;
        padding: 0;
        border-right: none;
    }
    .app-hlp.client-wins .hero-content.hero-text h2 {
        font-size: 45px;
        font-weight: normal;
    }
    .app-hlp.client-wins .hero-content h2.welcome-intro {
        font-size: 28px;
        margin-bottom: 4px;
    }
    .app-hlp.client-wins section {
        padding: 25px;
    }
}

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

    .app-hlp.client-wins .hero-logo {
        width: auto;
        align-self: flex-end;
        margin: 0 auto;
        max-width: 230px;
    }
    
    .app-hlp.client-wins #hlp-footer .col-1-2 {
        width: 100%;
    }
    .app-hlp.client-wins #hlp-footer .column1 p.footer-text {
        text-align: justify;
    }
    .app-hlp.client-wins #hlp-footer .column1 p,
    .app-hlp.client-wins #hlp-footer .column2 p {
        text-align: center;
    }
}

/* Landscape phones */
@media (max-width: 480px) {
    .app-hlp.client-wins .hero-content.hero-text h2 {
        font-size: 30px;
    }
    .app-hlp.client-wins .hero-content h2.welcome-intro {
        font-size: 20px;
    }
    .app-hlp.client-wins .hero-content.hero-image {
        width: auto;
        margin: 50px 0;
    }
    .app-hlp.client-wins header.masthead ul.main-nav li {
        margin: 40px 20px;
    }
}

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