/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html, button, input, select, textarea {
    color: #000;
	font-size: 18px;
}
body {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 300 18px/26px Helvetica, Helvetica Neue, Arial;
}
body aside{
    font: 300 16px/26px Helvetica, Helvetica Neue, Arial;
}

body > header,
body > main,
body > .dept-nav,
body > footer {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

/* ==========================================================================
   Helper classes
   ==========================================================================

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}
*/


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	margin-top: 0px;
}


}
.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;}
    a[href]:after {
        content: " (" attr(href) ")";}
    abbr[title]:after {
        content: " (" attr(title) ")";}
    /*
     * Don't show links for images, or javascript/internal links
     */
    .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;}
    @page {
        margin: 0.5cm;}
    p, h2, h3 {
        orphans: 3;
        widows: 3;}
    h2, h3 {
        page-break-after: avoid;}
}

/* ============================================================
    NARROW WIDTH / MOBILE
   ============================================================ */

main, .dept-nav {
    padding: 30px 0;
    position: relative;
}

main article h1 {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0.5rem 0 -0.5rem 0;
}
#accessibility {position: fixed; top: -500px; left: -500px;}
main aside {
    padding: 0px 2% 10px 2%;
    overflow-x: hidden;
    overflow-y: auto;
}
.main aside.autoheight { bottom: auto;}

body > footer {
    padding: 20px 0;
}
/*#body {
    background: #0F0;
}*/
.top-banner-title {
    font-size: 1.5em;
}
.top-banner-image {
   /* width: 100%;*/
}
.columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    text-align: left;
    line-height: 1.5em;
    margin-top:.8em;
}
.columns p:first-child {
    margin-top: 0;
}

/* ============================================================
    INTERMEDIATE WIDTH / TABLETS
   ============================================================ */
@media only screen and (min-width: 480px) {
    body > header,
    body > main,
    body > .dept-nav,
    body > footer,
    body > div,
    .mainwidth {
        width: 90%;
        margin: 0 5%;
        overflow: hidden;
    }

    .top-banner-title {
     font-size: 2em;
    }
    .main-nav li:first-child a {
        margin-left: 0;
    }

    .main-nav li:last-child a {
        margin-right: 0;
    }
    .main-nav ul li {
        /*display: inline;*/
    }
    /*#body {
        background: #0A5;
    }*/
    .columns {
	-webkit-columns: 2;
	-moz-columns: 2;
	text-align: justify;
    }
}

/* ============================================================
    WIDE
   ============================================================ */
@media only screen and (min-width: 768px) {

    .main-nav {
        width: 100%;
    }
    .top-banner-title { display: none; }
    .main article {
        float: left;
        width: 60%;
    }

    .main aside {
        position: absolute;
	top:0;
	right:0;
	bottom:0;
        width: 32%;
    }

    .sidebar {
        float: left;
        width: 28%
    }
    /*#body {
        background: #05A;
    }*/
    .columns {
	-webkit-columns: 3;
	-moz-columns: 3;
    }
    .columns br { padding: 0;}
}

/* ============================================================
    FULL WIDTH
   ============================================================ */
@media only screen and (min-width: 1140px) {
    .top-banner-title {
     font-size: 2.5em;
    }
    .top-banner-title { display: none; }
    body > header,
    body > main,
    body > .dept-nav,
    body > footer,
    body > div,
    .mainwidth  {
        width: 1000px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    .top-banner-image {
        width: 1000px;
    }
}

/* layout items: */
.main article.noaside { float: none; width: auto; clear:both;}
/* needed to ensure dropdown menus are visible. */
body > header { overflow: visible; z-index: 1; }

/* typography */
main > h2 { padding: 0 15px;}
main > article { padding: 0 2% 15px 2%;}
h1,h2,h3,h4,h5,h6 {font-weight: 300;}


/* Breadcrumbs */
.breadcrumbs {margin: 5px auto;text-indent: 15px;}
.breadcrumbs a {color: #000;font-size: 12px;font-weight: bold;}
.breadcrumbs a[href] {text-decoration: underline;font-weight: normal;}

/* Footer */
#footer {padding: 0;margin: 0 auto;margin-bottom: 10px;height: 62px;}
#footer p { margin: 0; padding: 0; }
#footer .usa_gov { width: 200px; margin-top: 10px; float: left; margin-left: 10px; }
#footer .footer_credits { float: right;margin-right: 30px;margin-top: 0px;text-align: left;font-size: .8em;line-height: 1.5em;}
#footer .footer_nav { margin-top: 5px;font-size: .8em;text-align: center;line-height: 4em;}
#footer .footer_nav .divider { margin: 0 10px;}
#footer .footer_nav_inner { margin-top: 24px; margin-left: 200px; }
