/*TOP LEVEL Topic landing page*******************************************/
#topic-page img {
    border-top: 6px #005595 solid;
}
/*Topic landing pages*******************************************/
/*Body divs ******************************************/
.float-left {
    float: left;
    margin-right: 2em;
    width: 45%;
    margin-bottom: 2em;
}
.float-right {
    float: right;
    width: 45%;
    margin-bottom: 2em;
}
#topic-landing .float-left h3, #topic-landing .float-right h3 {
    margin-bottom: 0.3em;
}
#topic-landing .float-left ul, #topic-landing .float-right ul {
    margin-bottom: 0.5em;
}
.responsive-layout-mobile .float-left {
    float: left;
    margin-right: 2em;
    width: 100%;
    margin-bottom: 2em;
}
.responsive-layout-mobile .float-right {
    float: right;
    width: 100%;
    margin-bottom: 2em;
}
/*News ***********************************/
#topic-landing .node-type-news h2 {
    border-bottom: none;
}
#topic-landing .media-centre {
    margin-top: 1em;
}
/*Promo sidebar and topics page *******************************/
.node-type-promo.view-mode-topic_landing_promo.clearfix {
    border-top: 4px solid #005595;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    background: #f7f7f7;
    clear: both;
}
h3.landing-promo a, h3.landing-promo a:visited, #topic-page h3 a {
    color: black;
    text-decoration: none;
    font-size: 0.80em;
    font-weight: bold;
}
h3.landing-promo a:hover, #topic-page h3 a:hover {
    text-decoration: underline!important;
}
h3.landing-promo {
    margin: 0.5em 0 0.25em 0.5em;
    line-height: 1em;
}
.node-type-promo.view-mode-topic_landing_promo.clearfix p {
    padding: 0 1em 0 1em;
}
.panel-2col-stacked .panel-col-last .inside {
    clear: both;
}
/*Responsive layout************************/

.responsive-layout-mobile .panel-2col-stacked .panel-col-last {
    float: none;
    width: 100%;
}
.responsive-layout-mobile .panel-2col-stacked .panel-col-first {
    float: left;
    width: 100%;
}
