body {
    background-image: url(/assets/images/site_backgrnd_pattern-10x10.png) !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 */

* {
    -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: #2a6496;
    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('/assets/eguide_sane/images/eguidemockup.jpg') no-repeat center top;
    width: 960px;
    height: 313px;
    position: relative;
}

#OJP-top-link,
#ovcttac-top-link,
#eguide_ht-top-link {
    display: block;
    width: 100%;
}

#OJP-top-link {
    height: 51px;
}

#ovcttac-top-link {
	height: 60px;
    /*height: auto;*/
}

img.ovcttac-logo-link {
    display: none;
}

#eguide_ht-top-link {
    height: 199px;
    text-align: center;
    text-decoration: none;
}

#OJP-top-link a,
#ovcttac-top-link a,
#eguide_ht-top-link a {
    display: block;
	width: 100%;
	height: 100%;
	/*position: relative;*/
	text-decoration: none;
}

#eguide_ht-top-link-text {
    color: #fff;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    /*top: 160px;*/
    top: 87px;
    /*top: 147px;*/
    text-shadow: 3px 3px 2px rgba(0, 0, 0, .85);
    text-decoration: none;
}

#eguide_ht-top-tag-line {
    font-size: 19px;
    font-style: italic;
    padding-left: 425px;
}


/*#header-search-wrapper {
	position:absolute;
	top: 56px;
	right: 5px;
	display: block;
	z-index: 1000; /* puts the social icon links above the surrounding link to the OVCTTAC homepage
}*/

#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: 28px;
}

#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;
    /* puts the social icon links above the surrounding link to the OVCTTAC homepage*/
}

#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: #fff !important;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 2px;
    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: #5B787A;
    background-image: linear-gradient(to bottom, #5B787A 0, #5B787A 100%);
}



#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: #5B787A;
    background-image: linear-gradient(to bottom, #5B787A 0, #5B787A 100%);
    cursor: pointer;
}

#eGuide_HT-TOC ul {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

#eGuide_HT-TOC .current {
    /*background-color: #ffd86b;*/
    background: #ffd86b;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZTU3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZDg2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmVlN2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fee577 0%, #ffd86b 50%, #ffee7b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee577), color-stop(50%, #ffd86b), color-stop(100%, #ffee7b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fee577 0%, #ffd86b 50%, #ffee7b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fee577 0%, #ffd86b 50%, #ffee7b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fee577 0%, #ffd86b 50%, #ffee7b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fee577 0%, #ffd86b 50%, #ffee7b 100%);
    /* W3C */
    filter: none;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee577', endColorstr='#ffee7b',GradientType=0 );*/
    /* IE6-8 */
}

#eGuide_HT-TOC .current:hover {
    background-color: #ffd86b;
    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: 18px;
	vertical-align: text-top;
	margin-left: -10px;
}

.nav li > a > span:hover {
    color: red;
}

.nav li.open > a > span:before { /* down arrow */
	font-family: "FontAwesome" !important;
	/* FontAwesome's fa-caret-down: Unicode: f0d7 */
	content: '\f0d7';
	font-size: 18px;
	vertical-align: text-top;
	margin-left: -10px;
}

.nav a:hover,
.nav li.active > a {
    background: #fdedb1 !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: #fafafa;
    /* 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, #fafafa 0%, #ffffff 50%, #eef0f2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(50%, #ffffff), color-stop(100%, #eef0f2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 50%, #eef0f2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%, #ffffff 50%, #eef0f2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%, #ffffff 50%, #eef0f2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%, #ffffff 50%, #eef0f2 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: #555;
}

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: #636e91;
    padding-top: 20px;
    width: 100%;
    height: 125px;
    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;
    margin-top: 1.5em;
}

.footer-navigation a {
    font-size: 0.9em;
    font-weight: normal;
    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:hover,
.footer-navigation a:hover {
    text-decoration: underline !important;
}


/*
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: 25%;
}

#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;
}

.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;
}

.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;
}



/******************************************************************************************************* 
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(/assets/eguide_sane/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(/assets/eguide_sane/images/ovcttac-logo.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;
    }
    #top-banner {
        /* wraps the entire header */
        float: left;
        height: auto;
        width: 100%;
        background: #1A325E;
        /*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;
    }
    #header-icons {
        position: relative;
        margin-top: 28px;
        z-index: 1000;
        width: auto;
        text-align: center;
    }
    #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: 100;
		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 {
        float: left;
        margin: 24px 0;
        height: 80px;
    }
    #eguide_ht-top-link a {
        color: #323232;
        text-decoration: none;
    }
    #eguide_ht-top-link-text {
        color: #FFFFFF;
        font-family: inherit;
        font-size: 2em;
        font-weight: bold;
        line-height: 1em;
        position: relative;
        text-shadow: none;
        top: auto;
    }
    #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: #3a3a3a;
        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%;
    }
    .ui-tabs {
    	    width: 97%;
    }
    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: #6A769C;
	    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;
    }
}

@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%;
    }
    #top-banner {
        background: #1A325E;
        padding: 0 10px
    }
    #OJP-top-link {
        /* first section in header, contains the office of justice logo link */
        height: 54px;
        background: url(/assets/eguide_sane/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: 0;
        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;
    }
    #mega-menu li > a {
        font-size: 12px;
        width: 100%;
    }
    #eguide_ht-top-link {
        height: auto;
    }
    footer #footer-links div {
        font-size: 14px;
        text-align: center;
        width: 100%;
        float: left;
    }
    footer #disclaimer {
        background-color: #6A769C;
        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;
	}
}

/* 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;
}


