﻿html,
button,
input,
select,
textarea {
    /*font-family: sans-serif, Arial, Helvetica;*/
    color: #000;
}

html {
    background-repeat: no-repeat;
    background-position: center 200px;
    overflow-y: scroll;
    font-size: 100%;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background: #32608a url("i/body-background.png") repeat-y 50% 0 !important;
    background: -moz-linear-gradient(left, #32608a 0, #a6c6df 50%, #32608a 100%) !important;
    background: -webkit-linear-gradient(left, #32608a 0, #a6c6df 50%, #32608a 100%) !important;
    background: -o-linear-gradient(left, #32608a 0, #a6c6df 50%, #32608a 100%) !important;
    background: -ms-linear-gradient(left, #32608a 0, #a6c6df 50%, #32608a 100%) !important;
    background: linear-gradient(to right, #32608a 0, #a6c6df 50%, #32608a 100%) !important;
    font-size: 62.5%;
    background: #c7e0f6;
}

body {
    font-size: 62.5%;
    background: #c7e0f6;
}

h1, h3 {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
    font-family: sans-serif, Arial, Helvetica;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

h1 {
    font-size: 1.5em;
    color: #000;
    line-height: 1.25em;
    margin: 0 10px 10px 10px;
}

h2 {
    font-size: 1.5em;
    line-height: 1.4;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin-left: 10px;
    line-height: 1.4;
}

p {
    font-size: 1em;
}

hr {
    background-color: #fbad23;
    height: 2px;
    border-width: 0;
    margin: 20px 0;
}

.text-box.single-line {
    width: 300px;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

a {
    font-weight: 700;
}

    a:link {
        color: #003366;
    }

    a:visited {
        color: #006599;
    }

    a:hover {
        color: #003466;
        text-decoration: none;
    }

    a:active {
        color: #003366;
    }

    a:focus, input:focus, select:focus, textarea:focus {
        outline: 2px solid #005dc3;
    }

/*Menus*/
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
}

/*Header*/
#header-content, #body-content, #footer-content, #search-content {
    padding-right: 0;
    padding-left: 0;
}

#mainNavCtnr {
    background: url(i/bg-nav.png) top center no-repeat;
}

#mainNavCtnd {
    max-width: 1220px;
    margin: 0 auto;
}

.mainNavLst {
    float: left;
}

#bnrCtnr {
    padding-top: 20px;
    border-top: 2px solid #fbad23;
    background: #fff url(i/background_1.jpg) top center no-repeat;
    color: #000;
    font-weight: 700;
}

#bnrLgoTxt {
    color: #003466;
}

#utl {
    background: #003366;
    width: 100%;
    clear: both;
    padding: 5px 0;
    font-size: .938em;
    color: #fff;
}

.nav-grid-lnks {
    padding-left: 0;
    padding-right: 0;
}

    .nav-grid-lnks ul {
        padding-left: 0;
        padding-right: 0;
    }



/*Breadcrumb - DCW*/

#crmbs {
    padding-bottom: 10px;
    font-size: .813em;
    font-weight: 700;
}

    /*Breadcrumb - List*/
    #crmbs li {
        background: url(../css/i/breadcrumb.jpg) left no-repeat;
    }

    #crmbs ul li {
        padding-left: 15px;
        display: inline;
    }
        /*modified so the breadcrumb lineup to the content*/
        /* #crmbs ul li.first{margin-left:-40px;background:none} */
        #crmbs ul li.first {
            margin-left: -50px;
            background: none;
        }

    /*Breadcrumb - Links*/
    #crmbs a:visited {
        text-decoration: underline;
        color: #333;
    }

    #crmbs a:hover {
        text-decoration: none;
        color: #333;
    }

    #crmbs a:link {
        color: #003466;
    }

    #crmbs a:active {
        color: #444;
    }


/*Main Body*/
/*#body-content {
    left: 2px;
    background: #fff url(i/nav-accent.jpg) top no-repeat;
    padding: 0 0 1px;
}*/

#maincontent a {
    /*text-decoration: none;
    color: #3d392d;*/
    font-weight: bold;
}

#maincontent span.field-validation-error a {
    color: #981b1f;
    font-weight: bold;
}

#maincontent {
    padding: 0 15px 0 5px;
}


/*maincontent change to match font type*/

#maincontent {
    padding-left: 10px;
}

    #maincontent h1 {
        font-size: 2em;
    }

    #maincontent h1, #maincontent h2, #maincontent h3 {
        color: #003466;
    }

    #maincontent h1, #maincontent h2 {
        font-weight: normal;
    }
    /*#maincontent li,#maincontent dl{margin-left:40px}*/
    /*#maincontent li,#maincontent dl{margin-left:40px}*/
    #maincontent a:active, .btnLrg:active {
        position: relative;
        top: 1px;
    }

    #maincontent a:link {
        color: #003366;
        text-decoration: underline;
    }

    #maincontent a:hover {
        color: #003366;
        text-decoration: none;
    }


/*Form - input buttons - DW*/
/*This will also change the behavior on the search button on hover*/

form input[type="submit"], input[type="reset"] {
    background-color: #f6f9fb;
    border: 2px solid #a6c6df;
    color: #003366;
    font-size: 110%;
    font-weight: 700;
    padding: 8px 25px;
    text-decoration: none;
}

form input[type=submit], input[type="reset"], button {
    padding: 8px 25px;
    background-color: #f6f9fb;
    font-weight: 700;
    color: #003366;
    border: #a6c6df 2px solid;
    text-decoration: none;
    font-size: 110%;
}

    form input[type=submit]:hover, input[type="reset"]:hover, button:hover {
        background-color: #006599;
        color: #fff;
        font-size: 110%;
    }

.frmCtnr {
    padding: 10px;
    margin: 20px 0;
}

    .frmCtnr.info, .nt {
        font-style: italic;
        font-size: 95%;
    }

form h2, .frmRvw h2 {
    color: #fff;
    border-bottom: 2px solid #fbad23;
    font-size: 1.188em;
    margin: 0 0 10px;
    padding: 5px 0 5px 1%;
    width: 99%;
    font-weight: 700;
    clear: both;
}

.frmEdtbl {
    background: #f6f9fb;
    border: 2px solid #e0edf6;
}

.frmRvw {
    background: #fff;
    border: 2px solid #a6c6df;
}

.frmGrp {
    padding: 10px;
    margin-bottom: 20px;
}

/*From fields - DCW*/
/*.curFcs{background:#fbf3e9;border:2px solid #fbad23}*/
.frmCtnr hr {
    background-color: #999;
    height: 1px;
    border-width: 0;
    margin: 5px 0;
}
/*form em{color:#981B1f;font-size:1.313em;font-style:normal;vertical-align:bottom;padding-left:2px}*/
fieldset {
    margin: 0;
}

.frmGrp div {
    padding: 5px;
}

form legend {
    font-size: 1.125em;
    border-bottom: 1px solid #999;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

/*DW - Added font-weight: normal to overwrite bootstrap bold label layout*/

.fakelabel {
    font-weight: normal;
}

label, .label {
    padding-right: 20px;
    /*float:left;*/
    text-align: right;
    font-weight: normal; /*added line*/
}

label em, legend em {
    font-size: 1.3em;
    color: #981B1f;
    vertical-align: middle;
    text-align: left;
}

.ctrlSet label {
    display: inline;
    float: none;
    padding-left: 3px;
}

.ctrlSetSbFrm label {
    display: inline;
    padding-left: 3px;
}


/*Search*/
.srchCtnr {
    background: #222;
    color: #fff;
    padding: 0;
}

.srch input[type=text] {
    color: #333;
    border: 1px solid #d78622;
    background: #fff;
}

.srch input[type=submit] {
    background: #222;
    border: 0;
    color: #fff;
    padding: 2px;
    font-weight: 700;
}

#imgRibbonSb {
    position: relative;
    background: url(i/ribbon.png) no-repeat scroll 95%;
    width: 100%;
    height: 95px;
    margin-top: 10px;
}

.srchArea {
    background: url(i/background_1.jpg) no-repeat;
    background-size: auto;
    padding-top: 20px;
}

div.srchBr {
    /*min-height: 75px;
    padding-left: 10px;
    padding-right: 10px;*/
}

.srchInptSbmt, .srchInptTxt {
    width: 100%;
}

#srchBx {
    height: 38px;
    padding: 5px;
}

.divIconSb {
    padding-right: 10px;
    width: 100px;
}

.txtRtFlt {
    float: right;
    text-align: right;
    border: 0px none;
    clear: right;
}

/*SideNav*/
.sbNav {
    list-style-type: none;
    margin: 0 0 20px;
    font-weight: 700;
}

    .sbNav a {
        display: block;
        text-decoration: none;
    }

    .sbNav li a {
        padding: .5em;
        background: #e7ecef;
    }

    .sbNav li {
        margin-top: 1px;
    }

        .sbNav li ul {
            background: #c2ced6;
        }

aside ul {
    list-style: none;
    padding: 0;
}


.sbNav li ul li a {
    /*background: #f5f5f5;*/
    padding-left: 20px;
    margin-left: 0 !important;
}

.sbNav li a {
    background: #eef3f7;
}

    .sbNav li a:hover {
        background: #fff;
    }

.sbNav li ul li a {
    background: #f6f9fb;
}

    .sbNav li ul li a:hover {
        background: #fff7e9;
        border-left: 5px #fbad23 solid;
        color: #333;
    }

.sbNav li a.active {
    background: #eef3f7;
}

.catlgLnks ul li a, .featrdLnks ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
}
/*unique*/
.catlgLnks li a, .featrdLnks ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ededed;
}

    .catlgLnks li a:link {
        background: #fff;
    }

    .catlgLnks li a:visited {
        color: #333;
    }

    .catlgLnks li a:hover {
        background: #f6f9fb;
        color: #003466;
    }

    .catlgLnks li a:active {
        background: #fff;
    }

    .catlgLnks li a:focus {
        background: #f5f5f5;
    }

.featrdLnks h2 {
    border-color: #3384ad;
}

.featrdLnks li a {
    border-bottom: 1px solid #fff;
}

    .featrdLnks li a:link {
        background: #ededed;
        border-bottom: 1px solid #fff;
    }

    .featrdLnks li a:visited {
        color: #333;
    }

    .featrdLnks li a:hover {
        background: #f5f5f5;
        color: #003466;
    }

    .featrdLnks li a:active {
        background: #ededed;
    }

    .featrdLnks li a:focus {
        background: #fff;
    }

li.hereUmbr {
    background: #e0edf6;
}

li.here, li.hereUmbr {
    padding: .5em;
}

    li.here ul, li.hereUmbr ul {
        margin: 7px -6px -6px -5px;
        display: block;
    }

        li.here ul li ul, li.hereUmbr ul li ul {
            margin: 0;
        }

aside h2 {
    color: #003466;
    border-bottom: 5px solid #fbad23;
    font-size: 1.500em;
    padding: 5px;
    text-align: center;
}

    aside h2 a:link, #bnrCtnr a:link {
        color: #003466;
    }

    aside h2 a:visited, #bnrCtnr a:visited {
        color: #006599;
    }

    aside h2 a:hover, #bnrCtnr a:hover {
        color: #222;
    }

    aside h2 a:active, #bnrCtnr a:active, #bnrCtnr a:focus {
        color: #003466;
    }

    aside h2 a:link, aside h2 a:visited {
        text-decoration: none;
        font-weight: normal;
    }


div.addthis_toolbox {
    margin-bottom: 20px;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
    width: auto;
}

.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding: 0 2px;
}

.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at4-icon, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
    float: left;
}

/*Footer*/
.togCont ul li, #tabs ul li, .sbNav ul li {
    margin-left: 0 !important;
}

footer {
    padding: 10px 0;
    background: #003366 url(i/bear.png) bottom right no-repeat;
    background-size: 50%;
    border-top: 10px solid #fbad23;
    color: #FFF;
}

    footer h2 {
        margin-top: 10px;
    }

    #cpyrght ul, #utl ul, #crmbs ul, footer ul {
        margin: 0;
    }

    footer a:hover {
        color: #fff;
        text-decoration: none;
    }

    footer ul {
        list-style: none;
        margin: 0;
    }

#cpyrght {
    text-align: center;
    padding: 20px;
}

    #cpyrght li a {
        display: inline;
    }

hr.divRelatd2 {
    padding: 0;
    border: none;
    color: #006599;
    background-color: #006599;
}

.togBtn span {
    display: none;
}

#utlFtr {
    margin: 0;
    padding: 0;
    text-align: right;
}

    #utlFtr li {
        display: inline !important;
    }

        #utlFtr li a {
            border: 0;
            padding: 2.5%;
            text-decoration: none;
            background: #194875;
            display: inline-block;
            position: relative;
            top: 6px;
        }

            #utlFtr li a:hover {
                background: #feefd3;
                color: #003466;
            }

            #utlFtr li a:focus {
                background: #003466;
                color: #fff;
            }

a.togLnk {
    font-size: 0.75em;
    text-decoration: none;
}

/*header & Foolter*/
header a:focus, footer a:focus {
    outline: 2px solid #fbad23;
}

#cpyrght ul, #utl ul, #crmbs ul {
    margin: 0;
}

#utl li, #cpyrght li {
    border-right: 1px solid #fbad23;
    display: inline;
    padding: 0 5px;
}

    #cpyrght li:last-child, #utl li:last-child {
        border-right: 0 !important;
    }

#utl a:link, footer a:link {
    color: #fff;
}

#utl a:visited, footer a:visited {
    color: #eef3f7;
}

#utl a:hover, footer a:hover {
    color: #fff;
}

#utl a:active, footer a:active {
    color: #ebebeb;
}

#utl a:focus, footer a:focus {
    color: #fbf3e9;
}

/*Media*/
.ssMedia {
    position: relative;
    top: 8px;
}

/*General*/
.visuallyhidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

img {
    vertical-align: middle;
}

a {
    font-weight: 700;
    text-decoration: underline;
}

    a[rel="external"] {
        background: url(i/icon-ext-link.png) 100% 50% no-repeat;
        padding-right: 1em;
        z-index: 48;
    }

        a[rel="external"]:hover, a[rel="external"]:focus, a[rel="external"]:active {
            z-index: 49;
        }

.row {
    max-width: 1220px;
    margin-left: 0;
    margin-right: 0;
}

input, textarea {
    border: 2px solid #a6c6df;
}

    input[type=submit] {
        padding: 8px 25px;
        background-color: #f6f9fb;
        font-weight: 700;
        color: #003366;
        border: #a6c6df 2px solid;
        text-decoration: none;
        font-size: 90%;
    }

#sidenav {
    padding: 0 0 0 10px;
}

form input:focus, form textarea:focus {
    background: #fbf3e9;
    border: 3px solid #fbad23;
}

input.form-control, select.form-control, textarea.form-control {
    border: 2px solid #a6c6df;
}

form input.input-validation-error, select.input-validation-error {
    border-color: #981B1f;
    background-color: #fffcf1;
}

table tbody tr td a {
    color: #003365;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #4c4c4c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e0edf6;
}

.container {
    background-color: #fff;
}

@media only screen {
    body {
        min-width: 320px;
    }

    .grid-parent {
        padding-left: 0;
        padding-right: 0;
    }

    .clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }
}

@media only screen and (min-width:768px) {
    body {
        font-size: 85%;
    }

    footer {
        border-bottom: 10px solid #32608a;
        margin-top: 0;
        font-size: 0.87em;
    }

    .container {
        border-left: 10px solid #32608a;
        border-right: 10px solid #32608a;
        max-width: 1220px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        padding-left: 0;
        /*background-color: #fff;*/
    }

    footer ul {
        margin: 1em 0;
        padding: 0;
    }

        footer ul li {
            line-height: 2em;
            font-size: 1.12em;
        }

            footer ul li a {
                padding: 0;
                display: block;
            }

    #mainNavTogCont, #srchTogCont, .togCont {
        display: block !important;
    }

    #mainNavCtnd {
        /*border-left: 10px solid #32608a;*/
        color: #FFF;
        /*border-right: 10px solid #32608a;*/
    }

    #mainNavTogCont, #smTogCont, .togCont {
        display: block !important;
    }
    /*to keep main nav and search visible @ all times*/

    #bnrCtnr {
        margin: 0;
        line-height: 1em;
        font-size: 2.5em;
        color: #000;
        min-height: 100px;
    }

    #bnrLgoTxt {
        background: url(i/seal.png) top right no-repeat;
        background-position: 25px;
        height: 85px;
        vertical-align: middle;
        display: table-cell;
        padding-left: 125px;
    }

    #bnrSOS {
        background: url(i/sos-small.png) top left no-repeat;
        background-size: contain;
        height: 115px;
        width: 90%;
        z-index: 9999;
        margin-top: -100px;
        margin-left: 0;
    }

    #bnrPpy {
        background: url(i/poppies.png) top right no-repeat;
        background-size: contain;
        height: 115px;
        z-index: 9999;
        margin-top: -100px;
        margin-left: 0;
    }

    #nav {
        width: auto;
        border-top: 2px solid #fbad23;
        border-bottom: 2px solid #fbad23;
        background-color: #26527d;
        min-height: 0;
    }

        #nav ul {
            list-style: none;
            padding: 5px 0;
            margin: 0;
        }

            #nav ul li {
                display: inline;
                white-space: nowrap;
            }

                #nav ul li a, #nav ul li label {
                    display: inline;
                    line-height: 2em;
                    text-decoration: none;
                    padding: 8px;
                }

                    #nav ul li a:link, #nav ul li label {
                        color: #fbf3e9;
                    }

                    #nav ul li a:visited {
                        color: #ededed;
                    }

                    #nav ul li a:hover {
                        color: #fff;
                        background-color: #003466;
                    }

    .hmLnk a {
        background: url(i/home.png) center center no-repeat;
    }

    .hmLnk span {
        visibility: hidden;
        font-size: 0.75em;
        line-height: 1em;
    }

    .srch {
        padding: 2px;
        background: #222;
    }

    #mainNavTogCont {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width:1200px) {
    .srch .grid-75 {
        padding: 0;
    }

    body {
        padding: 0 0;
    }

    .nav-grid-lnks {
        margin-top: 4px;
        padding: 0;
    }

    .sMedia {
        text-align: right;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    /*.nav-grid-lnks {
        float: left;
        margin-top: 4px;
    }

    .nav-grid-srch {
        float: left;
        padding-left: 0;
        padding-right: 0;
    }

    .srch input[type="submit"] {
        font-size: 1em;
    }

    .sMedia {
        clear: both;
        text-align: center;
    }*/
}

@media only screen and (max-width:767px) {
    html {
        -ms-overflow-style: none !important;
    }

    body {
        font-size: 75%;
    }

    img {
        vertical-align: top;
    }
    /*headers*/
    #bnrCtnr {
        height: 97px;
        font-size: 1.5em;
        margin: 0;
        padding-right: 30px;
        line-height: 1.125em;
        color: #fff;
    }

    #utl {
        min-height: 40px !important;
        text-align: center;
    }

    .dsktpOnly, .togCont, #mainNavTogCont, #srchTogCont {
        display: none;
    }

    #bnrLgoTxt {
        background: url(i/seal.png) top left no-repeat;
        background-size: contain;
        background-position: 30px;
        height: 60px;
        vertical-align: middle;
        display: table-cell;
        padding: 0 0 0 110px;
        z-index: 2;
    }

    #bnrSOS {
        background: url(i/sos-small.png) top left no-repeat;
        background-size: contain;
        height: 100px;
        width: 90%;
        z-index: 9999;
        margin-top: -80px;
        margin-left: 0;
    }

    #nav ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        list-style: none;
        background: #003466;
        color: #fff;
    }

    .nav-grid-sm ul {
        background: #194875 !important;
        clear: both !important;
        color: #fff;
    }

    .sMedia li {
        float: left !important;
        width: 33.333333% !important;
        /*display: inline !important;*/
    }

    #nav li {
        width: 100%;
    }

    #nav.opened {
        max-height: 9999px;
    }

    #utl ul {
        padding-top: 5px;
    }

    .smTogBtn, .mainNavTogBtn {
        float: right;
        width: 30px;
        position: absolute;
    }

    .smTogBtn {
        top: 18px;
        right: 0;
    }

    .mainNavTogBtn {
        left: 10px;
        top: 18px;
    }

        .mainNavTogBtn a {
            background: url(i/icon-menu.png) no-repeat;
            padding: 10px 10px 0 15px;
        }

    .smTogBtn a {
        background: url(i/icon-share.png) no-repeat;
        padding: 10px 10px 0 15px;
    }

    .srchTogBtn, .mainNavTogBtn {
        float: right;
        width: 30px;
        position: absolute;
    }

    .srchTogBtn {
        top: 18px;
        right: 0;
    }

        .srchTogBtn a {
            background: url(i/icon-search.png) no-repeat;
            padding: 10px 10px 0 15px;
        }

    .addthis_toolbox {
        margin-bottom: 20px;
    }

    /*lists*/
    .btns li {
        display: inline;
        width: 48%;
        padding: 1%;
        float: left;
        font-size: 1.063em;
    }

    .btns ul {
        width: 100%;
    }

    .btns li a {
        height: 70px;
        text-align: center;
        top: 50%;
    }

    .catlgLnks .btns, .bxPrim .btns, .bxScnd .btns {
        margin-top: 5px;
    }

        .catlgLnks .btns li a:link {
            background: #E7ECEF;
        }

        .catlgLnks .btns li a:visited {
            background: #fbf3e9;
        }

        .catlgLnks .btns li a:hover {
            background: #ebebeb;
        }

        .catlgLnks .btns li a:focus {
            background: #fff;
        }

        .catlgLnks .btns li a:active {
            background: #E7ECEF;
        }

    footer ul a {
        display: block;
        text-decoration: none;
    }

    footer ul li a {
        padding: 5px;
    }

    footer ul li ul li a:hover {
        border-left: 5px #fdd691 solid;
        padding-left: 15px;
        color: #003366;
    }

    footer .btns li a:link {
        background: #194875;
    }

    footer .btns li a:visited {
        background: #194875;
    }

    footer .btns li a:hover {
        background: #003466;
    }

    footer .btns li a:focus {
        background: #194875;
    }

    footer .btns li a:active {
        background: #006499;
    }

    #nav ul li a {
        text-decoration: none;
        display: block;
        padding: 10px;
    }

    #nav ul.sMedia li a {
        background-color: #194875;
    }

    #nav ul li a:link {
        color: #fff;
    }

    #nav ul li a:visited {
        color: #fdd691;
    }

    #nav ul li a:hover {
        color: #fff;
        background-color: #194875;
    }

    #nav ul li a:active {
        color: #fff;
    }

    #nav ul li a:focus {
        background-color: #194875;
    }

    .sMedia {
        text-align: center; /*;clear:both*/
        clear: both;
    }

    .togBtn {
        background: url(i/icon-arrow-up-down.png) no-repeat;
        padding: 6px 14px;
    }

    #utlFtr {
        margin-top: 20px;
        padding-right: 3px;
    }

        #utlFtr li a {
            width: 95%;
            text-align: center;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

    footer h3 {
        padding: 5px;
    }

    #cpyrght {
        margin: 20px 0;
        background-color: rgba(0,0,0,.60);
    }
}

@media only print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }

    a[href]:after {
        content: "";
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after {
            content: "";
        }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }

    body {
        font-size: 12px;
    }

    .btnRow, aside, .mainNavTogBtn, .srchTogBtn, #crmbs, #utl, #nav, .srchCtnr, a.togLnk, .progTrckr, footer {
        display: none;
    }

    #bnrCtnr {
        height: auto;
        border-top: 0;
        border-bottom: 2px solid #D78622;
    }

    .grdGrp {
        margin: 0;
        padding: 0;
    }

    li.cur {
        border-bottom: 5px solid #D78622;
    }
}
