.header {
    box-sizing: border-box;
    display: table;
    background-color: #43285d;
    color: #fff;
}

.test {
    background-color: red;
    margin-bottom: 2rem;
}
/* Main navigation */
.nav ul li {
    display: table-cell;
    list-style: outside none none;
    padding: .3rem;
    font-weight: normal;
    font-size: 1.4rem;
    border-radius: 2px;
    padding: .5rem;
    border: 2px solid #D4D5E3;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

    .nav ul li a {
        text-decoration: underline;
        pointer-events: auto;
        color: #43285d;
        font-size: 1.3rem;
        vertical-align: auto;
        display: inline;
    }

    .nav ul li:hover {
        background-color: #43285D !important;
        border: 2px solid #D4D5E3;
        border-radius: 5px 5px 0 0;
        border-bottom: none;
    }

        .nav ul li:hover a {
            color: #fff !important;
        }

    .nav ul li a:hover {
        text-decoration: underline;
        vertical-align: auto;
        display: inline;
    }

    .nav ul li a:focus {
        text-decoration: underline;
        pointer-events: auto;
    }

    .nav ul li.current:first-child a {
        font-weight: normal;
        vertical-align: bottom;
        white-space: nowrap;
        padding: 1rem;
    }


    .nav ul li a:active {
        color: #000 !important;
        vertical-align: auto;
        display: inline;
    }

    .nav ul li:hover a:active, .nav ul li:hover a:hover {
        color: #000 !important;
    }

    .nav ul li:hover a:hover {
        color: #fff !important;
    }

.nav {
    display: table;
    width: 100%;
    padding: 0.2rem 5% 0;
    background-color: #D4D5E3;
}

    .nav ul {
        display: table;
        margin: 0 auto;
        max-width: 1400px;
        vertical-align: middle;
    }

        .nav ul li.current, .nav ul li.current:hover {
            background-color: #43285D !important;
            border-radius: 5px 5px 0 0;
            border: 2px solid #D4D5E3;
            border-bottom: none;
        }

            .nav ul li.current a, .nav ul li.current a:hover {
                color: #fff !important;
                text-decoration: none;
            }

.logo {
    width: 200px;
    vertical-align: top;
    padding-top: .3rem;
}

.lang {
    background: url("../imgs/languages/lang-bg.png") no-repeat scroll center center transparent;
    display: block;
    height: 33px;
    line-height: 31px;
    margin-top: 20px;
    z-index: 15;
    float: right;
    background: #F00;
    padding: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 1.5em;
}

a.lang {
    color: #FFF !important;
    font-weight: bold;
}

#mcontent {
    display: inline;
    position: absolute;
    left: -99999px;
    border: none !important;
}

li.loginlogin, li.loginregister {
    display: none;
}
/* Accessibility Controls - Font Resize etc. */
.fontwrap a {
    box-sizing: border-box;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
}

.BoW {
    background: #ffffff;
    color: #333;
    font-size: 1.5em;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #D4D4D4;
    border-bottom-color: #D4D4D4;
    border-left-color: #D4D4D4;
    margin-right: 0px;
    border-right-style: none;
}

    .BoW:hover {
        text-decoration: hover;
    }

    .Bow:active {
        position: relative;
        top: 1px;
    }

.WoB {
    background-color: #8a8a8a;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #D4D4D4;
    border-bottom-color: #D4D4D4;
    margin-right: 0px;
    margin-left: 0px;
}

    .WoB:hover {
        text-decoration: underline;
    }

    .WoB:active {
        position: relative;
        top: 1px;
    }

.BoY {
    background-color: #ffff99;
    color: #000000;
    font-size: 1.5em;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #D4D4D4;
    border-bottom-color: #D4D4D4;
}

    .BoY:hover {
        text-decoration: underline;
    }

    .BoY:active {
        position: relative;
        top: 1px;
    }

.YoB {
    background-color: #0000ff;
    color: #ffff99;
    font-size: 1.5em;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #D4D4D4;
    border-right-color: #D4D4D4;
    border-bottom-color: #D4D4D4;
    margin-right: 10px;
}

    .YoB:hover {
        text-decoration: underline;
    }

    .YoB:active {
        position: relative;
        top: 1px;
    }

li.fontsize {
    display: none !important;
}

.Inc {
    display: inline-block;
    color: #777777 !important;
    font-family: Arial;
    text-decoration: none;
}

    .Inc a:hover {
        text-decoration: underline;
    }

    .Inc a:active {
        position: relative;
    }

    .Inc .Plus {
        font-size: 2rem;
    }

    .Inc .Stan {
        font-size: 1.6rem;
    }

    .Inc .Minus {
        font-size: 1.2rem;
    }

    .Inc a {
        box-sizing: border-box;
        color: #777777 !important;
        display: inline-block;
        padding: 0 7px;
    }

.aids {
    float: right;
    margin-top: 2em;
    margin-right: 5%;
}

.fontwrap {
    vertical-align: top;
    width: 50%;
}

div#skip {
    display: block !important;
    text-align: center;
}

#skip a, #skip a:hover, #skip a:visited {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:active, #skip a:focus {
        position: static;
        width: auto;
        height: auto;
    }

/* Breadcrumb */
.breadcrumb {
    margin: .5rem 0;
    margin: 1.2rem 0;
    bottom: 1rem;
    overflow: hidden;
    width: 100%;
    padding: 0 1rem !important;
}

    .breadcrumb > div > ul {
        width: 100%;
        background-image: url(/_imgs/common/icon-home.gif);
        background-position: left center;
        padding-left: 20px;
        background-repeat: no-repeat;
    }

    .breadcrumb ul li {
        display: inline-block;
        list-style: none outside none;
        padding-top: 0.5em;
        padding-right: 1.5em;
        padding-left: .5em;
        padding-bottom: 0.5em;
        background-image: url(_imgs/common/arrow-breadcrumb.gif);
        background-repeat: no-repeat;
        background-position: right center;
        white-space: nowrap;
    }

        .breadcrumb ul li.last {
            background-image: none;
        }

    .breadcrumb a {
        color: #666;
        display: inline-block;
        width: 100%;
    }

        .breadcrumb a:hover {
            text-decoration: none;
            color: #009EE1;
        }

    .breadcrumb ul li.home {
        display: inline-block;
        list-style: none outside none;
        padding-top: 0.5em;
        padding-right: 1.5em;
        padding-left: 0.8em;
        padding-bottom: 0.5em;
        background-repeat: no-repeat;
    }
/* Language */
.language {
    float: right;
    line-height: 32px;
    margin-left: 13px;
    padding-left: 13px;
    background-image: url(/_imgs/common/icon-language.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 35px;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #CCC;
    margin-top: 2px;
    min-height: 32px;
}

    .language a {
        color: #333;
        margin-right: 0px;
    }

        .language a:hover {
            text-decoration: none;
        }

.language-noimage {
    float: right;
    padding-right: 0;
    text-align: right;
}

    .language-noimage a {
        color: #777;
        margin-right: 0px;
        font-size: 1rem;
        line-height: 28px;
    }

        .language-noimage a:hover {
            text-decoration: none;
        }

#TranslationDisclaimerHyperLink {
    margin: 0px;
}

/* region */
.region {
    float: right;
    line-height: 32px;
    margin-left: 13px;
    padding-left: 35px;
    background-image: url(/_imgs/common/region-large.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #CCC;
    margin-top: 2px;
    min-height: 32px;
}

    .region a {
        color: #333;
        margin-right: 0px;
    }

        .region a:hover {
            text-decoration: none;
        }
/* language page */
.languageselector ul li {
    margin-bottom: .1em;
    list-style-position: inside;
    background-image: url(/_imgs/common/icon-language.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;
    line-height: 35px;
}

.languageselector ul {
    margin-bottom: 3em;
    margin-left: 0em;
    margin-top: 1em;
}

.languageselector a:hover {
    text-decoration: none;
}
/*Redesign 2017*/
ul.headerone {
    display: table;
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 1.3rem 0;
    vertical-align: top;
}

    ul.headerone li {
        display: table-cell;
        vertical-align: top;
    }

.panelcontainerwrap {
    background-color: red;
}

.panelcontainer {
    display: none;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 1010;
    background: rgba(16, 24, 32, 0.5);
}

.sectiondescription {
    margin-bottom: 1rem;
}

.searchpanel {
    display: none;
    background-color: #fff;
    border-radius: 1px;
    width: 100%;
    max-width: 1400px;
    border-top: none;
    padding: 1rem 1rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 4rem;
    z-index: 10;
}

.content .searchpanel:nth-child(3) {
    padding-bottom: 0;
}

#GuidedSearchPanel {
    padding-bottom: 0;
}

.searchpanel h2 {
    background: #523178;
    left: 1rem;
    margin-left: -1rem;
    margin-top: -1rem;
    padding: 0.8rem 1rem;
    position: absolute;
    top: 1rem;
    width: 100%;
    color: #fff;
    text-align: center;
}

.headsearchpanel {
    padding: 0.5rem 0;
}

div.headsearchpanel div:first-child {
    padding-left: 0;
}

.headsearchexpand {
    height: 50px;
    line-height: 50px;
    padding: 0 55px 0 1rem;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: url(/_imgs/common/icon-keyword-search.png);
    background-repeat: no-repeat;
    background-position-x: right 12px;
    background-position-y: center;
    cursor: pointer;
}

.headsearchclose {
    display: inline-block;
    height: 30px;
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: 30px;
    background-image: url(/_imgs/common/icon-close-window.png);
    background-repeat: no-repeat;
    text-overflow: clip;
    overflow: hidden;
    text-indent: -999px;
}

#KeywordSearchPanel input[type=text], .faqsearch input[type=text] {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 0 1rem;
}

#KeywordSearchPanel input[type=submit] {
    margin-bottom: 0 !important;
    z-index: 30;
}

#KeywordSearchPanel span, .faqsearch span {
    display: table-cell;
    white-space: nowrap;
    padding-right: 1rem;
}

span.headsearchtitle {
    font-weight: bold;
    background-repeat: no-repeat;
    padding-left: 1rem;
}

span.headsearchlabel {
    width: 120px;
}

span.headsearchinput {
    width: 50%;
}

span.headsearchbutton input {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    height: 36px;
    border: none;
    background-color: #ccc;
    margin: 0;
}

#KeywordSearchPanel .form-item, .faqsearch .form-item, .filter .form-item {
    position: relative;
    display: table-cell;
}

#KeywordSearchPanel .searchtext {
    padding: 0 1rem;
    box-sizing: border-box;
    color: #555555;
}

#KeywordSearchPanel .fullwidth {
    width: 50%;
}

div.headsearchbutton {
    width: 150px;
    padding: 0;
    vertical-align: middle !important;
}

    div.headsearchbutton input {
        margin-bottom: 0;
    }

#KeywordSearchPanel .form-item input:focus, .faqsearch .form-item input:focus {
    outline: none;
}

#KeywordSearchPanel .form-item label, .faqsearch .form-item label, #GuidedSearchingPanel .formlocation label, .filter .formlocation label {
    box-sizing: border-box;
    padding: 0 0 0 1rem;
    color: #828282;
    font-style: italic;
    height: 40px;
    pointer-events: none;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    position: absolute;
    box-sizing: border-box;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    transition: 250ms ease-in-out;
}

#KeywordSearchPanel .form-item.data label, #KeywordSearchPanel .form-item.focus label, #GuidedSearchingPanel .form-item.focus label, .filter .form-item.focus label, #GuidedSearchingPanel .form-item.data label, #GuidedSearchingPanellocationfilter .form-item.data label {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    background-color: #F2A900;
    border: none;
    border-radius: 2px 2px 0 0;
    padding: 0 1rem;
    color: #555;
    font-style: normal;
    height: 40px;
    line-height: 40px;
}
/*Guided Search*/
#GuidedSearchingPanel input[type=button] {
    z-index: 30;
    margin-bottom: 0;
}

#GuidedSearchingPanel ul {
    position: static;
    padding: 0;
    margin-bottom: 1rem;
}

div.getlocation a img.getlocation {
    padding: 0 !important;
}

li.topicquestion {
    position: relative;
}

#GuidedSearchingPanel ul > li {
    margin-bottom: .6rem;
    min-height: 30px;
}

    #GuidedSearchingPanel ul > li > ul > li > a {
        background-image: url("/_imgs/common/button-list-collapse.png");
        background-position: left -5px;
        background-repeat: no-repeat;
        margin-bottom: 1rem;
        min-height: 30px;
        padding-left: 30px;
    }

    #GuidedSearchingPanel ul > li > ul > li.selected > a {
        background-image: url(/_imgs/common/button-list-expand.png);
    }

#GuidedSearchingPanel input[type=checkbox], .childterms input[type=checkbox], .checktype input[type=checkbox], .option input[type=checkbox], .select-all input[type=checkbox] {
    height: auto;
    margin-right: 1rem;
    position: absolute;
    top: .7rem;
    left: .7rem;
    left: -9999px;
}

#GuidedSearchingPanel ul > li.haschildren {
    background-color: #f1f1f1;
    background-image: url("/_imgs/common/icon-guided-search-has-children.png");
    background-position: right 5px top 10px;
    background-repeat: no-repeat;
    padding-right: 30px;
}

    #GuidedSearchingPanel ul > li.haschildren input[type="checkbox"]:checked + label, #GuidedSearchingPanel ul > li.haschildren input[type="checkbox"]:focus + label {
        margin-right: -30px;
    }

.childterms input[type=checkbox] {
    position: fixed;
}

.childterms label {
    margin-bottom: 1rem;
}

#GuidedSearchingPanel .topicintro {
    margin: 1rem 0;
}

#GuidedSearchingPanel ul li ul li ul li ul {
    margin: 1rem 0 1rem 3rem;
}

#GuidedSearchingPanel ul label, .childterms label, .checktype label, .option label, .select-all label {
    display: block;
    background-color: #F1F1F1;
    padding: .8rem;
    padding-left: 50px;
    border-radius: 1px;
    background-image: url(/_imgs/common/bg-guided-search-unchecked.png);
    background-repeat: no-repeat;
    cursor: pointer;
    min-height: 42px;
}

.select-all label {
    display: inline-block;
    background-color: transparent;
    padding: 0.8rem 0.8rem 0.8rem 50px;
    margin-left: .6rem;
}

.select-all input[type="checkbox"]:checked + label {
    background-color: transparent !important;
}

.childterms label {
    background-color: transparent;
}

#GuidedSearchingPanel input[type=checkbox]:focus + label, .childterms input[type=checkbox]:focus + label, .checktype input[type=checkbox]:focus + label, .option input[type=checkbox]:focus + label, .select-all input[type=checkbox]:focus + label {
    background-color: #ffffcc !important;
}

#GuidedSearchingPanel input[type=checkbox]:checked + label, .childterms input[type=checkbox]:checked + label, .checktype input[type=checkbox]:checked + label, .option input[type=checkbox]:checked + label, .select-all input[type=checkbox]:checked + label {
    background-color: #FAEDAE;
    background-image: url(/_imgs/common/bg-guided-search-checked.png);
    background-repeat: no-repeat;
}

.checktype input[type=checkbox]:checked + label, .checktype label {
    background-color: transparent;
}

.option label {
    background-position: -6px -6px;
    color: transparent;
    font-size: 1px;
    height: 30px;
    min-height: 30px;
    max-width: 30px;
    min-width: 30px;
    overflow: hidden;
    padding: 0;
    text-overflow: clip;
}

.checktype label {
    display: inline-block;
}

.guidedsearchlocationfilter {
    display: table;
    margin: 0 0 1rem 0;
    max-width: 700px;
    width: 100%;
}

.filter .guidedsearchlocationfilter {
    width: 100%;
}

.childterms h2 {
    margin-top: 2rem !important;
}

.locationkeyword.ui-autocomplete-input {
    max-width: 600px;
    min-width: 200px;
    width: 100%;
}

.form-item.searchtext {
    display: table-cell;
    width: 100px;
    margin-bottom: 1rem;
}

.filtergroupwrap .form-item.searchtext {
    display: block;
    min-width: 100px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

div.formlocation {
    display: table-cell;
    min-width: 200px;
    width: auto;
    max-width: 400px;
    position: relative;
}

#GuidedSearchingPanel .getlocation {
    vertical-align: bottom;
    padding: 0 1rem;
    display: table-cell;
    width: 44px;
}

input.guidedsearchsubmit {
    display: inline-block;
}

li.languagepanel {
    width: 200px;
}

ul.fontwrapelements {
    float: right;
    padding-right: 2rem;
}

li.headcontact {
    padding: 0 0 0 1.5rem;
    width: 100%;
}

.headcontact ul li, .headcontact ul li a {
    display: inherit;
    height: 30px;
    line-height: 30px;
    color: #777;
    font-size: 1.2rem;
}

.headcontact ul li {
    float: left;
    clear: left;
    margin-left: 1rem;
}

    .headcontact ul li a:hover {
        text-decoration: none;
    }

.headcontact .phone {
    background-image: url(/_imgs/common/icon-header-phone.png);
    background-repeat: no-repeat;
    padding-left: 40px;
}

.headcontact .localoffices {
    background-image: url(/_imgs/common/icon-header-localoffice.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-top: .42rem;
}

.hero {
    height: 350px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #CCC;
    position: relative;
}

.gradient {
    background: rgba(0, 0, 0, 0) url("/_imgs/gradients/bkg-gradient.png") repeat-y scroll left top;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.herowrap {
    height: 350px;
    margin: 0 auto;
    width: 100%;
    padding: 1rem;
    max-width: 1400px;
    position: relative;
    z-index: 10;
}

.homepage .hero {
    height: 450px;
}


body.healthandsupports .hero {
    background-image: url(/_imgs/hero/hero-health-supports.jpg);
}

.navgrp {
    display: table;
    width: 100%;
}

.rowone {
    display: table;
    max-width: 1400px;
    margin: 1rem auto;
    width: 100%;
    font-size: 1.3rem;
}

    .rowone .title {
        width: 300px;
        display: table-cell;
        font-family: 'D Sari Bold', Arial, sans-serif;
        font-size: 2rem;
    }

        .rowone .title a {
            color: #fff !important;
            text-decoration: none;
            margin-left: 1rem;
        }

.regpanel li a:focus {
    color: #000 !important;
}

.rowone .utilitybar {
    display: table-row;
    vertical-align: middle;
    padding-right: 1rem;
}

    .rowone .utilitybar ul {
        margin: .6rem 0 0.3rem;
    }

.utilitybar ul li {
    display: inline;
    padding: 0;
    font-family: "Proxima Nova Bold";
    font-size: 18px !important;
}

    .utilitybar ul li.loginpan, .utilitybar ul li.register, .utilitybar ul li.loggedinname, .utilitybar ul li.loggedinaccount, .utilitybar ul li.loggedinlogout {
        float: right;
    }

.regwrap ul li {
    padding: 0 0 0 1rem;
    font-size: 1.2rem;
}

    .regwrap ul li.telephone {
        padding-right: 1rem;
        font-size: 1.2rem;
        border-right: 2px solid #d4d5e3;
    }

.regpanel li a {
    color: #fff !important;
}

.goog-te-gadget img {
    vertical-align: 2px !important;
}

.getlocation {
    vertical-align: middle;
    ;
    padding: 0 1rem;
}

.filter .getlocation {
    padding: 0;
}

.filter img.getlocation {
    background-color: #dfdfdf;
    border: 1px solid #777;
    border-radius: 2px;
    box-sizing: border-box;
    margin-left: 1rem;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}

a.getlocation:focus {
    background-color: transparent !important;
    border: none !important;
}

    a.getlocation:focus img.getlocation {
        background-color: rgb(255, 255, 204) !important;
        border-color: RED;
    }

.locationkeyword {
    border-radius: 2px 0 0 2px !important;
}

.form-item.getlocation > a {
    background-color: #dfdfdf;
    border: 1px solid #777;
    border-radius: .25rem;
    display: inline-block;
    height: 44px;
    width: 44px;
}

    .form-item.getlocation > a:focus {
        border: 2px solid #ff6700 !important;
        height: 46px;
        width: 46px;
    }

.getlocation a img {
    padding: 0;
}
/*Fetaure Buttons*/
.buttonwrap {
    background-color: #D4D5E3;
}

    .buttonwrap > ul {
        display: table;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto 0 auto;
    }

        .buttonwrap > ul > li {
            display: table-cell;
        }

    .buttonwrap .feattitle {
        font-family: "Proxima Nova semibold";
        text-transform: uppercase;
        font-size: 1rem;
        text-decoration: underline;
        line-height: 140%;
        width: 100%;
    }

    .buttonwrap a div.featsub {
        padding-top: .5rem;
    }

    .buttonwrap a {
        padding: 1rem 1rem 1rem 70px;
        display: block;
        color: #523178;
        text-decoration: none !important;
        border-radius: .25rem;
        transition: all 150ms ease-in-out;
        border: 1px solid #9287A5 !important;
        transition: all 150ms ease-in-out;
    }

        .buttonwrap a:hover, .buttonwrap a.current, .buttonwrap a:focus, .buttonwrap a:active {
            background-color: #523178 !important;
            color: #ffffff !important;
        }



        .buttonwrap a:focus {
            display: block !important;
        }

    .buttonwrap > ul > li > ul {
        display: table;
        width: 100%;
        margin-right: 5px;
    }

        .buttonwrap > ul > li > ul > li div {
            display: table;
        }

.featbutton > li {
    padding: 4px 0;
}

    .featbutton > li:first-child {
        padding: 6px 3px 6px 0;
    }

    .featbutton > li:nth-child(2) {
        padding: 6px 5px;
    }

    .featbutton > li:nth-child(3) {
        padding: 6px 0 6px 3px;
    }


a.featkeyword {
    background-image: url(/_imgs/common/icon-featkeyword-hover.png);
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
}

    a.featkeyword:hover, a.featkeyword.current, a.featkeyword:focus, a.featkeyword:active {
        background-image: url(/_imgs/common/icon-featkeyword.png) !important;
        background-repeat: no-repeat !important;
        background-position: 10px center !important;
        border-left: 1px solid #523178;
    }

a.featselfguided {
    background-image: url(/_imgs/common/icon-featselfguided-hover.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

    a.featselfguided:hover, a.featselfguided.current, a.featselfguided:focus, a.featselfguided:active {
        background-image: url(/_imgs/common/icon-featselfguided.png) !important;
        background-repeat: no-repeat !important;
        background-position: 10px center !important;
    }

a.featcategory {
    background-image: url(/_imgs/common/icon-featcategory-hover.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

    a.featcategory:hover, a.featcategory.current, a.featcategory:focus, a.featcategory:active {
        background-image: url(/_imgs/common/icon-featcategory.png) !important;
        background-repeat: no-repeat !important;
        background-position: 10px center !important;
    }
/*Welcome text*/
.introtext div.introheading {
    display: inline-block;
    font-size: 2.2em;
    font-family: "Proxima Nova Extra bold";
    line-height: normal;
}

.introtext {
    position: absolute;
    top: 1rem;
    max-width: 400px;
}

    .introtext div {
        color: #fff;
        line-height: 130%;
        line-height: 140%;
        font-size: 16px;
        font-family: 'Proxima Nova Semibold', Arial, sans-serif !important;
    }

.intromessage {
    margin-top: 1rem;
}

a.introbutton {
    display: inline-block;
    padding: 1rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-radius: 1px;
    color: #fff;
    position: relative;
    clear: left;
    border: 1px solid rgba(255, 255, 255, 0.7);
    text-decoration: none;
    margin-top: 1.8rem;
}

    a.introbutton:hover {
        border: 1px solid rgba(255, 255, 255, 1);
        color: #fff !important;
    }

    a.introbutton:active {
        top: 1px;
        color: #fff !important;
    }

.homepage .introtext p.introheading {
    margin-bottom: 1rem;
}

.loggedintext {
    display: block;
    font-size: 1.3rem;
}

    .loggedintext a {
        color: #fff !important;
    }

.loggedinname {
    white-space: nowrap;
    padding-bottom: 1rem;
}

.loggedinaccount {
    padding-right: 1rem;
}

.loggedinlogout {
    padding-left: 1rem;
}

.loggedinname > span {
    font-weight: bold;
}

.workspace-ul {
    margin-top: 2rem;
}

/*temporary, to hide homepage elements*/

.homepage .breadcrumb {
    display: none !important;
}

/*Welcome page*/
#ctl00_bdyMaster .main p {
    margin-bottom: 1rem;
    line-height: 140%;
}

.welcometonyconnects .main ul {
    list-style: disc !important;
    line-height: 140%;
    list-style-position: inside;
}

.search-header {
    display: table;
    width: 100%;
}

.select-all, .result-count, .sort-option {
    display: table-cell !important;
}
