﻿.userToolTriggers li.li_Home {
    display: block;
}


.header
{
    background: #fff;
    display: flex;
    align-content: space-between;
}

.header .title {
    float: left;
    min-width: unset;
    max-width: unset;
}

.header .title,
.header .title a,
.header .cobrand,
.header .cobrand a,
.header .cobrand img
{
    min-height: unset;
    line-height: unset;
    margin: 0;
}

.header .cobrand a.a_Cobrand
{
    margin: 0;
}

.header .title .darkTheme
{
    display: none;
}

.header .cobrand:before {
     border: none;
}

.header h1 a {
    padding: 0 0;
}



.header h1 img {
  border-style:none;
}


.mainMenu
{
    display: none;
}
li.menu2, .contentmenu2, .contentmenu2 .leftTwoThirds,
li.menu2selected, .contentmenu2, .contentmenu2 .leftTwoThirds {
    background: #fff;
}

li.menu1selected,
.contentmenu1,
.contentmenu1 .leftTwoThirds {
    background: #fff;
}

li.menu1selected, .contentmenu1,  .contentmenu1 .leftTwoThirds
{
    background: #fff;
}

li.menu2selected, .contentmenu2
{
    background: #fff;
}

li.mainmenu3, li.menu3selected, .contentmenu3
{
    background: #f3f3f3;
}

.contentWrapper.contentmenu1
{
    background: linear-gradient(to right , #fff, #fff 67%, #f3f3f3 67%, #f3f3f3) ;
}
.contentWrapper.contentmenu2
{
    background: linear-gradient(to right , #fff, #fff 67%, #f3f3f3 67%, #f3f3f3) ;
}


/* ------------------------------------------- sub categories */
.moreLink
{
    display: none;
}
.subCategories
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-around;
}

.subCategories > li
{
    flex: 1 1 30%;
    float: none;
    margin: .3rem;
    background-color: #207eff !important;
}

.leftTwoThirds .subCategories > li
{
    flex: 1 1 40%;
}



.subCategories > li:not(.subcategoryExpander, .iconLeft):nth-child(odd)
{
    background-color: #002877 !important;
}


.subCategories > li.hero a.subcategoryLink
{
    width: unset !important;
    height: unset !important;
}

.subCategories > li.subCategoryCallToAction
{
    flex: 100%;
}

a.subcategoryLink
{
    text-decoration: unset !important;
    width: 100% !important;
    padding: 0 !important;
}

.leftTwoThirds .subWrapperInner .subCategories a.subcategoryLink .subcategoryHeading
{
    font-size: 120% !important;
}


.leftTwoThirds .hasImage:not(.iconLeft) a.subcategoryLink
{
    min-height: 230px !important;
}

.leftTwoThirds .subCategoryCallToAction:not(.iconLeft) a.subcategoryLink
{
    min-height: 290px !important;
}


.rightThird .hasImage:not(.iconLeft) a.subcategoryLink
{
    min-height: 150px !important;
    height: 140px;
}

.iconLeft a.subcategoryLink
{
    min-height: unset !important;
}

.subCategories > li.subCategoryCallToAction 
{
    text-align: center;
}

.subCategories > li.subCategoryCallToAction.hasImage a.subcategoryLink
{
    min-height: 200px;
}

.subCategories > li.toolong a.subcategoryLink,
.subCategories > li.reallylong a.subcategoryLink,
.subCategories > li a.subcategoryLink,
.toolong,
.reallylong
{
    font-size: 100% !important
}


img.subCategoryIcon
{
    object-fit: contain;
}

img.subCategoryIcon[src*="/hero/" i],
img.subCategoryIcon[src*="/video/" i]
{
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    object-fit: cover;   
}




@media (max-width: 899px) {
    .subCategories > li a.subcategoryLink
    {
        text-align: center !important;
    }
    .subCategories > li a.subcategoryLink .subcategoryHeading
    {
        text-align: center !important;
    } 
    .subCategories > li img.subCategoryIcon
    {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        position: absolute !important;
        float: none !important;
        max-width: unset !important;
        margin: 0 !important;
    }
}


a.subcategoryLink::after
{
    display: none !important;
}

a.subcategoryLink:hover,
a.subcategoryLink:active,
a.subcategoryLink:focus
{
    text-decoration-line: underline !important;
    text-decoration-color: #fff !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: 2px !important;
}


.subCategories > li.callToActionWithoutStandfirst a.subcategoryLink
{
    width: 100%;
}

.subCategories > li a.subcategoryLink
{
    display: flex;
    align-items: flex-end;
    padding: 0;
}

.subCategories > li.iconLeft a.subcategoryLink
{
    align-items: center;
}



.subCategories > li a.subcategoryLink span.subcategoryHeading {
    display: block;
    padding: 0;
    height: auto;
    width: 100%;
    max-width:none;
    float: none !important;
}

.subcategoryHeading em
{
    background-color: #207effcc;
    color: #fff;
    font-size: 1em;
    padding: .3rem .6rem;
}

.subCategories > li:nth-child(even) .subcategoryHeading em
{
    background-color: #002877cc;
}

.subcategoryStandfirst {
    margin-top: 0
}




/* ------------------------------------------------------------ footer */

.footer 
{
    display: none;
}

footer, .subFooter
{
    text-align: left;
}

.contactUs
{
    background-color: #002877;
    color: #fff;
    font-size: x-large;
    padding: .9rem 1.2rem;
    margin: 0;
}

.contactUs a
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.contactUs a:hover,
.contactUs a:active
{
    text-decoration-thickness: 3px;
}

.socialMedia
{
    margin: 0;
    padding: .3rem .6rem;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: left;
    background-color: #eee;
}

.socialMedia li
{
    margin: 0;
    padding: 0 0;
    list-style: none;
}

.socialMedia li a {
    padding: .9rem 1.2rem;
}

.socialMedia li a img {
    vertical-align: middle;
    margin-right: .15em;
}



.RPP3{
    font-size: larger;
    margin-bottom: 2em;
}

.RPP3:after {
    content: " ";
    clear: both;
    display: block;
}

.RPP3 p{
    display: block;
    clear: both;
}

.RPP3 a.green,
.RPP3 a.red,
.RPP3 a.yellow,
.RPP3 a.blue,
#sliderestarter a
{
    display: block;
    float: left;
    border: 3px solid #fff;
    border-radius: 1em;
    padding: 1em 1.6em;
    margin: .5em 1em .5em 0;
    color: #fff !important
}

.RPP3 a.green {
    background-color: #090;
}
.RPP3 a.red {
    background-color: #900;
}
.RPP3 a.yellow {
    background-color: #990;
}
.RPP3 a.blue {
    background-color: #009;
}


#sliderestarter
{
    clear: both;
    padding-top: 2em;
    font-size: .6em
}
#sliderestarter a{
    background-color: #555
}

#sliderestarter:after {
    content: " ";
    clear: both;
    display: block;
}