/* Project Specific Styles (Career Lattices)
//
//  A collection of styles applied specifically to the CLAT 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 which were applied at lower levels in the 
//    hierarchy, increase selector specificity.
//
//  * The 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.
*/

/* COLORS
clat Red #a80000
clat light grey #D4D5D6
clat dark grey #636466
clat blue #153460
*/

/*** Breadcrumbs ***/
.clat section.breadcrumbs {
    padding: 10px 30px;
    background-color: #f3f4f4;
    border-bottom: #153460 thin solid;
}

.clat a.breadcrumb.breadcrumb-ancestor {
    font-weight: bold;
    color: #153460;
}

.clat a.breadcrumb.breadcrumb-ancestor:after {
    content: '>';
    margin: 0px 10px;
    color: #636466;
    font-weight: normal;
    font-size: .7em;
    position: relative;
    top: -2px;
}

.clat .breadcrumb {
    font-size: 1em;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-decoration: none;
}

.clat .breadcrumbs {
    margin: 45px 0 0;
}


/*** Typography ***/
.app-hlp .clat {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-size: 16px;
}


/*** Career lattice layout structure ***/
.clat .container-padding {
    position: relative;
    padding: 0px 10%;
    text-align: center;
}

.clat .occrow {
    padding: 60px 10%;
}

.clat .occrow.dark-row {
    background-color: #D4D5D6;
}

.clat .occupation-root-box {
    display: inline-block;
    text-align: left;
    border: #153460 1px solid;
    border-radius: 2px;
}

.clat .occroot-title h1 {
    margin: 0;
    color: white;
    background-color: #153460;
    padding: 10px 30px;
    font-size: 3em;
    letter-spacing: 1px;
}

.clat .occroot-stats {
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 1.25em;
}

.clat .occroot-stats svg,
.clat .occroot-stats i {
    color: #153460;
}

.clat .chart-plot {
	float: none;
}

.clat .cdprow-chart {
	flex-basis: 55%;
}
.clat .cdprow-chart .highcharts-container {
 	max-width: 95%;
}

.clat .occroot-stat.occroot-stat-education {
    margin: 10px 0;
}

.clat span.occroot-stat-value {
    color: #153460;
    font-weight: bold;
    margin-left: 10px;
}

.clat .occroot-info p {
    margin: 0;
    padding: 10px 30px;
    color: #a80000;
    text-transform: uppercase;
    border-top: #153460 1px solid;
    margin-top: 10px;
    font-size: 1.1em;
}

.clat .lattice-tier-header h2 {
    text-transform: uppercase;
    color: #153460;
    font-size: 1.8em;
    margin: 0;
    display: inline-block;
}

.clat header.lattice-tier-header > span {
    color: #636466;
    font-size: 1.8em;
    margin-left: 25px;
}

.clat .lattice-tier-group {
    display: flex;
    border-top: #153460 2px solid;
    margin: 10px 0 0;
    padding: 10px 10px 0;
    position: relative;
    border-radius: 2px;
    justify-content: center;
}

.clat .border-dropdown-left {
    border-left: 2px solid #153460;
    position: absolute;
    top: 0;
    bottom: 80%;
    left: 0;
}

.clat .border-dropdown-right {
    border-right: 2px solid #153460;
    position: absolute;
    top: 0;
    bottom: 80%;
    right: 0%;
}

.clat .target-career-message {
    display: none;
}

.clat .career-card {
    border: #153460 2px solid;
    border-radius: 4px;
    margin: 7px;
    width: 20%;
    background-color: #153460;
    transition: .3s;
    box-shadow: 0 5px 15px -15px rgb(0 0 0 / 60%);
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.clat .career-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 15px -10px rgb(0 0 0 / 60%);
}

.clat .target-career .target-career-message {
    display: flex;
    color: white;
    background-color: #a80000;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    justify-content: center;
    align-items: center;
    padding: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 10px;
    font-size: .9em;
    padding-bottom: 5px;
}

.clat .target-career .target-career-message .tooltip {
    color: white;
    margin: 0 10px;
}

.clat .career-card h3 {
    text-transform: uppercase;
    background-color: white;
    margin: 0;
    padding: 30px 20px;
    display: flex;
    min-height: 154px;
    align-items: center;
    color: #153460;
    border: transparent 1px solid;
    justify-content: center;
    border-radius: 3px 3px 0 0 ;
    font-size: 1.1em;
}

.clat .career-card.target-career h3 {
    border: #a80000 thin solid;
    border-bottom-color: white;
}

.clat .separator-hash {
    min-height: 7px;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, #153460 2px, #153460 5px );
    background-color: transparent;
    border-bottom: #153460 2px solid;
}

.clat .career-card .separator-hash {
    background-color: white;
}

.clat .career-card.target-career .separator-hash {
    min-height: 7px;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, #a80000 2px, #a80000 5px );
    background-color: white;
    border: #a80000 1px solid;
    border-top: none;
}

.clat .cl-career-info {
    color: white;
    display: flex;
    background-color: #153460;
    padding: 10px;
    justify-content: center;
}

.clat .cl-career-info .cl-career-info-education p {
    font-size: .9em;
}

.clat .cl-career-info h4 {
    text-transform: uppercase;
    font-size: .8em;
    font-family: 'Barlow Semi Condensed';
    margin: 0px 0px 5px;
}

.clat .cl-career-info p {
    margin: 0;
}

.clat .cl-career-info .cl-career-info-salary p {
    font-size: 1em;
}

.clat .cl-career-info .cl-career-info-education {
    padding-right: 10px;
}

.clat .cl-career-info .cl-career-info-salary {
    border-left: white thin solid;
    padding-left: 10px;
}

.clat .overlay-fade {
    display: none;
}


/*** Career lattice rows with triangle ***/
.clat .occrow .div-triangle {
    z-index: 1;
    position: absolute;
    top: 99.8%;
    left: calc(50% - 50px);
    width: 0px;
    height: 0;
    border-top: solid 30px #FFFFFF;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.clat .occrow.dark-row .div-triangle {
    border-top: solid 30px #D4D5D6;
}

.clat .occrow:last-of-type .div-triangle {
    display: none;
}


/*** Career profile/landing page layout structure ***/
span.data-highlight {
    font-weight: bold;
    color: #153460;
}

.clat.chart-page {
	margin: 0;
}

.clat article.career-profile-container {
    margin: 60px 0px 0;
}

.clat article.career-profile-container .data-source {
	margin: 10px 30px;
	text-align: right;
	opacity: 0.8;
}

.clat section.career-profile-about h4 {
    color: #a80000;
    font-weight: 400;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0;
}

.clat section.career-profile-about h1 {
    color: #153460;
    font-size: 2.5em;
    margin: 0;
}

.clat span.career-profile-stat-label.occroot-stat-label {
    color: #636466;
    font-weight: bold;
}

.clat .occroot-stats.career-profile-stats .career-profile-stat > svg,
.clat .occroot-stats.career-profile-stats .career-profile-stat > i {
 	color: #a80000;
    margin-right: 3px;
    top: -3px;
}

.clat p.career-profile-job-tagline {
    color: #636466ad;
    text-transform: initial;
    font-style: oblique;
    border-bottom: #153460 thin solid;
    margin: 20px 0 40px;
    padding: 0 0 40px;
}

.clat .occroot-stats.career-profile-stats .tooltip svg,
.clat .occroot-stats.career-profile-stats .tooltip i {
    color: #636466;
    background-color: transparent;
    font-size: .8em;
 }

.clat .career-profile-stats .occroot-stat.career-profile-stat.occroot-stat-education, 
.clat .career-profile-stats .occroot-stat.career-profile-stat.occroot-stat-salary {
    display: inline-block;
    margin: 0 20px;
}

.clat .career-profile-container h2 {
    color: #153460;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

.clat .career-profile-about .career-profile-stats {
    padding: 20px 0px 0px;
}

.clat .career-profile-container p, 
.clat .career-profile-details p, 
.clat .career-profile-details li {
    font-size: 1.2em;
    color: #636466;
    text-align: left;
}

.career-profile-tooltip.occrow-tooltip.tooltip {
    font-size: .8em;
}

.career-profile-container li::marker {
    font-family: monospace;
    margin: 0;
    width: 0;
    padding: 0;
    font-size: .8em;
}

.clat p.career-profile-job-tagline {
    text-align: center;
    font-size: 1em;
}

.clat .career-profile-details p {
    margin-block-start: 19px;
}

.clat section.career-profile-details {
    display: flex;
    margin-bottom: 20px;
}

.clat .career-profile-general-information, 
.clat .career-profile-important-work-activities,     
.clat .plot-type-LIST {
    flex: 1;
    margin: 0px 40px;
    line-height: 26px;
}

.clat .career-profile-important-work-activities ol,     
.clat .plot-type-LIST .chart-text-list ul {
    margin: 10px 0 0 30px;
    padding: 0;
    text-align: left;
}
.clat .plot-type-LIST .chart-text-list ul {
	list-style-type: decimal;
}

.clat section.career-profile-target-occupation {
    border: #a80000 2px solid;
    margin: 30px 10% 50px;
    border-radius: 8px 8px 0px 0px;
    padding: 0px;
}

.clat section.career-profile-target-occupation h2 {
    margin: 0px;
    color: white;
    background-color: #a80000;
    padding: 4px 0 6px;
    text-transform: uppercase;
    text-align: center;
}

.clat .career-profile-important-work-activities,     
.clat .plot-type-LIST {
    margin-right: 0;
}

.clat .career-profile-general-information {
    margin-left: 0;
}

.clat section.career-profile-target-occupation.container-padding p {
    text-align: center;
    font-size: 1.2em;
}

.clat section.career-profile-video {
    border-radius: 8px;
    margin: 40px 0 40px;
    /* overflow: hidden; */
}

.clat section.career-profile-video iframe {
    width: calc(100vw * 0.8);
    border-radius: 8px;
    height: calc((100vw * .8) * 0.575);
}

.clat section.career-profile-occupational-outlook {
    background: linear-gradient(45deg, #C3DFF2, #E9F4FB);
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-bottom: #46a2da thin solid;
}

.clat .career-profile-oo-charts {
    background-color: white;
    margin: 0px 10%;
    padding: 20px 40px;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0px 15px -10px rgb(0 0 0 / 30%);
}

.clat .career-profile-oo-title h2 {
    text-align: center;
    font-size: 2.5em;
}

.clat .career-profile-oo-title h3 {
    text-align: center;
    font-size: 1.3em;
    font-weight: normal;
    text-transform: initial;
    color: #a80000;
    margin: 0;
}

.clat .career-profile-oo-title h4 {
    text-align: center;
    font-size: 1.3em;
    font-weight: normal;
    text-transform: initial;
    margin: 0;
    color: #153460;
}

.clat .career-profile-oo-title {
    margin-top: 20px;
}

.clat .career-profile-oo-chart {
    display: flex;
    margin: 50px;
}

.clat .career-profile-oo-chart-narrative {
    text-align: left;
    margin-left: 50px;
}

.clat .career-profile-oo-chart-narrative h4 {
    color: #153460;
    font-size: 2em;
    border-bottom: #153460 thin solid;
    padding-bottom: 20px;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed';
}

.clat .career-profile-oo-chart-snapshot-top {
    display: flex;
    justify-content: center;
}

.clat .career-profile-oo-chart-snapshot-indicator {
    background-color: #153460;
    display: flex;
    align-items: center;
}

.clat .career-profile-oo-chart-snapshot-indicator svg,
.clat .career-profile-oo-chart-snapshot-indicator i {
    font-size: 2.5em;
    color: white;
    padding: 10px;
}

.clat .career-profile-oo-chart-snapshot-icon svg,
.clat .career-profile-oo-chart-snapshot-icon i {
    font-size: 5em;
    padding: 14px;
    color: #a80000;
    font-weight: lighter;
}

.clat .career-profile-oo-chart-snapshot-icon {
    margin: 0 auto;
}

.clat .career-profile-oo-chart-snapshot {
    min-width: 200px;
    border-radius: 20px;
    border: #153460 1px solid;
    overflow: hidden;
    align-self: flex-start;
}

.clat .career-profile-oo-chart .separator-hash {
    border-bottom: none;
}

.clat .career-profile-oo-chart-snapshot-value {
    font-size: 2.5em;
    color: #153460;
    padding: 5px 15px;
    margin: 0;
    font-weight: bold;
}

.clat .cpdrow-container {
    display: flex;
    text-align: left;
    flex-direction: row;
    align-items: center;
}

.clat .dark-row .cpdrow-container {
    flex-direction: row-reverse;
}

.clat .cdprow-narrative p {
    margin: 0;
}

.clat .cdprow-narrative h3 {
    color: #153460;
    font-size: 1.9em;
    padding-bottom: 20px;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed';
    display: inline-block;
}

.clat .cdprow-narrative {
    margin-right: 50px;
    padding: 0px 50px;
    flex-basis: 45%;
}

.clat .dark-row .cdprow-narrative {
    margin-right: 0px;
    margin-left: 50px;
}

.clat .cdprow-narrative .separator-hash,
.clat .career-profile-footer .separator-hash{
    border-bottom: none;
}
 
.clat .career-profile-target-occ-link a,
.clat .career-profile-target-occ-link a:visited,
.clat .career-profile-target-occ-link a:focus,
.clat .career-profile-target-occ-link a:hover,
.clat .career-profile-target-occ-link a:active {
    font-weight: bold;
    color: #153460;
    text-decoration: none;
}

.clat .career-profile-target-occ-link a::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f35d';
    margin: 0px 6px;
    font-size: .9em;
    position: relative;
    top: -1px;
}


/*** Tooltip Styles ***/
.clat .tooltip {
    position: relative;
    display: inline-block;
    color: #636466;
    text-transform: initial;
    margin: 0;
}
  
.clat .occrow-tooltip.tooltip svg,
.clat .occrow-tooltip.tooltip i {
    font-size: 1.2em;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.clat .tooltip span {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 9999;
    bottom: 125%;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 1.1em;
    line-height: 22px;
}

.clat .tooltip span::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 107px;
    border-width: 5px;
    border-style: solid;
    border-color: #636466 transparent transparent transparent;
}

.clat .tooltip:hover span {
    visibility: visible;
    opacity: 1;
}

/* HLv2 Plot Tooltips */
.clat.chart-page .chart-plot .plot-tooltip {
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    font-size: 1em;
}

/* CLAT CMS Article Service Styles */
.app-hlp #app-main .content.article-page, .app-hlp #app-main #article-1310.content.weblog-page {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    color: #636466;
    font-size: 18px;
    line-height: 22px;
}

.app-hlp #app-main #article-1310 h1 {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    color: #153460;
    font-size: 2.4em;
    text-transform: uppercase;
    text-align: center;
    margin: 100px 0 15px;
    line-height: 1em;
}

.app-hlp #app-main #article-1310 h2 {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    color: #a80000;
    font-size: 2.1em;
    text-align: center;
    margin-top: 0;
    font-weight: lighter;
    line-height: 1em;
}

.app-hlp #app-main #article-1310 img {
    max-width: none;
    margin: 0px -2.33em;
    width: 100vw;
    border-bottom: #153460 1px solid;
    border-top: #153460 1px solid;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
    margin-bottom: 40px;
}

.app-hlp #app-main #article-1310 .career-lattice-links {
    margin: 50px 0;
    border-bottom: #153460 1px solid;
    border-top: #153460 1px solid;
    padding: 40px 0 10px;
}

.app-hlp #app-main #article-1310 p.hero-paragraph {
    font-size: 1.25em;
    line-height: 1.3em;
    font-weight: bold;
    color: #153460;
}

.app-hlp #app-main #article-1310 p.callout-paragraph {
    font-size: 1.25em;
    line-height: 1.5em;
    color: black;
    background-color: #D4D5D6;
    margin: 40px 0;
    padding: 40px;
    border-radius: 8px;
}

.app-hlp #app-main #article-1310 ul {
    list-style-type: square;
    column-count: 3;
    margin: 0px 0px 30px;
    font-size: 1.1em;
    line-height: 2em;
    column-gap: 40px;
}

#article-1310 .article-content {
    margin: 0 10em;
}


    @media screen and (max-width: 960px) {
        .app-hlp #app-main #article-1310 ul {
            list-style-type: square;
            column-count: 1;
            margin: 10px;
            font-size: 1em;
            line-height: 30px;
            column-gap: 40px;
        }
        #article-1310 .article-content {
            margin: 0px;
        }
    }

.app-hlp #app-main #article-1310 a,
.app-hlp #app-main #article-1310 a:visited,
.app-hlp #app-main #article-1310 a:hover,
.app-hlp #app-main #article-1310 a:active {
    color: #153460;
}

.app-hlp #app-main #article-1310 ul li {
    break-inside: avoid;
    line-height: 1.4em;
    margin-bottom: 14px;
}

/*** Screen Width Media Queries ***/
    @media (min-width: 1900px) {
        .clat .lattice-tier-group {
            display: flex;
            border-top: #153460 2px solid;
            margin: 10px 0 0;
            padding: 10px 10px 0;
            position: relative;
            border-radius: 2px;
            justify-content: center;
            transform: scale(1.15);
            margin: 100px 0;
        }
    }

/*** Responsive Stylings ***/
 
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1250px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1250px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1250px),
only screen and (min-resolution: 192dpi) and (max-width: 1250px),
only screen and (min-resolution: 2dppx) and (max-width: 1250px) { 
    .clat .career-profile-oo-charts {
        margin: 0px 5%;
    }

    .clat .career-card h3 {
        font-size: 18px;
    }

    .clat .container-padding {
        padding: 0px 5%;
    }

    .clat .occrow {
        padding: 60px 10%;
    }

    .clat .border-dropdown-right,
    .clat .border-dropdown-left {
        display: none;
    }
    
    .clat .target-career .target-career-message {
        font-size: 13px;
        text-transform: capitalize;
    }

    .clat .target-career .target-career-message .tooltip {
        margin-left: 2px;
        font-size: 11px;
    }

    .clat section.career-profile-target-occupation {
        margin: 30px 5% 50px;
    }
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 960px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 960px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 960px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 960px),
only screen and (min-resolution: 192dpi) and (max-width: 960px),
only screen and (min-resolution: 2dppx) and (max-width: 960px) { 
    .clat .career-card:hover {
        transform: none;
        box-shadow: none;
    }

    .clat .cpdrow-container {
        display: block;
    }

    .clat .career-profile-oo-chart-snapshot {
        min-width: 160px;
        transform: scale(0.8);
        transform-origin: top left;
    }
 
    .clat .career-profile-oo-chart-snapshot-value {
        font-size: 1.5em;
    }

    .clat .career-profile-oo-chart-narrative {
        margin-left: 0px;
    }

    .clat .career-profile-oo-chart {
        display: flex;
        margin: 50px 0px;
    }

    .clat .placeholder-image {
        max-width: 560px;
    }

    .clat .cdprow-narrative,
    .clat .dark-row .cdprow-narrative {
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

    .clat section.career-profile-details {
        display: block;
    }

    .clat .career-profile-general-information, 
    .clat .career-profile-important-work-activities,
    .clat .plot-type-LIST .chart-text-list {
        margin: 40px 0px;
    }

    .clat .career-profile-stats .occroot-stat.career-profile-stat.occroot-stat-education, 
    .clat .career-profile-stats .occroot-stat.career-profile-stat.occroot-stat-salary {
        display: block;
        margin: 12px 0px;
    }

    .clat section.career-profile-about h1 {
        font-size: 32px;
    }

    .clat header.lattice-tier-header > span {
        font-size: 20px;
    }

    .clat .lattice-tier-group {
        margin: 10px 0px 0;
        padding: 10px 0px 0;
    }

    .clat .lattice-tier-header h2 {
        font-size: 20px;
    }

    .clat .occrow-tooltip.tooltip svg,
    .clat .occrow-tooltip.tooltip i {
        font-size: 17px;
    }

    .clat a.breadcrumb.breadcrumb-ancestor:after {
       margin: 0px 5px;
    }

    .clat .breadcrumb {
        font-size: 15px;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 751px) and (max-width: 1250px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 751px) and (max-width: 1250px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 751px) and (max-width: 1250px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 751px) and (max-width: 1250px),
only screen and (min-resolution: 192dpi) and (min-width: 751px) and (max-width: 1250px),
only screen and (min-resolution: 2dppx) and (min-width: 751px) and (max-width: 1250px) { 
    .clat .cl-career-info {
        display: block;
    }

    .clat .cl-career-info h4 {
        margin: 0;
    }

    .clat .career-card {
        border: #153460 1px solid;
        margin: 4px;
        min-width: calc(20% - 8px);
        width: 100%;
    }

    .clat .cl-career-info .cl-career-info-education {
        padding-right: 0;
    }
    
    .clat .cl-career-info .cl-career-info-salary {
        border-left: none;
        padding-left: 0;
        margin-top: 10px;
    }

    .clat .career-card h3 {
        padding: 20px 10px;
        min-height: 125px;
        font-size: 15px;
        font-family: 'Barlow Semi Condensed';
    }

    .clat .occrow {
        padding: 60px 3%;
    }

    .clat .target-career .target-career-message {
        font-size: 14px;
        line-height: 12px;
        padding: 3px 0;
    }

    .clat .target-career .target-career-message .tooltip {
        display: none;
    }

    .clat .occroot-title h1 {
        padding: 10px 15px;
        font-size: 40px;
        letter-spacing: initial;
    }

    .clat .occroot-stats {
        padding: 10px 15px;
        font-size: 17px;
    }

    .clat .occroot-info p {
        padding: 10px 15px;
        font-size: 16px;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 750px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 750px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 750px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 750px),
only screen and (min-resolution: 192dpi) and (max-width: 750px),
only screen and (min-resolution: 2dppx) and (max-width: 750px) { 
    .clat section.breadcrumbs {
        position: sticky;
        top: 45px;
        z-index: 999999;
    }

    .clat .target-career .target-career-message {
        font-size: 15px;
        text-transform: uppercase;
    }

    .clat .occrow {
        padding: 60px 5%;
    }

    .clat .cdprow-narrative .separator-hash,
    .clat .career-profile-footer  .separator-hash {
        display: none;
    }

    .clat .cdprow-narrative h3,
    .clat section.career-profile-footer h3 {
        color: #153460;
        border-bottom: #153460 thin solid;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .clat .career-profile-oo-chart {
        display: block;
        text-align: center;
        margin-bottom: 60px;
    }

    .clat .career-profile-oo-chart-narrative h4 {
        font-size: 24px;
        border-bottom: none;
        padding-bottom: 0;
        margin: 20px 0px 0px;
        text-align: center;
    }
    .clat .career-profile-container .career-profile-oo-charts p {
        text-align: center;
    }

    .clat .career-profile-container p {
        margin:0;
    }

    .clat .career-profile-oo-chart-snapshot {
        max-width: 360px;
        transform: initial;
        display: inline-block;
        min-width: 0;
    }

    .clat .career-profile-oo-title h2 {
        text-align: center;
        font-size: 24px;
        margin: 5px 0px;
    }

    .clat .career-profile-oo-chart-snapshot-value {
       text-align: center;
    }

    .clat .career-profile-oo-title h4,
    .clat .career-profile-oo-title h3 {
       font-size: 20px;
    }

    .clat section.career-profile-target-occupation.container-padding p {
        padding: 10px;
    }

    .clat section.career-profile-about h1 {
        font-size: 28px;
    }

    .clat section.career-profile-about h4 {
        font-size: 20px;
    }

    .clat .occroot-stats.career-profile-stats .tooltip svg,
    .clat .occroot-stats.career-profile-stats .tooltip i {
        display: none;
    }

    .clat .tooltip span::after {
        display: none;
    }

    .clat .tooltip span {
        visibility: visible;
        width: auto;
        background-color: transparent;
        color: #8e8e8e;
        padding: 0;
        position: relative;
        z-index: 9999;
        bottom: 0;
        left: 0;
        margin-left: 0;
        opacity: 1;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
        display: block;
        font-style: oblique;
    }

    .clat .target-career .target-career-message .tooltip,
    .clat .tooltip {
        display: none;
    }

    .clat .career-profile-container .target-career .target-career-message .tooltip,
    .clat .career-profile-container .tooltip {
        display: block;
    }

    .clat a.breadcrumb.breadcrumb-ancestor:after,
    .clat a.breadcrumb.breadcrumb-ancestor,
    .clat span.breadcrumb.breadcrumb-self {
        display: none;
    }

    .clat a.breadcrumb.breadcrumb-ancestor:last-of-type {
        display: block;
    }

    .clat a.breadcrumb.breadcrumb-ancestor:last-of-type:before {
        content: 'Back to ';
    }

    .clat .career-card {
        border: #153460 1px solid;
        margin: 0 10px;
        min-width: 0;
        width: calc(50vw);
        flex: 1 0 auto;
        scroll-snap-align: center;
    }

    .clat .occrow.career-slider {
        padding: 60px 0;
        margin: 0;
    }

    .clat a.career-card:last-of-type:after {
        content: "";
        width: 25vw;
        height: 1px;
        position: absolute;
        left: 100%;
        top: 0px;
    }

    .clat a.career-card:last-of-type:before {
        content: "";
        width: 17vw;
        height: 1px;
        position: absolute;
        right: 100%;
        top: 0px;
    }

    .clat .lattice-tier-group {
        overflow-y: scroll;
        justify-content: flex-start;
        background: linear-gradient(45deg, #0000001c, transparent);
        margin: 0px 0;
        padding: 20px 30px;
        border-bottom: rgba(0,0,0,.1) thin solid;
        border-right: none;
        border-left: none;
        border-top: none;
        scroll-snap-type: x mandatory;
    }

    .clat .occrow.dark-row .overlay-fade {
        background: linear-gradient(90deg, #ffffff00, #D4D5D6);
    }

    .clat .overlay-fade {
        display: block;
        position: absolute;
        background: linear-gradient(90deg, #ffffff00, white);
        width: 120px;
        z-index: 1;
        top: 95px;
        bottom: 61px;
        right: 0;
    }

    .clat .occupation-root-box {
        display: block;
        text-align: left;
        border: none;
        border-radius: 0;
        margin: 0 20px;
        text-align: center;
    }

    .clat .occroot-title h1 {
        margin: 0;
        color: #153460;
        background-color: transparent;
        padding: 0;
        font-size: 35px;
        letter-spacing: initial;
        border-bottom: #153460 thin solid;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .clat .occroot-stats {
        padding: 0;
        text-transform: uppercase;
        font-size: 18px;
    }

    .clat span.occroot-stat-value {
        display: block;
        margin-left: 0;
        font-size: 23px;
        margin-bottom: 0px;
    }

    .clat .occroot-stats svg,
    .clat .occroot-stats i {
        display: none;
    }

    .clat .occroot-info p {
        margin: 0;
        padding: 0;
        margin-top: 10px;
        font-size: 16px;
        padding-top: 18px;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 500px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 500px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 500px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 500px),
only screen and (min-resolution: 192dpi) and (max-width: 500px),
only screen and (min-resolution: 2dppx) and (max-width: 500px) { 
    .clat header.lattice-tier-header > span:before {
        display: none;
    }

    .clat .career-card {
        width: calc(60vw);
    }

    .clat .cl-career-info {
        display: block;
    }

    .clat .cl-career-info h4 {
        margin: 0;
    }

    .clat .cl-career-info .cl-career-info-salary {
        border-left: none;
        padding-left: 0;
        margin-top: 20px;
    }

    .clat .overlay-fade {
        width: 20vw;
    }
    
    .clat .lattice-tier-header h2 {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 18px;
    }

    .clat header.lattice-tier-header > span {
        font-size: 16px;
        margin-bottom: 20px;
        display: block;
        margin-left: 0;
    }

    .clat .occupation-root-box {
        text-align: left;
    }
}







    /*** Pixel Density Media Queries ***/
    @media
    only screen and (-webkit-max-device-pixel-ratio: 1.9999),
    only screen and (max--moz-device-pixel-ratio: 1.9999),
    only screen and (-o-max-device-pixel-ratio: 1.9999/1),
    only screen and (max-device-pixel-ratio: 1.9999),
    only screen and (max-resolution: 191dpi),
    only screen and (max-resolution: 1.9999dppx) {
        .app-hlp #app-main .content.article-page, .app-hlp #app-main #article-1310.content.weblog-page,
        .app-hlp .clat {
            font-size: 15px;
        }

        .clat .career-profile-oo-chart-snapshot {
            min-width: 150px;
        }
    }

    @media
    only screen and (-webkit-max-device-pixel-ratio: 1.9999) and (max-width: 960px),
    only screen and (max--moz-device-pixel-ratio: 1.9999) and (max-width: 960px),
    only screen and (-o-max-device-pixel-ratio: 1.9999/1) and (max-width: 960px),
    only screen and (max-device-pixel-ratio: 1.9999) and (max-width: 960px),
    only screen and (max-resolution: 191dpi) and (max-width: 960px),
    only screen and (max-resolution: 1.9999dppx) and (max-width: 960px) {
        .clat .border-dropdown-left,
        .clat .border-dropdown-right {
            display: none;
        }

        .clat .lattice-tier-group {
            border-top: none;
        }
        
        .clat .career-card h3 {
            font-size: 15px;
        }

        .clat .cl-career-info {
            display: block;
        }

        .clat .cl-career-info .cl-career-info-education {
            padding-right: 0;
        }

        .clat .cl-career-info .cl-career-info-salary {
            border-left: none;
            padding-left: 0;
            margin-top: 20px;
        }
    }

    @media
    only screen and (-webkit-max-device-pixel-ratio: 1.9999) and (max-width: 600px),
    only screen and (max--moz-device-pixel-ratio: 1.9999) and (max-width: 600px),
    only screen and (-o-max-device-pixel-ratio: 1.9999/1) and (max-width: 600px),
    only screen and (max-device-pixel-ratio: 1.9999) and (max-width: 600px),
    only screen and (max-resolution: 191dpi) and (max-width: 600px),
    only screen and (max-resolution: 1.9999dppx) and (max-width: 600px) {
        .clat .career-profile-oo-charts {
            margin: 0px 5%;
        }

        .clat .container-padding {
            padding: 0px 5%;
        }

        .clat .occrow {
            padding: 60px 10%;
        }

        .clat .border-dropdown-right,
        .clat .border-dropdown-left {
            display: none;
        }
        
        .clat .target-career .target-career-message {
            font-size: 13px;
            text-transform: capitalize;
        }

        .clat .target-career .target-career-message .tooltip {
            margin-left: 2px;
            font-size: 11px;
        }

        .clat section.career-profile-target-occupation {
            margin: 30px 5% 50px;
        }

        .clat .career-card:hover {
            transform: none;
            box-shadow: none;
        }

        .clat .cpdrow-container {
            display: block;
        }

        .clat .career-profile-oo-chart-snapshot {
            min-width: 160px;
            transform: scale(0.8);
            transform-origin: top left;
        }

        .clat .career-profile-oo-chart-snapshot-value {
            font-size: 35px;
        }

        .clat .career-profile-oo-chart-narrative {
            margin-left: 0px;
        }

        .clat .career-profile-oo-chart {
            display: flex;
            margin: 50px 0px;
        }

        .clat .placeholder-image {
            max-width: 560px;
        }

        .clat .cdprow-narrative,
        .clat .dark-row .cdprow-narrative {
            margin-right: 0;
            margin-left: 0;
            padding: 0;
        }

        .clat section.career-profile-details {
            display: block;
        }

        .clat .career-profile-general-information, 
        .clat .career-profile-important-work-activities,     
        .clat .plot-type-LIST .chart-text-list {
            margin: 40px 0px;
        }

        .clat .career-profile-stats .occroot-stat.career-profile-stat.occroot-stat-education, 
        .clat .career-profile-stats .occroot-stat.career-profile-stat.occroot-stat-salary {
            display: block;
            margin: 12px 0px;
        }

        .clat section.career-profile-about h1 {
            font-size: 32px;
        }

        .clat header.lattice-tier-header > span {
            font-size: 20px;
        }

        .clat .lattice-tier-group {
            margin: 10px 0px 0;
            padding: 10px 0px 0;
        }

        .clat .lattice-tier-header h2 {
            font-size: 20px;
        }

        .clat .occrow-tooltip.tooltip svg,
        .clat .occrow-tooltip.tooltip i {
            font-size: 17px;
        }

        .clat a.breadcrumb.breadcrumb-ancestor:after {
           margin: 0px 5px;
        }

        .clat .breadcrumb {
            font-size: 15px;
        }
  
        .clat .cl-career-info {
            display: block;
        }

        .clat .cl-career-info h4 {
            margin: 0;
        }

        .clat .career-card {
            border: #153460 1px solid;
            margin: 4px;
            min-width: calc(20% - 8px);
            width: 100%;
        }

        .clat .cl-career-info .cl-career-info-education {
            padding-right: 0;
        }
        
        .clat .cl-career-info .cl-career-info-salary {
            border-left: none;
            padding-left: 0;
            margin-top: 10px;
        }

        .clat .career-card h3 {
            padding: 20px 10px;
            min-height: 125px;
            font-size: 15px;
            font-family: 'Barlow Semi Condensed';
        }

        .clat .occrow {
            padding: 60px 3%;
        }

        .clat .target-career .target-career-message {
            font-size: 14px;
            line-height: 12px;
            padding: 3px 0;
        }

        .clat .target-career .target-career-message .tooltip {
            display: none;
        }

        .clat .occroot-title h1 {
            padding: 10px 15px;
            font-size: 40px;
            letter-spacing: initial;
        }

        .clat .occroot-stats {
            padding: 10px 15px;
            font-size: 17px;
        }

        .clat .occroot-info p {
            padding: 10px 15px;
            font-size: 16px;
        }

        .clat section.breadcrumbs {
            position: sticky;
            top: 45px;
            z-index: 999999;
        }

        .clat .target-career .target-career-message {
            font-size: 15px;
            text-transform: uppercase;
        }

        .clat .occrow {
            padding: 60px 5%;
        }

        .clat .cdprow-narrative .separator-hash,
        .clat .career-profile-footer  .separator-hash {
            display: none;
        }

        .clat .cdprow-narrative h3,
        .clat section.career-profile-footer h3 {
            color: #153460;
            border-bottom: #153460 thin solid;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

        .clat .career-profile-oo-chart {
            display: block;
            text-align: center;
            margin-bottom: 60px;
        }

        .clat .career-profile-oo-chart-narrative h4 {
            font-size: 24px;
            border-bottom: none;
            padding-bottom: 0;
            margin: 20px 0px 0px;
            text-align: center;
        }
        .clat .career-profile-container .career-profile-oo-charts p {
            text-align: center;
        }

        .clat .career-profile-container p {
            margin:0;
        }

        .clat .career-profile-oo-chart-snapshot {
            max-width: 360px;
            transform: initial;
            display: inline-block;
            min-width: 0;
        }

        .clat .career-profile-oo-title h2 {
            text-align: center;
            font-size: 24px;
            margin: 5px 0px;
        }

        .clat .career-profile-oo-chart-snapshot-value {
           text-align: center;
        }

        .clat .career-profile-oo-title h4,
        .clat .career-profile-oo-title h3 {
           font-size: 20px;
        }

        .clat section.career-profile-target-occupation.container-padding p {
            padding: 10px;
        }

        .clat section.career-profile-about h1 {
            font-size: 28px;
        }

        .clat section.career-profile-about h4 {
            font-size: 20px;
        }

        .clat .occroot-stats.career-profile-stats .tooltip svg,
        .clat .occroot-stats.career-profile-stats .tooltip i {
            display: none;
        }

        .clat .tooltip span::after {
            display: none;
        }

        .clat .tooltip span {
            visibility: visible;
            width: auto;
            background-color: transparent;
            color: #8e8e8e;
            padding: 0;
            position: relative;
            z-index: 9999;
            bottom: 0;
            left: 0;
            margin-left: 0;
            opacity: 1;
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 30px;
            display: block;
            font-style: oblique;
        }

        .clat .target-career .target-career-message .tooltip,
        .clat .tooltip {
            display: none;
        }

        .clat .career-profile-container .target-career .target-career-message .tooltip,
        .clat .career-profile-container .tooltip {
            display: block;
        }

        .clat a.breadcrumb.breadcrumb-ancestor:after,
        .clat a.breadcrumb.breadcrumb-ancestor,
        .clat span.breadcrumb.breadcrumb-self {
            display: none;
        }

        .clat a.breadcrumb.breadcrumb-ancestor:last-of-type {
            display: block;
        }

        .clat a.breadcrumb.breadcrumb-ancestor:last-of-type:before {
            content: 'Back to ';
        }

        .clat .career-card {
            border: #153460 1px solid;
            margin: 0 10px;
            min-width: 0;
            width: calc(50vw);
            flex: 1 0 auto;
            scroll-snap-align: center;
        }

        .clat .occrow.career-slider {
            padding: 60px 0;
            margin: 0;
        }

        .clat a.career-card:last-of-type:after {
            content: "";
            width: 25vw;
            height: 1px;
            position: absolute;
            left: 100%;
            top: 0px;
        }

        .clat a.career-card:last-of-type:before {
            content: "";
            width: 17vw;
            height: 1px;
            position: absolute;
            right: 100%;
            top: 0px;
        }

        .clat .lattice-tier-group {
            overflow-y: scroll;
            justify-content: flex-start;
            background: linear-gradient(45deg, #0000001c, transparent);
            margin: 0px 0;
            padding: 20px 30px;
            border-bottom: rgba(0,0,0,.1) thin solid;
            border-right: none;
            border-left: none;
            border-top: none;
            scroll-snap-type: x mandatory;
        }

        /* Allow scrollbar to be displayed
        .clat .lattice-tier-group::-webkit-scrollbar {
            display: none;
        }
        */

        .clat .occrow.dark-row .overlay-fade {
            background: linear-gradient(90deg, #ffffff00, #D4D5D6);
        }

        .clat .overlay-fade {
            display: block;
            position: absolute;
            background: linear-gradient(90deg, #ffffff00, white);
            width: 120px;
            z-index: 1;
            top: 95px;
            bottom: 61px;
            right: 0;
        }

        .clat .occupation-root-box {
            display: block;
            text-align: left;
            border: none;
            border-radius: 0;
            margin: 0 20px;
            text-align: center;
        }

        .clat .occroot-title h1 {
            margin: 0;
            color: #153460;
            background-color: transparent;
            padding: 0;
            font-size: 35px;
            letter-spacing: initial;
            border-bottom: #153460 thin solid;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }

        .clat .occroot-stats {
            padding: 0;
            text-transform: uppercase;
            font-size: 18px;
        }

        .clat span.occroot-stat-value {
            display: block;
            margin-left: 0;
            font-size: 23px;
            margin-bottom: 0px;
        }

        .clat .occroot-stats svg,
        .clat .occroot-stats i {
            display: none;
        }

        .clat .occroot-info p {
            margin: 0;
            padding: 0;
            margin-top: 10px;
            font-size: 16px;
            padding-top: 18px;
        }

        .clat header.lattice-tier-header > span:before {
            display: none;
        }

        .clat .career-card {
            width: calc(60vw);
        }

        .clat .cl-career-info {
            display: block;
        }

        .clat .cl-career-info h4 {
            margin: 0;
        }

        .clat .cl-career-info .cl-career-info-salary {
            border-left: none;
            padding-left: 0;
            margin-top: 20px;
        }

        .clat .overlay-fade {
            width: 20vw;
        }
        
        .clat .lattice-tier-header h2 {
            display: block;
            margin: 0;
            padding: 0;
            font-size: 18px;
        }

        .clat header.lattice-tier-header > span {
            font-size: 16px;
            margin-bottom: 20px;
            display: block;
            margin-left: 0;
        }

        .clat .occupation-root-box {
            text-align: left;
        }
        
    }