body {
    background-color: #e8f9f3 !important;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 18px !important;
}

h1 {
    line-height: 1.05 !important;
}


/* from default bootstrap3 styles - RFK */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
}


/*a {
    color: #428bca;
    text-decoration: none
}*/


a:hover,a:focus {
    color: #993300;
    text-decoration: underline
}

img {
    /*make image responsive*/
    max-width: 100%
}

a.external {
    background: url('/assets/images/external-link.png') no-repeat scroll right center transparent;
    padding-right: 13px;
}


/* end default bootstrap3 styles */

#page-wrapper {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 1);
    margin: 0 auto;
    width: 960px;
}

.container {
    position: relative;
    display: table-row;
}

header {}

#top-banner {
    background: url(theme/images/SANE-eguide6a.png) no-repeat center top;
    width: 960px;
    height: 313px;
    position: relative;
}

#OJP-top-link,
#ovcttac-top-link {
    display: block;
    width: 100%;
}

#OJP-top-link {
    height: 51px;
}

#ovcttac-top-link {
    height: 75px;
    /*height: auto;*/
}

img.ovcttac-logo-link {
    display: none;
}


#OJP-top-link a,
#ovcttac-top-link a {
    display: block;
    width: 100%;
    height: 51px;
    /*position: relative;*/
    text-decoration: none;
}

#eguide_ht-top-link {
   opacity: 0;
}

#eguide_ht-top-link a {
    display: block;
    width: 100%;
    height: 199px;
    text-decoration: none;
}

#eguide_ht-top-link-text {
    color: #fff;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
    top: 100px;
    text-decoration: none;
}



#header-search-wrapper {
    display: block;
    position: absolute;
    right: 5px;
    top: 56px;
    z-index: 1000;
}

#header-search {
    /*  position: relative;
*/
    display: block;
    /*  width: 250px;
    max-width: 250px;*/
    height: 30px;
}

#header-search #q,
#txtKeywords
/*.ui-input-search*/

{
    padding: 0;
    /*padding-left: 3px;*/
    float: left;
    margin: 0;
    margin-right: 2px;
    height: 28px !important;
    /*height: 28px;*/
    border: 0;
    width: 213px;
    padding-left: 5px;
    border-radius: 0;
    box-shadow: none;
}

#header-search {
    border: 1px solid #5F95C3;
}

#header-search #q {
    float: left;
    min-height: 0;
    border: 0;
    /*padding: 0;*/
    height: 100%;
}

#svSearchAgain #txtKeywords {
    border: solid 1px #ccc;
    color: #333;
}

::-webkit-input-placeholder {
    color: #444;
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #444;
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #444;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #444;
    font-style: italic;
}

#header-icons {
        position: relative;
        margin-top: 4px;
        z-index: 1000;
        width: auto;
        text-align: right;
}



#ovcttac-top-link #header-icons > a,
#translate-this {
    padding: 2px 3px;
    /*text-align: center;*/
    display: inline !important;
    font-family: 'bebas_neueregular', "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.085em;
    border-radius: 5px;
    color: #007bc3 !important;
    text-shadow: 0px 0px 3px white;
    transition: color 0.25s, background-color 0.25s;
    margin-right: .5em;
}

#header-icons a:hover,
#header-icons a:active,
#header-icons a:focus,
#translate-this:hover
/*, #header-icons i:hover */

{
    /*text-decoration: underline !important;*/
    color: #fff !important;
    background-color: #507D9B;
    filter: none;
    /*font-size: 15px;*/
    /*background-color: darkblue;*/
    /*text-shadow: #111 0 1px 2px;*/
}

button.top-icon-search,
#header-search input[type="submit"] {
    float: right;
    height: 28px;
    width: 28px;
    /*width: 9.65517%;*/
    padding: 0;
    margin: 0;
    border: 0 none;
    outline: 0 none;
    background: white;
}

button.top-icon-search:before
/* , #header-search input[type="submit"]:before */

{
    content: "\f002";
    /* FontAwesome's icon-search: Unicode: f002 */
    font-family: 'FontAwesome' !important;
    font-size: 18px;
    color: #0066cc;
    /*text-shadow: 1px 1px 2px #999;*/
}

button.top-icon-search:hover:before {
    font-size: 22px;
    text-shadow: 2px 2px 3px #999;
}

button.top-icon-search:focus:before {
    font-size: 22px;
    text-shadow: 2px 2px 3px #999;
}

#header-search .ui-icon-searchfield:after {
    /*background-color: #666;*/
    background-color: transparent;
    /*rgba(0,0,0,.4);*/
    background-image: none;
    /*url(images/icons-18-white.png);*/
    background-repeat: no-repeat;
    /*
    -webkit-border-radius: 9px;
    border-radius: 9px;
    */
}

aside#sidebar-left {
    /*float: left;*/
    display: table-cell;
    width: 240px;
    vertical-align: top;
}

#eGuide_HT-TOC {
    margin-top: 11px;
    margin-left: 5px;
    font-size: 13px;
}

#eGuide_HT-TOC #expand-toggle {
    cursor: pointer;
    float: right;
}

#eGuide_HT-TOC ul:first-child > li:first-child > div {
    padding: 10px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFF;
    background-color: #007bc3;
   }



#toc-menu-toggle,
#close-toc {
/*#eGuide_HT-TOC ul:first-child > li:first-child > div > a.slideout-menu-toggle {*/
    display: inline;
    padding: 0;
    border: none;
    color: #FFF;
    background-color: #007bc3;
    cursor: pointer;
}

#eGuide_HT-TOC ul {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

#eGuide_HT-TOC .current {
    /*background-color: #ffd86b;*/
    background: #ffffd6;
    
    /* W3C */
    filter: none;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee577', endColorstr='#ffee7b',GradientType=0 );*/
    /* IE6-8 */
}

#eGuide_HT-TOC .current:hover {
    background-color: #ffffd6;
    color: #333;
}


/* Start: including the content of jquery.navgoco.css with defaults and overrides for eGuide TOC */

.nav,
.nav ul,
.nav li {
    list-style: none;
}

.nav ul {
    padding: 0;
    margin: 0 0 0 18px;
}

.nav {
    padding: 4px;
    margin: 0;
}

.nav > li {
    margin: 4px 0;
}

.nav > li li {
    margin: 2px 0;
}

.nav a {
    color: #333;
    display: block;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

.nav a:focus {
    outline-style: dotted;
    outline-width: 1px;
}

.nav li > a > span {
    margin-left: -5px;
    float: left;
    font-size: 24px;
    font-weight: bolder;
}

.nav li > a:hover > span {
    color: #000;
}

.nav li > a > span:before { /* right arrow */
    font-family: "FontAwesome" !important;
    /* FontAwesome's fa-caret-right: Unicode: f0da */
    content: '\f0da';
    font-size: 25px;
    vertical-align: text-top;
    margin-left: -10px;
}

.nav li > a > span:hover {
    color: #0878c9;
}

.nav li.open > a > span:before { /* down arrow */
    font-family: "FontAwesome" !important;
    /* FontAwesome's fa-caret-down: Unicode: f0d7 */
    content: '\f0d7';
    font-size: 25px;
    vertical-align: text-top;
    margin-left: -10px;
}

.nav a:hover,
.nav li.active > a {
    background:  #ffffd6 !important;
    color: #333;
}

.nav > li.active > a {
    /*background-color: #4D90FE;*/
}

.nav li a {
    font-size: 12px;
    line-height: 18px;
    padding: 2px 10px;
    /*padding-left: 15px;*/
    /*padding-left: 25px;*/
    background: #bef1ff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
   /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWYwZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top,  #bef1ff 0%, #bef1ff 21%, #b3d7e1 100%);
   /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bef1ff), color-stop(21%, #bef1ff), color-stop(100%, #b3d7e1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bef1ff 0%,#bef1ff 21%,#b3d7e1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bef1ff 0%, #bef1ff 21%, #b3d7e1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bef1ff 0%, #bef1ff 21%, #b3d7e1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bef1ff 0%, #bef1ff 21%, #b3d7e1 100%);
    /* W3C */
    filter: none;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eef0f2',GradientType=0 );*/
    /* IE6-8 */
}

.nav > li > a {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
    padding-left: 25px;
}

#eGuide_HT-TOC ul li ul li ul li a {
    margin-left: 10px;
    padding-left: 25px;
}

#eGuide_HT-TOC ul li ul li ul li ul {
    margin-left: 10px;
}

#eGuide_HT-TOC ul li ul li ul li ul li a {
    margin-left: 10px;
    padding: 4px 10px;
    padding-left: 25px;
}

#eGuide_HT-TOC ul li ul li ul li ul li ul li a {
    padding-left: 15px;
    font-style: italic;
}

ul#toc-nav > a.slideout-menu-toggle {
    display: none;
}


/* End: including the content of jquery.navgoco.css with defaults and overrides for eGuide TOC */

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

a.list-group-item {
    color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    /*background-color: #f5f5f5;*/
}

section.eguide_ht-content {
    /*float: left;*/
    display: table-cell;
    padding-left: 20px;
    padding-right: 25px;
    width: 695px;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    word-wrap: break-word;
}

.clear {
    clear: both;
}

footer {
    background-color: #F0F0F0;
}

footer > div {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

footer #adobe-link {
    font-size: 11px;
}

footer #adobe-link div {
    padding: 10px 25px 25px 25px;
}

footer #adobe-reader-img {
    float: right;
    margin-left: 20px;
}

footer #footer-links div {
    width: 33%;
    font-size: 14px;
    text-align: center;
}

footer #disclaimer {
    background-color: #007bc3;
    width: 100%;
    line-height: 150%;
    text-align: center;
}

footer #disclaimer div p {
    width: 600px;
    color: white;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.table-cell {
    display: table-cell;
}

#top-link a {
    background: none repeat scroll 0% 0% rgb(0, 0, 0);
    border-radius: 5px 5px 0px 0px;
    color: rgb(255, 255, 255);
    display: none;
    outline: none;
    font-size: 16px;
    margin-left: -100px;
    opacity: 0.8;
    padding: 7px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    right: 0px;
    text-align: center;
    text-decoration: none;
    width: 200px;
    z-index: 999;
}



/* FAQs and Top links */ 
a[href^="#top"], .scroll-to {
    float:right;
    display: block;
    margin-bottom: 1.5em;
}


.footer-navigation {
    text-align: center;
}

.footer-navigation a {
    font-size: 0.9em;
    font-weight: bold;
    color: white;
}

.footer-navigation ul {
    padding: 0;
}

.footer-navigation ul li {
    display: inline;
    border-right: solid 1px #fff;
    padding-right: 1em;
    padding-left: 1em;
}

.footer-navigation ul li.last {
    border-right: none;
}



#footer-lists a:link,
.footer-navigation a:link {
    text-decoration: none;
}

#footer-lists a:hover,
.footer-navigation a:hover {
    text-decoration: underline;
}

/*
footer .top {
    float:left; 
    padding:10px; 
    background-color:#F0F0F0; 
    width:100%; 
    height:100px;
    text-align:center;
    font-size:9px;  
    line-height:200%;
}
footer .mid {
    float:left; 
    background-color:#F0F0F0; 
    height:180px; 
    text-align:center;
    font-size:14px;
}
footer .mid p {
    padding-top: 25px;
}
footer .bottom {
    background-color:#6A769C; 
    padding-top:20px; 
    color:white; 
    text-align:center; 
    height: 125px;
    font-size:12px;
    line-height:200%
}
*/

.ui-hidden-accessible {
    position: absolute !important;
    left: -9999px;
    clip: rect(1px, 1px, 1px, 1px);
}


/* overrides to mega-menu-desktop.css */

#top-nav {
    position: relative;
    top: 0;
}

#menu-e-guide-home {
    width: 24%;
}

#menu-acknowledgements {
    width: 25%;
}

#menu-eguide-help {
    width: 25%;
}

#menu-download-guide {
    width: 25%;
}

#menu-submit-feedback {
    width: 25%;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 12px;
    color: #428BCA;
    text-decoration: none;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "»\00a0";
    padding: 0 5px;
    color: #aaa;
    font-size: 16px;
}

.breadcrumb>.active {
    color: #999;
}

.center-text {
    text-align: center;
}

.callout {
    float: right;
    border: solid 1px #555;
    padding: 0 .5em .5em .5em;
    margin: 0 0 1em 1.5em;
}

.calloutx {
    float: right;
    border: solid 1px #555;
    padding: 0 .5em .5em .5em;
    margin: 0 0 1em 1.5em;
    width: 30%;
}


.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}
.w95 {width: 95%;}
.w100 {width: 100%;float: none;margin-left: 0;margin-right: 0;}

.callout.dark-blue,
.dark-blue-bg {
    /*background: rgb(27,51,95);
    color: #fff !important;*/
    border: solid 3px rgb(27, 51, 95) !important;
}



.callout.light-blue,
.light-blue-bg {
    /*background: rgb(118,183,229);*/
    border: solid 3px rgb(118, 183, 229) !important;
}

.calloutx.light-blue,
.light-blue-bg {
    /*background: rgb(118,183,229);*/
    border: solid 3px rgb(118, 183, 229) !important;

}

.callout.green,
.green-bg {
    /*background: rgb(0,204,102);*/
    border: solid 3px rgb(0, 204, 102) !important;
}

.callout.yellow,
.yellow-bg {
    /*background: rgb(255,211,71);*/
    border: solid 3px rgb(255, 211, 71) !important;
}

.callout.red,
.red-bg {
    /*background: rgb(255,82,69);*/
    border: solid 3px rgb(255, 82, 69) !important;
}

.black-1px-border {
    border: solid 1px #000;
}



.block-wrapper {
    position: relative;
    clear:both;
}


.threat-assessment {
    float: left;
    width: 315px;
    border: solid 1px #000 !important;
    border-collapse: collapse;
    margin-right: 10px;
    margin-top: 10px;
}

.threat-assessment .header {
    height: 1.75em;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}

.threat-assessment .content {
    vertical-align: top;
    font-weight: bold;
    padding: .5em;
}


.how-use-guide {
    position: relative;
    float: left;
    display: block;
    width: 119px;
    margin-left: 10px;
}

.how-use-guide .header-wrap {
    display: table;
    width: 100%;
}

.how-use-guide .header {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 100px;
}

.how-use-guide .content-wrap {
    font-weight: bold;
    text-align: center;
}





/* Override the settings that the SurveyMonkey script applies to div#surveyMonkeyInfo and child iframe on /taskforceguide/eguide/submit-feedback/ */
#surveyMonkeyInfo {
    width: auto !important;
    max-width: 700px !important;
}

#surveyMonkeyInfo iframe {
    width: 100% !important;
}


/*override for menu colors*/

#mega-menu ul {
        position: relative; 
        top: 0px;
        left: 0px;
        display: block;
        width: 100%;
        background: #007bc3;
        background-position: 0 0;
        text-align: left;   
        padding: 0px;
        margin: 0px;
        border: 0px;
        list-style-image: none;
        font-size: 10px;
    }


#mega-menu li:focus > a, #mega-menu li:hover > a, #mega-menu li:active > a, #mega-menu li.selected > a {
        background: #47a0d2;
       /* background: #3a3a3a  url(/assets/images/navbar/nav_bckgrnd_sprite.png) repeat-x;*/
        background-position: 0 -34px;
        color: #eee;
    }

    #mega-menu li > a.single {
        line-height: 34px;
        padding-top: 0;
        height: 34px;
        font-family: Arial, Helvetica, sans-serif; 
        border-right: 1px solid white;       
    }


    #mega-menu li > a.singleAct {
        line-height: 34px;
        padding-top: 0;
        height: 34px;
        font-family: Arial, Helvetica, sans-serif; 
        border-right: 1px solid white;       
    }

    #mega-menu li > a.singleLast {
        line-height: 34px;
        padding-top: 0;
        height: 34px;
        font-family: Arial, Helvetica, sans-serif;  
    }

    #mega-menu li > a {      
        display: inline-block;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        white-space:nowrap;
        font-size: 14px;
        font-weight: 300;
        height: 30px;
        padding-top: 0px;
        padding-top: 4px;
        margin: 0;
        margin-left: 0px;
        text-align: center;
        vertical-align: bottom;
        border-right: solid 1px #007bc3;
    }



.ui-tabs {
    background-color: #F0F0F0;
    font-size:11px;
    margin-left: 5px;
    width: 97%;
}


.ui-tabs .ui-tabs-nav {
    background-color: #F0F0F0;
    border: 0;
    /*padding: 0;*/
}

.ui-tabs .ui-tabs-nav li {
    /*background-color: gray;*/
}

.ui-tabs .ui-tabs-nav li a { 
    padding: .5em .5em 0em .5em;
    }

.ui-tabs .ui-tabs-nav li.ui-tabs-active { 
    background-color:#F0F0F0;
 }

.ui-tabs .ui-tabs-panel {
    background-color:#F0F0F0;
    font-size:11px;
    height: 200px;
    overflow:auto;
}

.ui-tabs .ui-tabs-panel a:link,
.ui-tabs .ui-tabs-panel a:hover,
.ui-tabs .ui-tabs-panel a:active {
    color: #0000EE;
    text-decoration:underline;
}

.ui-tabs .ui-tabs-panel a:visited {
    color: #551A8B;
    text-decoration:underline;
}

.saneSpotlight{    
    border: 1px solid  #d2d2d2;
    margin-left: 5px;
    border-radius: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.saneSpotlightTop{
    background-color:#007bc3;
    color: white;
    padding: .8em 1em .5em .5em;
    text-align: center;   
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    
}
.saneSpotlightMain{
    padding: .8em .8em .5em .5em;
    color: #007bc3;
    text-decoration: none;
}

.saneSpotlightMain a:link,
.saneSpotlightMain a:hover,
.saneSpotlightMain a:visited,
.saneSpotlightMain a:active{
    color: #007bc3;
    text-decoration:underline;
}


.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.fa-share:before {
  content: "\f064";
}




.saneShowImageHz {
    display: block;
}

.saneShowImageVT {
    display: none;
}










































/******************************************************************************************************* 
media queries 
********************************************************************************************************/


@media screen and (max-width: 960px) {
    #page-wrapper {
        box-shadow: none;
        float: left;
        width: 100%;
    }


}

@media screen and (max-width: 769px) {
    #page-wrapper {
        box-shadow: none;
        float: left;
        width: 100%;
    }
    header {
        width: 100%;
    }
    #OJP-top-link {
        /* first section in header, contains the office of justice logo link */
        height: 40px;
        background: url(theme/images/ojp-768.png) no-repeat;
        background-size: 100% auto;
    }
    #OJP-top-link a {
        display: block;
        width: 100%;
        height: 39px;
        margin: 0 auto;
    }
    #ovcttac-top-link {
        height: 60px;
        background: url(theme/images/OVClogobanner-noshadow.png) no-repeat;
        background-size: 100% auto;
    }
    a.ovcttac-logo-link {
        display: block;
        height: 60px;
    }
    #ovcttac-top-link #header-icons > a,
    #translate-this {
        padding: 2px 3px;
        display: inline !important;
        font-family: "bebas_neueregular", "Arial Narrow", Arial, sans-serif;
        text-transform: uppercase;
        text-decoration: none !important;
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0.085em;
        border-radius: 0;
        color: #FFF !important;
        text-shadow: none;
        transition: color 0.25s ease 0s, background-color 0.25s ease 0s;
        margin: 0 1em;
        text-align: right;
    }
    #top-banner {
        /* wraps the entire header */
        float: left;
        height: 250px;
        width: 100%;
        background: #007bc3;  
        /*padding: 0 10px;*/
    }

    .ovcttac-gov {
        background: green;
        width: 100px;
        height: 30px;
        display: none;
    }
    #header-search-wrapper {
        z-index: 0;
        position: relative;
        top: auto;
        right: auto;
        margin: 15px 0;
        float: left;
        width: 100%;
    }
    #header-search {
        border: medium none;
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }
    #header-search #q {
        float: left;
        border: 0 none;
        width: 88%;
        min-height: 42px;
        margin: 0;
    }
    button.top-icon-search,
    #header-search input[type="submit"] {
        float: left;
        height: 42px;
        width: 42px;
        padding: 0;
        margin: 0;
        border: 0 none;
        outline: 0 none;
        background: #FFF none repeat scroll 0% 0%;
    }
    button.top-icon-search::before {
        color: #0066cc;
        font-family: "FontAwesome" !important;
        font-size: 16px;
    }
    button.top-icon-search:hover::before {
        font-size: 16px;
        text-shadow: none;
    }

    #top-nav {
        /*contains main nav menu*/
        display: block;
        float: left;
        width: 100%;
    }
    #eGuide_HT-TOC #expand-toggle {
        cursor: pointer;
        float: right;
        display: none;
    }
    
    
    /* navigation slide toggle   */
    
    #toc-menu-toggle:before {
        content: "\f0c9";
        /* FontAwesome's fa-navicon: Unicode: f0c9 */
        font-family: 'FontAwesome' !important;
        font-size: 14px;
        color: #fff;
        margin-right: 0.5em;
    }
    
    #toc-menu-toggle{
    /*.slideout-menu-toggle {*/
            width: 100%;
            height: 100%;
        /*width: 140px;*/
        background: none;
        display:block;
        /*display: inline;*/
        border: none;
        color: #FFFFFF !important;
        cursor: pointer;
    }
    ul#toc-nav {
        position: fixed;
        top: 0;
        left: -270px;
        width: 270px;
        height: 100%;
        background: #333;
        z-index: 10000;
        overflow-y: auto;
    }
    ul#toc-nav > a {
        display: block;
        width: 100%;
        float: none;
        text-align: right;
        padding: 10px;
        font-size: 18px;
    }


    #eguide_ht-top-link {        
        height: 120px;
        text-align: center;
        opacity: 1;
    }


    #eguide_ht-top-link a {
        color: #FFFFFF;
        text-decoration: none;
        font-family: inherit;
        font-weight: bold;
    }

    #eguide_ht-top-link-text {
        color: #FFFFFF;
        font-family: inherit;
        font-size: 25px;
        font-weight: bold;
        position: relative;
        text-shadow: none;
        top: 15px;
        height: 100px;
    }

    #eguide_ht-top-tag-line {
        font-size: 19px;
        font-style: italic;
        padding: 0;
    }
    #eGuide_HT-TOC {
            font-size: 18px;
    }
    #eGuide_HT-TOC > ul > li > div > a.slideout-menu-toggle {
        /*color: red;*/
    }
    ul#toc-nav > a.slideout-menu-toggle {
        display: block;
    }
    ul#toc-nav > a.slideout-menu-toggle:hover {
        background: transparent !important;
    }
    #mega-menu ul {
        background-image: none;
        border: none;
        display: block;
        font-size: inherit;
        list-style-image: none;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: left;
        width: 100%;
        float: left;
    }
    #mega-menu li {
        float: left;
        width: 50%;
        border-bottom: 1px solid #fff;
    }
    #mega-menu li > a {
        font-size: 14px;
        width: 100%;
    }

    aside#sidebar-left {
        display: block;
        float: left;
        width: 100%;
        padding: 0 10px
    }
    section.eguide_ht-content {
        display: block;
        float: left;
        width: 100%;
    }
    footer #footer-links div {
        font-size: 14px;
        text-align: center;
        width: 33%;
        float: left;
    }
    .table-cell {
        display: block;
    }
    footer #disclaimer {
        background-color: #007bc3;
        padding: 20px;
        width: 100%;
        height: auto;
        text-align: center;
        display: block;
    }
    footer #disclaimer div p {
        width: auto;
        color: #FFF;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #eguide_ht-top-link {
        text-align: center;
        text-decoration: none;
        visibility: visible;
        font-size: 12px;
        display: block;
    }

    #mega-menu li > a.singleAct {
        line-height: 34px;
        padding-top: 0;
        height: 34px;
        font-family: Arial, Helvetica, sans-serif; 
        border-right: none;             
    }
 
}



@media screen and (max-width: 700px) {
    .threat-assessment {
        max-width: 550px;
        width: auto;
        height: auto;
    }

}















@media screen and (max-width: 480px) {
    aside#sidebar-left {
        width: 100%;
    }
    section.eguide_ht-content {
        width: 100%;
    }
    .callout {
        width: 100%;
    }

    .calloutx {
        width: 100%;
    }

    #top-banner {
        background: #007bc3;        
        padding: 0 10px
    }

    #OJP-top-link {
        /* first section in header, contains the office of justice logo link */        
        background: url(theme/images/ojp-480.png) no-repeat;
        background-size: 100% auto;
    }

    #ovcttac-top-link #header-icons > a,
    #translate-this {

        font-size: 16px;
        padding: 0;

    }
    button.top-icon-search,
    #header-search input[type="submit"] {
        float: left;
        height: 42px;
        width: 34px;
        padding: 0;
        margin: 0;
        border: 0 none;
        outline: 0 none;
        background: #FFF none repeat scroll 0% 0%;
    }
    #header-search-wrapper {
        z-index: 1000;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 15px;
        width: 100%;
        right: auto;
        float: left;
        
    }

    .ovcttac-gov {
        background: #008000 none repeat scroll 0% 0%;
        width: 100px;
        height: 30px;
        display: none;
        margin: 0 auto;
    }
    #header-search #q,
    #txtKeywords {
        padding: 0 0 0 5px;
        float: left;
        margin: 0 2px 0 0;
        height: 28px !important;
        border: 0 none;
        width: 85%;
        border-radius: 0;
        box-shadow: none;
    }

    /*RFK item*/
    #mega-menu ul {
        position: relative;
    }

    #mega-menu li > a {
        font-size: 12px;
        width: 100%;
    }
    
    #mega-menu li > a.singleAct {
        line-height: 34px;
        padding-top: 0;
        height: 34px;
        font-family: Arial, Helvetica, sans-serif; 
        border-right: none;             
    }
 
    footer #footer-links div {
        font-size: 14px;
        text-align: center;
        width: 100%;
        float: left;
    }
    footer #disclaimer {
        background-color: #007bc3;
        padding: 20px;
        width: 100%;
        height: auto;
        line-height: normal;
        text-align: center;
        display: block;
    }
    footer #disclaimer div p {
        width: auto;
        color: #FFF;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .footer-navigation a {
        font-size: 16px;
        font-weight: normal;
        color: #FFF;
        line-height: 2em !important;
    }
    
    .threat-assessment {
        width: auto;
        height: auto;
    }

    #eguide_ht-top-link a {
        display: block;
        width: 100%;
        position: relative;
        text-decoration: none;
    }

    #eguide_ht-top-link-text {
        color: #FFFFFF;
        font-family: inherit;
        font-size: 20px;
        font-weight: bold;
        float: left;
        position: relative;
        text-shadow: none;
        height: 100px;
    }

    .saneShowImageHz {
        display: none;
    }

    .saneShowImageVT {
        display: block;
    }

}
