@charset "utf-8";
/* Common Foundation CSS overrides - styles here relate to Gen 1 pages ONLY and have been migrated in from GLOBAL CONFIG */

/* START Social media icons on fat footer area */
.fat-footer .twitter a,
.fat-footer .linkedin a,
.fat-footer .youtube a,
.fat-footer .facebook a{
    display: block;
    color: #4D4D4D;
    border: 1px solid #D8D8D8;
    min-height: 36px;
    padding: 1em 0.538461538462em 0 40px;
    background: #e6e6e6 url("/content/dam/allianzcouk/images/Personal/icons/general-sprite.png") no-repeat 0 0;
    margin-right: 0;
}
.ie8 .fat-footer .twitter a,
.ie8 .fat-footer .linkedin a,
.ie8 .fat-footer .youtube a,
.fat-footer .facebook a{
    height: 36px;
    min-height: auto;
}
.fat-footer .twitter a{
    background-position:  0px -211px;
}
.fat-footer .linkedin a{
    background-position:  0px -416px;
}
.fat-footer .youtube a{
    background-position:  0px -281px;
}
.fat-footer .facebook a{
    background-position:  0px -352px;
}
.fat-footer .twitter a:hover,
.fat-footer .linkedin a:hover,
.fat-footer .youtube a:hover,
.fat-footer .facebook a:hover{
    background-color: #999;
    color: #fff;
}
.function-bar .function-bar-watchus a{
    color:#fff;
    border: 1px solid #881014;
    background:#d41c1c url("/content/dam/allianzcouk/images/Personal/icons/general-sprite.png") no-repeat 0px -281px;
}
.function-bar .function-bar-followus a{
    color:#fff;
    border: 1px solid #1087b1;
    background:#22b7eb url("/content/dam/allianzcouk/images/Personal/icons/general-sprite.png") no-repeat 0px -211px;
}
.function-bar .function-bar-followus a:hover {
    background-color: #1087b1;
}
.function-bar .function-bar-watchus a:hover {
    background-color: #881014;
}
.fat-footer .twitter,
.fat-footer .linkedin,
.fat-footer .youtube,
.fat-footer .facebook{
    width:100%;
}
/* END Social media icons on fat footer area */

/* START - Over rides mobile background style on desktop */
.ie8 UL.sf-navbar LI LI .flyoutMenu UL {
background-image: none;
background-color:transparent;
}
/* END - Over rides mobile background style on desktop */
