/************************
  HTML ELEMENTS
************************/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #d9e2e4;
}

fieldset, img {
    border: 0;
}

ul {
    list-style-type: none;
    list-style-position: inside;
}

a {
    text-decoration: none;
    color: #285887;
}

    a:active {
    }

    a:hover {
        text-decoration: underline;
    }

    a:focus, input:focus, textarea:focus, select:focus, button:focus {
        outline: 2px solid orange !important;
    }

    a.button:focus {
        position: relative;
        top: -2px;
        left: -2px;
    }

h1 {
    color: #003073;
    font-size: 1.8em;
    font-style: normal;
    padding: 0 0 5px 0;
    font-weight: bold;
    text-align: left;
    margin: 0.1em 0 0.1em 0;
}

h2 {
    color: #003073;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 1em 0 0 0;
    clear: both;
}

h3 {
    color: #0075d6;
    font-size: 1.3em;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 6px;
}

    h3 + p, h3 + .keytip + p {
        margin-top: 6px !important;
    }

h4 {
    color: #666;
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
}

h5 {
    font-size: 1.1em;
}

p {
    margin: 12px 0;
}

hr {
    color: #0075d6;
    background-color: #0075d6;
    height: 5px;
    border: 0;
    margin: 0;
    clear: both;
}

table {
    border-collapse: collapse;
    margin: 1em 0;
}

iframe {
    border: none;
}

div.error {
    border: solid 1px red;
    color: #d00000;
    padding: 5px;
    background-color: #fed6d6;
}

    div.error p {
        font-weight: bold;
        background: url(images/error.png) top left no-repeat;
        padding: 3px 0 7px 25px;
        margin-left: 10px !important;
    }

/************************
  SPECIAL CLASSES
************************/

.offScreen {
    position: absolute;
    left: -9999px;
    width: 900px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.skip-to:focus {
    width: auto;
    height: auto;
    margin: 0;
    padding: 6px;
    clip: auto;
    text-align: center;
    display: block;
    bottom: 14px;
    left: 454px;
}

.hide {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

p.footnote {
    font-size: 0.75em;
}

.pdf {
    background: url(../images/template/icons/pdf.png) top left no-repeat;
    padding: 0 0 2px 22px !important;
}

.doc {
    background: url(../images/template/icons/word.png) top left no-repeat;
    padding: 0 0 2px 22px !important;
}

.xls {
    background: url(../images/template/icons/excel.png) top left no-repeat;
    padding: 0 0 2px 22px !important;
}

.ppt {
    background: url(../images/template/icons/powerpoint.png) top left no-repeat;
    padding: 0 0 2px 22px !important;
}

.no-border-bottom {
    border-bottom: none;
}

.light-grey {
    color: #666666 !important;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.small {
    font-size: 0.7em;
}

/************************
  PAGE CONSTRAINTS
************************/

.container {
    width: 1006px;
    margin: 0 auto;
}

#main-wrapper {
    background: url(../images/main-bg-rhs-bar.png) top left repeat-y;
    float: left;
    position: relative;
}

    #main-wrapper.no-rhs-bar {
        background: url(../images/main-bg-no-rhs-bar.png) top right repeat-y;
        float: left;
        position: relative;
        width: 100%;
    }

#rhs-bar {
    float: right;
    top: 0;
    width: 154px;
    margin-right: 5px;
    padding: 10px 16px 0 15px;
}

/************************
  HEADER
************************/

#header {
    width: 1006px;
    background: #ffffff url(../images/header-bg.png) top left no-repeat;
    height: 100px;
    margin: 10px 0 0 0;
    position: relative;
}

#header-logo {
    float: left;
    padding: 28px 0 0 37px;
}

    #header-logo a {
        display: block;
    }

#header-nav {
    height: 20px;
    width: 316px;
    padding: 22px 32px 0 0;
    float: right;
    text-align: right;
    font-size: 0.95em;
    clear: right;
}

    #header-nav a {
        text-align: right;
        color: #285887;
        text-decoration: none;
        font-weight: bold;
        padding-left: 14px;
    }

        #header-nav a#skip-content {
            color: #ffffff;
        }

            #header-nav a#skip-content:focus, #header-nav a#skip-content:active {
                color: #285887;
            }

        #header-nav a:hover {
            text-align: right;
            color: #000;
            text-decoration: none;
        }

#search-box-container {
    height: 24px;
    width: 250px;
    float: right;
    padding: 14px 26px 0 0;
    position: relative;
    margin-top: 25px;
}

.search-inner {
    background: url(../images/search-box-bg.png) top left no-repeat;
    width: 250px;
    height: 24px;
    position: relative;
}

    .search-inner input.search-submit {
        width: 23px;
        height: 24px;
        float: right;
        border: none;
        cursor: pointer;
        background: url(../images/search-icon.png) top left no-repeat;
        outline: none;
        text-indent: -9999px;
        font-size: 0;
        display: block;
        line-height: 0;
        overflow: hidden;
        position: relative;
    }

    .search-inner input.search-textfield {
        width: 205px;
        background: transparent;
        border: 0;
        float: left;
        margin: 4px 0 0 10px;
    }

/************************
  NAVIGATION
************************/

#primary-nav-wrapper {
    height: 44px;
    width: 1006px;
    background-image: url(../images/nav-bg-sprite.png);
    background-position: center 0;
    background-repeat: no-repeat;
    margin: 0 auto;
}

    /* webkit specific hack as it interperets center differntly from other browsers
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #primary-nav-wrapper {margin-left: -1px;}
}*/

    /* primary nav ribbon */
    #primary-nav-wrapper.no-rhs-bar {
        background-position: center -134px;
    }

#primary-navx {
    height: 41px;
    width: 996px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    background-image: url(../images/nav-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

#primary-nav {
    height: 41px;
    width: 996px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 10;
}

    #primary-nav li {
        float: left;
        list-style: none;
        position: relative;
    }

        #primary-nav li a {
            width: 99px;
            height: 41px;
            display: block;
            background-image: url(../images/nav-sprite.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            text-decoration: none;
        }

            #primary-nav li a:hover {
                color: #000000;
                background-position: 0 -41px;
            }

            #primary-nav li a span {
                display: block;
                text-align: center;
                color: white;
                padding-top: 12px;
            }

            #primary-nav li a#n2 span {
                padding-top: 6px;
            }

        #primary-nav li.active a {
            background-position: 0 -41px;
        }

        #primary-nav li a#n1 {
            margin-left: 20px;
        }

    /* primary nav dropdown menu */
    #primary-nav ul {
        width: 100px;
        position: absolute;
        top: 41px;
        left: 0;
        display: none;
    }

        #primary-nav ul li {
            height: auto;
            margin: 0;
            padding: 1px 1px 0 1px;
            background: #FFF;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

            #primary-nav ul li.last {
                border-bottom: 1px solid #ccc;
                padding-bottom: 1px;
            }

    #primary-nav li:hover ul {
        display: block;
    }

    #primary-nav ul li a {
        color: #ffffff;
        text-decoration: none;
        background-color: #004984;
        padding: 4px 4px 4px 4px;
        height: auto;
        font-weight: normal;
        width: 146px;
        background-image: none;
        outline: none;
    }

        #primary-nav ul li a:hover {
            background-color: #cce7f7;
        }

/* secondary nav */
#secondary-nav {
    float: left;
    width: 155px;
    margin: 46px 17px 40px 31px;
}

    #secondary-nav li {
        border-bottom: 1px solid #858585;
        padding: 1px 0 1px 0;
    }

        #secondary-nav li a:link,
        #secondary-nav li a:visited,
        #secondary-nav li a:active {
            color: #0077D4;
            font-size: 11px;
            font-weight: bold;
            text-decoration: none;
            display: block;
            padding: 2px 0 3px 4px;
            background: transparent url("../images/template/asic/nav_arrow.gif") 145px 6px no-repeat;
        }

        #secondary-nav li a:hover {
            background-color: #d9ebf6;
        }

        #secondary-nav li.down-arrow {
            padding-bottom: 0;
        }

            #secondary-nav li.down-arrow a {
                background: transparent url("../images/template/asic/nav_arrowDown.gif") 145px 6px no-repeat !important;
            }

                #secondary-nav li.down-arrow a:hover {
                    background-color: #d9ebf6 !important;
                }

    /* override rules for second level */
    #secondary-nav ul ul li {
        border-bottom: 0;
        padding: 1px 0 1px 0;
    }

    #secondary-nav li.down-arrow ul li a {
        font-weight: normal !important;
        background-image: none !important;
        padding-left: 14px !important;
    }

/* #secondary-nav li a.highlight */
#highlight {
    background-color: #d9ebf6 !important;
}

    #highlight li {
        background-color: #ffffff !important;
    }
/* secondary nav end */


/************************
  HOMEPAGE
************************/
#banner {
    width: 785px;
    height: 210px;
}

#leftcolumn {
    width: 500px;
    height: 300px;
    float: left;
    margin: 0;
    padding: 0 0 10px 0;
}

#rightcolumn {
    width: 250px;
    height: 300px;
    float: right;
    padding: 0 0 10px 0;
}

#inner {
    height: 600px;
}

#leftcolumn h2 {
    margin: 0;
}

#rightcolumn h2 {
    margin: 0;
}

/************************
  CONTENT
************************/

#content {
    padding-bottom: 45px;
    padding-right: 31px;
    float: left;
    width: 772px;
    min-height: 400px;
    margin: 0 auto;
}

    #content a {
        text-decoration: underline;
    }

        #content a:hover {
            text-decoration: none;
        }

    #content.home {
        width: 799px;
        padding-right: 17px;
    }

    #content.no-l-nav {
        padding-left: 31px;
        padding-right: 17px;
        width: 768px;
    }

    #content.l-nav-no-rhs-bar {
        padding-right: 31px;
        width: 787px;
    }

    #content.no-l-nav-no-rhs-bar {
        padding-right: 31px;
        padding-left: 31px;
        width: 944px;
    }

    #content p, #content ul, #content ol, #content form {
        margin: 12px 0;
    }

    #content img.right {
        margin: 0 0 1em 1em;
        clear: right;
    }

    #content img.left {
        margin: 0 1em 1em 0;
    }

    #content a.button {
        float: none;
        display: inline-block;
    }

    #content ul, #content ol {
        list-style-position: outside;
        margin-left: 30px;
    }

        #content ul li {
            list-style-type: square;
            padding: 3px 10px 3px 2px;
        }

        #content ul.links, #content ul.anchor-links {
            margin-left: 19px;
        }

            #content ul.links li {
                background: url(../images/template/bullet-blue.png) 0 6px no-repeat;
                list-style-type: none;
                padding-left: 13px;
            }

            #content ul.links a {
                font-weight: bold;
                text-decoration: none;
            }

                #content ul.links a:hover {
                    text-decoration: underline;
                }

    #content p a.link {
        background: url(../images/template/bullet-blue.png) 0 3px no-repeat;
        list-style-type: none;
        padding-left: 13px;
        text-decoration: none;
    }

        #content p a.link:hover {
            text-decoration: underline;
        }

    #content ul.anchor-links {
        margin-bottom: 20px;
        margin-top: 20px;
    }

        #content ul.anchor-links li {
            background: url(../images/template/anchor-link.png) 0 3px no-repeat;
            padding: 0 0 3px 15px;
            list-style-type: none;
        }

        #content ul.anchor-links a {
            color: #285887;
            font-weight: bold;
            text-decoration: none;
        }

            #content ul.anchor-links a:hover {
                text-decoration: underline;
            }

    #content h1, #content h2 {
        margin-bottom: 10px;
    }

    #content h3 {
        margin-top: 2em;
    }

    #content .closing {
        color: #666;
        font-size: 1em;
        line-height: 1.4em;
        font-weight: bold;
    }

    #content .article-title {
        color: #993399;
        font-size: 1.3em;
        font-weight: bold;
        margin: 12px 0;
    }


/* SIMPLE TABLE STYLE  */
table.simple {
    vertical-align: text-top;
}

    table.simple td {
        padding: 6px;
        border-top: solid #999 1px;
        border-bottom: solid #999 1px;
    }

    table.simple th {
        font-weight: bold;
        padding: 6px;
        border-top: solid #999 1px;
        border-bottom: solid #999 1px;
        background-color: #d9e2e4;
    }

    table.simple td.column-highlight {
        padding: 6px;
        text-align: left;
    }

    table.simple tr td ul li, table.simple tr td ol li {
        margin-left: -20px;
    }

table.box {
    border: solid 1px #999999;
}

    table.box td, table.box th {
        padding: 6px;
    }

table.borders th {
    background-color: #d9e2e4;
    padding: 6px;
    border: solid 1px #999999;
}

table.borders td {
    padding: 6px;
    border: solid 1px #999999;
}

a.back-to-top {
    background-image: url(../images/template/back-to-top-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    width: 21px;
    height: 18px;
    margin: 6px 0 6px 0;
    display: block;
    text-decoration: none !important;
}

    a.back-to-top:hover {
        background-position: -21px 0;
        text-decoration: none;
    }

.keytip {
    background: url(../images/template/key-fact.png) top left no-repeat;
    width: 158px;
    float: right;
    margin: 0 0 15px 15px;
    clear: right;
}

    .keytip h4 {
        color: #666666;
        padding: 11px 0 0 6px;
        font-size: 1.15em;
    }

    .keytip p {
        color: #333;
        font-weight: bold;
        padding: 12px 0 0 0;
        margin: 0 !important;
    }

.case-study {
    width: 612px;
    background: url(../images/template/case-study-bg-top.png) top left no-repeat;
    float: left;
    margin: 15px 0;
}

    .case-study .inner {
        width: 582px;
        background: url(../images/template/case-study-bg-bottom.png) bottom left no-repeat;
        float: left;
        margin-top: 10px;
        padding: 0 15px;
    }

    .case-study h3 {
        color: #993399;
        margin: 0 0 10px 0;
    }

    .case-study ul {
        margin-left: 5px !important;
    }

.important-box {
    width: 612px;
    background: url(../images/template/important-box-bg-top.png) top left no-repeat;
    float: left;
    margin: 15px 0;
}

    .important-box .inner {
        width: 582px;
        background: url(../images/template/important-box-bg-bottom.png) bottom left no-repeat;
        float: left;
        padding: 0 15px;
    }

    .important-box h3 {
        color: #800000;
        margin: 15px 0 2px 50px;
    }

    .important-box ul {
        margin-left: 5px !important;
    }

    .important-box p {
        margin-top: 6px !important;
    }

#breadcrumbs-container {
    float: left;
    height: 38px;
    width: 100%;
}

    #breadcrumbs-container a {
        text-decoration: none !important;
    }

#breadcrumb {
    width: 450px;
    height: 18px;
    margin: 0;
    font-size: 0.85em;
    float: left;
    padding-top: 5px;
}

.no-rhs-bar #breadcrumb {
    width: 603px;
}

#breadcrumb ul {
    margin: 0;
}

    #breadcrumb ul li {
        display: inline;
        padding: 0;
    }

#breadcrumb a {
    font-weight: normal !important;
    color: #336699;
    font-size: inherit;
}

#breadcrumbs-container .tools {
    height: 20px;
    float: right;
    padding-top: 5px;
}

    #breadcrumbs-container .tools #text-plus, #breadcrumbs-container .tools #text-minus, #breadcrumbs-container .tools #print, #breadcrumbs-container .tools #email {
        cursor: pointer;
        float: left;
        margin-left: 7px;
    }

    #breadcrumbs-container .tools .addthis_button_email span.at15t_email {
        background: none;
    }

.addthis_button_facebook, .addthis_button_twitter, .addthis_button_favorites {
    float: left;
    margin-left: 7px;
}

    .addthis_button_facebook span, .addthis_button_twitter span, .addthis_button_favorites span {
        text-indent: -999em;
        text-transform: capitalize;
    }

#breadcrumbs-container #text-minus {
    width: 8px;
    height: 14px;
}

#breadcrumbs-container #text-plus {
    width: 10px;
    height: 14px;
}

#breadcrumbs-container .tools #print {
    width: 17px;
    height: 21px;
    margin-top: -1px;
}

#breadcrumbs-container .tools #email {
    width: 18px;
    height: 13px;
    margin-top: 2px;
}


#lastupdated {
    position: absolute;
    bottom: 0;
    left: 188px;
    font-size: 0.7em;
    margin: 5px 0;
    color: #999999;
}

#content.no-l-nav-no-rhs-bar, #content.no-l-nav #lastupdated {
    left: 31px;
}

/* Pod */
.pod {
    width: 154px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #ffffff url(../images/pod-header-bg.png) top left no-repeat;
    float: left;
    padding-top: 5px;
}

    .pod .inner {
        background: url(../images/pod-bg.png) bottom left no-repeat;
        float: left;
        padding: 3px 0 10px 0;
        width: 154px;
    }

    .pod#subscribe {
        background: url(../images/template/subscribe-bg.png) top left no-repeat;
    }

    .pod#calculator {
        background: url(../images/template/calculator-bg.png) top left no-repeat;
    }

    .pod h3 {
        color: #336699;
        font-size: 1.5em;
        font-weight: normal;
        padding: 6px 0 5px 10px;
        margin: 0;
    }

    .pod ul {
        width: 152px;
        float: left;
        margin: 0 1px 5px 1px;
    }

        .pod ul li {
            background: url(../images/template/bullet-blue.png) 10px 6px no-repeat;
            padding: 3px 10px 3px 20px;
            float: left;
            list-style-position: outside;
            width: 122px;
        }

            .pod ul li.grey {
                background-color: #E9E9E9;
            }

            .pod ul li a {
                color: #285887;
                display: block;
                float: left;
            }

            .pod ul li img {
                padding: 1px 0 0 0;
                float: right;
            }

    .pod p {
        margin: 5px 10px 5px 32px;
    }

        .pod p.more {
            text-align: right;
            padding: 0 10px 0 0;
            float: right;
            margin: 0;
        }

    .pod h4 {
        margin: 0 10px 10px 10px;
        font-size: 1.05em;
        color: #993399;
    }

        .pod h4.pdf, .pod h4.doc, .pod h4.xls, .pod h4.ppt {
            color: #285887;
        }

    .pod a.button {
        font-size: 0.85em;
        margin: 0 10px 5px 10px;
    }

        .pod a.button span {
            padding: 6px 25px 0 0;
        }

    .pod img {
        padding: 2px 10px 0 10px;
    }

.keytip {
    background: url(../images/nfls/key-tip-top.png) top left no-repeat;
    width: 258px;
    float: right;
    margin: 0 0 15px 15px;
    clear: right;
}

    .keytip .inside {
        background: url(../images/nfls/key-tip-bottom.png) bottom left no-repeat;
        width: 258px;
        float: left;
        margin-top: 10px;
        padding: 5px 15px 15px;
    }

    .keytip p {
        color: #333;
        padding: 0;
        margin: 0 !important;
    }

    .keytip .right {
        font-size: 0.75em;
        text-align: right;
        padding: 15px 30px 0 0;
    }

.case-study {
    width: 775px;
    background: url(../images/template/nfls/case-study-bg-top.png) top left no-repeat;
    float: left;
    margin: 15px 0;
}

    .case-study .inner {
        width: 775px;
        background: url(../images/template/nfls/case-study-bg-bottom.png) bottom left no-repeat;
        float: left;
        margin-top: 10px;
        padding: 0 15px;
    }

    .case-study .leftcol {
        width: 366px;
        bottom left no-repeat;
        float: left;
        margin: 10px;
        padding: 0;
    }

    .case-study .rightcol {
        width: 366px;
        bottom right no-repeat;
        float: right;
        margin: 10px;
        padding: 0;
    }


/************************
  FORMS
************************/

.feedback-banner {
    background: #cde801 url(../images/template/feedback-banner.png) top left no-repeat;
    min-height: 28px;
    padding: 15px 70px 15px 20px;
    float: left;
    font-weight: bold;
    width: 854px;
    border-bottom: solid 1px #bcd501;
}

.subscribe-banner {
    background: #4ddffd url(../images/template/subscribe-banner.png) top left no-repeat;
    min-height: 28px;
    padding: 15px 70px 15px 20px;
    float: left;
    font-weight: bold;
    width: 522px;
    border-bottom: solid 1px #47cde8;
}

    .feedback-banner p, .subscribe-banner p {
        margin: 0 !important;
    }

a.button, a.button-grey-bg {
    background: url(../images/template/button-bg-left.png) top left no-repeat;
    height: 24px;
    padding: 0 0 0 15px;
    display: block;
    float: left;
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}

    a.button span {
        background: url(../images/template/button-bg-right.png) top right no-repeat;
        display: inline-block;
        height: 20px;
        padding: 4px 25px 0 0;
        cursor: pointer;
    }

    a.button.plain span {
        background: url("../images/button-bg-right-plain.png") top right no-repeat !important;
        padding: 4px 15px 0 0;
    }

    a.button:hover, a.button-grey-bg:hover {
        background: url(../images/template/button-grey-bg-left.png) top left no-repeat;
    }

        a.button:hover span {
            background: url(../images/template/button-grey-bg-right.png) top right no-repeat;
        }

    a.button.plain:hover span {
        background: url("../images/button-grey-bg-right-plain.png") top right no-repeat !important;
    }

    a.button-grey-bg span {
        background: url(../images/template/button-bg-right-grey.png) top right no-repeat;
        display: block;
        height: 20px;
        padding: 4px 25px 0 0;
        cursor: pointer;
    }

    a.button-grey-bg:hover span {
        background: url(../images/template/button-grey-bg-grey-right.png) top right no-repeat;
    }
/* normal button with arrow pointing to the left */
a.button-left {
    background: url(../images/template/button-back-bg-left.png) top left no-repeat;
    height: 24px;
    padding: 0 0 0 25px;
    display: block;
    float: left;
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: bold;
    outline: none;
    margin: 0 0 12px 0;
}

    a.button-left span {
        background: url(../images/template/button-back-bg-right.png) top right no-repeat;
        display: inline-block;
        height: 20px;
        padding: 4px 15px 0 0;
        cursor: pointer;
    }

    a.button-left:hover {
        background: url(../images/template/button-back-grey-bg-left.png) top left no-repeat;
    }

        a.button-left:hover span {
            background: url(../images/template/button-back-grey-bg-right.png) top right no-repeat;
        }
/*white button */
a.button-white, a.button-white-grey {
    background: url(../images/template/button-white-bg-left.png) top left no-repeat;
    height: 24px;
    padding: 0 0 0 15px;
    display: block;
    float: left;
    text-decoration: none !important;
    color: #187bb4 !important;
    font-weight: bold;
    outline: none;
}

    a.button-white span {
        background: url(../images/template/button-white-bg-right.png) top right no-repeat;
        display: block;
        height: 20px;
        padding: 4px 25px 0 0;
        cursor: pointer;
    }

@media (max-width: 415px) {
    #ContentPlaceHolderDefault_INWMasterContentPlaceHolder_INWPageContentPlaceHolder_SearchNoticeList_3_UpdatePanel1 label {
        font-size: 0.9em;
    }

    div.save-search-box a.button-white span {
        padding-top: 0px;
        padding-bottom: 4px;
    }

    div.advance-search-box a.float-right {
        height: 10px;
        float: right !important;
        border: 1px solid transparent;
    }

        div.advance-search-box a.float-right span {
            padding-bottom: 7px;
            padding-top: 7px;
            padding-left: 25px;
            padding-right: 25px;
            position: relative;
            bottom: 15px;
        }

    div.advance-search-box a.button:hover span {
        background: none !important;
    }
    #advanced-search {
        font-size: 1.01em;
    }
}

@media (max-width: 330px) {
    div.advance-search-box a.float-right {
        margin-top: 15px;
        height: 10px;
        padding-left: 19px;
        padding-right: 19px;
        float: left !important;
    }

        div.advance-search-box a.float-right span {
            padding-bottom: 7px;
            padding-top: 7px;
            padding-left: 25px;
            padding-right: 25px;
            position: relative;
            bottom: 15px;
        }

    #advanced-search {
        font-size: 0.95em;
    }
    div.search-notices .form-input-label label{
        font-size: 0.75em !important;
    }
    div.search-notices .form-input input {
        height: 33px;
    }
}

a.button-white-grey span {
    background: url(../images/template/button-white-bg-grey-right.png) top right no-repeat;
    display: block;
    height: 20px;
    padding: 4px 25px 0 0;
    cursor: pointer;
}
/* white button with arrow pointing to the left */
a.button-white-left {
    background: url(../images/template/button-left-white-bg-left.png) top left no-repeat;
    height: 24px;
    padding: 0 0 0 15px;
    display: block;
    float: left;
    text-decoration: none !important;
    color: #187bb4 !important;
    font-weight: bold;
    outline: none;
}

    a.button-white-left:hover {
        background: url(../images/template/button-left-white-bg-left-active.png) top left no-repeat;
    }

a.button-white-left-grey {
    background: url(../images/template/button-left-white-bg-grey-left.png) top left no-repeat;
    height: 24px;
    padding: 0 0 0 15px;
    display: block;
    float: left;
    text-decoration: none !important;
    color: #187bb4 !important;
    font-weight: bold;
    outline: none;
}

    a.button-white-left-grey:hover {
        background: url(../images/template/button-left-white-bg-grey-left-active.png) top left no-repeat;
    }

    a.button-white-left span, a.button-white-left-grey span {
        background: url(../images/template/button-left-white-bg-right.png) top right no-repeat;
        display: block;
        height: 20px;
        padding: 4px 15px 0 10px;
        cursor: pointer;
    }

    a.button-white-left:hover span, a.button-white-left-grey:hover span {
        background: url(../images/template/button-left-white-bg-right-active.png) top right no-repeat;
        color: #666666;
    }

.advanced-search a.button {
    background: url("../images/template/advanced-search/button-bg-right.png") no-repeat right 0 !important;
    padding: 0 15px 0 0 !important;
}

    .advanced-search a.button.plain {
        background: url("../images/template/advanced-search/button-bg-right-plain.png") no-repeat right 0 !important;
        padding: 0 15px 0 0 !important;
    }

        .advanced-search a.button span,
        .advanced-search a.button.plain span {
            background: url("../images/template/advanced-search/button-back-bg-left.png") no-repeat top left !important;
        }

    .advanced-search a.button span {
        padding: 4px 5px 0 15px !important;
    }

    .advanced-search a.button.plain span {
        padding: 4px 0 0 15px !important;
    }

    .advanced-search a.button:hover {
        background-image: url("../images/template/advanced-search/button-grey-bg-right.png") !important;
    }

    .advanced-search a.button.plain:hover {
        background-image: url("../images/template/advanced-search/button-grey-bg-right-plain.png") !important;
    }

    .advanced-search a.button:hover span {
        background-image: url("../images/template/advanced-search/button-back-grey-bg-left.png") !important;
    }

.AdvancedNoticesSeletedTxt {
    margin: 12px 0 0;
    padding: 6px;
    border: 1px solid #ffa500;
    background: #ffdc32;
}

/* Search */
#content form .search-inner {
    float: left;
}

#content form p.left {
    margin: 0 0 0 15px;
}

#content form #search-options {
    float: left;
    width: 500px;
    margin-left: 10px;
}

    #content form #search-options label.radio {
        float: left;
        margin: 0 0 5px 0;
    }

    #content form #search-options input.radio {
        float: left;
        margin: 2px 10px 5px 0;
    }

#content ol#search-results h3 {
    font-size: 1.1em;
}

    #content ol#search-results h3 a {
        text-decoration: none;
    }

        #content ol#search-results h3 a:hover {
            text-decoration: underline;
        }

#content ol#search-results p {
    margin: 5px 0;
}

#content ol#search-results .resultURL {
    color: #666666;
}

#content ol#search-results li {
    margin-bottom: 15px;
}

/* Paging */
.pagination, .NoticeTablePager {
    font-size: 1.1em;
    text-align: center;
    margin: 20px 0 0 0;
    border-top: dotted 2px #ccc;
    padding-top: 10px;
}

    .pagination a, .NoticeTablePager a {
        display: inline-block;
        padding: 3px 6px;
        background: #d9e2e4;
        color: #333333;
        text-decoration: none !important;
        margin: 0 5px 0 0;
        font-weight: bold;
    }

        .pagination a:hover, .pagination a.active, .NoticeTablePager a:hover, .NoticeTablePager a.active {
            background-color: #285887;
            color: white;
        }

/************************
  FOOTER
************************/

#footer #footer-top {
    margin: 0 5px;
    width: 996px;
    float: left;
    height: 0 !important;
    border-top: solid 1px #ecf0f1;
    border-bottom: solid 1px #ffffff;
}

#footer {
    width: 1006px;
    background: url(../images/footer-bg.png) bottom left no-repeat;
    min-height: 52px;
    height: auto !important;
    height: 52px;
    float: left;
    margin-bottom: 20px;
}

    #footer ul li {
        display: inline;
        border-right: solid 1px #bcc5c7;
        padding: 0 5px 0 5px;
        color: #666;
        font-size: 0.85em;
        font-weight: normal;
    }

        #footer ul li.last {
            border: none;
        }

        #footer ul li a {
            text-decoration: none;
            color: #666666;
            display: inline-block;
        }

        #footer ul li#rotating-language {
            padding: 0 0 0 5px;
            top: 3px;
            background-image: url(/images/template/languages.png);
            background-position: right 0;
            background-repeat: no-repeat;
        }

        #footer ul li a:hover {
            color: #000000;
        }

#footer-nav-left {
    padding: 10px 0 0 26px;
    width: 360px;
    text-align: left;
    float: left;
}

#footer-nav-right {
    padding: 10px 19px 0 0;
    width: 580px;
    text-align: right;
    float: right;
}

/* Reading Room */
#content.full {
    width: 958px;
    padding: 0 24px;
}

/* floats */
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-clear {
    clear: both !important;
}
/* end floats */

/* search-notices */
#content.search {
    width: 615px;
    padding-left: 17px;
}

#content .inner {
    clear: both;
}

/************************
  SEARCH NOTICE
************************/

.search-notices {
    margin: 31px 0 0 31px;
    padding: 10px;
    width: 280px;
    float: left;
    position: relative;
    background: #f6fbff;
    z-index: 1;
}

    .search-notices .search-notices__table-heading label {
        font-size: 1.2em;
    }

    .search-notices label,
    .search-notices legend {
        font-weight: bold;
        padding: 0 0 6px 0;
    }

.search-notices__clear-button {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 10px;
}

    .search-notices__clear-button a {
        margin-top: 30px;
        width: 92%;
        border-radius: 15px;
        border: 1px solid #2F5188;
        height: 15px;
        display: block;
        float: left;
        text-decoration: none !important;
        color: #187bb4 !important;
        font-weight: bold;
        outline: none;
        padding: 5px 10px;
        text-align: center;
        line-height: 1.2em;
    }



.form-input select {
    width: 100%;
    position: relative;
}

@media (max-width: 440px) {
    .form-input {
        margin: 5px auto;
    }
}

@media (max-width: 330px) {

    .form-input select {
        font-size: 0.7em !important;
        height: 33px
    }
}

div.search-notices .form-group {
    margin: 10px 0px;
    padding: 5px;
}

div.search-notices .form-input-label,
div.search-notices .form-input-label {
    width: 20%;
    display: block;
}

div.solicitor-label {
    margin-bottom: 0.5em;
}

div.search-notices .form-input,
div.search-notices .form-input {
    width: 80%;
    float: left;
    display: block;
}

div.search-notices .form-input-label label,
div.search-notices .form-input-label select,
div.search-notices .form-input-label input {
    width: 100%;
    float: left;
    display: block;
}

div.search-notices .form-input input,
div.search-notices .form-input label {
    width: 100%;
    float: left;
    display: block;
}

.search-notices h2 {
    margin: 0px;
    padding-bottom: 2px;
}

/************************
  SEARCH NOTICE -- Accordion Styling
************************/
div.search-notices__title {
    background-color: #336698;
    height: 60px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    div.search-notices__title label {
        color: #ffffff;
        font-size: 1.23em;
        margin-left: 0.5em;
        margin-top: 0.3em;
        display: inline-block;
        font-family: Verdana, Arial, sans-serif;
        letter-spacing: -0.025em;
    }

@media (max-width: 415px) {
    div.search-notices__title {
        height: auto;
        font-size: 75%;
    }

        div.search-notices__title label {
            font-size: 1.3em !important;
        }
}
@media (max-width: 330px) {
        div.search-notices__title label {
            font-size: 1.1em !important;
        }
}

div.search-box {
    width: 100%;
    display: flex;
    vertical-align: middle;
}

    div.search-box input, button {
        border: 0;
    }

        div.search-box input[type="text"] {
            padding-top: 3px;
            padding-bottom: 4px;
            padding-left: 0.15em;
            width: 84%;
            height: 1.1em;
            border-right: 0;
            margin-left: 0.65em;
            margin-bottom: 0.5em;
        }

@media (max-width: 415px) {
    div.search-box input[type="text"] {
        height: auto;
        padding-bottom: 5px;
    }
}

.search_button {
    background-color: #ffffff;
    border-left: 1px solid #B1B1B1;
}

.search_button {
    width: 1.9em;
    height: 1.68em;
}

    .search_button img {
        width: 1.3em;
        height: 1.3em;
        display: block;
        margin: auto;
        margin-top: 0.23em;
    }

@media (max-width: 415px) {
    .search_button {
        margin-top: 1px;
        height: 1.8em;
    }

        .search_button img {
            width: auto;
            height: auto;
            margin-top: 0.3em;
        }
}



div.search-box button {
    margin-bottom: 0.5em;
    padding: 1px;
}

div.search-notice__refine_search {
    margin-top: 0.9em;
    letter-spacing: -1px;
}

@media (max-width: 415px) {
    div.search-notice__refine_search {
        margin-top: 1.7em;
    }
}


div.search-notices .search-notices__table-content label,
div.search-notices .deregistration-notice label {
    font-weight: normal;
    font-size: 0.9em;
    text-transform: capitalize;
    line-height: 1.8;
}

div.search-notices .search-notices__table-content .search-notices__table-heading label {
    font-weight: bold;
}

div.accordion__advanced-search .search-notices__table-heading h3 {
    color: #ffffff;
}

div.accordion__advanced-search .search-notices__table-heading,
div.accordion__advanced-search .search-notices__table-heading,
div.accordion__normal .search-notices__table-heading,
div.accordion__collasped .search-notices__table-heading,
div.accordion__advanced-search .search-notices__table-heading.ui-accordion-header,
div.accordion .search-notices__table-heading.ui-accordion-header {
    background: #336698;
    color: #ffffff;
    padding: 0.5em;
    font-size: 100%;
    position: relative;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}


div.accordion__max-height .search-notices__table-content tr:hover,
div.accordion__max-height .search-notices__table-content.ui-accordion-content tr:hover,
div.accordion__normal .search-notices__table-content tr:hover,
div.accordion__normal .search-notices__table-content.ui-accordion-content tr:hover,
div.accordion__collasped .search-notices__table-content tr:hover,
div.accordion__collasped .search-notices__table-content.ui-accordion-content tr:hover {
    background: rgba(51, 102, 152, 0.20);
}


div.accordion__max-height .search-notices__table-content tr,
div.accordion__normal .search-notices__table-content tr,
div.accordion__collasped .search-notices__table-content tr,
div.accordion .search-notices__table-content.ui-accordion-content tr {
    min-height: 25px;
    padding: 2px 5px;
    display: block;
}


div.search-notices .accordion.ui-accordion .search-notices__table-content.ui-accordion-content table {
    margin: 0.5em 0;
}

div.accordion.accordion__normal, div.accordion__collasped {
    margin-bottom: 10px;
}

div.search-notices .accordion__max-height .search-notices__table-content,
div.search-notices .accordion__normal .search-notices__table-content,
div.search-notices .accordion__collasped .search-notices__table-content {
    padding: 0.5em 0.5em;
    border: 1px solid #aaaaaa;
    color: #222222;
    background: #ffffff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media (max-width: 415px) {
    div.search-notices .accordion__max-height .search-notices__table-content,
    div.search-notices .accordion__normal .search-notices__table-content,
    div.search-notices .accordion__collasped .search-notices__table-content {
        height: auto !important;
    }

    .accordion__advanced-search > .search-notices__table-content, .accordion__advanced-search.ui-accordion > .search-notices__table-content {
        height: auto !important;
    }
}

.accordion.block__advanced-search {
    width: 100%;
}

.accordion__advanced-search > .search-notices__table-content,
.accordion__advanced-search.ui-accordion > .search-notices__table-content {
    border: 0px solid #000;
    padding: 0px;
    background-color: transparent;
    overflow: hidden;
}

.accordion__advanced-search > .search-notices__table-heading {
    border: 0px solid #000;
    padding: 0px;
    background-color: transparent;
}

div.search-notices .ui-accordion .search-notices__table-heading.ui-accordion-header span.ui-icon {
    position: absolute;
    right: 0.5em;
    left: auto;
    top: 50%;
    margin-top: -8px;
}

div.search-notices .ui-state-active .ui-icon,
div.search-notices .ui-state-default .ui-icon,
div.search-notices .ui-state-focus .ui-icon,
div.search-notices .ui-icon {
    background-image: url("../scripts/jquery/images/ui-icons_ffffff_256x240.png");
}

.accordion.ui-helper-reset {
    margin-bottom: 10px;
}

.accordion.accordion__max-height .search-notices__table-content {
    max-height: 210px;
    overflow: auto;
}

.accordion.accordion__normal .search-notices__table-content,
.accordion.accordion__collasped .search-notices__table-content {
    overflow: hidden;
}

/************************
  END SEARCH NOTICE -- Accordion Styling
************************/

/************************
  SEARCH NOTICE -- Radio Button and Checkboxes
************************/

div.search-notices input[type=checkbox]:not(old):checked + label::after,
div.search-notices input[type=radio]:not(old):checked + label::after {
    content: "";
}

div.search-notices input[type=checkbox]:not(old) + label::after,
div.search-notices input[type=radio]:not(old) + label::after {
    content: none;
    display: inline-block;
    height: 4px;
    width: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    position: absolute;
    left: -18px;
    top: 5px;
    color: #fff;
}

div.search-notices input[type=checkbox]:focus + label::before,
div.search-notices input[type=radio]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

div.search-notices input[type=checkbox]:not(old):checked + label::before,
div.search-notices input[type=radio]:not(old):checked + label::before {
    background-color: #336698;
}

div.search-notices input[type=checkbox]:not(old) + label::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 2px solid #336698;
    position: absolute;
    top: 2px;
    left: -20px;
}

div.search-notices input[type=radio]:not(old) + label::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 2px solid #336698;
    position: absolute;
    top: 2px;
    left: -20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}


div.search-notices input[type=checkbox]:not(old) + label,
div.search-notices input[type=radio]:not(old) + label {
    position: relative;
}

div.search-notices input[type=checkbox]:not(old),
div.search-notices input[type=radio]:not(old) {
    opacity: 0;
}



/************************
  END -- SEARCH NOTICE -- Radio Button and Checkboxes
************************/




.toggle-advanced {
    background: url("../images/advanced-search-toggle.png") no-repeat;
    width: 209px;
    height: 41px;
    line-height: 41px;
    display: inline-block;
    clear: both;
    margin: 24px 0 0;
}

    .toggle-advanced:hover {
        text-decoration: none;
    }

    .toggle-advanced span {
        color: #fff;
        font-weight: bold;
        margin: 0 0 0 26px;
    }

        .toggle-advanced span + span {
            display: none;
            margin: 0 0 0 62px;
        }

    .toggle-advanced.open {
        background: url("../images/advanced-search-toggle-close.png") no-repeat;
        width: 241px;
        position: relative;
        z-index: 1;
    }

        .toggle-advanced.open span {
            color: #000;
        }

            .toggle-advanced.open span + span {
                display: inline-block;
            }

.advanced-search {
    padding: 12px;
    position: absolute;
    top: 312px;
    left: 257px;
    background: #cce7f7;
    display: none;
    width: 661px;
    background: url("../images/advanced-search-bg.png") repeat-y;
    border: 1px solid #c0dbed;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    behavior: url("/global/css/PIE.htc");
}


.notice-type div {
    height: 9em;
    overflow: auto;
    border: 1px solid #acaeb4;
    background: #fff;
}

.filter {
    float: left;
    margin: 0 0 24px 0;
    font-weight: bold;
}

    .filter label {
        min-width: 120px;
        display: inline-block;
    }

    .filter select {
        min-width: 220px;
    }

/* article-block */
.article-block,
.disclaimer {
    clear: both;
    margin: 12px 0;
    border-top: 1px solid #cce7f7;
    overflow: hidden;
    zoom: 1;
}

.article-block {
    position: relative;
    padding: 12px 0 0;
}

    .article-block.no-border {
        border: none;
        padding: 0;
    }

    .article-block .published-date {
        position: absolute;
        top: 24px;
        right: 0;
        width: 25%;
        text-align: right;
    }

    .article-block span {
        font-weight: bold;
    }

    .article-block h2,
    .article-block h3 {
        font-size: 1.2em;
        font-weight: bold;
        width: 75%;
    }

    .article-block h2 {
        margin: 12px 0 0 !important;
    }

    .article-block h3 {
        margin: 0 0 1em 0 !important;
        /*text-transform: uppercase;*/
    }

    .article-block h4 {
        margin: 2em 0 0 !important;
    }

    .article-block dl {
        overflow: hidden;
        margin: 12px 0 0;
    }

    .article-block dt {
        font-weight: bold;
        clear: left;
        float: left;
        padding: 0 0 12px 0;
        margin: 0 12px 0 0;
    }

    .article-block dd {
        padding: 0 0 12px 0;
        float: left;
        *float: none; /* IE7 */
    }
/*
.article-block div {
  position: absolute;
  right: 0;
  bottom: 12px;
}
*/
.notice-buttons {
    float: right;
}

.title-block {
    position: relative;
}

    .title-block.ammendment {
        padding: 0 0 0 24px;
        background: url(../images/ammnedmentarrow.jpg) no-repeat;
    }

.article-block div p {
    text-align: right;
}

.article-block button {
    margin: 0;
}

.article-block.total-cost dl {
    float: right;
}
/* end article-block */

/* end search-notices */

/* progress-bar */
.progress-bar {
    height: 40px;
    /* border-top: 1px solid #cce7f7; */
    position: relative;
    clear: both;
}

    .progress-bar span {
        height: 28px;
        line-height: 28px;
        position: absolute;
        top: 12px;
        display: inline-block;
        font-size: 80%;
        font-weight: bold;
        color: #aaa;
        text-align: center;
    }

.step-1 {
    left: 0;
    z-index: 3;
    width: 273px;
    background: url("../images/progress-bar.png") no-repeat;
}

    .step-1.completed-step {
        background-position: 0 -28px;
    }

.step-2 {
    left: 249px;
    z-index: 2;
    width: 274px;
}

    .step-2.current-step {
        background: url("../images/progress-bar.png") no-repeat -273px 0;
    }

    .step-2.completed-step {
        background: url("../images/progress-bar.png") no-repeat -273px -28px;
    }

.step-3 {
    left: 498px;
    z-index: 1;
    width: 273px;
}

    .step-3.current-step {
        background: url("../images/progress-bar.png") no-repeat -547px 0;
    }

    .step-3.completed-step {
        background: url("../images/progress-bar.png") no-repeat -547px -28px;
    }

.current-step {
    color: #fff !important;
}

.completed-step {
    color: #003073 !important;
}
/* end progress-bar */

/* xslt-form */
.xslt-form > div {
    margin: 0 0 2em 0;
    padding: 12px;
    background: #f6fbff;
    overflow: hidden;
}

.edit-buttons {
    clear: both;
    padding: 24px 0;
    float: right;
}

.xslt-form label {
    font-weight: bold;
}

.xslt-form select {
    width: 100%;
    margin: 0.5em 0 1em 0;
}

.create-notice-buttons {
    clear: both;
    margin: 24px 0 0;
}

/* .create-notice-buttons .save {
  float: left;
  margin: 0 72px 0 0;
}

.create-notice-buttons .cancel {
  float: right;
  margin: 0 72px 0 0;
} */

.xslt-form .error {
    margin: 0 0 12px 0;
    clear: both;
    float: right;
    width: 50%;
    text-align: right;
}

/* end xslt-form */

.form-row {
    clear: both;
}

.centred {
    clear: both;
    width: 700px;
    margin: 0 auto;
}

    .centred fieldset {
        background: #f6fbff;
        padding: 12px;
    }

    .centred .form-row {
        margin: 12px 0 24px;
    }

        .centred .form-row .error-wrapper {
            padding: 6px 0 0 210px;
            margin: 0;
        }

    .centred label {
        width: 200px;
        display: inline-block;
        font-weight: bold;
        text-align: right;
        vertical-align: top;
        margin: 0 6px 0 0;
    }

    .centred input[type="text"], .centred input[type="password"], .centred textarea, .centred select {
        width: 300px;
    }

    .centred select {
        width: 305px;
    }

.error, .mandatory {
    color: #d90000;
    font-weight: bold;
}
/* .centred input[type="submit"] {margin: 0 0 0 453px;} */
.centred .label {
    margin: 0 !important;
    float: left;
    font-weight: bold;
    vertical-align: top;
}

.centred .radio, .centred .checkbox {
    width: auto !important;
}

.centred .form-row.buttons {
    margin: 0 159px 24px 0;
    float: right;
}

.centred .radio ~ label, .centred .checkbox ~ label {
    text-align: left;
    width: auto;
}

.centred .nb {
    text-align: center;
    padding: 0 0 1em 0;
}

.profile .form-row {
    margin: 12px 0;
}

.profile label {
    width: 30%;
    display: inline-block;
    text-align: right;
}

.profile input[type="text"], .profile input[type="password"], .profile textarea, .profile select {
    width: 65%;
    margin: 0 0 0 6px;
}

.profile input[type="submit"] {
    float: right;
    margin: 12px 13px 12px 0;
}

.wysiwyg {
    background: #f6fbff;
    width: 772px;
}

.wysiwyg-label {
    font-weight: bold;
    text-align: right;
    padding: 12px;
    width: 25%;
}

    .wysiwyg-label + td {
        padding: 12px 0;
        width: 521px;
    }

    * + html .wysiwyg-label + td {
        padding: 12px 0;
        width: 521px;
    }

.wysiwyg input[type="text"], .wysiwyg textarea, .wysiwyg select {
    width: 108%;
}

* + html .wysiwyg input[type="text"], * + html .wysiwyg textarea {
    width: 113%;
}

* + html .wysiwyg select {
    width: 108%;
    position: relative;
}

.wysiwyg input[type="checkbox"] {
    float: left;
    margin: 3px 6px 3px 4px;
}

    .wysiwyg input[type="checkbox"] + label {
        margin: 0;
    }

.wysiwyg-break {
    padding: 2em 0 1em 1em;
    font-weight: bold;
}

.wysiwyg-label + td > table {
    margin: 0;
    padding: 0;
}

    .wysiwyg-label + td > table td {
        padding: 6px 0;
    }

.wysiwyg-label + td + td {
    position: relative;
    display: inline-block;
    height: 50px;
}

    .wysiwyg-label + td + td .error {
        position: absolute;
        bottom: -6px;
        margin: 0 0 0 -24px;
        /* right: 24px; */
    }

/* IE6 */
* html .container {
    overflow: hidden;
}

* html #secondary-nav {
    margin: 46px 17px 40px 16px;
}

* html #content {
    width: 742px;
}

* html .home {
    padding: 0 0 45px 0 !important;
}

    * html .home .inner {
        margin: 0 0 0 24px;
    }

* html .full {
    float: none !important;
}

* html .search {
    margin: 0px auto 0 15px !important;
    width: 682px !important;
}

* html .search-notices {
    margin: 31px 0 0 16px !important;
}

* html #footer-top {
    margin: 0 0 0 3px !important;
    width: 995px !important;
    line-height: 0px !important;
}

.xmlxslt-form {
    clear: both;
}

#Form1.iframe-message {
    position: absolute;
    height: 100%;
}

form.iframe-message {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: none;
    background-color: white;
}

.responsive-override {
    width: auto;
}

    .responsive-override .container {
        width: auto;
    }

        .responsive-override .container #main-wrapper {
            background-image: none;
            background-color: #ffffff;
            position: absolute;
            float: none;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

            .responsive-override .container #main-wrapper p {
                position: absolute;
                top: 50%;
                left: 12px;
            }

.redmsg,
.greenmsg {
    float: left;
    margin: 12px 0;
    padding: 12px;
    font-weight: bold;
    display: none;
    width: 744px;
}

form.iframe-message .redmsg,
form.iframe-message .greenmsg {
    float: left;
    margin: 12px 0;
    padding: 12px;
    font-weight: bold;
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    width: auto;
}

.redmsg {
    color: red;
    border: 2px solid red;
}

.greenmsg {
    color: green;
    border: 2px solid green;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/*POST LIVE*/
.notice-purpose-checkbox, .notice-state-checkbox {
    margin: 0;
}

.NoticeTable {
    width: 100%;
}

.NoticeTablePager table {
    margin: 20px auto 0;
}

.NoticeTablePager span {
    margin: 0 5px 0 0;
    padding: 3px 6px;
}


/* payment page */

.easypay-wrapper {
    text-align: center;
    margin-top: 25px;
}

    .easypay-wrapper img {
        width: 50%;
    }

.easypay-footer {
    margin-top: 20px;
}

    .easypay-footer > a + a {
        margin-left: 25px;
    }

iframe {
    width: 100%;
    height: 300px;
    border: 1px solid #7bc0ea;
}

.article-block.text-center {
    text-align: center;
    border-top: 0;
}

/* end payment page */



@media only screen and (min-width: 320px) and (max-width: 720px) {
    html,
    body,
    .container,
    #header,
    #primary-nav-wrapper,
    #primary-nav,
    #primary-nav li,
    #main-wrapper,
    #main-wrapper.no-rhs-bar,
    #content,
    .search-notices,
    #footer,
    #footer #footer-top,
    #footer-nav-left,
    #footer-nav-right,
    #footer ul li,
    #footer ul li a {
        width: auto !important;
        height: auto;
        clear: both;
        float: none;
        background: none;
        margin: 0;
        padding: 0 !important;
        display: block;
        text-align: left;
        border: none;
    }

    body {
        font-size: 1.125em;
        line-height: 1.5em;
        padding: 12px !important;
    }

    #header-logo {
        float: none;
        padding: 0 0 6px 0;
    }

        #header-logo img {
            width: 100%;
        }

    #primary-nav li a,
    #footer ul li a {
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#0085D8), to(#0071ce));
        background: -webkit-linear-gradient(#0085D8, #0071ce);
        background: -moz-linear-gradient(#0085D8, #0071ce);
        background: -o-linear-gradient(#0085D8, #0071ce);
        background: linear-gradient(#0085D8, #0071ce);
        border-top: 1px solid #4095da;
        border-bottom: 1px solid #0060af;
        width: auto !important;
        line-height: 41px;
        overflow: hidden;
    }

    #primary-nav li.active a {
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#006597), to(#004787));
        background: -webkit-linear-gradient(#006597, #004787);
        background: -moz-linear-gradient(#006597, #004787);
        background: -o-linear-gradient(#006597, #004787);
        background: linear-gradient(#006597, #004787);
        border-top-color: transparent;
    }

    #primary-nav li:first-child a,
    #footer-nav-left ul li:first-child a {
        -webkit-border-radius: 12px 12px 0 0;
        -moz-border-radius: 12px 12px 0 0;
        border-radius: 12px 12px 0 0;
        border-top: none;
    }

    #primary-nav li:nth-child(4) a,
    #footer-nav-right ul li:nth-child(4) a {
        -webkit-border-radius: 0 0 12px 12px;
        -moz-border-radius: 0 0 12px 12px;
        border-radius: 0 0 12px 12px;
        border-bottom: none;
    }

    #primary-nav li a#n1 {
        margin: 0;
    }

    #primary-nav li a span,
    #footer ul li a {
        padding: 0 !important;
        text-shadow: 0 1px 0 #0060af;
    }

    #footer ul li a {
        color: #fff;
        text-align: center;
    }

    .toggle-search-options {
        display: block;
        margin: 36px 0 0;
        color: #fff;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#0085D8), to(#0071ce));
        background: -webkit-linear-gradient(#0085D8, #0071ce);
        background: -moz-linear-gradient(#0085D8, #0071ce);
        background: -o-linear-gradient(#0085D8, #0071ce);
        background: linear-gradient(#0085D8, #0071ce);
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        width: auto;
        line-height: 41px;
        text-align: center;
        text-shadow: 0 1px 0 #0060AF;
        text-decoration: none !important;
        touch-action: none;
    }

        .toggle-search-options:active {
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#006597), to(#004787));
            background: -webkit-linear-gradient(#006597, #004787);
            background: -moz-linear-gradient(#006597, #004787);
            background: -o-linear-gradient(#006597, #004787);
            background: linear-gradient(#006597, #004787);
            text-decoration: none;
            touch-action: none;
        }

    .search-notices {
        display: none;
        margin: 24px 0;
        padding: 12px !important;
        border: 1px solid #cce7f7;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

        .search-notices input[type="text"],
        .search-notices select {
            width: 100%;
            margin: 0;
            padding: 6px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 1.125em;
            border: 1px solid #4095da;
        }

    a.button,
    a.button-grey-bg,
    a.button:hover,
    a.button-grey-bg:hover {
        float: none !important;
        display: inline;
        padding: 6px 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    a.button,
    a.button-grey-bg {
        background: #336699;
    }

        a.button:hover,
        a.button-grey-bg:hover,
        a.button:hover span,
        a.button.plain:hover span {
            background: #666 !important;
        }

        a.button span,
        a.button.plain span {
            background: none !important;
            padding: 0;
        }

    .notice-buttons {
        float: none;
    }

    #content.search {
        margin: 24px 0;
        overflow: hidden;
    }

    .NoticeTable {
        margin: 0;
    }

    .article-block .published-date {
        position: relative;
        top: inherit;
        right: inherit;
        text-align: left;
        width: 100%;
    }

    .article-block h2,
    .article-block h3 {
        width: 100%;
    }

    .xmlxslt-form {
        margin: 24px 0 0;
    }

    .shadow {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #ccc !important;
        -webkit-border-radius: none !important;
        -moz-border-radius: none !important;
        border-radius: none !important;
    }

        .boxinnerbody,
        .shadow p,
        table.tbl {
            width: 100% !important;
            padding: 0 !important;
        }

    table.tbl {
        margin: 0 !important;
    }

    .boxinnersub {
        padding: 10px !important;
        text-indent: 0 !important;
    }

    .boxinnercontent {
        padding: 10px 10px 0 10px !important;
        width: auto !important;
    }

    .boxinnerbottom {
        padding: 10px 10px 0 10px !important;
        /* background: none !important; */
        border-top: 1px solid #ccc !important;
    }

    .col1,
    .col2,
    .col1b,
    .col2b {
        display: block;
        width: 100% !important;
        /* color: #000 !important; */
    }

    .col2,
    .col2b {
        margin: 0 0 12px 0;
    }

    #header-nav,
    #primary-nav li:nth-child(3),
    #primary-nav li:nth-child(5),
    #primary-nav li:last-child,
    #breadcrumbs-container,
    #banner,
    #rhs-bar,
    .toggle-advanced {
        display: none;
    }

    #primary-nav li:hover ul {
        display: none;
    }
}
