body {
    background: #fff url(/custom/web/PLS/redesign/plshomepage.jpg) repeat top left;
}
body.heavyweight.reframe {
    background: #fff url(/custom/web/PLS/redesign/plshomepage.jpg) repeat top left;
}

div#searchBoxWrapper.scrolled {
    background-color: rgba(24, 67, 102, 0.9);
}

#oneCardLogo {
    display: none;
}

.mobilehomebuttonPls {
    background: none;
    height: 70px;
}

/* remove onecard logo - top right*/
#mainMenuContainer:after {
    content: unset;
}

#footer_social ul.contact,
.pls_support {
    text-align: center;
    font-size: 14px;
}

#footer_social ul.contact a,
.pls_support a {
    border-bottom: 1px solid grey;
    text-decoration: none;
}

#footer_social ul.contact a:hover,
.pls_support a:hover {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

#footer_social ul.contact {
    margin: 30px auto;
}

#footer_social .pls_support {
    margin: 10px auto !important;
}

.pls_support p {
    margin-bottom: .8em;
}

.gov-lib-logo img {
    height: auto;
    width: 240px;
}

.outlinebutton.firstOzBtn {
    border: none;
    border-radius: 3px;
    color: #ffc200;
    background: #222;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 22px;
}
.outlinebutton.firstOzBtn:hover {
    background: #333;
}
.firstival {
    background:#063345 !important;
}
.firstival img {
    margin-bottom:-5px;
}
/* icon stack/combine */
/*.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 5em;
    line-height: 4em;
    vertical-align: middle;
}

.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
    position: absolute !important;
    left: 0;
    width: 100%;
}

.icon-stack-1x {
    line-height: inherit !important;
    left: 22px;
    top: -8px;
    font-size: 1.2em !important;
}

.icon-stack-2x {
    font-size: 1.5em !important;
}

.icon-stack-3x {
    font-size: inherit;
}*/