﻿*, *::before, *::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wrapper
{
}

body 
{
    padding: 0;
    margin: 0;
    background-color: #f7f7f8;
    color: #202329;
    font-size: 18px;
    font-family: "Noto Sans","Trebuchet MS",sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

h1
{
    margin:0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 48px;
}
h1.subsection
{
    margin-top:30px;
}

h2
{
    margin:30px 0 10px;
    font-size:1.5em;
}

h3
{
    margin:5px 0;
    font-size:1.3em;
}

p
{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
}


/*Skip to main content link*/
.skipToContent
{
    left:40px;
    top:-70px;
    position:fixed;
    border:2px solid black;
    background:white;
    text-align:center;
    text-decoration:none;
    z-index:100;
}
.skipToContent:focus
{
    top:40px;
    opacity:1;
    outline:1px solid grey;
}
.skipToContent div
{
    padding:10px;
}


.pagetitle
{
    text-align:center;
}
.pagetitle .pagetitleinner
{
    margin: 0;
    padding:0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 48px;
}
.pagetitle hr
{
    background-color: #fc0c42;
    border: 0;
    height: 14px;
    margin: 28px auto;
    width: 180px;
}


/* Hidden */
#accesslinks, .skiplink
{
    display:none;
}

/* Links */
a:link
{
    color: #202329;
}
a:visited
{
    color: #575a5e;
}
a:hover, a:active, a:focus
{
    color: #fc0c42;
}


/* Css Button */
.cssbutton
{
    background-color: #202329;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    transition: background-color .25s ease;
    margin:0 10px 10px 0;
}
.cssbutton:hover
{
    background-color: #fc0c42;
}
.cssbutton:active
{
    background-color: #fd8d17;
}
.cssbutton a
{
    display:block;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 14px 18px;
}

/* Search button */
.searchbuttonbase
{
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../../images/spyglass.svg);
    background-position: 0 0;
    outline: 0;
    border-style: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 28px;
    margin: 14px 0;
    width: 28px;
}


/* Maximum width */
.maxwidth
{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
.innerpadding
{
    padding:0 18px;
}


/* General row */
.layoutrow::before,
.layoutrow::after
{
    display: table;
    content: ' ';
}
.layoutrow::after
{
    clear:both;
}


/* Header */
#header
{
    width:100%;
    position:relative;
}
#header .headerinner
{
    margin:0 auto;
    overflow:hidden;
}

/* Header top white */
#header #headertopwhite
{
    background-color:#fff;
}
#header #headertopwhitelist
{
    margin:0;
    padding:0;
    list-style:none;
    text-align:right;
}
#header #headertopwhitelist li
{
    display: inline-block;
    margin: 7px 0;
    font-size: 18px;
    line-height: 28px;
}
#header #headertopwhitelist li:first-child::after
{
    color: #c7c7c9;
    content: "/";
    padding: 0 18px;
}
#header #headertopwhitelist li a
{
    color: #202329;
    transition: color .25s ease;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

/* Header top */
#header #headertopmain
{
    background-color:#202329;
}
#header #headertopmaincontainer
{
    display: flex;
    flex-flow: wrap;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* Branding - hidden until mobile */
#header #headertopmainbranding
{
    display:none;
}
/* Header top static nav */
#header #headertopmainnav
{
    order: 1;
    width: auto;
}
#header #headertopmainnav .headertopmainnavcheck
{
    display: block;
    position: absolute;
    top: -9999px;
}
#header #headertopmainnav .headertopmainnavlabel
{
    display:none;
}
#header #headertopmainnav #headertopmainlist
{
    margin:0;
    padding:0;
    list-style:none;
}
#header #headertopmainnav #headertopmainlist li
{
    display: inline-block;
    margin: 14px 0;
    padding: 0 12px;
    font-size: 18px;
    line-height: 28px;
}
#header #headertopmainnav #headertopmainlist li.headertopmainlistmobileonly
{
    display:none;
}
#header #headertopmainnav #headertopmainlist li:first-child
{
    padding-left:0;
}
#header #headertopmainnav #headertopmainlist li a
{
    font-size: 18px;
    line-height: 28px;
    transition: color .25s ease;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color:#fff;
}
#header #headertopmainnav #headertopmainlist li a:hover
{
    color:#00c596;
}
/* Header top search */
#header #headertopmainsearch
{
    display: flex;
    justify-content: flex-end;
    max-height: 56px;
    overflow-y: hidden;
    width: auto;
    order:3;
}
#header #headertopmainsearch .headertopmainsearchcheck
{
    display: block;
    position: absolute;
    top: -9999px;
}
#header #headertopmainsearch .headertopmainsearchlabel
{
    background-color: #202329;
    background-image: url(../../../images/global-spyglass-inverse.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    flex-basis: 42px;
    flex-shrink: 0;
    font-size: 0;
    height: 42px;
    padding: 0;
    width: 42px;
    z-index: 9999;
    margin: 7px 9px;
    position: relative;
    right: auto;
}
#header #headertopmainsearch .headertopmainsearchlabel:hover,
#header #headertopmainsearch .headertopmainsearchlabel:active
{
    background-color: #36393e;
}
#header #headertopmainsearch .headertopmainsearchdiv
{
    max-width: 0;
    padding: 0;
    max-height: 56px;
    order: 1;
    overflow: hidden;
    position: relative;
    top:auto;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#header #headertopmainsearch .headertopmainsearchtext
{
    overflow: visible;
    float: left;
    font-weight: 400;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 28px 0 0 28px;
    color: #202329;
    font-size: 14px;
    height: 42px;
    line-height: 22px;
    margin: 7px 0;
    outline: 0;
    padding: 0 18px;
    width: calc(100% - (28px * 1.5));
}
#header #headertopmainsearch .headertopmainsearchtext::placeholder {
    color:#c7c7c9;
    font-style:italic
}
#header #headertopmainsearch .headertopmainsearchtext::-webkit-input-placeholder {
    color:#8f9194;
    font-style:italic
}
#header #headertopmainsearch .headertopmainsearchtext::-moz-placeholder {
    color:#8f9194;
    font-style:italic;
    opacity:1
}
#header #headertopmainsearch .headertopmainsearchtext:-moz-placeholder {
    color:#8f9194;
    font-style:italic;
    opacity:1
}
#header #headertopmainsearch .headertopmainsearchtext:-ms-input-placeholder {
    color:#8f9194;
    font-style:italic
}
#header #headertopmainsearch .headertopmainsearchtext:focus {
    border-color:#64ffda;
    border-right-color:transparent
}
#header #headertopmainsearch .headertopmainsearchtext:focus ~ .headertopmainsearchbutton {
    border-color:#64ffda;
    border-left-color:transparent
}
#header #headertopmainsearch .headertopmainsearchbutton
{
    cursor: pointer;
    float: left;
    background-color: #f0f0f1;
    background-image: url(../../../images/submit-standard.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 0 28px 28px 0;
    font-size: 0;
    height: 42px;
    margin: 7px 0 0;
    outline: 0;
    position: relative;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    width: 42px;
}

#header #headertopmainsearch .headertopmainsearchcheck:checked ~ .headertopmainsearchlabel
{
    border: 2px solid #36393e;
}
#header #headertopmainsearch .headertopmainsearchcheck:focus ~ .headertopmainsearchlabel
{
    border: 2px solid #64ffda;
}
#header #headertopmainsearch .headertopmainsearchcheck:checked ~ .headertopmainsearchdiv
{
    margin: 0;
    max-width: 367.2px;
}

/* Header top sub menu*/
#header #headertopsub
{
    background-color:#9afde6;
}
#header #headertopsub #headertopsubname
{
    display:inline-block;
}
#header #headertopsub #headertopsubname a
{
    display: inline-block;
    margin: 7px 0;
    padding: 7px 18px 7px 0;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    font-weight:700;
    text-decoration:none;
    color:#202329;
}
#header #headertopsub #headertopsubname a:hover
{
    color:#008566;
}
#header #headertopsub #headertopsubdivider
{
    border-left: 2px solid #00c596;
    display: inline;
    margin: 0 auto 0 -7px;
    padding: 7px 0;
    max-width: 100%;
    width: 180px;
}
#header #headertopsub #headertopsublist
{
    display: inline-block;
    margin:0;
    padding: 14px 0 14px 18px;
    text-align: left;
    list-style:none;
}
#header #headertopsub #headertopsublist li
{
    display: inline-block;
    padding: 0 18px;
    margin:0;
    font-size: 14px;
    line-height: 22px;
}
#header #headertopsub #headertopsublist li:first-child
{
    padding-left:0;
}
#header #headertopsub #headertopsublist li a
{
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    color: #202329;
}
#header #headertopsub #headertopsublist li a:hover
{
    color: #008566;
}
/* Header logo */
#header #headerlogo
{
    padding:28px 0;
    background-color:#36393e;
}
#header #headerlogo.homepage
{
    background-color:transparent;
}
#header #headerlogo #headerlogolink
{
    background-position: left center;
    margin: 0;
    background-image: url(../../../images/uob-logo-inverse.svg);
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    height: 70px;
    width: 207px;
}



/* Header cookie consent */
#header #headercookie
{
    background-color:#323232;
    position:fixed;
    bottom:0;
    right:0;
    left:0;
    z-index:200;
}
#header #headercookie #headercookietext
{
    float:left;
    width:80%;
    margin:10px 0;
    color:#e0e0e0;
}
#header #headercookie #headercookietext a
{
    color:#e0e0e0;
}
#header #headercookie #headercookieclose
{
    float:left;
    width:20%;
    margin:10px 0;
    text-align:right;
}
#header #headercookie #headercookieclose .cssbutton
{
    background-color:#fff;
}
#header #headercookie #headercookieclose .cssbutton a
{
    color:#000 !important;
}


/* Header banner message */
#header #headerbanner
{
    color:#000;
    text-align:center;
    background-color:#fa8072;
}
#header #headerbanner .headerinner
{
    padding-top:10px;
    padding-bottom:10px;
    display:table;
}
#header #headerbanner p
{
    margin:0px;
}
#header #headerbanner #headerbannertext
{
    display:table-cell;
    vertical-align:top;
    padding-right:10px;
}
#header #headerbanner #headerbannerhide
{
    display:table-cell;
    width:150px;
    vertical-align:middle;
}


/* Popup with header */
#headerpopup
{
    width:100%;
    background-color:#fff;
    padding:4px 10px;
}
#headerpopup #headerpopupleft
{
    font-size:2em;
}
#mainpopup
{
    width:100%;
}
#mainpopupcontent
{
    padding:10px;
}
#mainpopup #popupmenuright
{
    float:right;
}


/* Footer */
#footer
{
    clear:both;
}
#footer #footerlogos
{
    background-color:#36393e;
    padding:28px 0;
}
#footer #footerlogos #footerflex
{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:38px;
}
#footer #footerlogos #footerflex .footerflexitem
{
    padding:7px 0;
    text-align:center;
}
#footer #footerlogos #footerflex .footerflexitem a img
{
    vertical-align:middle;
}
#footer #footerlogos #footerflex #footerflex_left img
{
    height:203px;
}
#footer #footerlogos #footerflex #footerflex_right
{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    flex-direction:column;
    width:262px;
}
#footer #footerlogos #footerflex #footerflex_right .footerflexitem img
{
    width:262px;
}


#footer #footerlinks
{
    background-color:#202329;
    padding:56px 0;
    color:#fff;
}
#footer #footerlinks a
{
    color:#fff;
}
#footer #footerlinks a:hover
{
    color:#ffeb3b;
}
#footer #footerlinks #footerlinkinner
{
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-align: end;
    -ms-flex-wrap: wrap;
    width:100%;
}
#footer #footerlinks #footerlinksleft
{
    width: 50%;
}
#footer #footerlinks #footerlinksleft .footerlinkscopy
{
    border-bottom: 7px solid #fc0c42;
    display: inline-block;
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 14px;
    padding-bottom: 28px;
    text-decoration: none;
}
#footer #footerlinks #footerlinksleft #footerlinksnav
{
    margin:18px 0 0;
    padding:0;
    list-style:none;
}
#footer #footerlinks #footerlinksleft #footerlinksnav li
{
    display:block;
}
#footer #footerlinks #footerlinksright
{
    width: 50%;
    text-align:right;
}
#footer #footerlinks #footerlinksright a
{
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    text-decoration: none;
}




/* Individual widget */
#mainwidgets .mainwidget
{
    width:100%;
    padding:28px 18px 14px;
    background-color:#fff;
    margin-bottom:28px;
}
#mainwidgets .mainwidgetcontainer
{
}
#mainwidgets .mainwidgetheader
{
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
}
#mainwidgets .mainwidgetcontent
{
    position:relative;
}
#mainwidgets .mainwidgetcontent p
{
    font-size:18px;
    line-height:28px;
    margin-bottom:14px;
}
#mainwidgets .mainwidthseparator
{
    border-top:1px dotted #a0a0a0;
    height:1px;
}





/* Red Star */
.redHilite
{
    color: #c00;
}

/* Error */
.errorText
{
    color:Red;
}


/* Box */
.boxbuttons
{
    margin-top:25px;
}


/* Input controls */
button, input, optgroup, select, textarea
{
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}



/* General container for main content area controls */
.formattedcontrols
{
    position:relative;
}
/* Limited width so it doesn't go full width on large screens */
.formattedcontrols .limitedwidth
{
    max-width:300px;
    width:100%;
}
.formattedcontrols .fullwidth
{
    width:100%;
}
.formattedcontrols textarea.fullwidth
{
    resize:vertical;
}
.formattedcontrols .blockspan
{
    display:inline-block;
    margin-right:10px;
}
.formattedcontrols select
{
    max-width:100%;
}
.formattedcontrols p
{
    margin:10px 0;
}


/* Info label */
.infolabelerror p
{
    padding-left:30px;
    min-height: 25px;
    background: url("../../../../images/shared/error2.png") no-repeat;
    color:#a40000;
}
.infolabelinfo p
{
    padding-left:30px;
    min-height:25px;
    background: url("../../../../images/shared/info2.png") no-repeat top left;
    color:#204a87;
}


/* Allow for accessibility on radiobuttonlist/checkboxlist */
fieldset.radiobuttonlist, fieldset.checkboxlist
{
    border:0;
    padding:0;
    margin:10px 0;
}
fieldset.radiobuttonlist legend, fieldset.checkboxlist legend
{
    width:100%;
    margin:0;
    padding:0;
    *margin-left: -7px;
}


/* Radio list */
.listwithproperwrap input {
    float: left;
    margin-top:8px;
}
.listwithproperwrap label {
    margin-left: 25px;
    display: block;
}
.listwithproperwrap br {
    margin:3px 0px;
    line-height:4px;
    content:" ";
    display:block;
}



.editContentContainer
{
    position:relative;
    min-height:25px;
    z-index:1;
}
.editContentContainerHighlight
{
    background-color:rgba(255,0,0,0.3);
}
.editContentEdit
{
    position:absolute;
    top:0;
    right:0;
    border:1px dotted #c0c0c0;
    margin-bottom:2px;
    z-index:9999;
}
.editContentEdit.editContentEditLeft {
    right:unset;
    left:0;
}
.editContentEdit img
{
    margin:3px 0 3px 3px;
    display:block;
}


/* Pick list control */
.picklistctrl
{
    display:table;
    width:100%;
    border:0 !important;
    height:unset !important;
}
.picklistctrl .row
{
    display:table-row
}
.picklistctrl .checkbox
{
    display:table-cell;
    width:20px;
}
.picklistctrl .descr
{
    display:table-cell;
}



.fr-view .fr-img-caption
{
    width:unset !important;
}

.fr-view .fr-dib
{
    border:14px solid #fff;
}

.fr-view .fr-img-caption .fr-img-wrap .fr-inner
{
    text-align:center !important;
    font-style:italic;
}



@media screen and (max-width: 1024px)
{
    .innerpadding
    {
        padding:0 27px;
    }

    #header #headertopwhitelist
    {
        text-align:center;
    }

    #header #headertopmainnav
    {
        float:none;
        width:100%;
        text-align:center;
    }
    #header #headertopmainnav #headertopmainlist li
    {
        padding: 0 10px;
    }
    #header #headertopmainnav #headertopmainlist li:first-child
    {
        padding-left: 0;
    }
    #header #headertopmainnav #headertopmainlist li.headertopmainlistlast
    {
        padding-right: 0;
    }
    #header #headertopmainnav #headertopmainlist li a
    {
        font-size: 14px;
        line-height: 22px;
    }

    #header #headertopmaincontainer
    {
        position:relative;
        justify-content:space-around;
        width:100%;
    }
    #header #headertopmaincontainer.innerpadding
    {
        padding:0;
    }
    #header #headertopmainsearch
    {
        width:100%;
        max-height:unset;
    }
    #header #headertopmainsearch .headertopmainsearchlabel
    {
        position: absolute;
        right: 10px;
        top: 0;
        margin: 7px 0;
    }
    #header #headertopmainsearch .headertopmainsearchdiv
    {
        max-height:0;
        top:auto;
        max-width:unset;
    }
    #header #headertopmainsearch .headertopmainsearchdivinner
    {
        margin: 0 auto;
        width:75%;
    }
    #header #headertopmainsearch .headertopmainsearchtext
    {
    }
    #header #headertopmainsearch .headertopmainsearchcheck:checked ~ .headertopmainsearchdiv
    {
        margin-bottom: 14px;
        max-height: 56px;
        max-width:unset;
    }

    #header #headertopsub
    {
    }
    #header #headertopsub #headertopsubname
    {
        display:block;
        text-align:center;
    }
    #header #headertopsub #headertopsubname a
    {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
        padding: 14px 0;
        text-align: center;
        text-transform: none;
    }
    #header #headertopsub #headertopsubdivider
    {
        border-left: 0;
        border-bottom: 2px solid #00c596;
        display: block;
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        width: 180px;
    }
    #header #headertopsub #headertopsublist
    {
        text-align:center;
        display:block;
        padding:0;
    }
    #header #headertopsub #headertopsublist li
    {
        margin: 14px 0;
        padding: 0 18px;
    }

    #header #headercookie #headercookietext
    {
        width:70%;
    }
    #header #headercookie #headercookieclose
    {
        width:30%;
    }
}

@media screen and (max-width:660px)
{
    /* To fix overlap when new "Sport" item added to header */
    #header #headertopmainnav #headertopmainlist
    {
        text-align:right;
        margin-right:54px;
    }
}

@media screen and (max-width:640px)
{
    body
    {
        padding-top:56px;
    }
    #header #headerbanner .headerinner
    {
        display:block;
    }
    #header #headerbanner #headerbannertext
    {
        display:block;
    }
    #header #headerbanner #headerbannerhide
    {
        display:block;
        text-align:right;
        padding-top:5px;
        width:auto;
    }

    #header #headercookie #headercookietext,
    #header #headercookie #headercookieclose
    {
        float:none;
        width:100%;
        text-align:left;
    }

    #header #headertopwhite
    {
        display:none;
    }

    #header #headertopmain
    {
        background: #202329;
        max-height: 100vh;
        min-height: 56px;
        position: fixed;
        top: 0;
        left:0;
        right:0;
        z-index: 9999;
        /* Note, the following is because I can't work out how Bath have got an "invisible" scroll bar on the right of the section, which pushes the image and search to the left by 18px */
        padding-right:18px;
    }

    #header #headertopmainbranding
    {
        display:block;
        align-self: center;
        order: 2;
        position: fixed;
        top: calc(((28px * 2) - 22px) / 2);
        z-index: 9999;
    }
    #header #headertopmainbranding > a
    {
        background-image: url(../../../images/uob-logo-wordmark-inverse.svg);
        background-repeat: no-repeat;
        display: block;
        font-size: 0;
        height: 22px;
        text-indent: -9999px;
        width: 177px;
    }

    #header #headertopmainnav
    {
         order: 3;
    }
    #header #headertopmainnav .headertopmainnavlabel
    {
        display:block;
        background-color: #202329;
        background-image: url(../../../images/global-nav-inverse.svg);
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 100%;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 42px;
        left: 18px;
        margin: 7px 0;
        position: fixed;
        top: 0;
        width: 42px;
        z-index: 9999;
    }
    #header #headertopmainnav #headertopmainnavcontainer
    {
        max-height: 0;
        overflow: hidden;
        position: relative;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    #header #headertopmainnav #headertopmainlist
    {
        text-align:center;
        margin-right:0;
    }
    #header #headertopmainnav #headertopmainlist li
    {
        display:block;
        margin: 0;
        padding: 14px 18px !important;
    }
    #header #headertopmainnav #headertopmainlist li.headertopmainlistmobileonly
    {
        display:block;
    }
    #header #headertopmainnav #headertopmainlist li.headertopmainlistmobilefirst
    {
        border-top: 2px solid #36393e;
    }
    #header #headertopmainnav #headertopmainlist li a
    {
        text-transform:unset;
        font-size:unset;
        font-weight:normal;
    }
    #header #headertopmainnav .headertopmainnavcheck:checked ~ #headertopmainnavcontainer
    {
        max-height: calc(100vh - (28px * 2));
    }


    #header #headerlogo,
    #header #headerlogo.homepage
    {
        display:none;
    }

    #header #headertopmainsearch
    {
        order: 1;
        margin-top:56px;
    }
    #header #headertopmainsearch > div
    {
        width:100%;
    }
    #header #headertopmainsearch .headertopmainsearchlabel
    {
        right:0;
    }
    #header #headertopmainsearch .headertopmainsearchdivinner
    {
        width:100%;
    }

    
    #footer #footerlogos #footerflex
    {
        gap:0;
        align-items:center;
    }
    #footer #footerlogos #footerflex .footerflexitem
    {
        width:100%;
    }
    #footer #footerlogos #footerflex #footerflex_left
    {
        padding:14px 0 11px;
    }
    #footer #footerlogos #footerflex #footerflex_left img
    {
        height:346px;
    }
    #footer #footerlogos #footerflex #footerflex_right_bottom
    {
        padding:7px 0 14px;
    }
}
