﻿*, *::before, *::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html
{
    font-size:100%;
}

body
{
    padding: 0;
    margin: 0;
    font-size: 93.8%;
    background-color: #ffffff;
    color: #000000;
    font-family: "Benton Sans Light","BentonSans-Light","Helvetica Neue",Arial,Helvetica,sans-serif;
}

h1
{
    font-size: 3.333em;
    line-height: 1.2em;
    font-family: "Benton Sans Medium","BentonSans-Medium","Helvetica Neue",Arial,Helvetica,sans-serif;
    margin-bottom: 16px;
    margin-top: 10px;
    color:#000;
}
h1.subsection
{
    margin-top:30px;
}

h1.pagetitlemultigrey
{
    font-family: "Knockout 68 A","Knockout 68 B","Knockout-68FullFeatherwt","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 6.667em;
    font-weight: 400;
    line-height: 1em;
    margin: -0.1em 0 0;
    text-transform: uppercase;
}
h1.pagetitlemultigrey span
{
    color:#808080;
    margin-right: -0.1em;
}
h1.pagetitlemultigrey span:nth-child(5n+2), h1.pagetitlemultigrey span:nth-child(5n+4)
{
    color:#a2a2a2;
}
h1.pagetitlemultigrey span:nth-child(5n+3)
{
    color:#464646;
}
h1.pagetitlemultigrey span:nth-child(5n+5)
{
    color:#cccccc;
}

h2
{
    background-color: #999999;
    font-size: 0.667em;
    line-height: 1.44em;
    margin: 0;
    padding: 10px 8px;
    text-transform: uppercase;
    color:#fff;
}

h3
{
    margin:5px 0;
    font-size:1.3em;
}

p
{
    margin: 10px 0;
}


/* Hidden */
#accesslinks, .skiplink
{
    display:none;
}

/* Links */
a:link, a:visited
{
    color: #0096ff;
    text-decoration:none;
}
a:hover, a:active
{
    text-decoration:underline;
}


/* Css Button */
.cssbutton
{
    background-color: #0096ff;
    display:inline-block;
    margin: 0 10px 5px 0;
}
.cssbutton a
{
    font-family: "Benton Sans Medium","BentonSans-Medium","Helvetica Neue",Arial,Helvetica,sans-serif;
    display:block;
    padding: 5px 10px;
    color:#fff !important;
    text-decoration: none !important;
    text-transform: uppercase;    
}
.cssbutton a:hover
{
    background-color: #ff00dc;
}


/* Pick list control */
.picklistctrl
{
    margin: 0px 0px 0px 0px;
    overflow: auto;
    padding: 0px 0px 0px 0px;
    height: 100px;
    border: 1px solid black;
    background-color: white;
}
.picklistctrl .row
{
    padding: 2px 2px 2px 2px;
}
.picklistctrl .checkbox
{
    float:left;
    width:20px;
}
.picklistctrl input
{
    border:0px;
    background-color: white;
}
.picklistctrl .descr
{
    float:left;
    padding-top:3px;
}
.picklistctrl .value
{
    float:right;
}
.picklistctrl .valuectrl
{
    border:solid 1px black;
    width:60px;
}


/* General shared classes */
.wrapperouter
{
    width:90%;
    margin:0 auto;
}
.wrapperinner
{
    width:100%;
    max-width:1300px;
}


/* Header */
#header
{
    margin-top:30px;
}
/* Header cookie consent */
#header #headercookie
{
    background-color:#464646;
    overflow:hidden;
}
#header #headercookie .headerinner
{
    padding:0 10px;
}
#header #headercookie #headercookietext
{
    float:left;
    width:80%;
    margin:10px 0;
    color:#e0e0e0;
}
#header #headercookie #headercookietext a
{
    color:#e0e0e0;
    text-decoration:underline;
}
#header #headercookie #headercookieclose
{
    float:left;
    width:20%;
    margin:10px 0;
    text-align:right;
}
#header #headercookie #headercookieclose .cssbutton
{
    margin-right:0;
}

/* Lists within the header */
#header ul
{
    margin:0;
    padding:0;
}
#header ul li
{
    list-style-type: none;
    display:inline-block;
    height:30px;
}
#header ul li a
{
    display:inline-block;
    text-decoration:none;
}
#header .headermoreitemarrow
{
    font-size:0.7em;
}
/* Header top nav */
#header #headertop
{
    position:fixed;
    top:0;
    right:0;
    width:100%;
    background-color:#fff;
    z-index:999;
    box-shadow: 0 0 5px #000;
}
#header #headertoplist
{
    height:30px;
}
#header #headertop ul
{
    text-align:right;
}
#header #headertop ul li:hover
{
    background-color:#d0d0d0;
}
#header #headertop ul li a
{
    padding:7px 10px;
    font-size:1em;
    font-weight:bold;
    color:#000;
}
/* Header top main banner */
#header #headermain
{
    background-color:#fff;
    clear:both;   
}
#header #headermain #headermaincontent
{
    vertical-align:middle;
    padding:10px 0 20px;
}
#header #headermain #headermainname #headermainlogo
{
    background-image: url(../../../images/logo-header.png);
    margin-left:-2px;
    height:92px;
    width:210px;
    display:inline-block;
}
/* Header breadcrumbs */
#header #headermain #headerbreadcrumbs
{
    padding:8px 0;
    margin:0;
}
#header #headermain #headerbreadcrumbs ul
{
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%;
}
#header #headermain #headerbreadcrumbs li
{
    display: inline;
    float: none;
    width: auto;
    padding-right:5px;
}
#header #headermain #headerbreadcrumbs li a
{
    color: #454545;
    display: block;
    font-size: 12px;
    padding-right: 7%;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    display: inline;
    padding: 0;
    width: auto;
    transition: color 0.2s ease 0s;
}
#header #headermain #headerbreadcrumbs li a:hover
{
    color:#0096ff;
}
#header #headermain #headerbreadcrumbs a::before
{
    color: black;
    content: "/";
    display: inline;
    font-family: "Benton Sans Medium","BentonSans-Medium","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding-right: 0.4em;
    width: 10px;
}
#header #headermain #headerbreadcrumbs li:first-child a::before
{
    display: none;
}
/* Header banner message */
#header #headerbanner #headerbannercontent
{
    color:#FF0000;
    text-align:center;
    font-weight:bold;
    padding:5px 10px;
}
#header #headerbanner #headerbannercontent p
{
    margin:0px;
}
/* Header Separator */
#header .headerseparator
{
    border-bottom:1px solid #e0e0e0;
}


/* Main area */
#mainclear
{
    clear:both;
}

/* Main content area */
#maincontent
{
    float:left;
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}
#maincontent a
{
    font-family:"Benton Sans Medium","BentonSans-Medium","Helvetica Neue",Arial,Helvetica,sans-serif;
}

/* Widgets - note, the padding is set by the individual widgets, due to the separator line */
#mainwidgets
{
    float:right;
    width:190px;
    padding:10px 0 10px 0;
}
#mainwidgets a
{
    font-family:"Benton Sans Medium","BentonSans-Medium","Helvetica Neue",Arial,Helvetica,sans-serif;
}

/* If full width (i.e. there are no widgets) */
#maincontent.mainfullwidth
{
    float:none;
    width:100%;
}
#mainwidgets.mainfullwidth
{
    display:none;
    width:100%;
}

/* Individual widget */
#mainwidgets .mainwidget
{
    width:100%;
}
#mainwidgets .mainwidgetcontainer
{
    padding:0 0 0 10px;
}
#mainwidgets .mainwidgetcontent
{
    position:relative;
}
#mainwidgets .mainwidthseparator
{
    border-top:1px dotted #a0a0a0;
    height:1px;
}


/* 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;
    background-color:#464646;
    padding: 30px 0 0;
    margin-top:30px;
}
#footer .footerouter
{
    width:90%;
    margin:0 auto;
    padding:0 0 5px;
}

#footer .footercontainer
{
    width:100%;
    max-width:1300px;
}
#footer #footerinner
{
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    color:#fff;
}

#footer #footerinner a
{
    color:#fff;
}
#footer #footerlogo a {
    background-image: url(../../../images/logo-footer.png);
    background-repeat: no-repeat;
    background-size: 110px 47px;
    display: block;
    height: 63px;
    padding-top: 72px;
    width: 145px;
    text-indent: -9999px;
}
#footer #footerstaticmenu ul 
{
    padding:0;
    margin:0;
    list-style-type: none;
}
#footer #footerstaticmenu ul li
{
    border-top: 1px solid #808080;
    font-family: "Benton Sans Medium","BentonSans-Medium","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.267em;
}
#footer #footerstaticmenu ul li a
{
    padding: 8px 0;
    display:block;
    text-transform: uppercase;
    text-decoration:none;
}
#footer .footersocialcontainermobile
{
    display:none;
}
#footer .footersocialcontainer h3
{
    margin-top: 48px;
    border-top: 1px solid #808080;
    color: #808080;
    font-family: "Benton Sans Light","BentonSans-Light","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 0.867em;
    line-height: 1.2em;
    padding-top: 8px;
    text-transform: uppercase;
}
#footer .footersocialcontainer .footersocial
{
    margin-bottom: 32px;
    margin-left: 0;
    padding-left:0;
}
#footer .footersocialcontainer .footersocial li
{
    text-indent:0;
    color: #ffffff;
    display: inline-block;
    font-family: "Benton Sans Medium","BentonSans-Medium","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.267em;
    margin-left: 16px;
    text-transform: none;
}
#footer .footersocialcontainer .footersocial li:first-child
{
    margin-left:0;
}
#footer .footersocialcontainer .footersocial li a
{
    display:block;
    height: auto;
    padding: 8px;
    width: 100px;
    text-decoration:none;
}
#footer .footersocialcontainer .footersocial li a:hover
{
    background-color: #ff00dc !important;
}

#footer .footersocialcontainer .footersocial .footersocialfacebook
{
    background-color: #3b5998;
}
#footer .footersocialcontainer .footersocial .footersocialvimeo
{
    background-color: #1ab8eb;
}
#footer .footersocialcontainer .footersocial .footersocialtwitter
{
    background-color: #00afef;
}
#footer .footersocialcontainer .footersocial .footersocialyoutube
{
    background-color: #cc181e;
}


#footer .footersmallprint
{
    border-top:1px solid #808080;
    font-style: italic;
    padding: 16px 0;
    font-family: "Benton Sans Light","BentonSans-Light","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    line-height: 1.25em;
    text-transform: none;
}
#footer #footernav
{
    border-top:0;
}
#footer #footernav a:hover
{
    color:#99d5ff;
    text-decoration:none;
}
#footer #footertrademarks
{
    text-align:right;
}



/* Red Star */
.redHilite
{
    color: #ff00dc;
}

/* Error */
.errorText
{
    color:Red;
}


/* Box */
.boxbuttons
{
    margin-top:25px;
}


/* Input controls */
input[type=text], input[type=password], textarea, select
{
    font-family:Arial;
    font-size:1em;
}



/* 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;
}


/* 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:3px;
}
.listwithproperwrap label {
    margin-left: 25px;
    display: block;
}
.listwithproperwrap br {
    margin:3px 0px;
    line-height:4px;
    content:" ";
    display:block;
}


/* Medium - main takes up entire width, widgets takeup 50% */
@media screen and (max-width:799px)
{
    .wrapperouter
    {
        width:100%;
        padding:0 15px;
    }
    
    #header
    {
        margin-top:28px;
    }
    #header #headertop .wrapperouter
    {
        padding:0;
    }
    #header #headertoplist,
    #header #headertop ul li
    {
        height:28px;
    }
    #header #headertop ul li a
    {
        padding:6px 10px;
    }
    
    /* Take up entire width */
    #maincontent
    {
        width:100%;
    }
    
    /* Take up entire width, but now padding is added */
    #mainwidgets
    {
        width:100%;
    }
    
    /* Individual widgets now take up 50% of the room */
    #mainwidgets .mainwidget
    {
        float:left;
        width:50%;
    }
    /* Odd (left side) needs to clear */
    #mainwidgets .mainwidget:nth-child(odd)
    {
        clear:both;
    }
    /* Odd (left side) have just right padding and no border */
    #mainwidgets .mainwidget:nth-child(odd) .mainwidgetcontainer
    {
        padding:0 5px 0 0;
        border-left:0;
        clear:both;
    }
    /* Even (right rise) has just left padding, keeping the border */
    #mainwidgets .mainwidget:nth-child(even) .mainwidgetcontainer
    {
        padding:0 0 0 5px;
    }
    
    #footer 
    {
        padding: 15px 0 0;
    }
    #footer #footerinner
    {
        width:100%;
    }
    #footer .footersocialcontainermobile
    {
        display:block;
    }
    #footer .footersocialcontainerfull
    {
        display:none;
    }
    #footer .footersocialcontainer h3
    {
        margin-top:0;
    }    
    #footer .footersocialcontainer .footersocial li a
    {
        display: block;
        height: 60px;
        position: relative;
        width: 57px;
    }
    #footer .footersocialcontainer .footersocial li .footersocialfacebook::after
    {
        background-image: url("../../../images/icons-std.png");
        background-position: -171px -76px;
        background-repeat: no-repeat;
        height: 43px;
        margin-left: -10px;
        margin-top: -21px;
        width: 21px;
    }   
    #footer .footersocialcontainer .footersocial li .footersocialvimeo::after
    {
        background-image: url("../../../images/icons-std.png");
        background-position: -14px -80px;
        background-repeat: no-repeat;
        height: 35px;
        margin-left: -20px;
        margin-top: -17px;
        width: 40px;
    }
    #footer .footersocialcontainer .footersocial li .footersocialtwitter::after
    {
        background-image: url("../../../images/icons-std.png");
        background-position: -231px -78px;
        background-repeat: no-repeat;
        height: 37px;
        margin-left: -23px;
        margin-top: -18px;
        width: 45px;
    }   

    #footer .footersocialcontainer .footersocial li .footersocialyoutube::after
    {
        background-image: url("../../../images/icons-std.png");
        background-position: -91px -75px;
        background-repeat: no-repeat;
        height: 44px;
        margin-left: -19px;
        margin-top: -22px;
        width: 37px;
    } 
    #footer .footersocialcontainer .footersocial li a::after
    {
        content: " ";
        left: 50%;
        position: absolute;
        top: 50%;
    }    
    #footer .footersmallprint
    {
        font-style:normal;
        text-align:left !important;
    }
    #footer .footersmallprint:last-child
    {
        border-top:0;
        padding-top:0;
    }
}

/* Small - main takes up entire width, widgets take up entire width */
@media screen and (max-width:499px)
{
    .wrapperouter
    {
        padding:0 10px;
    }
    
    h1
    {
        font-size: 1.6em;
        line-height: 1.167em;
    }
    h1.pagetitlemultigrey
    {
        font-size: 3.333em;
    }
    
    #header
    {
        margin-top:0;
    }
    
    #header #headercookie #headercookietext,
    #header #headercookie #headercookieclose
    {
        float:none;
        width:100%;
        text-align:left;
    }
    #header #headercookie #headercookieclose
    {
        margin-left:0;
        
    }
    #header #headertop
    {
        background-color:transparent;
        border-bottom:0;
        box-shadow: none;
        display:inline;
        width:auto;
    }
    #header #headertop .wrapperouter
    {
        padding:0 0 10px 10px;
    }
    #header #headertoplist
    {
    }
    #header #headertop #headertoplist li
    {
        background-color:#fff;
        border-bottom:1px solid #a0a0a0;
        box-shadow: 0 0 5px #000;
    }
    #header #headertoplistmore li
    {
        background-color:#fff;
        border-bottom:1px solid #a0a0a0 !important;
        border-left: 1px solid #a0a0a0 !important;
        display:block !important;
        min-width:200px;
    }
    #header #headertoplistmore li:first-child
    {
        border-top:1px solid #a0a0a0 !important;
    }
    #header #headertoplistmore li a
    {
        width:100%;
    }
    #header #headermenulistmore li,
    #header #headersubmenulistmore li
    {
        border-top:1px solid #a0a0a0 !important;
        border-left:0 !important;
        display:block !important;
        padding-top:2px;
    }
    #header #headermenulistmore li a,
    #header #headersubmenulistmore li a
    {
        width:100%;
    }
    #header #headermain #headermaincontent
    {
        padding-bottom:10px;
    }
    #header #headermain #headermainname
    {
        margin-bottom:10px;
    }
    #header #headermain #headermainname #headermainlogo
    {
        background-image: url(../../../images/logo-header-mobile.png);
        height:48px;
        width:110px;
    }
    
    #header #headermain #headerbreadcrumbs
    {
        display:none;
    }
        
    #mainwidgets .mainwidget
    {
        float:none;
        width:100%;
    }
    /* No padding or borders */
    #mainwidgets .mainwidget .mainwidgetcontainer
    {
        /* Needs "!important" as otherwise the medium instructions override */
        padding:0px !important;
        border-left:0 !important;
    }
}


.editContentContainer
{
    position:relative;
    min-height:25px;
}
.editContentContainerHighlight
{
    background-color:rgba(255,0,0,0.3);
}
.editContentEdit
{
    position:absolute;
    top:0;
    right:0;
    border:1px dotted #c0c0c0;
    margin-bottom:2px;
}
.editContentEdit img
{
    margin:3px 0 3px 3px;
    display:block;
}


.ui-widget-header
{
    background-color:#0096ff !important;
}

/*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;
}

/* My Recruitment page */
#myRecTitle
{
    display:table;
    width:100%;
    margin-bottom:10px;
}
#myRecTitle #myRecTitleHeader
{
    display:table-cell;
    vertical-align:middle;
}
#myRecTitle #myRecTitleAccount
{
    display:table-cell;
    width:1%;
    text-align:center;
    white-space:nowrap;
}
#myRecTitle #myRecTitleAccount a
{
    text-decoration:none;
}
#myRecTitle #myRecTitleAccount i
{
    font-size:2em;
}
#myRecOuter
{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    margin:10px -10px 0;
}
#myRecOuter .myRecItem
{
    width:calc(33.3% - 20px);
    margin:0 10px 20px;
    border:1px solid #d8d8d8;
    box-shadow:5px 5px 10px rgba(0,0,0,.4);
    border-radius:5px;
}
#myRecOuter .myRecItem .myRecHeader
{
    font-size:1.2em;
    font-weight:bold;
    border-radius:2px 2px 0 0;
    background-color:#d8d8d8;
    padding:10px;
}
#myRecOuter .myRecItem .myRecHeader a
{
    text-decoration:none;
    display:table;
    width:100%;
}
#myRecOuter .myRecItem .myRecHeader .myRecHeaderIcon
{
    color:black;
    display:table-cell;
    width:1%;
    padding-right:10px;
}
#myRecOuter .myRecItem .myRecHeader .myRecHeaderText
{
    display:table-cell;
}
#myRecOuter .myRecItem .myRecHeader .myRecHeaderText .myRecHeaderNew
{
    float:right;
    color:red;
    font-size:0.8em;
    line-height:0.8em;
    padding-left:5px;
}
#myRecOuter .myRecItem .myRecContent
{
    padding:10px;
    height: calc(100% - 48px); /* Note, height set in javascript on resize */
}
#myRecOuter .myRecItem .myRecContent a
{
    text-decoration:none;
}
#myRecOuter .myRecItem .myRecContent p
{
    margin:0;
    padding:5px 0;
    font-size:inherit;
}
#myRecOuter .myRecItem .myRecContent .myRecContentCenter
{
    text-align:center;
}
#myRecOuter .myRecItem .myRecContent .myRecContentMiddle
{
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
#myRecOuter .myRecItem .myRecContent .myRecContentHighlight
{
    color:red;
}
#myRecOuter .myRecItem .myRecContent .myRecContentIndent
{
    margin-left:20px;
}
#myRecOuter .myRecItem .myRecContent .myRecTextbox,
#myRecOuter .myRecItem .myRecContent .myRecButton
{
    display:inline-block;
    border:1px solid #d8d8d8;
    padding:5px;
    font-size:16px;
    line-height:16px;
    font-family:Arial; /*Replicating general textbox font*/
    margin:5px 0;
    height:30px;
}
#myRecOuter .myRecItem .myRecContent .myRecTextbox
{
    width:calc(100% - 50px);
    border-radius:5px 0 0 5px;
    background-color:#fff;
}
#myRecOuter .myRecItem .myRecContent .myRecButton
{
    width:50px;
    border-radius:0 5px 5px 0;
    background-color:#d8d8d8;
}
#myRecOuter .myRecItem .myRecContent .myRecLargeIcon
{
    font-size:2.5em;
}
#myRecOuter .myRecItem .myRecContent .myRecHourGlassContainer
{
    height:55px;
    line-height:45px;
}
#myRecOuter .myRecItem .myRecContent .myRecHourGlass
{
    animation: myRecHourglass 6s infinite;
    opacity:0;
}
#myRecOuter .myRecItem .myRecContent .myRecHourGlass:nth-child(2)
{
    animation-delay: 2s;
}
#myRecOuter .myRecItem .myRecContent .myRecHourGlass:nth-child(3)
{
    animation-delay: 4s;
}
@keyframes myRecHourglass
{
    0%,33% { opacity:1; }
    34%,100% { opacity:0; }
}

@media screen and (max-width:1023px)
{
    #myRecOuter .myRecItem
    {
        width:calc(50% - 20px);
    }
}

@media screen and (max-width:767px)
{
    #myRecOuter
    {
        margin-left:0;
        margin-right:0;
    }
    #myRecOuter .myRecItem
    {
        width:100%;
        margin-left:0;
        margin-right:0;
    }
}