/* task #1 */
/* main.css : 4535 */
.navbar-default {
	background-color: #008FD5;
}

/* main.css 6842 */
header.navbar-default .navbar-brand {
    
}

/* task #2 */
/*.main-container .body-container section.col-sm-9 .bootstrap-threecol-stacked .view-homepage-slider .flexslider .slider-caption {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    height: 43%;
    left: 0;
    line-height: 20.02px;
    padding: 10px;
    position: absolute;
    top: 60%;
    width: 100%;
    height: 100px;
    padding-top: 30px;
}*/

.main-container .body-container section.col-sm-9 .bootstrap-threecol-stacked .view-homepage-slider .flexslider h4.field-content {
    z-index: 999;
}

/* task #25 ... can not be bolder */
#block-menu-menu-news-media-resources li.last a {
    /*color: #000;*/
}
/* task #26 */
h2.pane-title a:hover {
    text-decoration: none;
}

/* Social media links update -- sorry, no task numbers, blame John */

header.navbar-default .social-links {
	width: 270px; /* This is going to break on mobile as we can't do mobile breakpoints here in CSS */
}

footer.footer .footer-right .footer-follow-us ul li a span.social-link {
	font-size: 14px;
	margin-right: 12px;
}