h3.SideBar__HeaderText {
    color: blue;
}

/* Carousel CSS */
.carousel-inner .item img {
    width: 100%;
}

.feature-region {
	background-image: none;
}

#search-form.callout-region {
    background-color: #000242;
    color: white;
    padding: 0;
    text-align: left;
}

#app-header {

background: rgba(12,7,78,1);
background: -moz-linear-gradient(left, rgba(12,7,78,1) 0%, rgba(55,25,108,1) 26%, rgba(79,20,77,1) 48%, rgba(79,20,77,1) 66%, rgba(113,3,14,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,7,78,1)), color-stop(26%, rgba(55,25,108,1)), color-stop(48%, rgba(79,20,77,1)), color-stop(66%, rgba(79,20,77,1)), color-stop(100%, rgba(113,3,14,1)));
background: -webkit-linear-gradient(left, rgba(12,7,78,1) 0%, rgba(55,25,108,1) 26%, rgba(79,20,77,1) 48%, rgba(79,20,77,1) 66%, rgba(113,3,14,1) 100%);
background: -o-linear-gradient(left, rgba(12,7,78,1) 0%, rgba(55,25,108,1) 26%, rgba(79,20,77,1) 48%, rgba(79,20,77,1) 66%, rgba(113,3,14,1) 100%);
background: -ms-linear-gradient(left, rgba(12,7,78,1) 0%, rgba(55,25,108,1) 26%, rgba(79,20,77,1) 48%, rgba(79,20,77,1) 66%, rgba(113,3,14,1) 100%);
background: linear-gradient(to right, rgba(12,7,78,1) 0%, rgba(55,25,108,1) 26%, rgba(79,20,77,1) 48%, rgba(79,20,77,1) 66%, rgba(113,3,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c074e', endColorstr='#71030e', GradientType=1 );
    padding: 5px 0 10px;
    white-space: nowrap;
}

#app-footer {
    background-color: #000242;
    color: #ffffff;
    padding: 5px 0 10px;
    text-align: center;
}