@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* Standard Template for Content Page, Use to change the styles of the Page */

/* Content Box. Use this to change the whole of the content panel's CSS */
#content
{
	padding-top:0px; Uncomment this to change the Top padding for background-images etc **/
	/**background-image:url("/assets/images/headers/advice-hub.png"); **/
}

#page_header
{
	background-image:url("/assets/images/headers/advice-hub.png");
	background-repeat:no-repeat;
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
	padding-top: 10.86%; /** (img-height / img-width) * width **/
    height: 0;
}

ul {list-style-image: url('/assets/images/bullet-red.gif');}

/*BIG CONTENT PANEL DETAILS*/
.panel-content {
    border-color: #dddddd;
}
.panel-content > .panel-heading {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #dddddd;
}
.panel-content > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}
.panel-content > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

/* Component CSS */
.panel-component {
    border-color: #dddddd;
}
.panel-component > .panel-heading {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #dddddd;
}
.panel-component > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}
.panel-component > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

.nav-pills > li.active > a
{
	background-color:#EC1C24;
}

.nav-pills > li.active > a:hover
{
	background-color:#EC1C24;
}

/** Changes Links and Navigation Links **/

a
{
	color:#EC1C24;
}

a:hover
{
	color:#C41C28;
}

.btn-default {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #EC1C24;
    border-color: #EC1C24;
}

.panel-content .btn {margin-bottom: 20px;}