
#breadcrumb {
    position: absolute;
    z-index: 1;
    background: #fff;
}

.side-menu {
    background-color: #575757;
    text-align: center;
}

.subsolutions, .featured, .solution-media {
    background: #3b3b3b;
}

.subsolution, .featured-item, .media-item {
    background-color: #575757;
    color: #fff;
    padding: 20px;
    border: 5px solid #3b3b3b;
    text-align: center;
}

.featured-item h4, .media-item h4 {
    font-size: 20px;
    font-family: "Noto Sans Bold", Impact, Charcoal, sans-serif;
    color:  #00b842;
}

.subsolution:hover, .featured-item:hover, .media-item:hover {
    background-color: #000;
}

.subsolution:hover h3, .featured-item:hover h4, .media-item:hover h4 {
    color: #fff;
}
.subsolution button, .featured-item button, .media-item button {
    font-size: 14px;
    color: black;
    padding: 12px 15px;
    border: 1px solid #32ca33;
    background-color: #32ca33;
    font-family: "Noto Sans Bold";
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
}

.subsolution p {
    text-align: left;
}

.subsolution:hover button, .featured-item:hover button, .media-item:hover button {
    background: none;
    color: #32ca33;
}

.subsolution h3 {
    font-size: 25px;
    font-family: "Noto Sans Bold", Impact, Charcoal, sans-serif;
    color: #00b842;
}

.main-content {
    margin-top: 30px;
    padding-bottom: 20px;
}

.main-content h1 {
    color: #00b842;
    font-size: 2.5rem;
}

h1, h3 {
     font-family: "Noto Sans Bold", Impact, Charcoal, sans-serif;
}

.side-menu h2 {
    margin-top: 30px;
    font-family: "Noto Sans Bold", Impact, Charcoal, sans-serif;
}

.bodyWrapper .center .side-menu h2 a, .side-menu h2 a:active {
    font-family: "Noto Sans Bold", Impact, Charcoal, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
        
}
.bodyWrapper .center .side-menu h2 a:hover {
    color: #00b842;
}

.featured .heading, .solution-media .heading {
    text-align: center;
}

.heading h2 {
    font-size: 30px;
    font-family: "Noto Sans Bold", Impact, Charcoal, sans-serif;
    color: #fff;
}

.media-item ul {
    list-style-type: none;
    text-align: left;
}

.bodyWrapper .center .media-item ul li a, .bodyWrapper .center .media-item ul li a:hover, .bodyWrapper .center .media-item ul li a:active {
    color: #fff;
    text-decoration: underline;
}

.main-content, .dbContent .container-fluid > .row .row:first-child {
	background: #fff;
}
    
.dbContent .container-fluid {
	background: #3b3b3b;;
}


.bodyWrapper .subsolution-menu-items > a, .bodyWrapper .subsolution-menu-items > a:active, .bodyWrapper .subsolution-menu-items > a:visited {
	font-family: "Noto Sans";
    font-size: 19px;
    color: #00b842;
    text-align: left;
    margin-left: 40%;
    line-height: 1.2rem;
    margin-bottom: 5px;
    font-weight: normal;
}

.bodyWrapper .subsolution-menu-items > a.active, .bodyWrapper .subsolution-menu-items > a.active:active, .bodyWrapper .subsolution-menu-items > a.active:visited {
	color: #fff;
}

.bodyWrapper .subsolution-menu-items > a:hover {
	color: #fff;
}

.subsolution-menu-items .am-bullet {
    height: 15px;
    width: 15px;
    display: inline-block;
    background: url(/site/images/tabs.png) 0 -616px no-repeat;
    margin-right: -15px;
    position: relative;
    left: -18px;
}

.subsolution-menu-items {
	margin-bottom: 30px;
	display: none;
}

.solution-menu-item {
	vertical-align: top;
	width: 244px;
	max-width: 100%;
}

