/* Project Specific Styles (Headlight Portal)
//
//  A collection of styles applied specifically to the HLP project.
//
//  * Styles global to the ALL Burly-Apps should not be here; they should
//    be placed in app-style.css.
//
//  * Styles which are global across the Headlight v2 platform should 
//    not be here; they should be placed in headlight-style.css.
//
//  * To override CSS styling applied at lower levels in the app hierarchy, 
//    increase selector specificity.
//
//  * Web Publisher `web_pub_body_class` config provides a standard method
//    to set a special BODY tag `class` attribute, so project styles may be
//    isolated from elsewhere in the framework, or from third-party tools.
*/

/* Global HLP Styles */
.app-hlp {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}
.app-hlp #user-menu {
    display: none;
}
.app-hlp #app-main.user-menu {
    margin-top: 0;
}
.app-hlp #app-main.user-menu img {
    max-width: 100%;
    /* height: auto; */
}
.app-hlp img {
    max-width: 768px;
    border: none;
}

/* HLP Home Page Adjustments */
.app-hlp #hlp-home-page {
    margin-top: 45px;
    padding: 80px 0px;
    background-size: cover;
}
.app-hlp.platform-embedded #hlp-home-page {
    margin-top: 40px;
}

/* HLP Home Page Charts */
.app-hlp #hlp-home-page .home-chart-section {
    padding: 1.66em;
}

.app-hlp #hlp-home-page .chart-page {
    margin: 0;
}

.app-hlp #hlp-home-page .chart-canvas {
    margin: 0 auto;
    width: 90%;
    max-width: 1500px;
}
.app-hlp #hlp-home-page .chart-page.no-chart-form {
    padding-top: 1.33em;
}

.app-hlp #hlp-home-page .chart-canvas > .chart-plot {
    width: 32%;
    margin: 0 auto;
}
.app-hlp #hlp-home-page .chart-canvas .chart-plot:nth-child(2) {
    margin: 0 2%;
}
.app-hlp #hlp-home-page .chart-canvas .chart-plot:last-of-type {
    margin-bottom: 3em;
}

@media (max-width:1150px) {
    .app-hlp #hlp-home-page .chart-canvas {
        width: 100%;
    }

    .app-hlp #hlp-home-page .chart-canvas > .chart-plot {
        width: 100%;
        max-width: 500px;
        float: none;
    }
    
    .app-hlp #hlp-home-page .chart-canvas .chart-plot:nth-child(2) {
        margin: 0 auto;
    }
   
}

.app-hlp div.app-main {
    margin-top: 4.33em;
}
.app-hlp .article-page,
.app-hlp .weblog-page {
    width: auto;
    margin: 4.33em 2.33em;
}

.app-hlp .article-page .iframe-container {
    position: relative;
    overflow: hidden;
    max-width: 1100px;
}

.app-hlp .article-page .iframe-container.ratio-3-2 {
	padding-top: 66.67%;
}

.app-hlp .article-page .iframe-container.ratio-2-3 {
	padding-top: 95.67%;
}

.app-hlp .article-page .iframe-container.ratio-2-3 iframe {
	width: 75%;
}
    
.app-hlp .article-page .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.app-hlp .article-page .tableauPlaceholder {
    margin: 0 auto;
}

.app-hlp .chart-page.has-chart-form {
    padding-top: 100px;
}
.app-hlp .chart-page.no-chart-form {
    padding-top: 2.66em;
}
.app-hlp #chart-acs-dataprofile-table-page h2 {
    padding: 0;
    margin: 40px 0 5px;
}
.app-hlp .chart-page #footer-note {
    clear: both;
    font-size: 10px;
    text-align: left;
    margin-left: 3%;
    margin-bottom: 1em;
}
.app-hlp .chart-page #footer-note p {
    margin: 0.33em auto;
}
.app-hlp .chart-page #footer-note a {
    margin-right: 1em;
}
.app-hlp.platform-embedded #hlp-home-page .content {
    width: 820px;
}

/* HLP Chart Form */
.app-hlp #chart-form #summary-list {
    width: 90%;
}
.app-hlp #chart-form #summary-list li div.summary-title {
    background-image: url('/images-app/tool.png');
    background-repeat: no-repeat;
    background-size: 13px;
    padding-left: 1.33em;
}
.app-hlp #chart-form #summary-list li div.summary-value {
    text-decoration: underline;
}
/* HLP Chart Presentation */
/* .app-hlp .chart-canvas {} */
.app-hlp .chart-canvas > .chart-plot {
    min-height: 200px;
    margin: 0 0 2em 3%;
}
/* 2-column layout (default)*/
.app-hlp .chart-canvas > .chart-plot {
    width: 46%;
}
/* 3-column layout */
.app-hlp #chart-popagedistus-page .chart-canvas > .chart-plot {
    width: 30%;
}
/* 1-column layout */
.app-hlp #chart-popagedistrace-page .chart-canvas > .chart-plot,
.app-hlp #chart-bubble-plot-page .chart-canvas > .chart-plot {
    width: 96%;
}
.app-hlp .chart-canvas > .chart-plot.plot-type-TABLE {
    margin: 0;
    float: none;
    width: auto;
}
/* mobile device 1-column layout */
.platform-mobile.app-hlp .chart-canvas {
    min-width: inherit;
}
.platform-mobile.app-hlp .chart-canvas > .chart-plot {
    width: auto;
    float: none;
}
/* responsive 1-column layout */
@media (max-width: 780px) {
    .app-hlp #chart-popagedistus-page .chart-canvas > .chart-plot,
    .app-hlp .chart-canvas > .chart-plot {
        width: auto;
        float: none;
        margin: inherit;
    }
    .app-hlp #chart-form.mode-summary-view #chart-summary {
        padding-bottom: 0;
    }
    .app-hlp #chart-form #summary-list li.action-text div.chart-form-text {
        border-bottom: none;
        border-radius: 3px 3px 0 0;
    }
}

@media (max-width: 500px) {
    .app-hlp .chart-page.has-chart-form {
        padding-top: 170px;
    }
    .app-hlp .chart-page h2 {
        margin-bottom: 10px;
    }
}

/* Change table text color for ACS */
.app-hlp #chart-acs-sdataprofile-table .dataTables_wrapper {
    color: black;
}

/* HighCharts Customizations */
.highcharts-series, .highcharts-data-labels g {
    cursor: default !important;
}

/* X Axis */
/* CSS rule to force ellipsis on vertical axis with long labels */
.app-hlp .chart-canvas .highcharts-xaxis-labels .label-xaxis-0 {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

/* HLP Master Web Styles */
.app-hlp #hlp-header {
    background: #333;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999; 
    height: 45px;
}

.app-hlp #hlp-home-page .content img,
.app-hlp #hlp-footer .content img {
   border: none;
}

.app-hlp #hlp-footer {
    clear: both;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 30px 0;
}

@media screen and (max-width: 600px) {
    .app-hlp #hlp-footer .content .logo-holder {
        margin-top: 30px;
    }
}

/* HLP Web Page Styles */
.app-hlp #hlp-home-page,
.app-hlp #hlp-about-page {
    width: 100%;
    text-align: center;
}
.app-hlp #hlp-home-page h1,
.app-hlp #hlp-about-page h1 {
    margin-top: 100px;
}

.app-hlp #hlp-home-page .content .title-container {
    text-align: left;
}

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

.app-hlp #hlp-home-page .subtext-container {
    text-align: left;
    margin: 20px 0 60px 5px;
}
.app-hlp #hlp-home-page .subtext-container .subtext-icon {
    font-size: 1.7em;
    text-align: right;
}
.app-hlp #hlp-home-page .subtext-container .subtext p {
    padding-top: 10px;
    margin-top: 0;
    letter-spacing: 1px;
    text-align: left
}
.app-hlp #hlp-home-page .subtext-container p.subtext-3 {
    font-size: 13px;
}
.app-hlp #hlp-home-page .subtext-container .col-1-8 {
    width: 5%;
    text-align: right;
    padding-right: 5px;
}
.app-hlp #hlp-home-page .subtext-container .col-7-8 {
    width: 90%;
}

@media screen and (max-width: 550px) {

    .app-hlp #hlp-home-page {
        padding: 60px 0;
        margin: 0;
    }
}

/* Contact Page */
.app-hlp #hlp-contact-page {
    width: 80%;
    margin: 0 auto 6em auto;
}
.app-hlp #hlp-contact-page h3 {
	margin-top: 6em;
}
.app-hlp #hlp-contact-page input,
.app-hlp #hlp-contact-page textarea {
	border: 2px solid #ccc;
	padding: 10px 0 10px 0.33%;
	margin-bottom: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
}
.app-hlp #hlp-contact-page #name {
	width: 49%;
	display: inline-block;
	float: none;
}
.app-hlp #hlp-contact-page #email {
	width: 49%;
	display: inline-block;
	float: none;
}
.app-hlp #hlp-contact-page #subject {
	width: 99%;
}
.app-hlp #hlp-contact-page #body {
	width: 99%;
}
.app-hlp[class*='client'] #hlp-contact-page input.flderr,
.app-hlp[class*='client'] #hlp-contact-page textarea.flderr {
	border-color: red;
}
.app-hlp #hlp-contact-page .submit-contact {
    width: 150px;
    margin-bottom: 0.34em;
    height: 45px;
    background-color: #293D51;
}
.app-hlp #hlp-contact-page .submit-contact:hover {
	cursor: pointer;
}
.app-hlp #hlp-contact-page .submit-contact span {
    color: white;
    height: 40px;
    position: relative;
    top: -6px;
    left: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.app-hlp #hlp-contact-page .submit-contact img {
    margin-left: 0.66em;
    padding-right: 0.66em;
    height: 35px;
    position: relative;
    top: 5px;
    border-right: 2px solid #ccc;
}
@media screen and (max-width: 1215px) {
    .app-hlp #hlp-contact-page #name,
    .app-hlp #hlp-contact-page #email {
        width: 99%;
    }
}

/* Help Page */
.app-hlp #hlp-help-page {
    margin-bottom: 6em;
}
.app-hlp #hlp-help-page h3,
.app-hlp #hlp-help-page .desc,
.app-hlp #hlp-help-page .desc a {
    margin-bottom: 1.33em;
    color: #555555;
}
.app-hlp #hlp-help-page .content {
    width: 80%;
    margin: 0 auto;
}
.app-hlp #hlp-help-page h3 {
	margin-top: 6em;
}
.app-hlp #hlp-help-page .pdf-block {
	padding: 5px;
} 
.app-hlp #hlp-help-page .pdf-block .title p {
	font-size: 1em;
	line-height: 1.1em;
	background: url(/images-app/pdf-icon-fff.png) no-repeat;
    background-size: 3em;
    padding-left: 4em;
    min-height: 3em;
}
.app-hlp #hlp-help-page .pdf-block a,
.app-hlp #hlp-help-page .pdf-block p {
    text-decoration: none;
    color: #fff;
}
.app-hlp #hlp-help-page .pdf-block {
	display: inline-block;
	width: 29%;
	vertical-align: top;
}
.app-hlp #hlp-help-page .middle {
	margin: 0 2%;
}

@media screen and (max-width: 1040px) {
    .app-hlp #hlp-help-page .pdf-block .title p {
        font-size: 0.85em;
        background-size: 2em;
        padding-left: 3em;
    }
    .app-hlp #hlp-help-page .middle {
	    margin: 0 0.66%;
    }
}
@media screen and (max-width: 815px) {
    .app-hlp #hlp-help-page .pdf-block .title p {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 775px) {
    .app-hlp #hlp-help-page .pdf-block {
        display: block;
        width: 75%;
        margin: 0 0 1em 0;
    }
}


/* HLP Nav Menu */
.app-hlp #hlp-header #header-nav-holder .grid {
    margin: 0;
}
.app-hlp.platform-embedded #hlp-header #hlp-header {
    height: 40px;
}
.app-hlp #hlp-header .title-holder {
    display:inline-block
}
.app-hlp #hlp-header #header-nav-holder ul {
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    margin: 0;
}
.app-hlp.platform-embedded #hlp-header #header-nav-holder ul {
    font-size: 13px;
}
.app-hlp #header-nav-holder ul.nav {
    text-align: center;
    padding-left: 0;
}
.app-hlp #header-nav-holder ul.nav > li {
    display:inline-block;
    list-style: none;
    padding: 0 10px;
    position: relative;
	text-align: left;
}
.app-hlp:not(.app-hlpv3) #header-nav-holder ul.nav li:hover {
    background-color:#666;   
}    
.app-hlp #header-nav-holder ul.nav li a {
    color: #fff;
    text-decoration: none;
}
.app-hlp #header-nav-holder ul.nav li {
    line-height:45px;    
}
.app-hlp.platform-embedded #header-nav-holder ul.nav {
    line-height: 40px;
}
.app-hlp #header-nav-holder ul.nav li ul li,
.app-hlp #header-nav-holder ul.nav li ul li.selected {
    line-height:25px;
}
.app-hlp #header-nav-holder ul.nav li ul li.selected {
    color: #CFCFCF;
}
.app-hlp #header-nav-holder ul.nav li ul {
    display: none;
}
.app-hlp #header-nav-holder ul.nav ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #666;
	z-index: 9999;
    padding: 0 0 10px 0;	
}
.app-hlp #header-nav-holder ul.nav ul li {
	float:none;
	width: 250px;
	padding: 4px 15px;
	
}
.app-hlp #header-nav-holder ul.nav li:hover > ul {
    display: block;
}

/*
// responsive menu
*/
.menu-toggle {
    width: 30px;
    height: 30px;
    display: block;
    transition: 0.2s;
}
.icon-menu-expanded .menu-toggle {
    transform: rotate(-45deg);
}
.top-bar,
.middle-bar,
.bottom-bar {
    display: block;
    width: 100%;
    background: white;
    height: 20%;
    transition: 0.2s;
    border-radius: 50px;
}
.icon-menu-expanded .menu-toggle .top-bar {
    height: 38%;
    width: 20%;
    margin-left: 40%;
    border-radius: 50px 50px 0 0;
}
.icon-menu-expanded .menu-toggle .bottom-bar {
    height: 38%;
    width: 20%;
    margin-left: 40%;
    border-radius: 0 0 50px 50px;
}
.middle-bar {
    margin: 20% 0;
}
.icon-menu-expanded .menu-toggle .middle-bar {
    margin: 0;
}



.app-hlp #hlp-header #header-nav-holder ul.icon-menu {
    list-style-type: none;
    padding: 0;
}
.app-hlp #header-nav-holder #hlp-nav-menu img {
    border: 0;
}
.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu {
    display: none;
    background: #222222;
    position: absolute;
    z-index: 99999;
    top: 44px;
    left: 0px;
    right: 0px;
    font-size: 1.4em;
    padding: 30px;
    overflow: scroll;
    height: calc(100vh - 104px);
}

.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu > li {
    margin: 20px 0;
    list-style: none;
}

.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu > li:first-of-type {
    margin-top: 0;
}

.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu > li:last-of-type {
    margin-bottom: 100px;
}

.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu li a,
.app-hlp #header-nav-holder #hlp-nav-menu ul.submenu li a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.app-hlp #header-nav-holder #hlp-nav-menu.icon-menu-expanded > ul.main-menu {
	display: block;
    z-index: 99999999;
}
.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu li ul.submenu {
    display: none;
    margin: 20px 0 0;
    padding-left: 20px;
}
.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu li.submenu-visible ul {
    display: block;
}

.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu li.selected {
    color: #8f8f8fab;
}
/*
.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu li:focus-within ul.submenu,
.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu li:focus-visible ul.submenu,
.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu li:focus ul.submenu,
.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu li:target ul.submenu,
.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu li:active ul.submenu {
    display: block;
}
@media (hover: none) {
    .app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu li:hover ul.submenu {
        display: block;
    }
} */
.app-hlp #header-nav-holder #hlp-nav-menu ul.main-menu li ul.submenu li {
    font-size: .8em;
    border-bottom: #ffffff2b 1px solid;
    margin: 5px 10px 5px;
    padding: 5px 10px 9px;
}


/* TABLE-type Plot (DataTables) HLP Customizations */
.app-h2.app-hlp .chart-page .plot-type-TABLE table.dataTable tbody td {
    padding-top: 4px;
    padding-bottom: 4px;
}
.app-hlp .chart-page table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, 
.app-hlp .chart-page table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
}

.app-hlp .chart-page table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, 
.app-hlp .chart-page table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 5px;
    left: 4px;
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    color: #000;
    border: 2px solid #f0f0f2;
    border-radius: 8px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 8px;
    content: '+';
    background-color: #fff;
}

@media screen and (max-width: 930px) {
  .app-hlp .chart-page table.dataTable {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: visible !important;
    height: auto !important;
  }  
  #chart-acs-dataprofile-table-page table#DataTables_Table_0 {
    display: table !important;
  }
  #chart-acs-dataprofile-table-page div#DataTables_Table_0_wrapper {
    overflow: scroll;
}

}
@media screen and (max-width: 460px) {
    .app-hlp .chart-page .dataTables_filter label {
        display: block;
        padding-bottom: 1em;
    }
}

/*
// Grid Layout Utils
*/
.app-hlp .grid {
    margin: 0 0 30px 0;
}
.app-hlp .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
}
.app-hlp .grid [class*='col-'] {
    float: left;
    padding-right: 0px;
    padding-bottom: 0px;
 }
.app-hlp .grid [class*='col-']:last-of-type {
    padding-right: 0;
}

.app-hlp .col-1-1 { width: 100%;   }
.app-hlp .col-2-3 { width: 66.66%; }
.app-hlp .col-1-3 { width: 33.33%; }
.app-hlp .col-1-2 { width: 50%; }
.app-hlp .col-1-4 { width: 25%; }
.app-hlp .col-1-5 { width: 20%; }
.app-hlp .col-3-5 { width: 60%; }
.app-hlp .col-1-8 { width: 12.5%; }
.app-hlp .col-3-8 { width: 37.5%; }
.app-hlp .col-5-8 { width: 62.5%; }
.app-hlp .col-7-8 { width: 87.5%; }
.app-hlp .col-3-4 { width: 75%; }

.app-hlp .grid .pad-r {
    margin-right: 40px;
}

.app-hlp .grid .pad-l {
    margin-left: 40px;
}

.app-hlp #hlp-home-page .grid {
    margin-bottom: 0;
}

.app-hlp #hlp-home-page div.content {
    max-width: 968px;
    margin: 0 auto;
}

.app-hlp #hlp-footer div.content {
    max-width: 968px;
    margin: 0 auto;
}

.app-hlp #hlp-footer .content .footer-legal {
    text-align:right;
    margin-top: 8px;
    padding-right: 20px;
}

.app-hlp #hlp-footer .content .footer-legal a {
    color: #fff;    
}

.app-hlp #hlp-footer .footer-logo {
    border: 0;
    max-width: 100%;
}

/* CMS Articles */
.app-hlp #app-main .content.article-page,
.app-hlp #app-main .content.weblog-page {
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.app-hlp #app-main .content.article-page img,
.app-hlp #app-main .content.weblog-page img {
    max-width: 768px;
    height: auto;
} 
@media (max-width: 768px) {
    .app-hlp #app-main .content.article-page img,
    .app-hlp #app-main .content.weblog-page img {
        max-width: 100%;
    }
}
.app-hlp #app-main .content.article-page ul {
    list-style-type: square;
    margin: 1em;
}
.app-hlp #app-main .content.article-page h2 {
	text-align: center;
}

.app-hlp .blog-roll {
	width: 75%;
	display: inline-block;
}

.app-hlp #recent-article-list {
	width: 20%;
	float: right;
}
.app-hlp #recent-article-list ul {
	margin: 0;
	padding: 0;
}
.app-hlp #recent-article-list li {
	list-style-type: square;
	margin-left: 5%;
}
.app-hlp #recent-article-list p {
	margin: 0;
}
.app-hlp #recent-article-list a {
	font-size: .75em;
}

.app-hlp .article-page .embed-container .pdf {
    min-height: 100vh;
    width: 100%;
    height: 100%;
}
.app-hlp.platform-mobile .article-page .embed-container .pdf {
    min-height: auto;
}

@media screen and (max-width: 1059px) {
    #chart-form.mode-edit-view, #chart-form.mode-summary-view {
        top: 51px;
    }
    .app-hlp .chart-page.has-chart-form {
        padding-top: 150px;
    }
    .app-hlp #hlp-header {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 10px 4px;
    }
    .app-hlp #hlp-home-page div.content,
    .app-hlp #hlp-footer div.content {
        margin: 0 15px;
    }
    .app-hlp #hlp-header {
        justify-content: left;
    }
}

@media (max-width: 550px) {
    .app-hlp .blog-roll {
        display: none;
    }
    .app-hlp #recent-article-list {
	    width: 100%;
	    float: left;
    }
    .app-hlp .chart-page.has-chart-form {
        padding-top: 190px;
    }
}

/*
// ACS Landing Page
*/
.app-hlp #acs-landing {
    margin: -4.33em -2.33em;
}

.app-hlp #acs-landing .hero-image img {
    width: 100% !important;
    max-width: 9999px !important;
    display: block;
}

.app-hlp #acs-landing > * {
    padding: 0px 70px;
}

.app-hlp #acs-landing > .hero-image {
    padding: 0px;
    /*! margin-top: 100px; */
}

.app-hlp #acs-landing .acs-items {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin: 30px 0px 120px;
}

.app-hlp #acs-landing .acs-items .acs-item {
    text-align: center;
    background-color: #5778a726;
    padding: 15px;
    border-radius: 10px;
    transition: .2s;
    border: #1d236524 1px solid;
}

.app-hlp #acs-landing .acs-items .acs-item:hover {
    transform: scale(101%);
    box-shadow: 0px 7px 8px -10px rgba(0,0,0,1);
}

.app-hlp #acs-landing .acs-items h2 {
    line-height: 26px;
    font-size: 1.25em;
    margin: 0px;
    color: #1d2365;
}

.app-hlp #acs-landing p {
    margin: 0px;
}

.app-hlp #acs-landing a {
    color: inherit;
    text-decoration: none;
}

.app-hlp #acs-landing > h2 {
    background-color: #1d2365;
    text-transform: uppercase;
    color: white;
    margin: 0px;
    padding: 30px;
    font-size: 2em;
    line-height: 38px;
}

.app-hlp #acs-landing > h3 {
    background-color: #1d2365a3;
    text-transform: uppercase;
    color: white;
    margin: 0px 0px 40px;
    padding: 20px;
    font-size: 1.4em;
    line-height: 28px;
    text-align: center;
}

@media screen and (max-width: 1120px) {
    .app-hlp #acs-landing .acs-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .app-hlp #acs-landing .acs-items {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .app-hlp #acs-landing > * {
        padding: 0px 30px;
    }
    
    .app-hlp #acs-landing > .hero-image {
        margin-top: 100px;
    }
    
    .app-hlp #acs-landing > h2 {
        font-size: 1.5em
    }
    
    .app-hlp #acs-landing > h3 {
        font-size: 1.2em
    }
}