/* Accordion by Nick */
ul.category-list__items {
    display: none;
}

a.category-list__heading {
    text-decoration: none;
    color: #2e2e2e;
    font-family: Barlow, Arial, Verdana;
    font-weight: normal;
    display: block;
    width: 100%;
    position: relative;
}

.category-list__heading h4 {
    text-transform: uppercase;
    /*font-weight: normal;*/
    font-size: 18px;
}

a.category-list__heading[data-company="Microsoft"]:after {
    content: "+";
    display: inline-block;
    margin-left: 20px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    line-height: 22px;
}
a.category-list__heading.active:after {
    content: "-";
}

.wp-block-latest-posts__list.is-grid .wp-block-latest-posts__post-title {
    text-decoration: none;
    color: currentColor;
    display: inline-block;
    text-transform:uppercase;
    font-weight:500;
}
.wp-block-latest-posts__list.is-grid .wp-block-latest-posts__post-title:hover {
    color: #0068a0;
}
.wp-block-latest-posts__list.is-grid .wp-block-latest-posts__post-date {
    font-size: 18px;
    line-height: 32px;
    margin-top: 14px;
}
.child_category_image {
    max-width: 30px;
    margin-left: 15px;
}
.archive-taxonomy-featured-image {
    max-width: 50%;
}
.categories-list > ul > li{
	list-style: none;
    /*border-bottom: 1px solid #2e2e2e;*/
    padding-bottom: 2px;
	padding-top: 2px;
}
.categories-list > ul li > a{
	text-decoration: none;
	color: #2e2e2e;
}
.categories-list > ul{
	padding-left: 0;
}
.categories-list li a:hover{
	color: #0890d0;
}
.category-list__items li a {
    font-size: 14px;
    text-transform: uppercase;

}

/* Accordion by Nick ends */