.rssb-bgcolor {
    background-color: #141B4D
}

.oa {
    overflow: auto;
}

.fl {
    float: left;
}

.article-author-block img {
    border-radius: 50% !important;
}

/* RSSB CUSTOM STYLES */
header {
    background-color: #141B4D;
    color: white;
}

.noBackgroundColor {
    background-color: transparent;
}

header a, header a:hover, header .link a, header .link a:hover {
    color: white;
}

.rssb-login-register-links {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

    .rssb-login-register-links div {
        display: inline;
    }

    .rssb-login-register-links .component-content:after {
        content: none;
        display: none;
        clear: none;
    }

.rssb-header-search-box {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.rssb-author-image {
    margin-top: 15rem;
    text-align: center;
}

    .rssb-author-image img {
        border-radius: 50%;
        width: 60%;
    }

.article-share {
    padding-left: 15px;
}

    .article-share .price-tag {
        background-color: #005eb8;
        background-color: #005eb8;
        color: white;
        padding: 3px 5px;
        overflow: hidden;
        position: relative;
        display: inline;
        margin-right: 1.5rem;
    }

        .article-share .price-tag:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            /* margin-top: -3.5%; */
            /* margin-left: 61px; */
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #005eb8;
            position: absolute;
            top: 0;
            right: -10px;
        }

    .article-share .social a {
        background-color: #005eb8;
        color: white;
        text-decoration: none;
        font-size: 1.5rem;
        border: solid 1px white;
        border-radius: 50%;
        width: 3rem;
        line-height: 3rem;
        display: inline-block;
        text-align: center;
    }

.field-content {
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.rssb-article-resources {
    margin-top: 2rem;
}

    .rssb-article-resources div.component-content ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        padding-left: 0;
    }

        .rssb-article-resources div.component-content ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-left: 0;
            padding-left: 0;
        }

    .rssb-article-resources div.component-content .fl {
        float: none;
    }

        .rssb-article-resources div.component-content .fl img {
            width: 100%;
        }

        .rssb-article-resources div.component-content .fl .field-name {
            font-size: 1.4rem;
        }

.rssb-article-author {
    font-size: 1.5rem;
}

    .rssb-article-author .field-profile-image img {
        border-radius: 50%;
    }

    .rssb-article-author .field-name {
        padding-top: 21px;
    }

.rssb-see-also {
    margin-bottom: 3rem;
}

    .rssb-see-also a {
        font-size: 1.3rem;
    }

footer {
    background-color: #151d4c;
    padding-top: 3rem;
}

    footer .rich-text, footer .rich-text h4 {
        color: white;
    }

    footer .link-list {
        color: white;
    }

        footer .link-list h3 {
            border: none;
            margin-bottom: 1rem;
            font-size: 2rem;
            font-weight: normal;
        }

        footer .link-list .component-content li {
            padding-bottom: 0.5rem;
        }

        footer .link-list .component-content a, footer .link-list .component-content a:hover {
            color: white;
        }

            footer .link-list .component-content a:before, footer .link-list .component-content a:hover:before {
                top: 1rem;
            }

    footer .image .image-caption, footer .field-link a {
        color: white;
    }

    footer .social-large {
        margin-bottom: 3rem;
        display: block;
    }

        footer .social-large a {
            color: #151d4c;
            text-decoration: none;
            font-size: 2.5rem;
            border: solid 1px white;
            border-radius: 50%;
            width: 4rem;
            line-height: 4rem;
            display: inline-block;
            text-align: center;
            background-color: white;
        }

            footer .social-large a:hover {
                color: #151d4c;
                text-decoration: none;
            }

nav {
    background-color: #3C4065;
    margin-top: 2rem;
}

    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin-bottom: 0;
        position: relative;
    }

        nav ul:after {
            content: " ";
            z-index: 9;
            margin-left: -3000px;
            padding-left: 3000px;
            margin-right: -3000px;
            padding-right: 3000px;
            background-color: #3C4065;
            height: 7.7rem;
            position: absolute;
        }

        nav ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            z-index: 10;
            border-right: solid 2px #282D59;
            position: relative;
        }

            nav ul li:last-child {
                border-right: none;
            }

            nav ul li div {
                -ms-flex-item-align: center;
                -ms-grid-row-align: center;
                align-self: center;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

                nav ul li div a {
                    -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                    align-self: center;
                    border: none !important;
                    color: white !important;
                    font-size: 1.5rem !important;
                    padding: 0.5rem !important;
                    text-align: center;
                }

            nav ul li ul {
                display: none;
            }

            nav ul li:hover {
                background-color: white;
            }

                nav ul li:hover a {
                    color: #282D59 !important;
                }

                nav ul li:hover ul {
                    display: block;
                    background-color: white;
                    position: absolute;
                    top: 7.7rem;
                    left: 0;
                    width: 100%;
                }

                    nav ul li:hover ul:after {
                        content: none;
                    }

                    nav ul li:hover ul li {
                        border-right: none;
                        position: relative;
                    }

                        nav ul li:hover ul li ul {
                            display: none;
                        }

                        nav ul li:hover ul li:hover ul {
                            display: block;
                            position: absolute;
                            left: 100%;
                            top: 0;
                        }

.rssb-header-padding {
    padding-top: 1.5rem;
}

.logout-link-component, .my-account-link-component, .login-link-component, .register-link-component {
    font-size: 1.5rem;
    padding-right: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .logout-link-component .component-content, .my-account-link-component .component-content, .login-link-component .component-content, .register-link-component .component-content {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .logout-link-component .btn, .my-account-link-component .btn, .login-link-component .btn, .register-link-component .btn {
        font-size: inherit;
        line-height: inherit;
    }

    .logout-link-component .btn-link, .my-account-link-component .btn-link, .login-link-component .btn-link, .register-link-component .btn-link {
        color: white;
    }

    .logout-link-component a, .my-account-link-component a, .login-link-component a, .register-link-component a {
        font-size: inherit;
    }


.rssb-login-logout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .rssb-login-logout .row {
        height: 100%;
    }

.rssb-header-search-box {
    padding-right: 15px !important;
}

    .rssb-header-search-box .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: white;
        border-radius: 41px;
        padding: 2px 0;
    }

    .rssb-header-search-box .facet-dropdown {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        margin: 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding-right: 0;
    }

        .rssb-header-search-box .facet-dropdown select {
            margin-bottom: 0;
            margin-left: -10px;
            border-radius: 20px;
            background-color: #005EB8;
            color: white;
        }

    .rssb-header-search-box .rssb-search-horizontal {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    }

        .rssb-header-search-box .rssb-search-horizontal.col-12 {
            padding: 0;
        }

        .rssb-header-search-box .rssb-search-horizontal .search-box-input {
            border: none;
        }

        .rssb-header-search-box .rssb-search-horizontal .search-box-button-with-redirect {
            border: none;
            border-radius: 20px !important;
            background-color: #168371 !important;
            margin-right: 3px;
            position: relative;
            color: #168371;
            font-size: 0;
        }

            .rssb-header-search-box .rssb-search-horizontal .search-box-button-with-redirect:before {
                display: block;
                color: white;
                font-size: 2.5rem;
                line-height: 2.5rem;
            }

    .rssb-header-search-box .facet-heading {
        display: none;
    }

.twitter-typeahead .tt-menu a {
    color: #282D59 !important;
    font-size: 1.4rem;
}



/*search results title*/
h1.search-results-title {
    font-size: 46px;
    line-height: 52px;
    font-weight: bold;
    font-family: fsalbert,Arial,sans-serif;
    color: #141b4d;
    padding: 0;
    margin: 0 0 20px;
}

/*persistent search results*/
.persistent-result {
    margin: 0 0 2rem 0;
    padding: 1rem;
    border: solid 4px #7FC31C;
    color: #141b4d;
}

    .persistent-result p, .persistent-result a {
        font-size: 1.4rem;
    }

/*Search filters toggle*/
.search-filters-toggle {
    padding: 10px;
    border-right: solid 2px #ddd;
    border-bottom: solid 2px #ddd;
    background-color: #ffffff;
    cursor: pointer;
}

    .search-filters-toggle .search-filters-toggle__inner .search-results-count {
        margin: 0 1rem 0 0;
        float: left;
    }

    .search-filters-toggle .search-filters-toggle__inner span.fa {
        float: left;
    }


/*search result filters*/
.search-results__filters {
    margin-top: 1rem;
    border-top: solid 2px #ddd;
    border-bottom: solid 2px #ddd;
    padding: 1rem;
}

    .search-results__filters div[class*="col-"]:not(:last-child) {
        border-right: solid 2px #ddd;
    }

    .search-results__filters .facet-component .facet-heading {
        border-bottom-color: #ffffff;
    }

        .search-results__filters .facet-component .facet-heading h4.facet-title {
            color: #141b4d;
        }

        .search-results__filters .facet-component .facet-heading .clear-filter {
            font-size: 2rem;
            font-weight: bold;
            color: #141b4d;
            top: 25%;
        }

    .search-results__filters .facet-search-filter .facet-value {
        border-bottom: 0;
        padding: 0;
    }

    .search-results__filters .facet-search-filter .active-facet span {
        color: #141b4d;
    }


/*Search results*/
.search-result-list {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    display: block !important;
}

    .search-result-list li {
        -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
        flex: none !important;
        display: block;
        min-height: 0 !important;
    }


.search-results .search-result-list li .search-results__item-result .search-results__item-subscription-status {
    position: relative;
    top: initial;
    right: initial;
    clear: both;
    height:3rem;
}
.search-results .search-result-list li .search-results__item-result .search-results__item-subscription-status .subscription-level{
    float:right;
    margin-right:2rem;
}

.search-results__item-result .search-results__item-title {
    text-align: left !important;
    margin-top: 1rem;
}

.search-results__item-result .search-results__item-information-type {
    margin-bottom: 1rem;
}

    .search-results__item-result .search-results__item-information-type .information_type {
        display: inline;
        margin-right: 1rem;
    }

.search-results__item-result .search-results__item-meta .search-results__item-meta-right{
    text-align: right;
}

    .search-results__item-result .search-results__item-meta .search-results__item-meta-right .search-results__item-meta-author__inner {
        margin-right: 1rem;
    }



@media(max-width:1023px) {

    .search-results__item-result .search-results__item-result-image {
        display: none;
    }

    .search-results__item-result .search-results__item-information-type__holder {
        margin-top: 1rem;
    }

    .search-results__item-result .search-results__item-meta .search-results__item-meta-right {
        text-align: left;
    }
}


/*Mobile navagation changes*/
.header__navigation .expander {
    display: none
}

@media (max-width: 1023px) {
    .header__navigation li {
        position: relative;
    }
   
    .header__navigation-list .level1 > .navigation-title > a:after{display:none;}
    .header__navigation-list .level1 .clearfix {
        margin-left: 0;
        background-color: white;
    }

    .header__navigation-list .level2 .clearfix {
        margin-left: 0;
        background-color: #eee;
    }

    .header__navigation-list .level2 > .navigation-title > a {
        background-color: white;
        color: #888;
    }
    .header__navigation-list .level3 > .navigation-title > a {
        background-color: #eee;
        color: #888;
    }
    .header__navigation .expander {
        position: absolute;
        right: 15px;
        top: 15px;
        display: inline-block;
        height: 20px;
        width: 20px;
        background: transparent url("~/media/Themes/RSSB/Platform/RSSB/images/icons/plus-white.png") no-repeat 50% 50%;
        background-size: cover;
    }
        .header__navigation .expander.expanded {
            background: transparent url("~/media/Themes/RSSB/Platform/RSSB/images/icons/minus-white.png") no-repeat 50% 50%;
        }

    .header__navigation-list .level2 .expander {
        background: transparent url("~/media/Themes/RSSB/Platform/RSSB/images/icons/plus-blue.png") no-repeat 50% 50%;
        top: 5px;
        height: 15px;
        width: 15px;
        background-size: cover;
    }
    .header__navigation .level2 .expander.expanded {
        background: transparent url("~/media/Themes/RSSB/Platform/RSSB/images/icons/minus-blue.png") no-repeat 50% 50%;
    }



    .header__navigation-list .level1 > .navigation-title > a,
    .header__navigation-list .level2 > .navigation-title > a,
    .header__navigation-list .level3 > .navigation-title > a {
        text-align: left;
        padding-left: 15px;
    }
}
/*Mobile navagation changes*/
/* Key Contact fixes */
.person-hero__right-col-content .field-email {
    word-wrap:break-word;
}
/* Key Contact fixes */

/*Banner text shadow fix */
.hero-panel__title, .hero-panel__title field-title, .hero-panel__byline field-byline {
    text-shadow: 2px 2px 2px #000;
}

.hero-panel__title {
    width: 80%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .hero-panel__title {
        width: 60%;
    }
}
/*Banner text shadow fix */

/*Blog introduction*/
.news-content__title {
    font-size: 28px;
    line-height: 34px;
}

@media only screen and (min-width: 1024px) {
    .news-content__title {
        font-size: 21px;
        line-height: 28px;
    }
}
/*Blog introduction*/

/*Node page design*/
.node-section .component-content {
    display:flex;
}
.node-section .node_section_content {
    flex: 0 0 50%;
    padding-right: 10px;
    font-size: 18px;
    line-height: 27px;
}
.node-section .node_section_links {
    flex: 0 0 50%;
    padding-left: 10px;
    font-size: 16px;
    line-height: 25px;
    padding-top:20px;
}
    .node-section .node_section_links .field-title a:after {
        content: '>';
        color: #007bff;
        font-size: 16px;
        padding-left: 5px;
    }
    .node-section .node_section_links .field-title a:hover:after, .node-section .node_section_links .field-title a:visited:after {
        color: #0056b3;
    }
    .node-section .node_section_content .field-byline {
        padding-right: 50px;
    }

/*Node page design*/


/*Content UL / OL reset */
.field-content ul, .field-content ol {
    display: block;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;
}

.field-content ol {
    list-style-type: decimal;
}

.field-content li {
    display: list-item;
}

.field-content ul ul, .field-content ol ul {
    list-style-type: disc;
    margin-left: 15px;
}

.field-content ol ol, .field-content ul ol {
    list-style-type: lower-latin;
    margin-left: 15px;
}

/*Content UL / OL reset */

/*Correct RSSB LOGO*/
.header__logo-holder {
    width: 147px;
}
@media only screen and (min-width: 1024px) {
    .header__logo-holder {
        width: 180px;
    }
}
/*Correct RSSB LOGO*/

/*Subscription box p font size*/
.subscribe-box p, .register-box .field-text>div {
    font-size: 16px;
    line-height: 22px;
    font-family: fsalbert,Arial,sans-serif;
    color: #333;
    padding: 0 !important;
}
/*Subscription box p font size*/

/*search results not overlapping subscription data*/
.search-results__item-subscription-status  ~ .search-results .search-result-list li h2 {
    margin-top: 25px;
}
@media only screen and (min-width: 1024px) {
    .search-results__item-subscription-status ~ .search-results .search-result-list li h2 {
        margin-right: 210px;
    }
}
/*search results not overlapping subscription data*/

/*Social share - email */
.social-block__link_email {
    background-image: url(../images/icons/icon-email.png);
}
/*Social share - email */

/*Membership, limited access -  stop icon being cut off*/
.help-box-alternate__icon{
    flex:0 0 104px;
}
/*Membership, limited access - stop icon being cut off*/
.custom-breadcrumb + .notification-content{
    margin-top:30px;
}
/*Membership, limited access - stop icon being cut off*/
/*Topics page*/
.feature-list__image-holder img {
    
    width: auto;
    height:100%;
}
/*Topics page*/

/*REmoving chevrons from menu, when there are no children*/
@media only screen and (min-width: 1024px) {
    .header__navigation-list .level2 > .navigation-title > a:after {
        content: none;
    }

    .header__navigation-list .level3 > .navigation-title > a:after {
        content: none;
    }

    .header__navigation-list .level2.haschildren > .navigation-title > a:after {
        content: '>';
    }

    .header__navigation-list .level3.haschildren > .navigation-title > a:after {
        content: '>';
    }
}
/*Campaign page styles*/
.hero-panel.campaign-hero > div > div {
    background-position: center bottom -110px;
}


.campaign-hero .main-banner__subscribe-link-holder{
    text-align:center;
}

.campaign-hero.hero-panel {
    height: auto;
}
    .campaign-hero.hero-panel .hero-panel__inner {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

.campaign-hero {
    color: white;
}
.campaign-hero .hero-panel__title {
    padding-bottom:30px;
}

.campaign-hero p {
    font-size: 16px;
}

.campaign-hero .hero-panel__byline{
    color:white;
    font-size:18px;
    padding-bottom:25px;
}

@media (min-width: 576px) {
    .campaign_sub_hero, .campaign-hero .hero-panel__inner {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .campaign_sub_hero, .campaign-hero .hero-panel__inner {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .campaign_sub_hero, .campaign-hero .hero-panel__inner {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .campaign_sub_hero, .campaign-hero .hero-panel__inner {
        max-width: 1140px;
    }
}

.campaign-hero .hero-panel__inner {
    margin: 0 auto;
    
}
@media only screen and (min-width: 1024px) {
    .campaign-hero .hero-panel__inner {
        padding-left: 220px;
        padding-right: 220px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-hero .button-container .field-left-button, .campaign-hero .button-container .field-right-button {
        display: inline-block;
    }
}
    @media only screen and (min-width: 1024px) {
        .campaign-hero .button-container .field-left-button {
            padding-right: 30px;
        }
    }

    @media only screen and (min-width: 1024px) {
        .campaign-hero .button-container .field-right-button {
            padding-left: 30px;
        }
    }
.campaign-content{
    width:100%;
}
.campaign_sub_hero {
    margin: 0 auto;
    padding-bottom: 60px;
}

        .campaign_sub_hero .hero-panel__text-box {
            max-width: none;
            left: initial;
            padding: 0;
        }
@media only screen and (min-width: 1024px) {
    .campaign_sub_hero .hero-panel__text-box {
        display: flex;
    }
}

    .campaign_sub_hero .hero-panel__text-box-link-holder {
        padding-bottom: 30px;
    }


@media only screen and (min-width: 1024px) {
    .campaign_sub_hero .image-left {
        flex: 0 0 40%;
        padding-right: 15px;
    }
}

        .campaign_sub_hero .image-left img {
            width: 100%;
            height: auto;
        }


@media only screen and (min-width: 1024px) {
    .campaign_sub_hero .image-left + div {
        flex: 0 0 60%;
        padding-left: 15px;
    }
}
    .hero-panel.content-section > div > div {
        height: auto !important;
    }

    @media only screen and (min-width: 1024px) {
    }

    .campaign_sub_hero {
    }
    /*Campaign page styles*/

    /*Blog content font size*/
.article-content .field-content {
    font-size: 1.6rem !important;
    line-height: 2.5rem !important;
}
/*Blog content font size*/

/* Homepage Products and services link colour*/
.product-list__item:nth-child(9n+4) .product-list__item-link, .product-list__item:nth-child(9n+5) .product-list__item-link, .product-list__item:nth-child(9n+6) .product-list__item-link {
    background-color: #17a854;
}
.product-list__item:nth-child(9n+4) .product-list__item-inner, .product-list__item:nth-child(9n+5) .product-list__item-inner, .product-list__item:nth-child(9n+6) .product-list__item-inner {
    border-color: #17a854;
}
.registerform .sitecore-form {
    width: 100%;
}

.header .user-display-name-component:after {
    display: none;
    content: '';
    
}
.header .usertype {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    font-family: fsalbert,Arial,Helvetica,sans-serif;
    padding: 1px 0 0;
}

.product-list__item {
    padding:10px 0;
}
.product-list__item-inner{
    margin:0 10px;
}
.custom-breadcrumb + .membership-promo{
    margin-top:60px;
}
    .custom-breadcrumb + .membership-promo .notification-box {
        margin-top: 0;
    }
    .custom-breadcrumb + .membership-promo .notification-box:before {
        display: none;
        
    }