/* Project Specific Styles (Career Headlight)
//
//  A collection of styles applied specifically to the CHL 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 CHL Styles */
body.app-chl {
/* 	min-width: 1050px; */
	font-family: 'Roboto',"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	margin: 0;
    background-color: #fff;
}
.bapp.app-chl #app-main .article-page {
    margin: 4.33em 2.33em;
}
.bapp.app-chl .app-main {
    width: 100%;
    margin-left: 2.33em;
    margin-right: 2.33em;
    margin-top: 80px;
}
.app-chl div#chart-career-page.content {
    padding: 0px;
}
.app-chl .no-results {
    display: none;
}
/*.app-chl .section-box {
	margin-top: 20px;
    background-color: #ffffff;
    border: 3px solid gray;
    border-radius: 6px;
}*/
.app-chl #chl-sliders-page .section-box {
    margin-top: 0px;
    border: 0;
}
@media screen and (max-width: 700px) {

    .bapp.app-chl .app-main {
        margin-left: 0;
        margin-right: 0;
    }
}

/* App Notes & Errors */
.app-chl #app-msg {
    background-color: #fff;
    color: #666;
    line-height: 30px;
    font-size: 16px;
    border: 0;
    width: 100%;
    text-align: center;
    padding: 0;
}
.app-chl #user-survey-page h1 span.error-marker {
    color: red;
    display: none;
}

/* CMS Resource: Web Chart */
.app-chl .chart-page h2 {
	font-size: 21px;
	line-height: 1.3em;
	margin-bottom: 0;
}

/* CHL Page Adjustments */
.app-chl .chart-page {
    max-width: 968px;
    margin: 0 auto;
}
.app-chl .chart-page #chart-page-narrative,
.app-chl #chl-interns-map-page.chart-page {
    margin-top: 3em;
}

/* CHL Chart Form */
.app-chl .chart-page.has-chart-form {
    padding-top: 5.66em;
}
.app-chl #chart-form #summary-list li.param-ui {
    display: none;
}
/*.app-chl #chart-form .ui-widget.hlchartform.ui-state-default, 
.app-chl #chart-form .ui-widget.hlchartform.ui-state-active {
    border-color: #999;
}
.app-chl #chart-form .ui-multiselect span {
    float: left;
    max-width: 50px;
}
.app-chl .ui-multiselect-menu.hlchartform li label.ui-state-hover {
	font-weight: normal;
	background: #ffffff;
	color: #555555;
	border: 1px solid #6ac368;
}
.app-chl .keyword-param {
	text-align: center;
}
.app-chl .keyword-param select {
	max-width: 160px;
}
.app-chl .keyword-param.advfilter {
	display: none;
}
.app-chl .keyword-param .ui-control {
	font-family: FontAwesome;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 18px 4px 0;
    cursor: pointer;
    font-size: 12px;
    color: #606060;
}
.app-chl .keyword-param .ui-control .title {
 	font-family:  "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
 	font-size: 12px;
 	color: #888888;
 	display: inline-block;
 	margin-left: 3px;
    zoom: 1;
    *display: inline;
}
.app-chl .keyword-param .ui-control:before {    
    content: "\f152";
}
.app-chl .keyword-param .ui-control.isVisible:before {
	content: "\f150";
}
.app-chl .keyword-param label.checkboxWrap {
	font-size: 12px;
	margin-top: 14px;
	color: #333;
}*/
.app-chl #summary-list {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}
@media screen and (max-width: 800px) {

    .app-chl #chart-form #summary-list {
        display: block;
    }
    .app-chl #chart-form #summary-list li {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 0;
    }
}

/* CHL Keyword Inputs */
.app-chl #param-geography {
	width: 215px;
}
.app-chl #chl-sliders-page #chart-form-params #keyword-geography,
.app-chl #chl-sliders-page #chart-summary #summary-param-geography,
.app-chl #chart-career-compare-page #chart-form-params #keyword-geography,
.app-chl #chart-career-compare-page #chart-summary #summary-param-geography,
.app-chl #chart-career-explore-page #chart-form-params #keyword-geography,
.app-chl #chart-career-explore-page #chart-summary #summary-param-geography,
.app-chl #chl-top-careers-page #chart-form-params #keyword-geography,
.app-chl #chl-top-careers-page #chart-summary #summary-param-geography {
    display: block;
}
.app-chl #chart-career-compare-page #chart-summary #summary-param-occ1 .summary-value {
    color: #666;
}
.app-chl #chart-career-compare-page #chart-summary #summary-param-occ2 .summary-value {
    color: #c1c1c1;
}
.app-chl #chart-career-compare-page #chart-summary #summary-param-occ3 .summary-value {
    color: #999;
}

/* CHL Plot Tooltip */
#chart-careercomp .hc-tooltip,
body.app-chl .chart-page .hc-tooltip {
	min-width: 150px;
	max-width: 300px;
	white-space: normal;
	background: #fff;
	padding: 10px;
	border: 2px solid #000;
	border-radius: 5px;
	color: #000000;
	font-size: 10px;
	z-index: 2000;
}
body.app-chl.ie7 .chart-page .hc-tooltip,
body.app-chl.ie8 .chart-page .hc-tooltip {
	background: rgb(252,255,197);
}
div#chart-careercomp .hc-tooltip .value,
body.app-chl .chart-page .hc-tooltip .value {
	font-weight: bold;
}

/* CHL Menus */
.app-chl ul.inline-menu li {
    margin: 0 0.66em;
}
.app-chl #user-menu {
    height: 18px;
    font-size: 14px;
    color: #ffffff;
    background: #6ac368;
}
.app-chl #user-menu a {
    color: #ffffff;
    text-decoration: none;
}
.app-chl #user-menu a:hover {
    color: #333333;
}
.app-chl #user-menu #user-handle {
    font-size: inherit;
    display: block;
    float: right;
    margin-right: 10px;
}
.app-chl #user-menu #menu-list {
    display: none;
    list-style: none;
}
.app-chl #user-menu:hover #menu-list {
    clear: both;
    float: right;
    display: block;
    background: #6ac368;
    margin: 0;
    padding: 10px 10px 0;
}
.app-chl #user-menu #menu-list li {
    margin: 0 0 10px;
}

.app-chl div.app-head {
	padding: 0.66em 0;
	margin: 0.33em auto 0.99em auto;
}

.ie7 ol li {
    margin-left: 0;
    display: list-item;
    list-style: inside decimal-leading-zero;
}

.app-chl div.button {
    background-color: #014a13;
    border: 1px outset #231f20;
}
.app-chl div.button a:link,
.app-chl div.button a:visited {
    color: #f4d15d;
}

/* A more generic set of button classes: */
input[type='submit'],
.btn {
	display: block;
	padding: 6px 21px;
	border-radius: 10px;
	border: none;
	outline: none;	
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: transparent;
	text-align: center;
	text-decoration:none;
}
/* submit buttons should generally be smaller: */
input[type='submit'] {
	font-size: 10px;
	padding: 4px 1px;
	border-radius: 4px;
}
input[type='submit']:disabled,
input[type='submit']:hover,
.btn:hover {
	zoom: 1;
	cursor: pointer !important;
	opacity: .8;
}
input[type='submit'],
.btn.green {
	color: #ffffff;
	background: #6ac368;
}
a.bookmarked {
	text-decoration: none;
	color: #FFC425;
	cursor: pointer;
}
.modal-window {
    display: none;
    background: #deddde;
    position: fixed;
    top: 20%;
    left: 50%;
    width: 400px;
    padding: 50px 20px;
    margin-left: -225px;
/*     border: 2px solid #333; */
    z-index: 12000;
/*     border-radius:10px; */
text-align: center;
    font-family: "Roboto";
    color: #666;
}

.modal-window .inline-menu li a.btn {
    display: inline-block;
    padding: 6px 21px;
    border-radius: 0px;
    border: none;
    outline: none;
    font-size: 14px;
     font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #000;
    width: 100px;
}

.modal-background {
    z-index: 11000;
    background: rgba(0,0,0,0.85);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ie7 .modal-background,
.ie8 .modal-background {
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.close-modal {
    position: absolute;
    top: -40px;
    right: -30px;
    color: #fff;
    text-decoration: none;
    font-family: "Lato", sans-serif; 
    font-size: 2em;
    font-weight: 100;
    cursor:pointer;
}

/* make sure that FA defaults to sans: */
[class*=" icon-"] {
    font-family: FontAwesome, sans-serif;
}

.icon.bookctl .icon-remove {
	color: #fff;
}
.icon .icon-star {
	white-space: nowrap;
}
/* .icon .icon-star-empty:hover { } */

/*  This isn't great, but in order to keep some of the current formatting for the bookmark, it's necessary 
	to add this since there is no "before" in ie7 */
.ie7 .icon-star {
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;' + this.innerHTML);
} 
.ie7 .icon-remove {
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00D;' + this.innerHTML);
}
.ie7 .icon-star-empty {
    *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;' + this.innerHTML);
}


.bookmark-inactive, .bookmark-active {
    background-image: url('/images-chl/sprite_stars.png');
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
}

.bookmark-inactive {
    background-position: 0 0;
}

.bookmark-active {
    background-position: -17px 0;
}

/* Main Content Wrappers */
div.article-page {
	color: #3b3b3b;
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	margin: 1em;
	padding: 0;
}
#article-5,
#article-6 {
	padding:0 60px;
}
div#chl-map-page.content,
div#chl-top-careers-page.content,
div#chart-career-page.content,
div#chart-careercomp-page.content {
    width: auto;
}

/* Table Node to contain a row of cells */
div#career-top-pane,
div#chart-careercomp,
div#sliders-interface,
div#chl-map-page .row {
	display: table;
	width: 100%;
    table-layout: fixed;
}

/*  All Columns here: */
div#plot-careercomp\.1,
div#plot-careercomp\.2,
div#plot-careercomp\.3,
div#plot-careercomp\.4,
div#plot-careercomp\.5,
div#plot-careercomp\.6,
div#career-left-pane,
div#career-mid-pane,
div#career-right-pane,
div#chl-map-page .section-box {
	display: table-cell;
	float:left;
	min-height: 200px;
	margin: 0 0 10px .5%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* first-child boxes -- boxes that are on the left*/
div#career-left-pane,
div#chart-careercomp:nth-child(3n+0),
div#chl-sliders-page div#sliders-input,
div#chl-map-page .section-box:first-child {
/* 	margin-left: 0; */
	margin-left: 0.5%;
}

/* 60% columns */
div#chl-sliders-page div#sliders-input {
	width: 90%;
	margin:0 auto;
}
.ie7 div#chl-sliders-page div#sliders-input {
	width: 55%;
}

/* 50% columns */
div#chl-map-page .col-xs-6 {
	width: 49.9%;
}
.ie8 div#chl-map-page .col-xs-6,
.ie7 div#chl-map-page .col-xs-6 {
	width: 48%;
}

/* 40% columns */
div#chl-sliders-page div#sliders-result {
/* 	width: 39.8%; */
}
.ie7 div#chl-sliders-page div#sliders-result {
	width: 38%;
}

/* 33% columns */
div#plot-careercomp\.1,
div#plot-careercomp\.2,
div#plot-careercomp\.3,
div#plot-careercomp\.4,
div#plot-careercomp\.5,
div#plot-careercomp\.6,
div#career-left-pane,
div#career-mid-pane,
div#career-right-pane {
	width: 32.8%;
}
.ie7 div#plot-careercomp\.1,
.ie7 div#plot-careercomp\.2,
.ie7 div#plot-careercomp\.3,
.ie7 div#plot-careercomp\.4,
.ie7 div#plot-careercomp\.5,
.ie7 div#plot-careercomp\.6,
.ie7 div#career-left-pane,
.ie7 div#career-mid-pane,
.ie7 div#career-right-pane {
	width: 31%;
}
/* 25% columns */
.app-chl div#chl-map-page .col-xs-3  {
	width: 24.5%;
}

/* CHL Header */
.app-chl #career-headlight-header {
    background-color: #333;
    height: 45px; 
    color: white;
    z-index: 9999;
}
.app-chl #career-headlight-header .header-left {
    width: 25%;
    margin-left: 25px;
}
.app-chl #career-headlight-header .header-right {
    width: inherit;
}
.app-chl #career-headlight-header .header-mid {
    width: 55%;
}
.app-chl #career-headlight-header .header-right {
    width: inherit;
}
.app-chl #career-headlight-header .nav-holder,
.app-chl #career-headlight-header .nav-holder a {
    padding-top: 12px;
    font-family: 'Roboto', sans-serif;
}
.app-chl #career-headlight-header .nav-holder a {
    color: white;
    text-decoration: none;
}
.app-chl #career-headlight-header .nav-holder a:hover {
    color: #ccc;
}
@media screen and (max-width: 930px) {

    .app-chl #career-headlight-header .header-mid,
    .app-chl #career-headlight-header .header-right {
        display: none;
    }
}

/* CHL Navigation Menu */
.app-chl #career-headlight-header ul.chl-nav {
    margin: 0;
    font-size: .85em;
    padding: .15em 0;
    /*border-left: 1px solid #fff;*/
    /*border-right: 1px solid #fff; for portal menu*/    
}  
.app-chl #career-headlight-header .header-mid {
    border-left: 1px solid #fff;
}      
.app-chl #career-headlight-header ul.chl-nav li {
    margin: 0 1.15em;
    text-transform: uppercase;
}
.app-chl #career-headlight-header ul.chl-nav li a {
    color: #999;
}
.app-chl #career-headlight-header ul.chl-nav li a:hover {
    color: #fff;
}
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    #career-headlight-header ul.chl-nav {
        font-size: .65em
    }
    
    #career-headlight-header ul.chl-nav li {
        margin: 0 .75em;
    }     
}
/* iPhone 5: */
@media screen and (device-aspect-ratio: 40/71) {
    #career-headlight-header ul.chl-nav {
        font-size: .75em
    }
    
    #career-headlight-header ul.chl-nav li {
        margin: 0 .95em;
    }  
}
/* CHL Login Menu */
.app-chl #career-headlight-header ul.login-menu {
    font-size: .8em;
    text-transform: uppercase;
    margin: 0;
    padding: 0.15em;
}
.app-chl #career-headlight-header ul.icon-menu {
    margin: 0;
}
.app-chl #career-headlight-header ul.login-menu li,
.app-chl #career-headlight-header ul.icon-menu li {
    float: left;
    margin: 0;
    position: relative;
}
.app-chl #career-headlight-header ul.login-menu li {
    padding-right: 1.33em;
}

/* CHL Portal Menu */
.app-chl #career-headlight-header .nav-holder .header-right {
    font-size: 0.85em;
    text-transform: uppercase;
}
.app-chl #career-headlight-header #portal-menu {
    float: right;
}
.app-chl #career-headlight-header ul.chl-portal {
    margin: 0;
    padding: 0.33em 0;
    text-align: right;
}
.app-chl #career-headlight-header ul.chl-portal li {
    margin: 0;
    border: 1px solid #fff;
    text-align: center;
    padding: 0.33em 0px;
    display: inline-block;
    min-width: 9em;
    position: relative;
    top: -7px;
}
.app-chl #career-headlight-header ul.chl-portal li a {
    margin: 0;
    display: inline-block;
    padding: 0 11px;
}
@media screen and (max-width: 945px) {
    .app-chl #career-headlight-header ul.portal-menu li a {
        padding: 0;
    }
}

/* CHL Icon Menu */
.app-chl #career-headlight-header ul.icon-menu li {
    padding-right: 25px;
    padding-bottom: 10px;
}
.app-chl #career-headlight-header ul.icon-menu li img {
    border: 0;
}
.app-chl #career-headlight-header ul.icon-menu ul.main-menu {
    background: #999; 
    list-style: none;
    position: absolute;
    top: 33px;
    padding: 10px;
    left: -9999px; 
    z-index: 9999;
}
.app-chl #career-headlight-header ul.icon-menu ul.main-menu li {
    margin: 0;
    padding: 5px;
    padding-right: 30px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}
.app-chl #career-headlight-header ul.icon-menu ul.main-menu a {
    white-space: nowrap; 
}
.app-chl #career-headlight-header ul.icon-menu li:hover ul {
    left: 0;
}
.app-chl #career-headlight-header ul.icon-menu li:hover ul li a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 900px) {
    .app-chl #career-headlight-header ul.icon-menu ul.main-menu li {
        font-size: 1.33em;
        line-height: 1.33em;
    }
}

/* CHL Footer */
.app-chl #career-headlight-footer {
    clear: both;
    width: 100%;
    background-color: #333;
    height: auto;
    margin-top: 2.66em;
}
.app-chl #career-headlight-footer .content {
    margin: 0 1.33em;
}
.app-chl #career-headlight-footer div p {
    font-family: "Lato", sans-serif;
    color: #FFF;
    font-size: 12px;
    text-align: left;                
    line-height: 22px;
    margin-top: 40px;
    
}
.app-chl #career-headlight-footer .footer-legal {
    margin: 1.66em 1em;
    text-align: right;
    white-space: nowrap;
    padding-right: 1.66em;
}
.app-chl #career-headlight-footer .footer-legal a {
    color: #fff;
    text-decoration: none;
}
.app-chl #career-headlight-footer .logos-right img {
    max-width: 80%;
}
.app-chl #career-headlight-footer .grid {
    margin-bottom: 0;
}
.app-chl #career-headlight-footer [class*='col-'] {
    padding-bottom: 0px;    
}
.app-chl #career-headlight-footer .footer-partner-logos {
    border-bottom: 1px solid #666;
    font-size: .755em;
    padding-bottom: 10px;
    margin-top: 55px;
    text-align: right;
}
.app-chl #career-headlight-footer .footer-partner-logos img {
    margin: 10px;
    border: 0;
}
.app-chl #career-headlight-footer .footer-logo {
    float: right;
    padding: 20px;
    border: 0;
}
.app-chl #career-headlight-footer .footer-right {
    text-align: right;
}
.app-chl #career-headlight-footer.section {
    padding-top: 80px;
}

/* CHL Explore and Compare Classic Dashboards (v1.0-1.3; deprecated) */
div#chart-career-page div.plot-preload {
	border: none;
	border-radius: 6px;
}
div#chart-career-page div.plot-postload {
    border: 3px solid gray;
	border-radius: 6px;
	background-color: #ffffff;
	margin-bottom: 5px;
}
div#chart-career-page #career-dials-box {
	min-width: 270px;
}
div#chart-career-page #career-dials-box .helper {
	font-size: 12px;
	color: #666;
}
div#chart-career-page div#plot-career\.3-4 {
	border: 0;
	background-color: transparent;
	text-align: left;
	float: none;
}
div#chart-career-page div#plot-career\.3-4 h2 {
	color: #555555;
}
div#chart-career-page #plot-career\.3-4 #chl-occ-menu {
	white-space: nowrap;	
}
div#chart-career-page #plot-career\.3-4 #chl-occ-menu a {
	text-decoration: none;
	color:#FFC425;
}
div#chart-career-page div#plot-career\.8 {
	float: none;
}
div#chart-career-page div#plot-career\.9 {
	float: none;
}
div#chart-career-page div#plot-career\.11,
div#chart-career-page div#plot-career\.12,
div#chart-career-page div#plot-career\.13 {
	float: none;
}
div#chart-career-page .chart-page .label-xaxis-0,
div#chart-career-page div#plot-career\.8 div.highcharts-axis-labels span div.label-xaxis-0,
div#chart-career-page div#plot-career\.9 div.highcharts-axis-labels span div.label-xaxis-0,
div#chart-career-page div#plot-career\.11 div.highcharts-axis-labels span div.label-xaxis-0,
div#chart-career-page div#plot-career\.12 div.highcharts-axis-labels span div.label-xaxis-0,
div#chart-career-page div#plot-career\.13 div.highcharts-axis-labels span div.label-xaxis-0,
div#chart-career-page div#plot-career\.22 div.highcharts-axis-labels span div.label-xaxis-0 {
	text-align: left;
	line-height: 16px;
	white-space: nowrap;
	width: 220px;
	position: absolute;
	bottom: -7px;
	left: -220px;
	overflow-x: hidden;
	overflow-y: hidden;
}
div#chart-career-page div#plot-career\.19a {
	margin-top: 1em;
	margin-left: 1em;
	font-size: 14px;
	color: #555555;
	clear: left;
	width: 40%;
	border: none;
	background-color: inherit;
}
div#chart-career-page div#plot-career\.14a,
div#chart-career-page div#plot-career\.15a,
div#chart-career-page div#plot-career\.16a,
div#chart-career-page div#plot-career\.17a,
div#chart-career-page div#plot-career\.18a {
	margin-top: 1.33em;
	margin-left: 1em;
	font-size: 14px;
	color: #555555;
	clear: left;
	width: 40%;
	border: none;
	background-color: inherit;
}
div#chart-career-page div#plot-career\.14a dl dt,
div#chart-career-page div#plot-career\.15a dl dt,
div#chart-career-page div#plot-career\.16a dl dt,
div#chart-career-page div#plot-career\.17a dl dt,
div#chart-career-page div#plot-career\.18a dl dt,
div#chart-career-page div#plot-career\.19a dl dt {
	clear: left;
	float: left;
	text-align: left;
	font-weight: bold;
}
div#chart-career-page div#plot-career\.14a dl dd,
div#chart-career-page div#plot-career\.15a dl dd,
div#chart-career-page div#plot-career\.16a dl dd,
div#chart-career-page div#plot-career\.17a dl dd,
div#chart-career-page div#plot-career\.18a dl dd,
div#chart-career-page div#plot-career\.19a dl dd {
	margin-left: 1.66em;
	clear: left;
	text-align: left;
}
div#chart-career-page div#plot-career\.14b,
div#chart-career-page div#plot-career\.15b,
div#chart-career-page div#plot-career\.16b,
div#chart-career-page div#plot-career\.17b,
div#chart-career-page div#plot-career\.18b,
div#chart-career-page div#plot-career\.19b {
	margin-left: 3em;
	border: none;
	background-color: inherit;
}
div#chart-career-page div#plot-career\.22 {
	float: none;
}
div#chart-career-page div#plot-career\.23 {
	float: none;
	clear: both;
	text-align: left;
	font-size: 13px;
	margin-left: 1em;
	padding-top: 3.66em;
}
div#chart-career-page div#plot-career\.23 h2 {
	color: #555555;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 18px;
}
div#chart-career-page div#plot-career\.23 ul {
	list-style-type: none;
}
div#chart-career-page div#plot-career\.24 {
	float: left;
	text-align: left;
	font-size: 13px;
	width: 50%;
	margin-left: 1em;
}
div#chart-career-page div#plot-career\.24 h2 {
	color: #555555;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 18px;
}
div#chart-career-page div#plot-career\.24 ul {
	list-style-type: none;
}
div#chart-career-page div#plot-career\.25 {
	float: none;
	color: #555555;
	text-align: left;
	font-size: 14px;
	padding-left: 1em;
}
div#chart-career-page div#plot-career\.25 h2 {
	color: #555555;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 18px;
}
div#chart-career-page div#plot-career\.25 ul {
	padding-left: 1em;
}
div#chart-career-page div#plot-career\.25 ul li {
	line-height: 17px;
}

/* CHL Compare (v1.1-1.3) */
div#chart-careercomp-page div.plot-preload {
	border: none;
	border-radius: 6px;
}
div#chart-careercomp-page div.plot-postload {
    border: 3px solid gray;
	border-radius: 6px;
	background-color: #ffffff;
	margin-bottom: 5px;
}
div#plot-careercomp\.1,
div#plot-careercomp\.2,
div#plot-careercomp\.3,
div#plot-careercomp\.4,
div#plot-careercomp\.5,
div#plot-careercomp\.6 {}

div#plot-careercomp\.1,
div#plot-careercomp\.4 {
	margin-left:none!important;
}

/* CHL Explore and Compare Dashboards (v1.4+) */
.app-chl #chart-career-explore-page.chart-page,
.app-chl #chart-career-compare-page.chart-page {
    max-width: 1010px;
}
/* #chart-career-explore-page div.plot-preload { } */
/* #chart-career-explore-page div.plot-postload { } */
.app-chl #chart-career-explore.chart-canvas,
.app-chl #chart-career-compare.chart-canvas {
    margin: 1.66em auto 0 auto;
    text-align: center;
/*     width: 968px; */
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    color: #606060;
}
.app-chl #chart-career-explore .chart-footer,
.app-chl #chart-career-compare .chart-footer {
    margin: 0.66em 0;
}
.app-chl #chart-career-explore .plot-group,
.app-chl #chart-career-compare .plot-group {
    display: inline-block;
    margin: 0 1.33em 15px 1.33em;    
}
.app-chl.platform-msie #chart-career-explore .plot-group,
.app-chl.platform-msie #chart-career-compare .plot-group {
    zoom: 1;
    *display: inline;
}
.app-chl #chart-career-explore .chart-plot,
.app-chl #chart-career-compare .chart-plot { 
    background-color: #e8e8e8;
    display: inline-block;
    margin: 0.33em 0.33em;
}
.app-chl #chart-career-explore .chart-plot .label-xaxis-0 {
    margin-top: 0.33em;
    color: #636363;
}
.app-chl #chart-career-explore #plot-explore-occ\.detail {
    text-align: center;
    padding: 0.66em;
    margin: 0 auto;
}
.app-chl #chart-career-explore #plot-explore-occ\.need,
.app-chl #chart-career-explore #plot-explore-occ\.know {
    width: 465px;
    height: 355px;
}
.app-chl #chart-career-explore #plot-explore-occ\.done,
.app-chl #chart-career-explore #plot-explore-occ\.action {
    width: 465px;
    height: 200px;
}
.app-chl #chart-career-explore #plot-explore-occ\.done {
    text-align: left;
}
.app-chl #chart-career-explore #plot-explore-job\.growth,
.app-chl #chart-career-explore #plot-explore-job\.hiring,
.app-chl #chart-career-explore #plot-explore-job\.wage-edu {
    width: 310px;
    height: 355px;
}
.app-chl #chart-career-compare #plot-compare-job\.growth,
.app-chl #chart-career-compare #plot-compare-job\.wage-edu {
    width: 470px;
    height: 355px;
}
.app-chl #chart-career-compare #plot-compare-job\.wage-edu .highcharts-container {
    margin-left: 100px;
}
.app-chl #chart-career-explore #plot-explore-job\.exp,
.app-chl #chart-career-compare #plot-compare-job\.exp,
.app-chl #chart-career-explore #plot-explore-job\.local,
.app-chl #chart-career-compare #plot-compare-job\.local {
    width: 470px;
    height: 200px;
}
.app-chl #chart-career-explore #explore-occupation-summary,
.app-chl #chart-career-compare #compare-occupation-summary {
/* 	border: 1px solid #ccc; */
	font-family: 'Lato', sans-serif;
	overflow: hidden;
	position: relative;
/* 	min-height: 160px; */
}
.app-chl #chart-career-explore #explore-occupation-summary.collapsed,
.app-chl #chart-career-compare #compare-occupation-summary.collapsed {
/* 	height: 160px; */
	height: auto;
	margin-left: 1.66em;
	margin-right: 2em;
}
.app-chl #chart-career-explore #explore-occupation-summary.collapsed #plot-explore-occ\.need,
.app-chl #chart-career-explore #explore-occupation-summary.collapsed #plot-explore-occ\.know,
.app-chl #chart-career-explore #explore-occupation-summary.collapsed #plot-explore-occ\.done,
.app-chl #chart-career-explore #explore-occupation-summary.collapsed #plot-explore-occ\.action {
    display: none;
}
.app-chl #chart-career-explore #explore-occupation-summary.expanded,
.app-chl #chart-career-compare #compare-occupation-summary.expanded {
	height: auto;
}
.app-chl #chart-career-compare #compare-occupation-summary .chart-plot {
    width:310px;
    text-align:left;
}
.app-chl #chart-career-compare #compare-occupation-summary .chart-plot h2.chart-text-title {
    display:none;
}
.app-chl #chart-career-compare #compare-occupation-summary .chart-plot .chart-text-body {
    font-size: 13px;
    line-height: 20px;
    color: #999;
    text-align: justify;
    margin: 1.33em;
}
.app-chl #chart-career-compare #compare-occupation-summary .plot-group-row {
    background-color: #e6e6e6;
    float: left;
    padding: 15px 0;
    margin-bottom: 30px;
    width: 100%;
    min-width: 968px;
}
.app-chl #chart-career-compare #compare-occupation-summary #summary-row-detail.plot-group-row {
    background-color: #fff;
    padding: 0px;
}
.app-chl #chart-career-compare #compare-occupation-summary.collapsed #summary-row-need.plot-group-row,
.app-chl #chart-career-compare #compare-occupation-summary.collapsed #summary-row-know.plot-group-row,
.app-chl #chart-career-compare #compare-occupation-summary.collapsed #summary-row-hiring.plot-group-row {
    display: none;
}
.app-chl #chart-career-compare #compare-occupation-summary #summary-row-need.plot-group-row .chart-plot, 
.app-chl #chart-career-compare #compare-occupation-summary #summary-row-know.plot-group-row .chart-plot, 
.app-chl #chart-career-compare #compare-occupation-summary #summary-row-hiring.plot-group-row .chart-plot {
    height: 170px;
}
.app-chl #chart-career-compare #compare-occupation-summary #summary-row-need.plot-group-row .chart-plot.mode-more-view, 
.app-chl #chart-career-compare #compare-occupation-summary #summary-row-know.plot-group-row .chart-plot.mode-more-view, 
.app-chl #chart-career-compare #compare-occupation-summary #summary-row-hiring.plot-group-row .chart-plot.mode-more-view {
    height:510px;
}
.app-chl #chart-career-compare #compare-occupation-summary .plot-group-row .row-title {
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.app-chl #chart-career-compare #compare-occupation-summary .plot-group-row .row-title .control-detail {
    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;   
}
.app-chl #chart-career-explore #expand-details,
.app-chl #chart-career-compare #expand-details  {
	width: 37px;
	height: 37px;
	position: relative;
	clear: both;
	margin: 0 auto;
	cursor: pointer;
}
.app-chl #chart-career-compare #expand-details.mode-less-view {
    margin-bottom: 1em;
}
.app-chl #chart-career-explore #expand-details {
	/*margin: -31px 12px 60px auto;*/
}
.app-chl #chart-career-compare #expand-details  {
	/*margin: 13px 12px 60px auto;*/
}
.app-chl #chart-career-explore #expand-details.mode-more-view,
.app-chl #chart-career-compare #expand-details.mode-more-view {
	background-image: url('/images-chl/plot-group-more-detail.png');
}
.app-chl #chart-career-explore #expand-details.mode-less-view,
.app-chl #chart-career-compare #expand-details.mode-less-view {
	background-image: url('/images-chl/plot-group-less-detail.png');
}
.app-chl #chart-career-explore #explore-occupation-summary .chart-plot.plot-preload,
.app-chl #chart-career-compare #compare-occupation-summary .chart-plot.plot-preload {
	visibility: collapse;
}
.app-chl #chart-career-explore #explore-occupation-summary .chart-plot,
.app-chl #chart-career-compare #compare-occupation-summary .chart-plot {
	background-color: transparent;
	float: left;
}
.app-chl #chart-career-explore #explore-occupation-summary #plot-explore-occ\.detail {
    float: none;
    min-width: 49%;
/*     min-height: 160px; */
}
.app-chl #chart-career-compare #compare-occupation-summary #plot-compare-occ-1\.detail,
.app-chl #chart-career-compare #compare-occupation-summary #plot-compare-occ-2\.detail,
.app-chl #chart-career-compare #compare-occupation-summary #plot-compare-occ-3\.detail {
    min-height: 160px;
}
.app-chl #chart-career-explore #explore-occupation-summary #plot-explore-occ\.detail h2.chart-text-title {
	text-align: center;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 0.33em;
    margin-right: 0.66em;
}
.app-chl #chart-career-explore #explore-occupation-summary #plot-explore-occ\.detail .chart-text-body {
   	color: #a9a8a9;
    font-size: 14px;
    margin-top: 0;
    line-height: 25px;
	text-align: justify;
/*     min-height: 100px; */
} 
.app-chl #chart-career-explore #explore-occupation-summary #plot-explore-occ\.action {
    text-align: left;
    margin-left: 1.33em;
}
.app-chl #chart-career-explore #explore-occupation-summary #plot-explore-occ\.action h2 {
    font-size: 15px;
    font-family: sans-serif;
    padding-top: 0px;
}
.app-chl #chart-career-explore #explore-occupation-summary #plot-explore-occ\.action .chart-text-list ul {
    margin: 0px;
    padding: 0.66em;
}

/* Explore: 2-Column */
@media screen and (max-width: 1010px) {
    .app-chl #chart-career-explore #plot-explore-job\.hiring {
        width: 470px;
    }
    .app-chl #chart-career-explore #plot-explore-job\.wage-edu {
        height: 377px;
        padding-top: 33px;
    }
    .app-chl #chart-career-explore.chart-canvas {
        padding: 0 3.33em;
    }
}
/* Explore: 1-Column (Wide) */
@media screen and (max-width: 950px) {

    .app-chl #chart-career-explore #plot-explore-job\.hiring {
        width: 310px;
    }
    .app-chl #chart-career-explore #plot-explore-job\.growth,
    .app-chl #chart-career-explore #plot-explore-job\.hiring,
    .app-chl #chart-career-explore #plot-explore-job\.wage-edu {
        padding: 0 11.66em;
    }
    .app-chl #chart-career-explore #plot-explore-job\.exp,
    .app-chl #chart-career-explore #plot-explore-job\.local {
        padding: 0 6.66em;
    }
    .app-chl #chart-career-explore.chart-canvas {
        padding: 0 5.33em;
    }
}
@media screen and (max-width: 800px) {
    .app-chl #chart-career-explore.chart-canvas {
        padding-left: 4.33em;
        padding-right: 4.33em;
    }
}
@media screen and (max-width: 800px) {
    .app-chl #chart-career-explore.chart-canvas {
        padding-top: 2.33em;
    }
}
@media screen and (max-width: 685px) {

    .app-chl #chart-career-explore #plot-explore-job\.hiring {
        height: 355px;
    }
    .app-chl #chart-career-explore #plot-explore-job\.growth,
    .app-chl #chart-career-explore #plot-explore-job\.hiring,
    .app-chl #chart-career-explore #plot-explore-job\.wage-edu {
        padding: 0 9.66em;
    }
    .app-chl #chart-career-explore #plot-explore-job\.exp,
    .app-chl #chart-career-explore #plot-explore-job\.local {
        padding: 0 4.66em;
    }
    .app-chl #chart-career-explore.chart-canvas {
        padding-left: 3.33em;
        padding-right: 3.33em;
    }
}
@media screen and (max-width: 500px) {

    .app-chl #chart-career-explore #plot-explore-occ\.need, 
    .app-chl #chart-career-explore #plot-explore-occ\.know, 
    .app-chl #chart-career-explore #plot-explore-occ\.done,
    .app-chl #chart-career-explore #plot-explore-occ\.action {
        width: 310px;
    } 
    .app-chl #chart-career-explore #plot-explore-job\.growth,
    .app-chl #chart-career-explore #plot-explore-job\.hiring,
    .app-chl #chart-career-explore #plot-explore-job\.wage-edu {
        padding: 0 1.66em;
    }
    .app-chl #chart-career-explore #plot-explore-job\.exp,
    .app-chl #chart-career-explore #plot-explore-job\.local {
        width: 310px;
        padding: 0 1.66em;
    }
    .app-chl #chart-career-explore.chart-canvas {
        padding-left: 2em;
        padding-right: 2em;
    }
}
@media screen and (max-width: 415px) {

    .app-chl #chart-career-explore #plot-explore-occ\.need, 
    .app-chl #chart-career-explore #plot-explore-occ\.know, 
    .app-chl #chart-career-explore #plot-explore-occ\.done,
    .app-chl #chart-career-explore #plot-explore-occ\.action {
        width: 290px;
    } 
    .app-chl #chart-career-explore #plot-explore-job\.growth,
    .app-chl #chart-career-explore #plot-explore-job\.hiring,
    .app-chl #chart-career-explore #plot-explore-job\.wage-edu {
        padding: 0 2em;
        width: 290px;
    }
    .app-chl #chart-career-explore #plot-explore-job\.exp,
    .app-chl #chart-career-explore #plot-explore-job\.local {
        padding: 0 2em;
        width: 290px;
    }
    .app-chl #chart-career-explore.chart-canvas {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 375px) {
    .app-chl #chart-career-explore #plot-explore-job\.growth,
    .app-chl #chart-career-explore #plot-explore-job\.hiring,
    .app-chl #chart-career-explore #plot-explore-job\.wage-edu,
    .app-chl #chart-career-explore #plot-explore-job\.exp,
    .app-chl #chart-career-explore #plot-explore-job\.local {
        padding: 0 1em;
    }
}
@media screen and (max-width: 360px) {

    .app-chl #chart-career-explore #plot-explore-occ\.need, 
    .app-chl #chart-career-explore #plot-explore-occ\.know, 
    .app-chl #chart-career-explore #plot-explore-occ\.done,
    .app-chl #chart-career-explore #plot-explore-occ\.action {
        width: 290px;
    } 
    .app-chl #chart-career-explore #plot-explore-job\.growth,
    .app-chl #chart-career-explore #plot-explore-job\.hiring,
    .app-chl #chart-career-explore #plot-explore-job\.wage-edu {
        padding: 0;
        width: 290px;
    }
    .app-chl #chart-career-explore #plot-explore-job\.exp,
    .app-chl #chart-career-explore #plot-explore-job\.local {
        padding: 0;
        width: 290px;
    }
    .app-chl #chart-career-explore.chart-canvas {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 320px) {
    .app-chl #chart-career-explore #plot-explore-occ\.need, 
    .app-chl #chart-career-explore #plot-explore-occ\.know, 
    .app-chl #chart-career-explore #plot-explore-occ\.done,
    .app-chl #chart-career-explore #plot-explore-occ\.action {
        width: 280px;
    } 
    .app-chl #chart-career-explore #plot-explore-job\.growth,
    .app-chl #chart-career-explore #plot-explore-job\.hiring,
    .app-chl #chart-career-explore #plot-explore-job\.wage-edu {
        padding: 0;
        width: 280px;
    }
    .app-chl #chart-career-explore #plot-explore-job\.exp,
    .app-chl #chart-career-explore #plot-explore-job\.local {
        padding: 0;
        width: 280px;
    }
    .app-chl #chart-career-explore.chart-canvas {
        padding-left: 0;
        padding-right: 0;
    }
}

/* CHL Interests Dashboard */
.app-chl #chl-sliders-page {
    padding-top: 6.66em;
}
.app-chl #chl-sliders-page .content {
    max-width: 968px;
}
.app-chl #chl-sliders-page #sliders-narrative {
	color: #555555;
	margin-top: 0.33em;
}
.app-chl #chl-sliders-page #sliders-narrative h1 {
    margin: 0;
}
.app-chl div#chl-sliders-page div#sliders-input div.slider-input {
    margin-top:10px;
    display:inline-block;
}
.app-chl div#chl-sliders-page div#sliders-input div.slider-input input { 
	display: none;
	margin-left: 17px;
}
.app-chl div#chl-sliders-page .slider-top-labels {
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.app-chl div#chl-sliders-page .slider-top-labels span{
	display:block;
	float:left;
}
.app-chl div#chl-sliders-page .slider-top-labels:before{
	content: " ";
	display: block;
	float: left;
	width:50%;
	height:10px;
}
.app-chl.ie7 div#chl-sliders-page .slider-top-labels {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '<div style="display: block;float: left;width:50%;height:10px;"></div>' + this.innerHTML);
}

.app-chl div#chl-sliders-page .slider-top-labels .left-label{
	margin-left:10px;
}

.app-chl div#chl-sliders-page .slider-top-labels .right-label{
	margin-left:70px;
}
.app-chl div#chl-sliders-page div#sliders-input {
/* 	padding: 0 10px 10px; */
    margin-top:30px;
}
.app-chl div#chl-sliders-page div#sliders-input div.slider-input { 
	width: 50%;
	float: left;
	text-align:center;
	margin-bottom: 15px;
	margin-bottom: 15px;
}
.app-chl div#chl-sliders-page div#sliders-input div.slider-input label { 
	width: 50%;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	color: #002a4d;
	font-size: 17px;
	font-weight: 400;
}
.app-chl div#chl-sliders-page div#sliders-input div.slider-input div.slider { 
    width: 70%;
    margin: 0 auto;
}
.app-chl div#chl-sliders-page div#sliders-input div#sliders-submit button.button-refresh {
    background-position: 0 -97px;  
}
.app-chl div#chl-sliders-page div#sliders-input div#sliders-submit button.button-refresh:hover {
    background-color: #00284F;
}
.app-chl div#chl-sliders-page div#sliders-input div#sliders-submit {
	text-align: center;
}
@media screen and (max-width: 800px) {

    .app-chl div#chl-sliders-page div#sliders-input div.slider-input label {
        font-size: 14px;
    }
}
@media screen and (max-width: 650px) {
    
    .app-chl div#chl-sliders-page div#sliders-input div.slider-input label {
        font-size: 12px;
    }
}
@media screen and (max-width: 575px) {

    .app-chl #chl-sliders-page #sliders-narrative {
        margin-top: 1.33em;
    }
}
@media screen and (max-width: 500px) {

    .app-chl div#chl-sliders-page div#sliders-input div.slider-input {
        width: 100%;
    }
    .app-chl div#chl-sliders-page div#sliders-input div.slider-input label {
        font-size: 17px;
    }
    .app-chl div#chl-sliders-page div#sliders-input div.slider-input div.slider { 
        width: 70%;
    }
}
.app-chl div#chl-sliders-page #slider-occ,
.app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series {
	padding: 0 0 0 20px;
	list-style-type: none;
	width: 85%;
	margin: 0 auto;
}
.app-chl #chl-sliders-page  #slider-occ li,
.app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series li {
    font-family: "Lato",sans-serif;
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px solid #CCC;
	font-size: 1.5em;	
	padding: 15px 80px;
}
.app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series li {
    font-size: 1.1em;
}
.app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series li.desc {
    border-bottom: 0px;
    padding-left: 65%;
    font-size: 1em;
}
.app-chl #chl-sliders-page #slider-occ li div,
.app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series li div {
    display: inline-block;
}
.app-chl #chl-sliders-page  #slider-occ li div.job-title {
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series li div.title {
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-chl #chl-sliders-page  #slider-occ li div.chl-score,
.app-chl #chl-sliders-page  #slider-occ li div.affinity {
    width: 33px;
    font-weight: bold;
    color: #666;
    text-align: center;
}
.app-chl #chl-sliders-page  #slider-occ li.column-titles div.chl-score,
.app-chl #chl-sliders-page  #slider-occ li.column-titles div.affinity {
    background-position: center center;
    background-repeat: no-repeat;
    height: 47px;
}
.app-chl #chl-sliders-page  #slider-occ li.column-titles div.chl-score {
/*     background-image: url('/images-chl/chl_score_title.png');   */  
}
.app-chl #chl-sliders-page  #slider-occ li.column-titles div.affinity {
    background-image: url('/images-chl/affinity_score_title.png');    
}
.app-chl #chl-sliders-page  #slider-occ li a {
    color: #999;
/*     text-decoration: none; */
    margin-left: 15px;
}
.app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series li a {
    color: #333;
}
.app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series li a,
.app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series li .icon.bookctl {
    margin-left: 0;
    margin-right: 10px;
}
.app-chl #chl-sliders-page #slider-occ li a.bookmarked {
    margin-left: 0;
}
.app-chl #chl-sliders-page  #slider-occ li a:hover {
    text-decoration: underline;
}
.app-chl #chl-sliders-page  #sliders-submit {
    margin: 70px auto;
}
.app-chl #chl-sliders-page div#sliders-result {
    display: none;
	padding: 0 10px 10px;
	color: #555555;
	font-size: 12px;
	line-height: 19px;
	white-space: normal;
	text-align: center;
}
.app-chl #chl-sliders-page div#sliders-result p.desc,
.app-chl #chl-top-careers-page p.desc {
    font-family: "Lato",sans-serif;
    font-size: 1.33em;
    padding: 0 140px;
    line-height: 25px;
    color: #838283;
    margin: 0 auto 10px auto;
    text-align: center;
}
.app-chl #chl-sliders-page #slider-occ li.column-titles,
.app-chl #chl-sliders-page #slider-occ li div.chl-score,
.app-chl #chl-sliders-page #slider-occ li div.affinity {
    /*     visibility:hidden; */  /* NOTE - Uncomment this style to hide the display of the chl and affinity scores */
}
.app-chl #chl-sliders-page #sliders-input div.slider-input div.slider {
    height: 4px;
    background: none;
    background-color: #ccc;
    margin-top: 4px;
    border: 10px solid #fff;
    
}
.app-chl #chl-sliders-page #sliders-input div.slider-input .ui-slider .ui-slider-handle {
    width: 1.2em;
    height: 1.2em;
    background-image: none;
    background-color: #999;
    border: 0;
    border-radius: 10px;
    top: -0.5em;
}
.app-chl #chl-sliders-page .ui-state-default,
.ui-widget-content .ui-state-default {
    background-image: none;
}
@media screen and (max-width: 900px) {

    .app-chl #chl-sliders-page div#sliders-result p.desc {
        padding-left: 1.33em;
        padding-right: 1.33em;
    }
    .app-chl #chl-sliders-page  #slider-occ li,
    .app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series li {
        padding-left: 30px;
        padding-right: 60px;
    }
    .app-chl #chl-sliders-page  #slider-occ li div.job-title {
        width: 82%;
    }   
}
@media screen and (max-width: 450px) {

    .app-chl #chl-sliders-page  #slider-occ li div.job-title {
        font-size: small;
    }   
    .app-chl #chl-sliders-page  #slider-occ li,
    .app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series li {
        padding-left: 0;
        font-size: small;
    }
}
@media screen and (max-width: 400px) {

    .app-chl #chl-sliders-page  #slider-occ li div.job-title {
        font-size: smaller;
    }   
    .app-chl #chl-sliders-page  #slider-occ li,
    .app-chl #chl-top-careers-page #top-careers-info .section-box .plot-data-series li {
        font-size: smaller;
    }
}

div#chl-map-page div#chl-map-results div ul li ul li div.icon,
div#chl-bookmarks-page div.icon {
	top: 2px;
	margin-left: 0.33em;
}
.app-chl #user-profile-page #user-favorites h2.title {
    margin: 0 0.66em;
    text-align: right;
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
}
.app-chl #chl-bookmarks-page div#bookmarks {
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    margin: 1em;
    padding: 0;
	color: #555555;
	font-size: 12px;
	line-height: 19px;
}
div#chl-sliders-page h2 {
	line-height: 15px;
	margin:15px 0;
}
div#chl-bookmarks-page h2 {
	line-height: 15px;
	margin-left:25px;
}
#sliders-result .ui-control-page {
	padding:0;
	margin:0 auto;
}
#sliders-result .ui-control-page button {
    border: 0;
    background-color: transparent;
    background-image: url("/images-chl/show_more.png"); 
    background-repeat: no-repeat;
    background-position: 0 0; 
    display: inline-block;
    width: 92px;
    height: 50px;
    cursor: pointer;
}

/* Template: HTMLCareerPathways */
#chl-career-pathways-page {
	padding:0 20px;
}
#pathways-select-area ul,
#chl-career-pathways-page .whitebox {
	margin-right: 20px;
	margin-top: 20px;
	padding: 0;
	background-color: #ffffff;
	border: 3px solid gray;
	border-radius: 6px;
	height: 500px;
	overflow-y: scroll;
	font-size:14px;
}
#pathways-select-area > div {
	float:left;
	margin-left: 20px;
	margin-bottom: 20px;
	width:27%;
}
div#pathways-select-button-area {
	width:10% !important;
	margin-top: 67px;
}
#pathways-select-area > div:first-child {
	margin-left:0;
}
#pathways-select-area ul {
	margin:0;
	padding:0;
	list-style: none;
}
#pathways-select-area li {
	cursor: pointer;
	padding:3px 5px;
	margin-bottom:4px;
}
#pathways-select-area li.active,
#pathways-select-area li:hover {
	background: #6ac368;
	color:#fff;
}	
#pathways-select-area .emptyList:hover {
	cursor: default;
	background:transparent;
	color:rgb(85, 85, 85);
}
.explore-career-button:hover {}
.explore-career-button.disabled,
.explore-career-button.disabled:hover {
	cursor: default;
	opacity: .5;
}

/* CHL Top Careers */
.app-chl #chl-top-careers-page {
/* 	min-width: 900px; */
	padding: 0.33em;
	margin-top: 7.33em;
}
.app-chl #chl-top-careers-page h2 {
	font-size: 18px;
	margin: 0 0 10px;
}
.app-chl #top-careers-info {
	width: 100%;
	overflow-x: hidden;
    white-space: nowrap;
}
.app-chl #chl-top-careers-page .section-box {
	width: 100%;
	min-height: 300px;
	display: inline-block;
	border: 0;
    vertical-align: top;
    margin-bottom: 40px;    
}
.app-chl #chl-top-careers-page .section-box p {
    text-align: center;
    font-size: 1.2em;
    color: #666;
}
.app-chl #chl-top-careers-page #top-careers-info .section-box ul.plot-data-series {
/*     width: 968px; */
    margin: 0 auto;
}    
.app-chl #chl-top-careers-page #plot-select-controls { 
    text-align: center;
}
.app-chl #chl-top-careers-page #plot-select-controls span.icon {
    display: inline-block;
    margin: 0 60px 30px 60px;;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #999;    
    cursor: pointer;
    width: 85px;
}
.app-chl #chl-top-careers-page #plot-select-controls span.icon.active  {
    color: #666;
}
.app-chl #chl-top-careers-page #plot-select-controls .icon .icon-holder {
    width: 54px;
    height: 54px;
    display: block;
    margin: 5px auto;
}
.app-chl #chl-top-careers-page #plot-select-controls #plot-job-netnew-icon .icon-holder {
    background-image: url("/images-chl/top20-icons-jcr.png");
    background-repeat: no-repeat;
}
.app-chl #chl-top-careers-page #plot-select-controls #plot-job-netnew-icon.icon.active .icon-holder {
    background-image: url("/images-chl/top20-icons-jcr-active.png");
    background-repeat: no-repeat;
}
.app-chl #chl-top-careers-page #plot-select-controls #plot-job-tots-icon .icon-holder {
    background-image: url("/images-chl/top20-icons-mjo.png");
    background-repeat: no-repeat;
}
.app-chl #chl-top-careers-page #plot-select-controls #plot-job-tots-icon.icon.active .icon-holder {
    background-image: url("/images-chl/top20-icons-mjo-active.png");
    background-repeat: no-repeat;
}
.app-chl #chl-top-careers-page #plot-select-controls #plot-job-dolla-icon .icon-holder {
    background-image: url("/images-chl/top20-icons-has.png");
    background-repeat: no-repeat;
}
.app-chl #chl-top-careers-page #plot-select-controls #plot-job-dolla-icon.icon.active .icon-holder {
    background-image: url("/images-chl/top20-icons-has-active.png");
    background-repeat: no-repeat;
}
.app-chl #chl-top-careers-page .legend {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.app-chl #chl-top-careers-page .legend .right {
	float: right;
}
.app-chl #chl-top-careers-page .plot-data-series {
    list-style: none;
}
.app-chl #chl-top-careers-page .plot-data-series li {
	white-space: nowrap;
	padding: 10px 80px;
	margin: 15px 0;
	border-bottom: 1px solid #CFCFCF;
}
.app-chl #chl-top-careers-page .plot-data-point {
    width: 16%;
    margin-right: 15px;
    text-align: right;
}
.app-chl #chl-top-careers-page .plot-data-point-container {
    width: 40%;
}
.app-chl #chl-top-careers-page .plot-data-point-border {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 100%;
	height: 1px;
	position: relative;
	margin-left: 5px;
}
.app-chl #chl-top-careers-page .plot-data-point-bar {
	float: left;
	width: 35%;
	height: 25px;
	background: #666;
	position: absolute;
	bottom: -6px;
}
.app-chl.ie7 #chl-top-careers-page .plot-data-series {
    padding-left:0;
    margin-left:0;
}
@media screen and (max-width: 900px) {

    .app-chl #chl-top-careers-page p.desc {
        font-size: 1em;
        padding-left: 1.33em;
        padding-right: 1.33em;
    }
}
@media screen and (max-width: 800px) {

    .app-chl #chl-top-careers-page {
        margin-top: 8.33em;
        margin-right: 0;
    }
    .app-chl #chl-top-careers-page #plot-select-controls span.icon {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 600px) {

    .app-chl div#chl-sliders-page #slider-occ {
        padding: 0;
        width: auto;
    }
    .app-chl #chl-sliders-page #slider-occ li {
	    font-size: 1.3em;
    }
    .app-chl #chl-top-careers-page #top-careers-info .section-box ul.plot-data-series {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
    }
    .app-chl #chl-top-careers-page #top-careers-info .section-box ul.plot-data-series li.desc {
        padding: 0;
        text-align: center;
    }
}
@media screen and (max-width: 500px) {

    .app-chl #chl-top-careers-page #plot-select-controls span.icon {
        margin-left: 13px;
        margin-right: 13px;
    }
}
@media screen and (max-width: 400px) {

    .app-chl #chl-top-careers-page #plot-select-controls span.icon {
        margin-left: 9px;
        margin-right: 9px;
    }
}

/* Template: HTMLCareerAbout */
.app-chl #chl-about-page {
	font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #666;
	background-color: #ffffff;
	padding-bottom: 30px;
}
.app-chl #chl-about-content {
	margin: 1em 5.33em;
    padding-top: 1.33em;
    line-height: 28px;
    font-size: 1.1em;
}
.app-chl #chl-about-page h1 {
    text-align: left;
    font-weight: bold;
    font-size: 2.5em;
}
.app-chl #chl-about-page div.testimonial {
    margin-bottom: 25px;
}
.app-chl #chl-about-page p.testimonial-name {
    margin: 0;
    padding: 0 10px;
    font-style: italic;
}
.app-chl #chl-about-page #chl-about-content a {
    color: #333;
}
@media screen and (max-width: 700px) {
    .app-chl #chl-about-content {
        margin: 1.33em;
    }
    .app-chl #chl-about-page h1 {
        font-size: 1.66em;
    }
}

/* CHLv1.3 Home [HTMLCareerHome] */
div#chl-home-page {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #333333;
	background-color: #ffffff;
}

/* Contact Page */
.app-chl #chl-contact-page {
    width: 80%;
    margin: 0 auto 6em auto;
}
.app-chl #chl-contact-page h3 {
	margin-top: 6em;
}
.app-chl #chl-contact-page input,
.app-chl #chl-contact-page textarea {
	border: 2px solid #ccc;
	padding: 10px 0 10px 0.33%;
	margin-bottom: 1em;
	font-size: 0.8em;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.app-chl #chl-contact-page #name {
	width: 49%;
	display: inline-block;
	float: none;
}
.app-chl #chl-contact-page #email {
	width: 49%;
	display: inline-block;
	float: none;
}
.app-chl #chl-contact-page #subject {
	width: 99%;
}
.app-chl #chl-contact-page #body {
	width: 99%;
}
.app-chl[class*='client'] #chl-contact-page input.flderr,
.app-chl[class*='client'] #chl-contact-page textarea.flderr {
	border-color: red;
}
.app-chl #chl-contact-page .submit-contact {
    width: 150px;
    margin-bottom: 0.34em;
    height: 45px;
    background-color: #293D51;
}
.app-chl #chl-contact-page .submit-contact:hover {
	cursor: pointer;
}
.app-chl #chl-contact-page .submit-contact span {
    color: white;
    height: 40px;
    position: relative;
    top: -6px;
    left: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.app-chl #chl-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-chl #chl-contact-page #name,
    .app-chl #chl-contact-page #email {
        width: 99%;
    }
}

/* Help Page */
.app-chl #chl-help-page {
    margin-bottom: 6em;
}
.app-chl #chl-help-page .desc {
    margin-bottom: 1.33em;
    line-height: 24px;
}
.app-chl #chl-help-page .content {
    width: 80%;
    margin: 0 auto;
}
.app-chl #chl-help-page h3 {
	margin-top: 6em;
}
.app-chl #chl-help-page .pdf-block {
	padding: 10px;
} 
.app-chl #chl-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-chl #chl-help-page .pdf-block .title a,
.app-chl #chl-help-page .pdf-block .title p {
    text-decoration: none;
    color: #fff;
}
.app-chl #chl-help-page .pdf-block {
	display: inline-block;
	width: 29%;
	vertical-align: top;
}
.app-chl #chl-help-page .middle {
	margin: 0 2%;
}
@media screen and (max-width: 1040px) {
    .app-chl #chl-help-page .pdf-block .title p {
        font-size: 0.85em;
        background-size: 2em;
        padding-left: 3em;
    }
    .app-chl #chl-help-page .middle {
	    margin: 0 0.66%;
    }
}
@media screen and (max-width: 815px) {
    .app-chl #chl-help-page .pdf-block .title p {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 775px) {
    .app-chl #chl-help-page .pdf-block {
        display: block;
        width: 75%;
        margin: 0 0 1em 0;
    }
}

/* Template: HTMLCareerHowDiff */
div#chl-howdiff-page {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #333333;
	background-color: #ffffff;
	padding-bottom:20px;
}
div#chl-howdiff-content {
	margin: 0 2.33em;
	padding-top: 1.33em;
}
div#chl-howdiff-page h1 {
	font-weight: 400;
}
div#chl-howdiff-foot {
	border-top: 1px solid #bdbdbd;
	padding-top: 1.33em;
	margin: 2.33em;
	background-color: #ffffff;
}
div#chl-howdiff-foot div#chl-howdiff-foot-left-2 {
	clear: left;
}
div#chl-howdiff-foot div.foot-col {
	float: left;
	width: 45% !important;
	margin: 0 1.33em;
}
div#chl-howdiff-foot div.foot-col div.foot-col-content {
	padding-left: 70px;
}
div#chl-howdiff-foot div.foot-col h4 {
	color: #3b3b3b !important;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.8em;
}
div#chl-howdiff-foot div.foot-col p {
	color: #5e5e5e;
	font-size: 13px;
}
div#chl-howdiff-foot div.foot-col .circle-icon {
	color: #ffffff;
	background-color: #3a3b3e;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 130px;
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 24px;
	float: left;
}
div#chl-howdiff-foot div.foot-col .circle-icon [class^="icon-"] {
	position: absolute;
	top: 29%;
}
div#chl-howdiff-foot div.foot-col .circle-icon .icon-compass {
	left: 33%;
}
div#chl-howdiff-foot div.foot-col .circle-icon .icon-chevron-down {
	left: 31%;
}
div#chl-howdiff-foot div.foot-col .circle-icon .icon-double-angle-down {
	left: 37%;
}
div#chl-howdiff-foot div.foot-col .circle-icon .icon-pushpin {
	left: 36%;
}

/* jQuery UI CHL Adjustments */
/*body.app-chl .ui-widget {
	font-size: 0.9em;
}
.app-chl .ui-widget.hlchartform {
	font-family: 'Roboto',sans-serif;
}
.app-chl .ui-widget-content.hlchartform .ui-state-active {
	background: #6ac368;
	border: none;
	color: #ffffff;
}*/

/* Common Bits */
.app-chl .container {
    width: 100%;
    min-height: 100%;
    min-width: unset;
}
.app-chl .content {
/*     width: 968px; */
    margin: 0 auto;
}
.app-chl .grid {
    margin: 0 0 30px 0;
}
.app-chl .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
}
.app-chl .grid [class*='col-'] {
    float: left;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.app-chl .grid [class*='col-']:last-of-type {
    padding-right: 0;
}
.app-chl .col-1-1 { width: 100%;   }
.app-chl .col-2-3 { width: 66.66%; }
.app-chl .col-1-3 { width: 33.33%; }
.app-chl .col-1-2 { width: 50%; }
.app-chl .col-1-4 { width: 25%; }
.app-chl .col-1-5 { width: 20%; }
.app-chl .col-1-8 { width: 12.5%; }
.app-chl .col-3-8 { width: 37.5%; }
.app-chl .col-5-8 { width: 62.5%; }
.app-chl .col-3-4 { width: 75%; }

.app-chl .grid .pad-r {
    margin-right: 40px;
}
.app-chl .grid .pad-l {
    margin-left: 40px;
}

/* User Profile */
.app-chl #user-profile-page fieldset#profile-locality input#profile-location {
    width: 99px;
}
.app-chl #user-profile-page fieldset#profile-locality #geo-indicator {
    top: 3px;
    left: 3px;
}
.app-chl #user-profile-page fieldset#profile-locality span#profile-locality-name {
    margin-left: 1.33em;
}
.app-chl #user-profile-page fieldset#profile-filters .ui-multiselect-menu {
    position: static;
}
.app-chl #user-profile-page fieldset#profile-filters .ui-multiselect.foi-select,
.app-chl #user-profile-page fieldset#profile-filters .ui-multiselect-close {
    display: none;
}

/* Page Headers */
.app-chl #setpw-page h1,
.app-chl #resetpw-page h1,
.app-chl #register-page h1,
.app-chl #login-page h1,
.app-chl #user-survey-page h1,
.app-chl #signup h1,
.app-chl #chl-sliders-page h1 {
    font-family: "Lato",sans-serif;
    margin: 30px auto;
    text-align: center;
    color: #666;
    font-weight: bold;
    font-size: 2.5em;
}
.app-chl #user-survey-page h2,
.app-chl #signup h2 {
    margin-top: 0px;
    text-align: center;
    color: #1f9bdd;
    font-size: 2.3em;
    font-weight: 100;
}
.app-chl #user-survey-page h3 {
    margin-top: 0.33em;
    text-align: center;
    color: #333;
    font-size: 1em;
}
@media screen and (max-width: 800px) {
    
    .app-chl #user-survey-page h1,
    .app-chl #chl-sliders-page h1,
    .app-chl #login-page h1,
    .app-chl #register-page h1,
    .app-chl #setpw-page h1,
    .app-chl #resetpw-page h1 {
        font-size: 2em; 
    }
}
@media screen and (max-width: 650px) {
    
    .app-chl #chl-sliders-page h1,
    .app-chl #register-page h1,
    .app-chl #setpw-page h1,
    .app-chl #resetpw-page h1 {
        font-size: 1.5em; 
    }
}
@media screen and (max-width: 500px) {

    .app-chl #chl-sliders-page h1 {
        font-size: 1.33em;
    }
}
@media screen and (max-width: 450px) {

    .app-chl #chl-sliders-page h1 {
        font-size: 1.23em;
    }
}
@media screen and (max-width: 414px) {

    .app-chl #chl-sliders-page h1 {
        font-size: 1.13em;
    }
}

/* Web Forms */
.app-chl #setpw-page input[type="password"],
.app-chl #setpw-page input[type="text"],
.app-chl #resetpw-page input[type="text"],
.app-chl #register-page input[type="text"],
.app-chl #register-page input[type="password"],
.app-chl #login-page input[type="text"],
.app-chl #login-page input[type="password"],
.app-chl #user-survey-page input[type="text"],
.app-chl #user-survey-page input[type="number"] {
    margin: 0;
    width: 380px;
    font-family: sans-serif;
    font-size: 18px;
    border: 0;
    border-bottom: 2px solid #333;
    font-family: 'Roboto', sans-serif;
    color: #a8a8a8;
    font-size: 1.5em;
    text-align: center;
}
@media screen and (max-width: 700px) {

    .app-chl #setpw-page input[type="password"],
    .app-chl #setpw-page input[type="text"],
    .app-chl #resetpw-page input[type="text"],
    .app-chl #register-page input[type="text"],
    .app-chl #register-page input[type="password"],
    .app-chl #login-page input[type="text"],
    .app-chl #login-page input[type="password"],
    .app-chl #user-survey-page input[type="text"],
    .app-chl #user-survey-page input[type="number"] {
        width: 300px;
    }
}
@media screen and (max-width: 400px) {

    .app-chl #setpw-page input[type="password"],
    .app-chl #setpw-page input[type="text"],
    .app-chl #resetpw-page input[type="text"],
    .app-chl #register-page input[type="text"],
    .app-chl #register-page input[type="password"],
    .app-chl #login-page input[type="text"],
    .app-chl #login-page input[type="password"],
    .app-chl #user-survey-page input[type="text"],
    .app-chl #user-survey-page input[type="number"] {
        width: 285px;
    }
}
.app-chl #user-survey-page input[type=number]::-webkit-inner-spin-button, 
.app-chl #user-survey-page input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.app-chl input[type=number] {
    -moz-appearance:textfield;
}
.app-chl #register-page input[type="password"] {
    margin-top: 35px;
}
.app-chl #user-survey-page input[type="text"]:focus {
    outline: none;
}        
.app-chl #user-survey-page input[type="checkbox"] {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}
.app-chl #user-survey-page input[type="checkbox"] + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 2em;
    color: #002a4d;
    font-size: 0.8em;
    font-weight: bold;
}
.app-chl #user-survey-page input[type="checkbox"] + label a {
    color: #002a4d;
    text-decoration: underline;
}
.app-chl #user-survey-page input[type="checkbox"] + label > span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.15em solid #002a4d;
    vertical-align: bottom;
}
.app-chl #user-survey-page input[type="checkbox"]:not(old):checked + label > span {
    background: #2aba9a;
}
.app-chl #setpw-page #setpw-form .button,
.app-chl #resetpw-page #resetpw-form .button,
.app-chl #register-page #reg-form .button,
.app-chl #login-page #login-form .button,
.app-chl #chl-sliders-page .button-submit,
.app-chl #user-survey-page .button-submit {
    border: 0;
    background-color: transparent;
    background-image: url("/images-chl/sprite_buttons.png"); 
    background-repeat: no-repeat;
    background-position: 0 0; 
    display: inline-block;
    width: 181px;
    height: 46px;
    cursor: pointer;
}
/* hide submit button value from display */
.app-chl #user-survey-page .button-submit { text-indent: -9999px; }
* html #user-survey-page .button-submit {   /* ie6 */
    font-size: 0;
    display: block;
    line-height: 0;
}
*+html #user-survey-page .button-submit {   /* ie7 */
    font-size: 0;
    display: block;
    line-height: 0;
}
.app-chl #chl-sliders-page .button-submit:hover, 
.app-chl #user-survey-page .button-submit:hover { 
    border: 0;
    background-position: 0 -48px; 
}

.app-chl .ui-multiselect-menu.survey-geo-select {
    background-color: #fff;
    background-image: none;
    border: 2px solid #2aba9a;
    border-top: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;    
    -moz-box-shadow: 0 0 5px #2aba9a;
    -webkit-box-shadow: 0 0 5px #2aba9a;
    box-shadow: 0px 0px 5px #2aba9a;    
}
.app-chl .ui-multiselect-menu.survey-geo-select {
    z-index: 1;  
}

.app-chl .survey-geo-select li {
    font-size:15px;
	font-family: 'Roboto',sans-serif;
	color:#999;
    padding:0;     
}

/* CHL User Survey and HLv2 Chart Form Shared Styling*/
.app-chl .ui-widget-content.hlchartform .ui-widget-header,
.app-chl #user-survey-page .ui-widget-content.survey-foi-select .ui-widget-header {
    border: 0;
    background-image: none;
    background-color: #2aba9a;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;   
    padding: 10px 20px;
}
.app-chl .ui-widget-content.hlchartform .ui-widget-header {
    background-color: #ccc;
}
.app-chl .ui-widget-content.hlchartform .ui-widget-header ul li {
    padding: 0 5px;
}
.app-chl .ui-widget-content.hlchartform .ui-multiselect-close,
.app-chl #user-survey-page .ui-widget-content.survey-foi-select .ui-multiselect-close {
    display: none;
}

/* CHL Home Page */
.app-chl #chl-home-page .home-page-1,
.app-chl #chl-home-page .home-page-2,
.app-chl #chl-home-page .home-page-3 {
    width: 100%;                
    height: 770px;
}
.app-chl #chl-home-page .text-holder h1 {
    font-family: "Roboto";
    font-size: 1.25em;    
}
.app-chl #chl-home-page .home-page-1 .text-holder h1 {
    color: #000;
}
.app-chl #chl-home-page .home-page-2 .text-holder h1 {
    color: #000;
}
.app-chl #chl-home-page .home-page-3 .text-holder h1 {
    color: #000;
}
.app-chl #chl-home-page .text-holder .text-block p {
    margin-bottom: 30px;
}
.app-chl #chl-home-page .text-holder .text-block {
    font-family: "Lato";
    font-size: 1em;
    line-height: 32px;
}
.app-chl #chl-home-page .home-page-3 .text-holder .text-block,
.app-chl #chl-home-page .home-page-1 .text-holder .text-block {
    color:#fff;
}
.app-chl #chl-home-page .home_signup {
    border: none;
}
.app-chl #chl-home-page .home-page-1 {
    padding-top: 80px;
    background-color: #1b1016;
    background-image: url('/images-chl/home_bg1.jpg');
    background-size: cover;
    background-position: center top;
    height: 770px;
}
.app-chl #chl-home-page .home-page-1 .text-holder {
    padding: 28px;
    margin: 0px 0px 50px 150px;
    text-align: left;
}
.app-chl #chl-home-page .home-page-1 .home-text1 {
    margin-left: 150px;
}
.app-chl #chl-home-page .home-page-1 .title-holder {
    margin-bottom: 3.33em;
}   
.app-chl #chl-home-page .home-page-1 .signup-button {
    text-align: center;
    margin: 0 auto;
    float: none;
}
.app-chl #chl-home-page .home-page-2 {
    background-image: url('/images-chl/home_bg2.jpg');
    background-repeat: no-repeat;                
    background-position: center top;
    padding-top: 2.33em;    
}   
.app-chl #chl-home-page .home-page-2 .text-holder {
    margin-left: 20px;
    padding-top: 60px;
    padding-right: 70px;
    padding-left: 80px;
    text-align: left;
    margin-bottom: 30px;
}
.app-chl #chl-home-page .home-page-2 .text-holder p {
    line-height: 1.33em;
}
.app-chl #chl-home-page .home-page-2 .home-text2 {
    margin-top: 60px;
}  
.app-chl #chl-home-page .home-page-2 .home_signup2 {
    float: left;
    margin-left: 100px;
}              
.app-chl #chl-home-page .home-page-3 {
    background-image: url('/images-chl/home_bg3.jpg');
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-top: 2.33em;    
}

.app-chl #chl-home-page .home-page-3 .text-holder {
    padding-left: 180px;
    padding-top: 160px;
    text-align: left;
    margin-bottom: 50px;
}
.app-chl #chl-home-page .home-page-3 .signup-button {
    text-align: left;
}
.app-chl #chl-home-page .home-page-3 .home_signup3 {
    margin-left: 180px;
}
.app-chl  #chl-home-page .home-page-3 .home-text3 {
    margin-left: 150px;
    margin-top: 150px;
}

.app-chl #chl-home-page .home-page-3 .home_graphic3 {
    float: left;
    margin-left: 100px;
    margin-top: 120px;
}

@media screen and (max-width: 920px) {
    .app-chl #chl-home-page .home-page-2 .text-holder {
        margin-bottom: 30px;
        margin-left: 20%;
        padding-left: 0;
    }
    .app-chl #chl-home-page .home-page-2 .home_signup2 {
        margin-left: 20%;
    }
    .app-chl #chl-home-page .home-page-2 .text-holder .text-block p {
        margin-bottom: 20px;
    }
    .app-chl #chl-home-page .home-page-2 {
        background-position: -15px 100px;   
    }
    
}
@media screen and (max-width: 849px) {
    .app-chl #chl-home-page #career-headlight-home-narrative-2 {
        width: 100%;
    }
    .app-chl #chl-home-page .home-page-1 .text-holder {
        margin: 0 40px;
    }
    .app-chl #chl-home-page .home-page-2 .text-holder,
    .app-chl #chl-home-page .home-page-3 .text-holder {
        margin: 5%;
        padding: 0;
    }
    .app-chl #chl-home-page .home-page-2 .home_signup2,
    .app-chl #chl-home-page .home-page-3 .home_signup3 {
        margin-left: 5%;
        float: left;
    }
}
@media screen and (max-width: 700px) { 
    .app-chl #chl-home-page .home-page-1 .title-holder {
        margin-bottom: 1.33em;
    }
    .app-chl #chl-home-page .home-page-1 .title-holder img {
        width: 77%;
    }
    .app-chl #chl-home-page .text-holder {
        line-height: 1.66em;
    }
    .app-chl #chl-home-page .home-page-3 .text-holder,
    .app-chl #chl-home-page .home-page-1 .text-holder {
        padding-left: 0;
    }
}
@media screen and (max-width: 575px) {

    .app-chl #chl-home-page .home-page-1 .text-holder {
        margin-top: 0;
        padding: 0.66em 0.33em;
    }
    .app-chl #career-headlight-footer p {
        padding: 0 5px;
        line-height: 1.2em;
        font-size: x-small;
    }
}

/* CHL Member Service Pages */
.app-chl #setpw-page h1,
.app-chl #resetpw-page h1,
.app-chl #register-page h1,
.app-chl #login-page h1 {
    margin-bottom: 0px;
}
.app-chl #setpw-page #setpw-form fieldset,
.app-chl #resetpw-page #resetpw-form fieldset {
    border: 0;
    background-color: transparent;
}
.app-chl #setpw-page #setpw-form fieldset legend,
.app-chl #setpw-page #setpw-form label,
.app-chl #resetpw-page #resetpw-form label,
.app-chl #register-page #app-msg,
.app-chl #resetpw-page #resetpw-form fieldset legend,
.app-chl #register-page #reg-form fieldset legend,
.app-chl #login-page #login-form fieldset legend  {
    display: none;
}
.app-chl #setpw-page #setpw-form,
.app-chl #resetpw-page #resetpw-form,
.app-chl #register-page #reg-form,
.app-chl #login-page #login-form {
    width: auto;
    text-align: center;
}
.app-chl #setpw-page #setpw-form input[type='text'],
.app-chl #resetpw-page #resetpw-form input[type='text'],
.app-chl #setpw-page #setpw-form input[type='password'],
.app-chl #register-page #reg-form input[type='text'] {
    margin-top:25px;
}
.app-chl #login-page #login-form label {
    font-family: 'Roboto', sans-serif;
    color: #a8a8a8;
    font-size: 1.5em;
}
.app-chl #resetpw-page .app-head,
.app-chl #register-page .app-head,
.app-chl #login-page .app-head {
    margin-top: 0px;
}
.app-chl #resetpw-page .app-head .app-menu,
.app-chl #register-page .app-head .app-menu,
.app-chl #login-page .app-head .app-menu {
    text-align: center;
    margin: 0;
    font-size: 0.8em;
}
.app-chl #resetpw-page .app-head {
    width: 100%;
}
.app-chl #login-page .app-head .msg,
.app-chl #setpw-page .app-head .msg,
.app-chl #resetpw-page .app-head .msg {
    border: 0;
    background-color: transparent;
    font-size: 15px;
    color: #666;
    margin: 20px auto;
/*     width: 100%; */
    line-height: 30px;
    text-align: center;
}
.app-chl #resetpw-page .app-head .app-menu a,
.app-chl #register-page .app-head .app-menu a,
.app-chl #login-page .app-head .app-menu a{
    color: #999;
}
.app-chl #setpw-page #setpw-form .button,
.app-chl #resetpw-page #resetpw-form .button,
.app-chl #register-page #reg-form .button,
.app-chl #login-page #login-form .button {
    margin: 30px auto;
    background-position: 0 -144px;  
    text-indent: -9999px;
}
.app-chl #setpw-page #setpw-form .button,
.app-chl #register-page #reg-form .button,
.app-chl #resetpw-page #resetpw-form .button {
    background-position: 0 0 ;
}
.app-chl #register-page #reg-form input[type='text'] {
    margin-top: 40px;
}
.app-chl #register-page input[type=checkbox] {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}
.app-chl #register-page input[type=checkbox] + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 2em;
  color: #002a4d;
  font-size: 0.8em;
  font-weight: bold;
}
.app-chl #register-page input[type=checkbox] + label a {
    color: #002a4d;
    text-decoration: underline;
}
.app-chl #register-page input[type=checkbox] + label > span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 0.15em solid #002a4d;
  vertical-align: bottom;
}
.app-chl #register-page input[type=checkbox]:not(old):checked + label > span {
    background: #CFCFCF
}

/* App Errors */
.app-chl #user-survey-page .err,
.app-chl #setpw-page .err, 
.app-chl #resetpw-page .err, 
.app-chl #register-page .err, 
.app-chl #login-page .err {
    border: 0;
    background-color: #FFCCCC;
    color: #666;
}
.app-chl #setpw-page .err ul li, 
.app-chl #resetpw-page .err ul li, 
.app-chl #register-page .err ul li, 
.app-chl #login-page .err ul li {
    margin: 10px 0;
}
.app-chl #setpw-page .err .fltleft,
.app-chl #resetpw-page .err .fltleft, 
.app-chl #register-page .err .fltleft, 
.app-chl #login-page .err .fltleft {
    display: none;    
}
.app-chl #user-survey-page #app-err {
/*     padding-top:100px;    */
}
.app-chl #login-page #app-err ul {
    list-style: none;
    padding:0;
}

/* CHL User Survey */
.app-chl #user-survey-page {
    padding-top: 45px;
    min-height: 800px;
}
.app-chl #user-survey-page .content {
    max-width: 968px;
}
.app-chl #user-survey-page a {
    color: #60686b;
    text-decoration: none;
}
.app-chl #user-survey-page .grid {
    background: white;
}
.app-chl #user-survey-page .grid .firstopt {
    text-align: center;
}
.app-chl #user-survey-page div[id*='page-'] {
    height: 60vh;
}
.app-chl #user-survey-page div[id*='page-'] h1 {
    margin-top: 100px;
}
.app-chl #career-headlight-header {
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
}
.app-chl #user-survey-page .prog-bar-container {
    position: fixed;
    background-color: white;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
    z-index: 9998;
}
.app-chl #user-survey-page .prog-bar-container #prog-bar {
    background-color: transparent;
    width: 550px;
    height: 21px;
    margin: 0 auto;
    border: 1px solid #CCC;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;    
    text-align: left;
    padding: 1px;
}
.app-chl #user-survey-page .prog-bar-container #prog-bar .prog-bar-inner {
    background-color: #CCC;    
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;    
    -moz-top-left-border-radius: 10px;
    -webkit-top-left--border-radius: 10px;    
}
.app-chl #user-survey-page .prog-bar-container p {
    font-size: 12px;
    color: #ccc;
    padding-top: 5px;
    margin: 0;
}
.app-chl #user-survey-page .prog-bar-container #prog-bar .prog-bar-inner.prog-0 {
    width: 11.1%;
}
.app-chl #user-survey-page .prog-bar-container #prog-bar .prog-bar-inner.prog-1 {
    width: 22.2%;
}
.app-chl #user-survey-page .prog-bar-container #prog-bar .prog-bar-inner.prog-2 {
    width: 33.3%;
}
.app-chl #user-survey-page .prog-bar-container #prog-bar .prog-bar-inner.prog-3 {
    width: 44.4%;
    background-color: #999;
}
.app-chl #user-survey-page .prog-bar-container #prog-bar .prog-bar-inner.prog-4 {
    width: 55.5%;
    background-color: #888;    
}
.app-chl #user-survey-page .prog-bar-container #prog-bar .prog-bar-inner.prog-5 {
    width: 66.6%;
    background-color: #777;    
}
.app-chl #user-survey-page .prog-bar-container #prog-bar .prog-bar-inner.prog-6 {
    width: 77.7%;
    background-color: #666;    
}
.app-chl #user-survey-page .prog-bar-container #prog-bar .prog-bar-inner.prog-7 {
    width: 88.8%;
    background-color: #555;    
}
.app-chl #user-survey-page div.fields-interest-holder {
    height: 250px;
    margin-top: 30px;
}
.app-chl #user-survey-page button.survey-foi-select {
    display: none;
}
.app-chl #user-survey-page .ui-widget-content.survey-foi-select {
    position: static;
    margin: 0 auto;
    border: 2px solid #2aba9a;
    background-image: none;
    background-color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;    
}
.app-chl #user-survey-page .ui-widget-content.survey-foi-select .ui-widget-header a {
    color: white;
}
.app-chl #user-survey-page .ui-widget-content.survey-foi-select input[type="checkbox"] {
    visibility: visible;
    opacity: 100;
}
.app-chl #user-survey-page .ui-widget-content.survey-foi-select ul.ui-multiselect-checkboxes li {
    font-size: 15px;
	font-family: 'Roboto',sans-serif;
	color: #999;
    padding: 0;   
}
.app-chl #user-survey-page .ui-widget-content.survey-foi-select ul.ui-multiselect-checkboxes li label {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;   
    padding: 8px 15px;
}
.app-chl #user-survey-page .ui-widget-content.survey-foi-select ul.ui-multiselect-checkboxes li label.ui-state-hover {
    background: #002a4d;
    border: 0px;
    color: white;
    font-weight: normal;
}
.app-chl #user-survey-page .button-submit {
    margin-top: 50px;
    margin-bottom: 100px;
}
.app-chl #user-survey-page label > input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    text-align: center;
}
.app-chl #user-survey-page label > input + .radio-label.inactive {
    cursor: not-allowed;
}
.app-chl #user-survey-page label > input + .radio-label { /* IMAGE STYLES */
    cursor: pointer;
    background-image: url("/images-chl/radio_unchecked.png");
    background-color: white;
    background-repeat: no-repeat;
    background-position: 0 0; 
    height: 47px;
    width: 47px;
    margin: 0 auto;
}
.app-chl #user-survey-page label > input:checked + .radio-label { /* (RADIO CHECKED) IMAGE STYLES */
    background-image: url("/images-chl/radio_checked.png");
}                           
.app-chl #user-survey-page .radio-text {
    margin-top: 15px;
    font-size: 22px;
    color: #999;
}
.app-chl #user-survey-page .select-list {
    position: relative;
    display: inline-block;
}
.app-chl #user-survey-page .select-list select {
    display: inline-block;
    border: 0;
    padding: 4px 100px 3px 100px;
    margin: 0;
    font-family: sans-serif;
    font-size: 18px;
    border:0;
    border-bottom: 2px solid #2aba9a;
    font-family: helvetica, sans-serif;
    color: #a8a8a8;
    font-size: 1.5em;
    text-align: center;
    outline: none; /* remove focus ring from Webkit */
    line-height: 1.2;
    background: #fff;
    -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/* Select arrow styling */
.app-chl #user-survey-page .select-list:after {
    content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 30px;
    padding: 0 7px;
    color: black;
    pointer-events: none;
    -webkit-border-radius: 0 0px 0px 0;
    -moz-border-radius: 0 0px 0px 0;
    border-radius: 0 0px 0px 0;
}
.app-chl #user-survey-page .no-pointer-events .select-list:after {
    content: none;
}
.app-chl #user-survey-page .radio-cluster {
    max-width: 81%;
    height: 100px;
    margin: 0 auto;
    background-image: url("/images-chl/cluster_bg.png");
    background-repeat: repeat-x;
    background-position: 0 40px;    
}
.app-chl #user-survey-page .radio-cluster .radio-cluster-cell {
    display: inline-block;
    float: left;
}
.app-chl #user-survey-page .radio-cluster label {
    display: inline-block;
    float: left;
    /*padding-right: 75px;*/
}
.app-chl #user-survey-page .radio-cluster.opt-6 label {
    padding-right: 75px;
}  
.app-chl #user-survey-page .radio-cluster.opt-7 label {
    padding-right: 50px;
} 
.app-chl #user-survey-page label > input + .radio-label {
    background-image: url("/images-chl/radio_grey.png")    
}
.app-chl #user-survey-page .radio-cluster.opt-6 label.last,
.app-chl #user-survey-page .radio-cluster.opt-7 label.last {
    padding-right: 0;
}
.app-chl #user-survey-page .radio-cluster .radio-text {
    font-size: 10px;
    width: 6.8em;
}
.app-chl #user-survey-page #career-goals label > input + .radio-label + .radio-text {
    font-size: 16px;
    width: 10em;
    margin: 0 auto;
}
.app-chl #user-survey-page label > input:checked + .radio-label + .radio-text {
    color: black;
}
.app-chl #user-survey-page button.survey-geo-select {
    margin-top: 20px;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-bottom: 2px solid #2aba9a;
    border-radius: 0;
    -moz-borer-radius: 0;
    -webkit-border-radius: 0;
    font-family: 'Roboto', sans-serif;
    color: #a8a8a8;
    font-size: 1.5em;
    text-align: center;
    font-weight: normal;
}
.app-chl #user-survey-page button.survey-geo-select span.ui-icon {
    background-image: url("/images-chl/select_arrow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-right: 5px;
}
@media screen and (max-width: 970px) {

    .app-chl #user-survey-page .radio-cluster {
        width: 71%;
    }
    .app-chl #user-survey-page .radio-cluster.opt-7 label {
        padding-right: 33px;
    }
    .app-chl #user-survey-page .radio-cluster.opt-6 label {
        padding-right: 53px;
    }
}
@media screen and (max-width: 895px) {

    .app-chl #user-survey-page .radio-cluster.opt-7 label {
        padding-right: 25px;
    }
    .app-chl #user-survey-page .radio-cluster.opt-6 label {
        padding-right: 44px;
    }
}
@media screen and (max-width: 875px) {
    .app-chl #user-survey-page .radio-cluster.opt-7 label {
        padding-right: 23px;
    }
    .app-chl #user-survey-page .radio-cluster.opt-6 label {
        padding-right: 41px;
    }
}
@media screen and (max-width: 800px) {

    .app-chl #user-survey-page .radio-cluster label {
        display: block;
        text-align: left;
    }
    .app-chl #user-survey-page div[id*='page-'] h1 {
        font-size: 2em;
        margin-top: 75px;
    }
    .app-chl #user-survey-page div[id*='page-'] h2 {
        font-size: 1.66em;
    }
}
@media screen and (max-width: 770px) {

    .app-chl #user-survey-page .prog-bar-container #prog-bar {
        width: 77%;
    }
    .app-chl #user-survey-page input[type="text"],
    .app-chl #user-survey-page input[type="number"] {
        width: 77%;
    }
    .app-chl #user-survey-page .radio-cluster {
        background-image: none;
        margin-left: 11.33em;
    }
    .app-chl #user-survey-page .radio-cluster .radio-label,
    .app-chl #user-survey-page .radio-cluster .radio-text {
        display: inline-block;
    }
    .app-chl #user-survey-page .radio-cluster .radio-text {
        font-size: 12px;
        min-width: 166px;
        position: relative;
        top: -1.66em;
        margin-left: 0.66em;
    }
    .app-chl #user-survey-page #career-goals label > input + .radio-label + .radio-text {
        font-size: 12px;
    }
}
@media screen and (max-width: 650px) {

    .app-chl #user-survey-page  div[id*='page-'] h1 {
        font-size: 1.5em;
        margin-top: 55px;
    }
    .app-chl #user-survey-page div[id*='page-'] h2 {
        font-size: 1.33em;
    }
    .app-chl #user-survey-page .radio-text {
        font-size: 18px;
    }
    .app-chl #user-survey-page .radio-cluster {
        width: auto;
        margin-left: 3.33em;
        margin-top: 0.66em;
    }
}
@media screen and (max-width: 400px) {

    .app-chl #user-survey-page .prog-bar-container #prog-bar {
        width: 67%;
    }
    .app-chl #user-survey-page .radio-cluster .radio-label,
    .app-chl #user-survey-page .radio-cluster .radio-text {
        margin-top: 0.33em;
    }
    .app-chl #user-survey-page .radio-cluster .radio-text {
        width: auto;
        position: relative;
        top: -1em;
        margin-left: 0.66em;
    }
    .app-chl #user-survey-page .radio-cluster label {
        /*padding-right: 0;*/
        float: none;
        text-align: left;
        display: block;
    }
    .app-chl #user-survey-page .radio-cluster.opt-6 label,
    .app-chl #user-survey-page .radio-cluster.opt-7 label {
        padding-right: 0;
    }
    .app-chl #user-survey-page  div[id*='page-'] h1 {
        font-size: 1.33em;
        margin-top: 55px;
        margin-bottom: 0.33em;
    }
    .app-chl #user-survey-page div[id*='page-'] h2 {
        font-size: 1em;
    }
    .app-chl #user-survey-page label > input + .radio-label {
        background-image: url("/images-chl/radio_grey_sm.png");
        height: 31px;
        width: 31px;
    }
    .app-chl #user-survey-page label > input:checked + .radio-label {
        background-image: url("/images-chl/radio_checked_sm.png");
    }
    .app-chl #user-survey-page .radio-text {
        font-size: 14px;
    }
    .app-chl #user-survey-page .button-submit {
        margin-top: 80px;
    }
}
@media screen and (max-width: 350px) {
    .app-chl #user-survey-page  div#page-0 h1 {
        margin-top: 21px;
    }
    .app-chl #user-survey-page  div#page-1 h1 {
        margin-top: 36px;
    }
    .app-chl #user-survey-page  div#page-4 h1,
    .app-chl #user-survey-page  div#page-5 h1 {
        margin-top: 46px;
        margin-bottom: 0.33em;
    }
    .app-chl #user-survey-page button.survey-geo-select {
        margin-top: 0;
    }
    .app-chl #user-survey-page div.fields-interest-holder {
        margin-top: 0;
    }
    .app-chl #user-survey-page #career-goals label > input + .radio-label + .radio-text {
        font-size: 11px;
    }
    .app-chl #user-survey-page .button-submit {
        margin-top: 68px;
    }
}


/* CHL Map & Interns Dashboards */
.app-chl #chl-map-page {
    padding: 0 5px;
}
.app-chl #chl-map-page.chart-page {
    padding-top: 6.33em;
}
.app-chl #chl-map-page.chart-page h2,
.app-chl #chl-interns-map-page.chart-page h2 {
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}
.app-chl #chl-map-page .desc,
.app-chl #chl-interns-map-page .desc {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #5e5e5e;
    margin: 0 auto;
    text-align: center;
/* 
    padding: 0 200px;
 */
    line-height: 25px;
}
.app-chl #chl-map-page .desc .bookmark-desc {
    color: #cfcfcf;
}
.app-chl #chl-map-page .chl-map-results-container,
.app-chl #chl-interns-map-page .chl-map-results-container {
    margin: 0.66em 0.33em;
    padding: 3em 2em;
}
.app-chl #chl-map-page #chl-map-results,
.app-chl #chl-interns-map-page #chl-map-results  {
	padding: 0 30px 30px 30px;
	margin-bottom: 10px;
	border-bottom: 3px solid #333;
}
.app-chl #chl-map-page .map-area,
.app-chl #chl-interns-map-page .map-area {
	padding: 30px;
}
.app-chl #chl-map-page .map-area #map-canvas,
.app-chl #chl-interns-map-page .map-area #map-canvas {
	height: 375px;
}
.app-chl #chl-map-page .results-list-column,
.app-chl #chl-interns-map-page .results-list-column {
    padding:5px 0;
    max-height: 350px;
    min-height: 220px;
}
.app-chl #chl-map-page #chl-map-results .results-list-column .results-list,
.app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list {
    font-family: "lato", sans-serif;
}
.app-chl #chl-map-page #chl-map-results .results-list-column ul.results-list li.location,
.app-chl #chl-interns-map-page #chl-map-results .results-list-column ul.results-list li.location {
    border-bottom:1px solid #cfcfcf;
    padding: 20px 40px;
}
.app-chl #chl-map-page #chl-map-results .results-list-column .results-list li strong,
.app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list li strong {
    text-transform: uppercase;
    font-size: 20px;
    color: #002a4d;
    font-weight: 400;
    margin-left: 25px;
}
.app-chl #chl-map-page #chl-map-results .results-list-column .results-list ul,
.app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list ul {
	margin-top: 10px;
    list-style: none;
}
.app-chl #chl-map-page #chl-map-results .results-list-column .results-list ul li{
    padding: 8px 0;
}
.app-chl #chl-map-page #chl-map-results .results-list-column .results-list ul li a,
.app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list ul li a {
    color: #5e5e5e;
    text-decoration: none;
    font-size:17px;
    font-weight:300;
}
.app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list ul li {
    padding:4px 0;
}
.app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list ul li a,
.app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list li .address { 
    margin-left:28px;
}
.app-chl #chl-map-page #chl-map-results .results-list-column .results-list ul li div.icon {
	top:0;
	margin-left:0;
	margin-right:12px;
	font-size:15px;
	color:#666;
}
.app-chl .modal-window.internship {
    background: #fff;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 500px;
    padding: 0;
    margin-left: -350px;
    margin-top: -250px;
    text-align: left;
    color: #333;
    font-size: 15px;
}
.app-chl .modal-window.internship .close-modal {
    top: -35px;
    right: -25px;
}
.app-chl #chl-map-page #chl-map-results .results-list-column .results-list ul li a,
.app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list ul li a.close-modal  {
    font-size: 20px;
}
.app-chl .modal-window.internship .modal-inner {
    padding: 25px 50px;
    overflow: scroll;  
    height: 450px;  
}
.app-chl #chl-interns-map-page .modal-window.internship h2 {
    text-align: left;
    margin-top: 0;
    padding: 0;
    margin-bottom:16px;
}
.app-chl #chl-interns-map-page .modal-window.internship h3 {
    margin: 0;
    padding: 0;
}
.app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list li .modal-window.internship .address {
    margin-left: 0px;
    margin-bottom:16px;
}
.app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list ul li .modal-window.internship .link {
    margin: 16px 0;
}
.app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list ul li .modal-window.internship .link a {
    text-decoration: underline;
    margin-left: 0px;
    font-size: 15px;
}
.app-chl #chl-interns-map-page #chart-instance {
    display: none;
}
@media screen and (min-width: 800px) {

    .app-h2.app-chl #chl-map-page .content .container .chl-map-results-container,
    .app-h2.app-chl #chl-interns-map-page .content .container .chl-map-results-container {
        margin: 0.66em 5em;
    }
}
@media screen and (max-width: 700px) {

    .app-chl #chl-map-page #chl-map-results {
        padding: 0;
    }
    .app-chl #chl-map-page #chl-map-results .results-list-column .results-list li strong,
    .app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list li strong {
        font-size: 17px;
    }
    .app-chl #chl-map-page #chl-map-results .results-list-column .results-list ul li a,
    .app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list ul li a.close-modal  {
        font-size: 15px;
    }
}
@media screen and (max-width: 600px) {

    .app-chl #chl-map-page .map-area,
    .app-chl #chl-interns-map-page .map-area {
        display: none;
    }
    .app-chl #chl-map-page .chl-map-results-container,
    .app-chl #chl-interns-map-page .chl-map-results-container {
        padding: 0;
    }
    .app-chl #chl-map-page #chl-map-results .results-list-column .results-list li strong,
    .app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list li strong {
        margin-left: 0;
    }
    .app-chl #chl-map-page #chl-map-results .results-list-column .results-list ul li a,
    .app-chl #chl-interns-map-page #chl-map-results .results-list-column .results-list ul li a {
        text-decoration: underline;
    }
    .app-chl #chl-map-page #chl-map-results .results-list-column ul.results-list li.location,
    .app-chl #chl-interns-map-page #chl-map-results .results-list-column ul.results-list li.location {
        padding: 0.33em;
    }
    .app-chl #chl-map-page #chl-map-results,
    .app-chl #chl-interns-map-page #chl-map-results {
        border-bottom: 0;
    }
}

/* CHL Profile Page */
.app-chl #user-profile-page #user-favorites {
	background-color: #deddde;
	color: #5e5e5e;
	padding-top: 10px;
	padding-bottom: 10px;
    font-weight: normal;
    margin: 0 auto;
    max-width: 753px;
}
.app-chl #user-profile-page #bookmarks .section-box {
	border: 0;
	background-color: transparent;
}
.app-chl #user-profile-page #user-favorites h3 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14px;
}
.app-chl #user-profile-page #user-favorites h3.title {
    margin: 0 0.66em;
    text-align: right;
    font-size: 15px;
}
.app-chl #user-profile-page #bookmarks {
	padding: 10px 50px;
}
.app-chl #user-profile-page #bookmarks ul {
	list-style: none;
	padding: 0;
}
.app-chl #user-profile-page #bookmarks ul li {
	padding: 0;
	white-space: nowrap;
}
.app-chl #user-profile-page #bookmarks ul li a {
	color: #5e5e5e;
}
.app-chl #user-profile-page #bookmarks ul li .bookmark-container {
    background-color: #fff;
    display: inline-block;
    width: 85%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #deddde;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-chl #user-profile-page #bookmarks ul li .icon {
    margin-right: 10%;
    position: relative;
    float: right;
    top: 10px;
}
.app-chl #user-profile-page #bookmarks ul li .icon .icon-remove {
	color: #999;
	font-size: 25px;
}
@media screen and (max-width: 900px) {

    .app-chl #user-profile-page #user-favorites {
        margin: 0 1.66em;
    }
}
@media screen and (max-width: 600px) {
    .app-chl #user-profile-page #bookmarks ul li .bookmark-container {
        font-size: small;
    }
}
@media screen and (max-width: 450px) {

    .app-chl #user-profile-page #bookmarks {
        padding: 0.66em;
    }
    .app-chl #user-profile-page #bookmarks ul li .bookmark-container {
        font-size: smaller;
    }
}

/* Print Stylesheet */
@media print {
    .app-chl #career-headlight-header {
        position: relative;
    }
    .chart-page {
        margin-top:0px !important;
    }
    #chart-form {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
}