#ContentBody > section > ul > li, #ContentBody > section > ul > li.open {
    color: #333333;
	background-color: #f4f4f4;
	padding: 0px; 
}

#ContentBody > section > ul > li > span.clickable {
    width: 100%;
    min-height: 70px;
    margin: 0;
	padding: 0;
}

#ContentBody > section > ul > li > div.topicContainer {
	padding: 22px 25px 22px 63px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#ContentBody > section > ul > li.bar-federal-supervisory > div.topicContainer{
    background-color: #054860;
}

#ContentBody > section > ul > li.bar-succession-management > div.topicContainer {
    background-color: #054860; 
}

#ContentBody > section > ul > li.bar-ses-candidate > div.topicContainer {
    background-color: #054860;
}

#ContentBody > section > ul > li.bar-federal-coaching > div.topicContainer {
    background-color: #054860;
}

#ContentBody > section > ul > li.bar-presidents-management-council > div.topicContainer {
    background-color: #054860;
}

#ContentBody > section > ul > li.bar-training-program-evaluation > div.topicContainer {
    background-color: #054860;
}

.fa-lg {
    color: #ffffff;
}

#ContentBody > section > ul > li > ul {
    left: 0px;
}

#ContentBody > section > ul > li > ul > li {
    padding: 0px 0px 40px 0px;
	overflow: auto;
}

#ContentBody > section > ul > li > ul > li:last-of-type {
    padding-bottom: 0px;
}

#ContentBody > section > ul > li.open > ul  {
	margin-top: 0px;
    padding: 50px 50px 50px 50px;
}

#ContentBody > section > ul > li.open > ul > li > div.FeaturedTopics_Img {
    width: 290px;
    float: left;
}

#ContentBody > section > ul > li.open > ul > li > div.FeaturedTopics_Desc {
    width: 290px;
    margin-left: 0px;
    float: right;
}

#ContentBody > section > ul > li.open > ul > li > div.FeaturedTopics_Desc h4 {
    font-size: 1.0em;
	margin-top: 20px;
	margin-bottom: 12px;
}

#ContentBody > section > ul > li.open > ul > li > div.FeaturedTopics_Desc p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
    line-height: 1.4em;
    font-weight: normal;
}

#ContentBody > section > ul > li.open > ul > li > div.FeaturedTopics_Desc p:last-of-type {
	margin-top: 27px;
}

a.boxBtn {
    color: #707070;
    border: 2px solid #7d7d7d;
    padding: 9px 17px;
	margin-right: 10px;
    -webkit-boder-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

a.boxBtn:hover {
	text-decoration: none;
	background-color: #e1e1e1;
}

.SideBar h3.with-line {
    border-bottom: solid 1px #E1E1E1;
    padding-bottom: .5em;
    margin: 2.5em 0px 1.5em 0px;
}

.SideBar h3.with-line:first-of-type {
    margin-top: 0;
}

.SideBar h3.no-line {
    padding-bottom: .5em;
    margin: 2.5em 0px .5em 0px;
}

.SideBar ul.with-icons li {
    padding: 0px 0px 9px 30px;
    background-position: 0 3px;
}

.SideBar ul.with-icons li:last-of-type {
    padding-bottom: 0;
}

.SideBar ul.with-icons li.training-opportunities {
    /*background-image: url(/img/policy/worklife/ico-list-training-opportunities.png);*/
}

.SideBar ul.with-icons li.worklife-faqs {
    /*background-image: url(/img/policy/worklife/ico-list-worklife-faqs.png);*/
}

.SideBar ul.with-icons li.marketing-materials {
    /*background-image: url(/img/policy/worklife/ico-list-marketing-materials.png);*/
}

.SideBar ul.with-icons li.email {
    /*background-image: url(/img/policy/worklife/ico-list-email.png);*/
    background-position: 0 0px;
}

.SideBar ul.with-icons li.agency-poc {
    /*background-image: url(/img/policy/worklife/ico-list-agency-poc.png);*/
    background-position: 0 0px;
}

/* Accordion UI Start */
ul.js-accordion {
    margin: 0px 0px 2em 0px;
}

ul.js-accordion.narrow {
    /*width: 490px;*/
}

ul.js-accordion > li {
    margin-bottom: 15px;
}

ul.js-accordion > li > button {
    width: 100%;
    color: #000;
    background-color: #f0f0f0;
    padding: 22px 20px;
    font-size: 1.6em;
    font-weight: 600;
    border: none;
    text-align: left;
    cursor: pointer;
}

ul.js-accordion > li > button:hover {
    background-color: #dfe1e2;
}

ul.js-accordion > li > button::before {
    content: "\f055";
    padding-right: 10px;
    font: 24px/1 FontAwesome;
    vertical-align: -8%;
}

ul.js-accordion > li > button[aria-expanded="true"]::before {
    content: "\f056";
}

ul.js-accordion > li div.accordion-content {
    background-color: #ECF9FC;
    padding: 20px 20px 20px 20px;
    border-bottom: 4px solid #f0f0f0;
    border-left: 4px solid #f0f0f0;
    border-right: 4px solid #f0f0f0;
}

ul.js-accordion > li div.accordion-content ul {
    margin: 0px 0px 0px 2.5em;
    list-style-type: unset;
}


/* Accordion UI End */

/* Accordion UI Customization Start */

/* ul.js-accordion > li > button {
    border-top-right-radius: 30px;
    background-repeat: no-repeat;
    background-position: right 10px bottom 0px;
}
*/

ul.js-accordion > li.work-life > button {
    /*background-image: url(/img/policy/worklife/accordion-bg-worklife.png);*/
}

ul.js-accordion > li.federal-supervisory > button {
    /*background-color: #5b7c93;
    background-image: url(/img/policy/worklife/bg-supervisorytraining.png);*/
}

ul.js-accordion > li.federal-supervisory > button:hover {
     /*background-color: #4e6b7f;*/
}

ul.js-accordion > li.federal-supervisory div.accordion-content {
background-color: #fff;
}

ul.js-accordion > li.succession-management > button {
    /*background-color: #613d6b;
    background-image: url(/img/policy/worklife/bg_succession.png);*/
}

ul.js-accordion > li.succession-management > button:hover {
    /*background-color: #4e3156;*/
}

ul.js-accordion > li.succession-management div.accordion-content {
    background-color: #fff;
}

ul.js-accordion > li.ses-candidate > button {
    /*background-color: #5564b7;
    background-image: url(/img/policy/worklife/bg-ses.png);*/
}

ul.js-accordion > li.ses-candidate > button:hover {
    /*background-color: #4957a0;*/
}

ul.js-accordion > li.ses-candidate div.accordion-content {
    background-color: #fff;
}

ul.js-accordion > li.federal-coaching > button {
    /*background-color: #2c4b19;
    background-image: url(/img/policy/worklife/bg-coaching.png);*/
}

ul.js-accordion > li.federal-coaching > button:hover {
    /*background-color: #213813;*/
}

ul.js-accordion > li.federal-coaching div.accordion-content {
    background-color: #fff;
}

ul.js-accordion > li.presidents-management-council > button {
    /*background-color: #a02435;
    background-image: url(/img/policy/worklife/bg-pmc.png);*/
}

ul.js-accordion > li.presidents-management-council > button:hover {
    /*background-color: #891f2d;*/
}

ul.js-accordion > li.presidents-management-council div.accordion-content {
    background-color: #fff;
}

ul.js-accordion > li.training-program-evaluation > button {
    /*background-color: #ce4c18;
    background-image: url(/img/policy/worklife/bg-evaluation.png);*/
}

ul.js-accordion > li.training-program-evaluation > button:hover {
    /*background-color: #b84416;*/
}

ul.js-accordion > li.training-program-evaluation div.accordion-content {
    background-color: #fff;
}
ul.js-accordion > li.leadership > button {
    /*background-color: #2f374f;
    background-image: url(/img/policy/worklife/bg-leadership.png);*/
}

ul.js-accordion > li.leadership > button:hover {
    /*background-color: #202635;*/
}

ul.js-accordion > li.leadership div.accordion-content {
    background-color: #fff;
}

ul.js-accordion > li div.accordion-content ul.comm-materials {
    margin: 0px;
    padding: 30px;
}

ul.js-accordion > li div.accordion-content ul.comm-materials > li {
    padding: 0px 0px 40px 0px;
    overflow: auto;
}

ul.js-accordion > li div.accordion-content ul.comm-materials > li:last-of-type {
    padding-bottom: 0px;
}

ul.js-accordion > li div.accordion-content ul.comm-materials > li div.FeaturedTopics_Img {
    width: 290px;
    float: left;
}

ul.js-accordion > li div.accordion-content ul.comm-materials > li div.FeaturedTopics_Desc {
    width: 320px;
    margin-left: 0px;
    float: right;
}

ul.js-accordion > li div.accordion-content ul.comm-materials > li div.FeaturedTopics_Desc h4 {
    font-size: 1.55em;
    margin-top: 15px;
    margin-bottom: 12px;
}

ul.js-accordion > li div.accordion-content ul.comm-materials > li div.FeaturedTopics_Desc p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    font-weight: normal;
}

ul.js-accordion > li div.accordion-content ul.comm-materials > li div.FeaturedTopics_Desc p:last-of-type {
    margin-top: 27px;
}

/* Accordion UI Customization End */


/* Find work-life coordinator sidebar START */

.coordinators-container {
    width: 100%;
    margin: 34px 0 40px 0;
}

.coordinators-content-top {
    background-color: #FFFFFF;
    border: solid 7px #006FB5;
    padding: 15px;
    overflow: auto;
    text-align: center;
}

.coordinators-content-top > h2 {
    font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    line-height: 1.55em;
    text-transform: unset;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    padding: 80px 0 0 0;
    background-image: url(/img/policy/worklife/ico-find-coordinator.png);
    background-repeat: no-repeat;
    background-position: center 0px;
}

.coordinators-content-bottom {
    background-color: #006FB5;
    text-align: center;
    padding: 13px 10px 20px 10px;
}

.coordinators-container a.button {
    background: #FFFFFF;
    border-radius: 30px;
    margin-bottom: 0;
    color: #006FB5;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 18px !important;
}

.coordinators-container a.button:hover {
    background: #DEF2FF;
}


/* Find work-life coordinator sidebar END */

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
        