#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-work-life > div.topicContainer{
    background-color: #047d99;
}

#ContentBody > section > ul > li.bar-health-wellness > div.topicContainer {
    background-color: #DF2819; 
}

#ContentBody > section > ul > li.bar-dependent-care > div.topicContainer {
    background-color: #712d91;
}

#ContentBody > section > ul > li.bar-employee-assistance > div.topicContainer {
    background-color: #AD6500;
}

#ContentBody > section > ul > li.bar-telework > div.topicContainer {
    background-color: #218367;
}

#ContentBody > section > ul > li.bar-breastfeeding > div.topicContainer {
    background-color: #1989df;
}

.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;
    list-style: none;
    padding-left: 0;
}

ul.js-accordion > li {
    margin-bottom: 15px;
}

ul.js-accordion > li > button {
    width: 100%;
    color: #fff;
    background-color: #047d99;
    padding: 22px 20px 22px 20px;
    font-size: 1.6em;
    font-weight: 600;
    border: none;
    text-align: left;
    cursor: pointer;
}

ul.js-accordion > li > button:hover {
    background-color: #04728B;
}

ul.js-accordion > li > button::before {
    content: "\f055";
    padding-right: 10px;
    font: 24px/1 FontAwesome;
    vertical-align: -8%;
}

ul.js-accordion > li div.accordion-content {
    background-color: #ECF9FC;
    padding: 20px 20px 20px 20px;
}

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 20px bottom -5px;
}

ul.js-accordion > li.work-life > button {
    background-image: url(/img/policy/worklife/accordion-bg-worklife.png);
}

ul.js-accordion > li.health-wellness > button {
    background-color: #DF2819;
    background-image: url(/img/policy/worklife/accordion-bg-health-wellness.png);
}

ul.js-accordion > li.health-wellness > button:hover {
     background-color: #CA2516;
}

ul.js-accordion > li.health-wellness div.accordion-content {
    background-color: #FFEEEC;
}

ul.js-accordion > li.employee-assistance > button {
    background-color: #AD6500;
    background-image: url(/img/policy/worklife/accordion-bg-employee-assistance.png);
}

ul.js-accordion > li.employee-assistance > button:hover {
    background-color: #9E5C00;
}

ul.js-accordion > li.employee-assistance div.accordion-content {
    background-color: #FFF6E5;
}

ul.js-accordion > li.dependent-care > button {
    background-color: #712D91;
    background-image: url(/img/policy/worklife/accordion-bg-dependent-care.png);
        background-position: right 26px bottom -5px;
}

ul.js-accordion > li.dependent-care > button:hover {
    background-color: #682985;
}

ul.js-accordion > li.dependent-care div.accordion-content {
    background-color: #FAF3FF;
}

ul.js-accordion > li.telework > button {
    background-color: #218367;
    background-image: url(/img/policy/worklife/accordion-bg-telework.png);
}

ul.js-accordion > li.telework > button:hover {
    background-color: #1E765D;
}

ul.js-accordion > li.telework div.accordion-content {
    background-color: #EBFFF9;
}



ul.js-accordion > li.breastfeeding > button {
    background-color: #1989df;
    background-image: url(/img/policy/worklife/accordion-bg-breastfeeding.png);
}

ul.js-accordion > li.breastfeeding > button:hover {
    background-color: #157bc9;
}

ul.js-accordion > li.breastfeeding div.accordion-content {
    background-color: #d7eeff;
}







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: ;
    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 */