/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block !important;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 1.5em 0 .83em;
}
h3 {
  font-size: 1.17em;
  margin: 1.5em 0 .83em;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
  font-size: 15px;
  line-height: 23px;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: normal;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

ol {
	list-style-type: upper-roman;
	margin-left: 40px;
}
ol.alpha {
	list-style-type: upper-alpha;
}
ol.numbered {
	list-style-type: decimal;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
  font-size: 15px;
  line-height: 23px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
.widget_nav_menu ul {
	list-style-type: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  height: 13px;
  width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOM RESET VALUES
******************************************************************/
p {
  -webkit-hyphens: none !important;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
}
article ul {
	list-style-type: disc;
	margin-left: 40px;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/*********************
CLEARFIX
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
*********************/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-indent {
	display: inline-block;
	text-indent: 20px;
}
.bottom-pad {
	margin-bottom: 2em;
}
.nopad {
	margin: 0 0 0 0;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
.yellow-text {
	font-family: 'Avenir Next Bold', 'SansusWebissimo', 'Gotham Book', sans-serif;
	font-size: 1em;
}
.citation {
	display: inline-block;
	width: auto;
	margin-top: 1em;
	border-top: 1px solid #666;
}

/*********************
BUTTONS
*********************/
input[type="submit"],
.button,
.button:visited {
	height: 30px;
  border: 1px solid #336782;
  border-top-color: #336782;
  border-left-color: #336782;
  padding: 5px 8px 3px;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: normal;
  font-family: 'SansusWebissimo';
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #336782;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0092c7), to(#054466));
  background-image: -webkit-linear-gradient(top, #0092c7, #054466);
  background-image: -moz-linear-gradient(top, #0092c7, #054466);
  background-image: -o-linear-gradient(top, #0092c7, #054466);
  background-image: linear-gradient(to bottom, #0092c7, #054466);
}
input[type="submit"]:hover,
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #336782;
  border-top-color: #336782;
  border-left-color: #336782;
  background-color: #0092c7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0092c7), to(#0092c7));
  background-image: -webkit-linear-gradient(top, #0092c7, #0092c7);
  background-image: -moz-linear-gradient(top, #0092c7, #0092c7);
  background-image: -o-linear-gradient(top, #0092c7, #0092c7);
  background-image: linear-gradient(to bottom, #0092c7, #0092c7);
}
.button:active,
.button:visited:active {
  background-color: #2a2a2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#111111));
  background-image: -webkit-linear-gradient(top, #2a2a2a, #111111);
  background-image: -moz-linear-gradient(top, #2a2a2a, #111111);
  background-image: -o-linear-gradient(top, #2a2a2a, #111111);
  background-image: linear-gradient(to bottom, #2a2a2a, #111111);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER SYTLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES
******************************************************************/

/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */

}
body {
  font-family: 'Open Sans', 'Avenir-Next', 'Cabin', arial, helvetica, sans-serif;
  text-rendering: optimizelegibility;
  font-size: 15px;
  line-height: 1.5;
  color: #565656;
  -webkit-hyphens: none;
  hyphens: none !important;
}
/********************
02. WORDPRESS BODY CLASSES
********************/
/* current menu item & parent menu item highlighting */
.nav li.top.current-menu-ancestor > a,
.nav li.top.current-menu-parent > a {
	background-color: #373737;
	color: #fff;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.6) inset;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6) inset;
	box-shadow: 0 0 20px rgba(0,0,0,0.6) inset;
	position: relative;
	z-index: -2;
}
.nav li.current-menu-ancestor ul li,
.nav li.current-menu-parent ul li {
	background-color: #565656;
	color: #dc8000;
}
/* jQuery UI overrides */
.ui-accordion:after {
	margin-bottom: 2em;
}
.ui-accordion h3.actor {
	font-size: .9em;
}
.ui-accordion p, .ui-accordion ul {
	font-size: 14px;
	line-height: 19px;
	font-family: 'Actor';
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
hr {
	clear: both;
	width: 60%;
	margin: 2em auto;
	color: #405471;
	background-color: #405471;
	height: 2px;
	border: none;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #405471;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #fbaa30;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Avenir Next Bold', 'Gotham Book', Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 1.75em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.2em;
  font-family: 'Avenir Next Bold';
  line-height: 1.25em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.2em;
}
h4,
.h4 {
  font-size: 1.1em;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.first-headline {
	margin-top: 0;
}
.fancy-header {
	font-family: 'Avenir Next Bold', 'Open Sans', 'Gotham Book', sans-serif;
	border-bottom: 3px solid #336782;
	padding-bottom: 0;
}
h1.underline {
	font-size: 1.95em;
	font-family: 'Avenir Next Bold', 'Open Sans', 'Gotham Book', sans-serif;
	border-bottom: 3px solid #336782;
}
h2.underline {
	font-size: 1.75em;
	font-family: 'Avenir Next Bold', 'Open Sans', 'Gotham Book', sans-serif;
	border-bottom: 3px solid #336782;
}
h3.underline {
	font-size: 1.25em;
	font-family: 'Avenir Next Bold', 'Open Sans', 'Gotham Book', sans-serif;
	border-bottom: 2px solid #336782;
}
.fancy-header span {
	display: inline-block;
	margin-bottom: -1px;
	
	font-size: 90%;
}
.nevis {
	font-family: 'Avenir Next Bold', 'SansusWebissimo', 'Gotham Book', sans-serif;
	font-size: 18px;
}
.nevis-lower {
	font-family: 'Nevis Bold';
	font-size: 19px;
}
.sansus {
	font-family: 'Avenir Next Bold', 'SansusWebissimo', 'Gotham Book', sans-serif;
	font-size: 1.1em;
}
.actor {
	font-family: 'Actor';
	font-size: 1em;
}
.small-text {
	font-size: .85em;
}
/*********************
06. HEADER SYTLES
*********************/
.masthead{
}
.header {
	background: #08344d; /* Old browsers */
	background: -moz-linear-gradient(left,  #08344d 0%, #3c7999 30%, #3c7999 70%, #08344d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#08344d), color-stop(30%,#3c7999), color-stop(70%,#3c7999), color-stop(100%,#08344d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #08344d 0%,#3c7999 30%,#3c7999 70%,#08344d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #08344d 0%,#3c7999 30%,#3c7999 70%,#08344d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #08344d 0%,#3c7999 30%,#3c7999 70%,#08344d 100%); /* IE10+ */
	background: linear-gradient(to right,  #08344d 0%,#3c7999 30%,#3c7999 70%,#08344d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08344d', endColorstr='#3c7999',GradientType=0 ); /* IE6-9 */
}
.header ul.nav {
	margin: 0 0 0;
}
.header ul.nav ul.sub-menu li ul {
	display: none;
}
	.header .mobile-nav {
		display: none;
	}
.banner {
	width: auto;
	margin-top: .75em;
}
.top-links {
	color: #fff;
}
.top-links ul {
	width: 100%;
	text-align: right;
}
.top-links ul li {
	display: inline;
	margin-right: 10px;
}
.top-links a {
	font-family: 'Avenir Next';
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
}
.top-links:after {
	clear: both;
}
/*********************
07. NAVIGATION STYLES
*********************/
.header nav { 
	margin-top: .5em;
	/* background-color: #8c5b16;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8c5b16), to(#734a12));
	background-image: -webkit-linear-gradient(top, #8c5b16, #734a12);
	background-image: -moz-linear-gradient(top, #8c5b16, #734a12);
	background-image: -o-linear-gradient(top, #8c5b16, #734a12);
	background-image: linear-gradient(to bottom, #8c5b16, #734a12); */
	background-color: #565656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#313131));
	background-image: -webkit-linear-gradient(top, #565656, #313131);
	background-image: -moz-linear-gradient(top, #565656, #313131);
	background-image: -o-linear-gradient(top, #565656, #313131);
	background-image: linear-gradient(to bottom, #565656, #313131); 
	font-family: 'Avenir Next';
	-webkit-box-shadow: 0 2px 4px 1px rgba(0,0,0,.25), 0 1px 0 rgba(255,255,255,.25) inset;
	-moz-box-shadow: 0 2px 4px 1px rgba(0,0,0,.25), 0 1px 0 rgba(255,255,255,.25) inset;
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.25), 0 1px 0 rgba(255,255,255,.25) inset;
}
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
}
.nav li:hover {
	cursor: pointer;
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 13px 20px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #fff;
}
.nav li.menu-item-23 a {
	padding: 13px 40px 10px;
}
.nav li ul.sub-menu li,
.nav li ul.children li {
  background: #565656;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
.nav li ul.sub-menu li:hover,
.nav li ul.children li:hover {
	background: #373737;
}
.top-nav .menu-item-24 {
	border-right: none;
}
 .contact-box {
	  background: #eee;
	  padding: .25em 1em;
	  margin-bottom: 1em;
	  font-size: 95%;
	  text-shadow: 1px 1px 0 #fff;
	  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	  box-shadow: 0 0 5px rgba(0,0,0,0.6);
  }
  .contact-box h2 {
	  font-size: 1.25em;
  }
  .contact-box h3 {
  		font-size: 1.25em;
	  margin: 1em 0 .8em;
  }
  .contact-box .sansus {
	  font-size: 1em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 0 0 2.2em;
  }
/*******************************************************************************/ 
/* left sidebar menus (Criminal Justice Menu, Prevention Education Menu, etc.) */
/*******************************************************************************/ 
.side-menu {
	padding: 1px;
	background: #fff;
	border: 1px solid #d4d4d4;
	margin-bottom: 4em;
}
.side-menu .widget {
	margin: 0 0 0;
}
.side-menu .widget_nav_menu {
	padding: 1px;
	background: #ddd;
}
.threecol .widget_nav_menu select {
  display: none;
}
.threecol .widget_nav_menu h3 {
  	color: #333;
  	font-family: 'Avenir Next';
  	font-size: 1em;
  	border-bottom: 2px solid #336782;
}
.threecol .widget_nav_menu a {
  	display: block;
  	padding: 0 0;
  	position: relative;
  	z-index: 1000;
}
  .threecol .widget_nav_menu li a {
  	margin-bottom: 0;
  	padding: 8px 10px 3px 20px;
  	font-family: 'Avenir Next';
  	font-size: 14px;
  	border-bottom: 1px solid #ccc;
}
.threecol .widget_nav_menu li.current-menu-item  {
  	background-color: #cdcdcd;
}
.threecol .widget_nav_menu li:hover {
	background-color: #373737;
}
.threecol .widget_nav_menu li a:active {
	color: #ffc850;
}

.threecol .widget_nav_menu li:hover a {
	color: #fbaa30;
}	
  .threecol .widget_nav_menu .hasChild a {
		background: url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/rarrow-blue.png) no-repeat;
		background-position: 2% 50%;
		background-size: 10px 10px;
	}
		.threecol .widget_nav_menu .hasChild:hover a {
			background: url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/rarrow.png) no-repeat;
			background-position: 2% 50%;
		}
	.threecol .widget_nav_menu .hasChild.expanded {
		border-bottom: 1px solid #aaa;
		background: #ddd;
	}
		.threecol .widget_nav_menu .hasChild.expanded:hover {
			background-color: #373737;
		}
	.threecol .widget_nav_menu .hasChild.expanded a {
		background: url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/darrow.png) no-repeat;
		background-position: 2% 50%;
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	  	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	  	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	}
	/* sidebar menu submenus */	
		.threecol .widget_nav_menu li ul.sub-menu {
	  		display: none;
	  		margin: 0 0;
  		}
		  	.threecol .widget_nav_menu li.current-menu-item ul.sub-menu,
		  	.threecol .widget_nav_menu li.current-page-parent ul.sub-menu {
			  	display: block;
			  	margin: 0 0;
			  	box-shadow: 0 0 5px rgba(0,0,0,0.4) inset;
		  	}
		.threecol .widget_nav_menu .hasChild ul.sub-menu li {
			background: #cdcdcd;
		}
		.threecol .widget_nav_menu .hasChild ul.sub-menu li a {
			background: none;
			box-shadow: none;
			padding: 5px 10px 2px 30px;
			color: #405471;
			border-bottom: none;
		}
			.threecol .widget_nav_menu .hasChild:hover ul.sub-menu li a {
				color: #405471;
			}
				.threecol .widget_nav_menu .hasChild ul.sub-menu li:hover {
					background: #565656;
				}
				.threecol .widget_nav_menu .hasChild ul.sub-menu li:hover a {
					color: #fbaa30;
				}
		  	.threecol .widget_nav_menu .current-page-parent a:hover {
			  	color: #fbaa30;
		  	}
  		
  		.threecol .widget_nav_menu .hasChild ul.sub-menu li.current-menu-item a {
	  		color: #405471;
	  		font-family: 'Avenir Next Bold', 'Nevis Bold', arial bold, arial, sans-serif;
  		}
  			.threecol .widget_nav_menu .hasChild ul.sub-menu li.current-menu-item:hover a {
		  		color: #405471;
		  		font-family: 'Avenir Next Bold', 'Nevis Bold', arial bold, arial, sans-serif;
		  		background: #cdcdcd;
	  		}	
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em;
  margin-bottom: 2em;
}
article { 
	padding-right: 1em;
	margin-top: 1.5em;
}
.byline {
  color: #999;
}
/* entry content */
.entry-content {

}
.entry-content ul li,
.entry-content ol li {
	margin-top: 5px;
}
.entry-content img.alignleft {
	margin: 0 1em 1em 0;
}
.entry-content img.alignright{
	margin: 0 0 1em 1em;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .wp-caption img {
	margin: 0 0 0;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  margin: 0 0 1em;
  /* images inside wp-caption */

}
.wp-caption.first {
	margin-right: 1em;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 3px 7px;
  text-align: left;
}

/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
p#breadcrumbs {
	margin: .5em 0 0;
	font-size: 14px;
	font-family: 'Avenir Next';
}
body.search article {
	margin-top: 0;
	border-bottom: 1px solid #ddd;
}
.page-navigation {
	background: none;
	box-shadow: none;
}
	.page-navigation ol {
		margin: 1em 0;
		margin-left: 0;
	}
	.page-navigation ol li {
		float: left;
		padding: 0 2em 0 0;
	}
	.page-navigation ol li.current_page_item {
		font-weight: 700;
	}
/******************************************************************
10. CONTACT FORM STYLES
******************************************************************/
/* Contact Page Styles */

/* Form Structure */

span.error { float: right; color: red; font-size: 13px; margin-top: -6px; }
#contactform  { float: left; width: 75%; margin-bottom: 10px; }
#contactform .form-item { padding: 0 0 .5em; width: 100%; border-bottom: 1px dotted #ccc; }
#contactform label { width: 50%; padding: .5em 0 0; }
#contactform input[type="text"] { width: 50%; float: right; margin-left: 2%; padding: 5px 6px 4px 6px; }
#contactform label[for="other"] { clear: both; width: 100%; }
#contactform textarea { width: 100%; height: 100px; padding: 5px 6px 4px 6px; margin-bottom: 12px; resize: vertical; }
#contactform #submit-button { width: 100%; clear: both;}
#contactform #submit-button input { float: right; margin: 1em 0; }
#contactform input[type="submit"] { clear: both; margin: 0 auto; }
#contactform input[type="radio"] { margin-left: 2em; }
#contactform label[for="yesno1"] { width: 100%; }
#contactform label[for="yesno2"] { width: 100%; }
#contactform label[for="yesno3"] { width: 100%; }
#contactform #checks { border: 0; padding: 1em 0; width: 100%; }
#contactform #checks label[for="checks"] { width: 100%; }
#contactform #checks div { width: 49%; float: left; }
#contactform #checks input[type="checkbox"] { float: left; margin: 5px 10px 0 0; }
#contactform #checks label { float: left; width: 50%; margin: 0 0 0 0; padding: 0 0; }
#contactform #radio-buttons .radio-span { padding-left: .5em; margin-right: 2em; }
#contactform #radio-buttons span.error,
#contactform #textarea { margin-top: 6px; }
#contactform #perp-info { display: none; padding-left: 1em; }
#contactform label { display: block; margin-bottom: 3px; }
.success { 
	padding: 1em 1em 1em 45px; 
	border: 1px solid #c4de95; 
	background: #f8feee url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/success.gif) no-repeat;
	background-position: 2% 22%; 
}

/* Form Styles */

input[type="text"] {
	color: #000;
	border: 1px solid #666;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
	box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
	outline: none;
}
select {
	border: 1px solid #666;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
	box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
	outline: none;
}
textarea {
	border: 1px solid #666;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
	box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
	outline: none;
}
input[type="text"]:focus, #contactform select:focus, #contactform textarea:focus {
	border: 1px solid #999;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 5px rgba (0,0,0,0.6);
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

/* 404 Page Styles */
.error404 article form {
	margin-top: 2em;
}
.error404 .eightcol input[type="text"] {
	padding: 7px 5px 3px;
}
.error404 article input[type="submit"] {
	margin-bottom: 0;
}

/* h3 comment title */
#comments {
}
.commentlist {
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.home #content .sidebar {
	text-align: right;
}
.home #content .sidebar h3,
.home #content .sidebar h4 {
	text-align: left;
	font-family: 'Avenir Next Bold';
}
.sidebar h3 {
	font-size: 1.35em;
}
.sidebar h4,
.sidebar1 h4,
.sidebar2 h4,
.sidebar3 h4 {
	margin: 1.33em 0 0;
	font-family: 'Avenir Next Bold';
}
.sidebar3 {
	margin-top: 1.25em;
}
.sidebar1 .widget,
.sidebar2 .widget,
.sidebar3 .widget {
	background: #ddd;
	padding: .5em 0;
} 
.sidebar3 a {
	text-decoration: none;
	font-size: 15px;
}
	.related-content {
		background: #efefef;
		padding: .5em 10px;
		margin: 0 0 0;
	}
	.related-content h3 {
		margin: .5em 0 .25em;
		opacity: .5;
		font-family: 'Avenir Next Bold';
	}
		.related-content:hover h3 {
			opacity: 1;
		}
	.related-content .widget {
		background: none;
		padding: 1em 0;
		margin: 0 0;
		border-bottom: 1px solid #bcbcbc;
		opacity: .5;
	}
		.related-content .widget:hover {
			opacity: 1;
		}
		.threecol .related-content .widget h4 {
			border-bottom: none;
			margin: 0 0;
			padding: 1.5em 0 5px;
			font-family: 'Avenir Next Bold';
			font-size: 15px !important;
		}
			.threecol .related-content .widget .button {
				margin: 5px 0 30px;
			}
/*********************
13. FOOTER STYLES
*********************/
.footer {
	clear: both;
	background: #3c7999;
	background: -moz-linear-gradient(top,  #3c7999 0%, #0d5780 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c7999), color-stop(100%,#0d5780)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3c7999 0%,#0d5780 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3c7999 0%,#0d5780 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3c7999 0%,#0d5780 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3c7999 0%,#0d5780 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7999', endColorstr='#0d5780',GradientType=0 ); /* IE6-9 */
	color: #fff;
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.3) inset, 0 1px 1px rgba(255,255,255,.6) inset;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3) inset, 0 1px 1px rgba(255,255,255,.6) inset;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3) inset, 0 1px 1px rgba(255,255,255,.6) inset;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.footer .widget_nav_menu {
	border: none !important;
	border-top: none !important;
}
.footer .widget_nav_menu .sub-menu {
	display: none;
}
.footer .widget_nav_menu li {
	padding: 0 0;
}
.footer .copyright-wrap {
	display: block;
	width: 100%;
	min-height: 40px;
	height: auto;
	margin: 1.5em 0 0;
	background: #08344d;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 3px 6px rgba(0,0,0,0.3) inset;
	-moz-box-shadow:  0 1px 0 rgba(255,255,255,.25) inset, 0 3px 6px rgba(0,0,0,0.3) inset;
	box-shadow:  0 1px 0 rgba(255,255,255,.25) inset, 0 3px 6px rgba(0,0,0,0.3) inset;
}
.footer .copyright-wrap p {
	margin: .25em 0;
}
.footer-credit,
.footer-credit p,
.footer-credit a {
	width: 1px;
	height: 1px;
	margin: 0 0 !important;
	padding: 0 0;
	position: absolute;
	opacity: 0;
	left: 0;
	bottom: 0;
}
/* SMALLEST MOBILE DEVICES (iPhone portait) */ 
@media only screen and (max-width: 320px) {
	.header .mobile-header {
		margin-top: .5em;
	}
	.header .mobile-header .menu .hasChild .sub-menu li {
		width: 100%;
	}
	.header .mobile-header #search {
		background: #222 url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/search.png) no-repeat;
	  	background-position: 22% 49% !important;
	  	background-size: 22px 22px;
	}
	.header .banner {
		margin-top: .35em !important;
		margin-bottom: 0 !important;
	}
	select {
		max-width: 295px;
	}
	.homeslider .allinone_contentSlider .newFS {
	  	font-size: 7px !important;
	  	line-height: 10px !important;
  	}
	.footer .widget_text #toggle {
		margin: 18px 7px 10px 20px;
	}
	.footer .wrap .sidebar .widget p,
	.footer .wrap .sidebar .widget a {
		color: #fff;
	}
}
/* LARGER MOBILE DEVICES */
@media only screen and (max-width: 480px) {
	.entry-content p,
	ul,ol,menu,dl {
		font-size: 17px;
		line-height: 25px;
		word-wrap: break-word;
	}
	.wrap {
		width: 94%;
		margin: 0 auto;
	}
	#content {
		margin-top: 1.5em;
	}
	article {
		padding-right: 0;
		margin-top: 0;
	}
	article ul {
		margin-left: 20px;
	}
	.wp-caption.last {
		float: right;
		margin-left: 1em;
	}
	.wp-caption.first {
		float: left;
		margin-right: 1em;
	}
	.entry-content img.alignleft {
		float: left;
		margin: 0 .75em .5em 0;
	}
	.header .banner {
		margin-top: .75em;
		margin-bottom: .75em;
	}
	.header .banner img {
		width: 98%;
		max-width: 470px;
		margin: 0 auto; 
	}
	.header .top-links { display: none; }
  	.header .mobile-header .menu {
	  	width: 100%;
	  	background: #6a6a6a;
  	}
  	.header .mobile-header .menu li {
	  	box-shadow: none;
  	}
  	.header .mobile-header .menu li a {
	  	border-bottom: none;
  	}
  	.header .mobile-header .menu .hasChild.top {
	  	clear: both;
	  	background: #336782;
		background-color: #565656;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#2e2e2e));
		background-image: -webkit-linear-gradient(top, #565656, #2e2e2e);
		background-image: -moz-linear-gradient(top, #565656, #2e2e2e);
		background-image: -o-linear-gradient(top, #565656, #2e2e2e);
		background-image: linear-gradient(to bottom, #565656, #2e2e2e); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
		box-shadow: none;
  	}
  		.header .mobile-header .menu li.hasChild.top:hover {
	  		background-color: #565656;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#2e2e2e));
			background-image: -webkit-linear-gradient(top, #565656, #2e2e2e);
			background-image: -moz-linear-gradient(top, #565656, #2e2e2e);
			background-image: -o-linear-gradient(top, #565656, #2e2e2e);
			background-image: linear-gradient(to bottom, #565656, #2e2e2e); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
  		}
  	.header .mobile-header .menu .hasChild.top a {
	  	background-image: url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/rarrow.png);
	  	background-repeat: no-repeat;
	  	background-position: 95% 20px;
  	}
  	.header .mobile-header .menu .hasChild.top.active-parent,
  	.header .mobile-header .menu .hasChild.top.active-parent:hover {
	  	background: #1a1a1a;
  	}
  	.header .mobile-header .menu .hasChild.top.active-parent a {
	  	background: url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/darrow.png) no-repeat;
	  	background-position: 95% 20px;
  	}
  		.header .mobile-header .menu .hasChild.top.active-parent .sub-menu li a {
	  		background: none;
  		}
  	.header .mobile-header .menu li .sub-menu {
	  	position: relative;
	  	left: 0;
	  	top: 0;
	  	list-style-type: none;
  	}	
  		.header .mobile-header .menu li .sub-menu li:last-child {
	  		margin-bottom: .5em;
  		}
  		.header .mobile-header .menu li .sub-menu li {
  			width: 50%;
  			height: 35px;
  			float: left;
  			background: none;
	  		box-shadow: none;
  		}
  			.header .mobile-header .menu li .sub-menu li span {
  				height: 35px;
	  			display: table-cell;
	  			vertical-align: middle;
  			}
  			.header .mobile-header .menu li .sub-menu li a {
  				background: none;
	  			border-bottom: none;
	  			padding: 5px 5px 0 15px;
	  			line-height: 13px; 
  			}
  	.threecol .widget_nav_menu {
	  	display: none;
  	}
  	.sidebar3 {
	  	margin: 0 0 !important;
  	}
  	.threecol select {
	  	display: block;
	  	margin: 1.25em 0 0;
  	}
  	.threecol .side-menu {
	  	margin: 0 0 !important;
  	}
  	h1.underline {
	  	font-size: 1.75em;
	  	margin: 1.25em 0;
  	}
  	.related-content {
	  	display: none;
  	}
  	.wp-caption { max-width: 50%; }
  	.wp-caption p { margin: .25em 0; }
  	.wp-caption p.wp-caption-text {
	  	max-width: 98%;
	  	font-size: 13px;
	  	margin: 0 2px 3px;
  	}
  	.wp-caption img {
	  	max-width: 100%;
	  	margin: 0 auto;
  	}
  	.wp-caption img {
	  max-width: 100%;
	  margin-bottom: 0;
	  width: 100%;
	}
	iframe {
		max-width: 99%;
		margin: 0 auto;
	}
  	.header .mobile-header #search {
	  	background-position: 32% 49%;
	  	background-size: 22px 22px;
  	}
  	.header .mobile-header #menu.active {
	  	background: #565656;
  	}
  	.header .mobile-header #search.active {
  		background: #565656 url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/search.png) no-repeat;
	  	background-position: 32% 49%;
	  	background-size: 22px 22px;
  	}
  	.homeslider .allinone_contentSlider .newFS {
	  	font-size: 12px;
	  	line-height: 14px;
  	}
  	.homeslider .allinone_contentSlider .textElement20_imposing {
	  	width: 80% !important;
  	}
  	.homeslider .allinone_contentSlider .allinone_contentSlider_text_line.textElement21_imposing {
	  	margin: 0 0 -.75em 0 !important;
  	}
  	.homeslider .allinone_contentSlider .textElement21_imposing .newFS {
	  	font-size: 17px !important;
	  	margin: 0 0 !important;
  	}
  	.homeslider .allinone_contentSlider .allinone_contentSlider_text_line .newFS  {
	  	margin: 0 0 .5em 0 !important;
  	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.header .banner {
		margin-top: 1.5em;
		margin-bottom: .75em;
	}
	.header .banner img {
		width: 98%;
		max-width: 470px;
		margin: 0 auto; 
	}
  	#container .header #search {
	  	background-size: 22px 22px;
	  	background-position: 35% 49%;
  	}
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  .entry-content .fivecol {
	  width: 40.055248616%;
	  float: left;
	  margin-right: 2em;
  }
  .first {
	  float: left;
	  margin-right: 2.75%;
  }
  .last {
	  float: right;
	  margin-left: 2.75%;
  }
  .wp-caption, .contact-box {
	  width: 35%;
  }
  .sidebar,
  .sidebar3 {
	  width: 100%;
	  margin: 1em 1em 0 0;
  }
  .home .sidebar {
	  width: 65%;
	  clear: both;
	  margin: 0 auto;
	  text-align: left;
	  float: none;
  }
  .allinone_contentSlider_texts {
	  width: 100% !important;
	  max-width: 600px;
  }
  .threecol .widget_nav_menu {
	  display: none;
	  
  }
  .threecol select {
	  display: block;
	  margin: 1.25em 0 1em;
  }
  .related-content {
	  display: none;
  }
  .related-content.mobile {
	  display: block;
	  clear: both;
  }
  iframe {
	  max-width: 98%;
  }
  .sidebar widget,
  .related-content .widget {
  	  float: left;
	  width: 43.5%;
	  margin: 0 1em 0 1em;
  }
  /*********************
  FOOTER STYLES
  *********************/
  .footer .sidebar {
	  margin: 1px 0;
	  width: 100%;
  }
  .footer .widget {
	  width: 44%;
	  float: left;
	  margin: 0 1em 0;
  }
  	.footer .widget a {
	  	color: #ccc;
	  	font-size: 14px;
	  	text-decoration: none;
  	}
  	.footer .sidebar div:nth-child(3),
  	.footer .sidebar div:nth-child(5) {
	  	clear: both;
  	}
  	.footer .copyright {
  		width: 100%;
  		margin: 1em 0 .25em;
	  	text-align: center;
  	}
}
@media only screen and (max-width: 767px) {
	.nav li a,
	.nav li.menu-item-23 a {
		font-size: 17px;
		padding: 7px 20px 7px 30px;
	}
	.nav li ul.sub-menu {
		margin: 0 0;
	}
		.nav li ul.sub-menu li a {
			font-size: 15px;
			padding: 9px 20px 5px 50px;
		}
	#content article {
		margin-top: 0;
	}
	.fullmenu {
		display: none;
	}
	.side-menu {
		border: none;
		height: 0;
		margin: .5em 0 0 !important;
	}
	.sub-menu .sub-menu {
		display: none !important;
	}
	.page-id-73 .side-menu,
	.page-id-81 .side-menu,
	.page-id-184 .side-menu,
	.page-id-186 .side-menu,
	.page-id-187 .side-menu {
		display: none;
	}
		.page-template-le-template-php .related-content {
		display: none;
	}
	#sub-sidebar.related-content {
		background: #fff;
		margin-top: 1.5em;
	}
	.sidebar3 {
		margin: 1em 0 0;
	}
	.ninecol.last {
		float: none;
	}
	.footer {
	  	background: #336782;
  	}
  	.footer .wrap {
	  	width: 100%;
  	}
  	.footer h4 {
  		margin: 0 0;
	  	padding: 16px 10px 12px 10px;
	  	background: #336782;
		background: -moz-linear-gradient(top,  #336782 0%, #0a4869 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#336782), color-stop(100%,#0a4869)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #336782 0%,#0a4869 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #336782 0%,#0a4869 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #336782 0%,#0a4869 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #336782 0%,#0a4869 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336782', endColorstr='#0a4869',GradientType=0 ); /* IE6-9 */
		border: 1px solid #0a4869;
  	}
  	.footer .sidebar .widget a {
	  	color: #ccc;
	  	font-size: 12px;
	  	line-height: 14px;
	  	text-decoration: none;
  	}
  	.footer .sidebar .widget {
	  	padding: 0 0 0 0;
	  	width: 100%;
	  	float: none;
	  	margin: 0 auto;
  	}
  	.footer .widget div {
	  	display: none;
	  	padding: 0 1em;
  	}
  	.footer p.copyright,
  	.footer p.disclaimer {
	  	padding: 0 1em;
  	}
  	.footer #toggle {
	  	display: inline-block;
	  	float: left;
	  	margin: 18px 10px 10px 20px;
	  	font-size: 22px;
	  	line-height: 12px;
  	}
}

@media only screen and (max-width: 1023px) {
/* Mostly for the mobile header nav and search */
	.header .mobile-nav {
		display: none !important;
	}
	.header .sidebar {
		float: none;
		clear: both;
		width: 100%;
	}
		.header .sidebar .widget_text {
			float: left; 
			width: 40%;
			text-align: left;
			margin: 1em 0 0;
		}
			.header .sidebar .top-links ul {
				text-align: left;
			}
			.header .sidebar .widget_search {
				clear: none;
				width: 40%;
				float: right;
				text-align: right;
				margin: 1.75em 1em 0 0;
			}
				.header .sidebar .widget_search input[type="text"] {
					width: 71%;
					float: left;
				}
				.header .sidebar .widget_search input[type="submit"] {
				
					float: left;
				}
		#content {
			clear: both;
		}
		
	.header .menu {
		margin: 0 0;
		position: relative;
		clear: both;
		z-index: 10000;
		width: 50%;
		margin-top: 45px;
	}
	.header nav li {
		width: 100%;
		position: relative;
	}
	.header .menu li .sub-menu {
		display: none;
		width: 100%;
		position: absolute;
		z-index: 10000;
		left: 100%;
		top: 0;
		margin: 0 0;
		margin-top: 0;
		list-style-type: none;
	}
	.header #menu,
  	.header #search {
  		height: 45px;
	  	padding: 10px 5%;
  	}
  	.header #search {
	  	background: #222 url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/search.png) no-repeat;
	  	background-position: 39% 49%;
	  	background-size: 22px 22px;
  	}
  	.header #menu.active {
	  	background: #565656;
  	}
  	.header #search.active {
  		background: #565656 url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/search.png) no-repeat;
	  	background-position: 39% 49%;
	  	background-size: 22px 22px;
  	}
	.header #menu-header-nav {
	  display: none;
  }
  .header nav {
	 background-color: #222;
	 float: left;
	 width: 100;
  }
  	.header .menu {
	  	display: none;
  	}
  	.header .menu li { 
  		position: relative;
		background-color: #444;
		font-family: 'Avenir Next';
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
		box-shadow: 0 0 10px rgba(0,0,0,0.7);
	}
	.header .menu .hasChild.top {
		background: #444 url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/rarrow.png) no-repeat;
		background-position: 95% 50%;
	}
		.header .menu .hasChild.top.active-parent {
			background: #1a1a1a url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/rarrow.png) no-repeat;
			background-position: 95% 50%;
		}
		.header .menu .hasChild.top.not-active {
			background: #444 url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/rarrow.png) no-repeat;
			background-position: 95% 50%;
		}
	.header .menu {
	  border: none;
	  border-bottom: 0;
	  text-align: left;
	  clear: both;
	  position: absolute;
	  margin-top: 45px;	
	}
	.header .menu li:hover {
		cursor: pointer;
		background: #222;
	}
		.header .menu li.hasChild.top:hover {
			background: #222 url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/rarrow.png) no-repeat;
			background-position: 95% 50%;
		}
	.header .menu li a:active {
		background: #1a1a1a;
	}
	.header .menu li.active-parent {
		background: #1a1a1a;
	}
	.header .menu li.not-active {
		background: #444;
	}
	.header .menu li a {
	  display: block;
	  text-decoration: none;
	  padding: 13px 15px 10px;
	  border-bottom: 1px solid #ccc;
	  font-size: 16px;
	  color: #fff;
	}
	.header .menu li ul.sub-menu li,
	.header .menu li ul.children li {
	  background: #565656;
	}
	.header .menu li ul.sub-menu li a,
	.header .menu li ul.children li a {
	  font-size: 14px;
	}
	.header .menu li ul.sub-menu li:hover,
	.header li ul.children li:hover {
		background: #373737;
	}
	.top-nav li {
		border-right: 1px solid #333;
	}
  	.header nav .wrap {
		width: 100%;
	}
	.header .nav li ul li ul.sub-menu {
		display: none !important;
	}
  	.header .sub-menu {
	  	display: none;
  	}
  	.header .sidebar {
	  	display: none;
  	}
  	.mobile-header {
	  	background: #222;
	  	width: 100%;
	  	height: 45px;
	  	margin-top: 0;
	  	text-align: center;
  	}
  	#searchform2 {
	  	display: none;
	  	position: absolute;
	  	left: 50%;
	  	z-index: 9999;
	  	background: #222;
	  	padding: 0 0 .5em;
	  	margin-top: 45px;
	  	width: 50%;
	  	text-align: center;
  	}
  	#searchform2 label {
	  	display: none;
  	}
  	#searchform2 input {
	  	margin: .5em 0 0;
  	}
  		#searchform2 input[type="text"] {
	  		width: 55%;
	  		padding: 5px 5px 4px;
  		}
  	#menu {
	  	border-right: 1px solid #383838;
  	}
  	#search {
	  	border-left: 1px solid #808080;
  	}
  	#menu,
  	#search {
	  	width: 50%;
	  	float:  left;
	  	background-color: #222;
	  	color: #fff;
  	}
  	#menu.active,
  	#search.active {
	  	background: #565656;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#2e2e2e));
		background-image: -webkit-linear-gradient(top, #565656, #2e2e2e);
		background-image: -moz-linear-gradient(top, #565656, #2e2e2e);
		background-image: -o-linear-gradient(top, #565656, #2e2e2e);
		background-image: linear-gradient(to bottom, #565656, #2e2e2e); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
		-moz-box-shadow: 0 0 20px rgba(0,0,0,0.6) inset;
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6) inset;
		box-shadow: 0 0 20px rgba(0,0,0,0.6) inset;
  	}
  	.threecol .widget_nav_menu li a {
	  	padding: 10px 10px 7px 25px;
		line-height: 16px;
  	}
  	#content .threecol .widget_nav_menu .hasChild ul.sub-menu li a {
		padding: 10px 10px 7px 15px;
		line-height: 16px;
	}
  	.footer .sidebar .widget_text .textwidget p {
	  	font-size: 13px;
  	}
  	
}
/* Universal styles that can apply to any and all screen sizes */
@media only screen and (max-width: 10000px) {
	.footer h4 {
	  font-family: 'Avenir Next Bold', sans-serif;
	  text-transform: uppercase;
	  font-size: .9em;
	  border-bottom: none;
	 }
	.footer .widget_nav_menu ul li {
	  line-height: 12px;
	  padding: 4px 0 4px 0;
  }
  .footer .widget a {
	  color: #ccc;
	  font-size: 13px;
	  text-decoration: none;
  }
  	.footer .widget a:hover {
	  	color: #fff;
  	}
  	.footer .widget_nav_menu ul.menu {
	  	margin: .25em 0;
  	}
  	.footer .textwidget p {
	  	font-size: 15px;
	  	color: #ccc;
  	}
  .footer .copyright {
	  padding-top: 7px;
  }
  .footer .copyright, 
  .footer .disclaimer {
	  color: #fff;
	  font-size: 14px;
  }
  .footer .disclaimer {
	  line-height: 13px;
	  padding-top: 4px;
  }
}
/* TABLET & SMALLER LAPTOPS */
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .fullwidth {
	  width: 100%;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .left {
	  float: left;
  }
  .right {
	  float: right;
  }
  .one_fourth {
	  width: 22%;
  }
  .one_third {
	  width: 33.333333%;
  }
  .three_fourths {
	  width: 71%;
  }
  /*********************
  GENERAL STYLES
  *********************/
  .page-template-le-template-php .dropdown,
  .page-template-vap-template-php .dropdown {
		  display: none;
		}
  /******TABLES********/
  .most-wanted {
	  width: 60%; 
	  margin: 0 auto;
	  text-align: center; 
	  font-size: 14px
  }
  .most-wanted td {
	  border: 1px solid #ddd;
  }
  .most-wanted img,
  .most-wanted img.alignleft {
	  margin: 0 auto;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px;
    
  }
  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  
  .nav {
    border: 0;
  }
  .nav li {
    float: left;
    position: relative;
  }
  .nav li a {
    border-bottom: 0;
    padding: 13px 19px 10px;
    font-size: 16px;
  }
  .nav li.menu-item-23 a {
	  padding: 13px 15px 10px;
	  font-size: 16px;
  }
  .nav li:hover,
  .nav li:focus {
    background-color: #272727;
  }
  .nav li:hover a,
  .nav li:focus a {
	  color: #fff;
  }

  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #444;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
  	width: 100%;
  	border-right: none;
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #888;
    font-size: 14px;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .related-content.mobile {
	  display: none;
  }
  .threecol select {
	  display: none;
  }
  .sidebar1 .widget h3,
  .sidebar2 .widget h3,
  .sidebar3 .widget h3,
  .sidebar1 .widget h4,
  .sidebar2 .widget h4,
  .sidebar3 .widget h4 {
	  margin: 1em 10px 0;
  }
  iframe { 
	  max-width: 99.5%;
  }
  .allinone_contentSlider {
	  max-width: 98%;
  }
  .header .widget_search {
	  margin: 0 0 0;
	  width: 78%;
  }
 .widget_search {
	 clear: both;
	 float: right;
  }
  label[for="s"] {
	  display: none;
  }
  
  .widget_search input[type="text"]{
	  float: left;
	  width: 71%;
	  padding: 5px 7px 1px;
	  height: 30px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  border: 1px solid #336782;
  }
  .widget_search input[type="submit"] {
  	float: right;
	  padding: 4px 7px 2px;
  }
  
  input {
	  font-family: 'Avenir Next';
  }
  /*********************
  FOOTER STYLES
  *********************/
  .footer .widget {
	  padding: 0 2em;
	  margin: 1em 0 0;
  }
  .footer .widget a {
	  font-size: 11px;
  }
  .footer .widget h3 {
	  font-size: .8em;
  }
  .footer .widget_nav_menu ul li {
	  line-height: 10px;
  }
  .footer .sidebar div:nth-child(4) {
		clear: both;
	}
}
/* DESKTOP */
@media only screen and (min-width: 1024px) {
  #menu,
  #menu-mobile-header-nav,
  #search,
  #searchform2 {
	  display: none;
  }
  
  .nav li a {
	  display: block;
	  text-decoration: none;
	  padding: 13px 18px 10px;
	  font-size: 16px;
	  color: #fff;
	}
	.nav li {
		position: static;
	}
	.nav li:hover {
		background-color: none;
	}
	.nav li:hover ul {
	    display: block;
	    border: none;
	 }
	 .nav li ul.sub-menu, .nav li ul.children {
		 width: 94.75%;
		 position: absolute;
		 left: 20px;
	 }
	 .nav li ul.sub-menu li {
		 width: 33%;
		 border-right: 1px solid #333;
	 }
	 .header ul.nav li ul.sub-menu li:hover ul {
	 	display: none;
	 }
	 
	 .nav li ul.sub-menu li a {
		 font-size: 14px;
		 padding-left: 30px;
	 }
	 .nav li.top.current-menu-ancestor > a, 
	 .nav li.top.current-menu-parent > a {
		background-color: #373737;
		color: #fff;
		-moz-box-shadow: 0 0 20px rgba(0,0,0,0.6) inset;
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6) inset;
		box-shadow: 0 0 20px rgba(0,0,0,0.6) inset;
		position: relative;
		z-index: 1;
	}
	#menu-wrapper {
		background-color: #6a6a6a;
		background: none,-khtml-gradient(linear,left top,left bottom,from(#6b6d6e),to(#5d5d5d));
		background: none,-moz-linear-gradient(top,#6b6d6e 0,#5d5d5d 100%);
		background: none,-webkit-gradient(linear,left top,left bottom,color-stop(0,#6b6d6e),color-stop(100%,#5d5d5d));
		background: none,-webkit-linear-gradient(top,#6b6d6e 0,#5d5d5d 100%);
		background: none,-o-linear-gradient(top,#6b6d6e 0,#5d5d5d 100%);
		background: none,-ms-linear-gradient(top,#6b6d6e 0,#5d5d5d 100%);
		background: none,linear-gradient(top,#6b6d6e 0,#5d5d5d 100%);
		display: none;
		padding: 5px 5px 6px 5px;
		position: absolute;
		top: 36px;
		z-index: -1;
		-webkit-border-radius: 0 3px 3px 3px;
		-moz-border-radius: 0 3px 3px 3px;
		border-radius: 0 3px 3px 3px;
		-webkit-box-shadow: 0 4px 4px 1px rgba(0,0,0,0.25),0 1px 0 rgba(255,255,255,0.35) inset;
		-moz-box-shadow: 0 4px 4px 1px rgba(0,0,0,0.25),0 1px 0 rgba(255,255,255,0.35) inset;
		box-shadow: 0 4px 4px 1px rgba(0,0,0,0.25),0 1px 0 rgba(255,255,255,0.35) inset;
	}
	.header .nav li.top.current-menu-ancestor:hover > a,
	.header .nav li.top.current-menu-parent:hover > a,
	.header .hasChild.top:hover > a {
		position: relative;
		background-color: #6a6a6a;
		background: none,-khtml-gradient(linear,left top,left bottom,from(#808182),to(#6a6a6a));
		background: none,-moz-linear-gradient(top,#808182 0,#6a6a6a 100%);
		background: none,-webkit-gradient(linear,left top,left bottom,color-stop(0,#808182),color-stop(100%,#6a6a6a));
		background: none,-webkit-linear-gradient(top,#808182 0,#6a6a6a 100%);
		background: none,-o-linear-gradient(top,#808182 0,#6a6a6a 100%);
		background: none,-ms-linear-gradient(top,#808182 0,#6a6a6a 100%);
		background: none,linear-gradient(top,#808182 0,#6a6a6a 100%);
		z-index: 6001 !important;
		-webkit-box-shadow: 2px -1px 3px -3px rgba(0,0,0,1), 0 1px 0 rgba(255,255,255,.35) inset;
		-moz-box-shadow: 2px -1px 3px -3px rgba(0,0,0,1), 0 1px 0 rgba(255,255,255,.35) inset;
		box-shadow: 2px -1px 3px -3px rgba(0,0,0,1), 0 1px 0 rgba(255,255,255,.35) inset;
	}
	.header .nav li.top.current-menu-ancestor:hover,
	.header .nav li.top.current-menu-parent:hover,
	.header .hasChild.top:hover {
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,1), 0 1px 0 rgba(255,255,255,.35) inset;
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,1), 0 1px 0 rgba(255,255,255,.35) inset;
		box-shadow: 0px 1px 2px rgba(0,0,0,1), 0 1px 0 rgba(255,255,255,.35) inset;
	}
	.header .nav li.hasChild.top a span {
		display: inline-block;
		background: url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/icon-sprite.png) no-repeat -1px -29px transparent;
		display: inline-block;
		height: 10px;
		position: relative;
		left: 5px;
		width: 10px;
	}
	.header .nav li.top.current-menu-ancestor:hover a span,
	.header .nav li.top.current-menu-parent:hover a span,
	.header .hasChild.top:hover a span {
		background: url(https://www.monroeprosecutor.us/wp-content/themes/mcp/library/images/icon-sprite.png) no-repeat -2px -4px transparent !important;
	}
	.footer .widget_text p {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
.header .nav li ul.sub-menu li a, 
.header .nav li ul.children li a{
    padding-left: 10px;
    padding-right: 0;
    border-right: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #888;
    font-size: 14px;
  }
  .nav li {
	  text-align: center;
  }
  
  .nav li a {
	  display: block;
	  text-decoration: none;
	  padding: 8px 0 6px;
	  font-size: 16px;
	  color: #fff;
	}
	.nav li.menu-item-23 a {
		padding: 8px 0 6px;
		font-size: 16px;
	}
	.nav li.menu-item-23 {
		width: 18%;
	}
	.nav li.menu-item-25 {
		width: 21%;
	}
	.nav li.menu-item-1333 {
		width: 23%;
	}
	.nav li.menu-item-22 {
		width: 20%;
	}
	.nav li.menu-item-24 {
		width: 18%;
	}
	.header nav {
	position: relative;
	z-index: 5500;
}
.header nav .wrap {
	width: 1024px;
}

  .header .nav li {
	  position: relative;
	  width: 19.5%;
	  text-align: center;
  }
  .header ul.nav li:hover #menu-wrapper {
	  display: block;
	  z-index: 6000 !important;
  } 
  .header .hasChild.top > a {
	  text-shadow: 0 -1px 0 rgba(0,0,0,1);
  }
  .header .top-level {
	  width: 1015px !important;
	  height: auto;
	  min-height: 100px;
	  max-height: 360px;
	  padding: 8px 5px;
	  background: #f4f4f4 !important;
	  margin-bottom: 0;
	  border-bottom: 1px solid #ccc;
	  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.65), 0 0 4px rgba(0,0,0,0.7) inset;
	  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.65), 0 0 4px rgba(0,0,0,0.7) inset;
	  box-shadow: 0 1px 0 rgba(255,255,255,0.65), 0 0 4px rgba(0,0,0,0.7) inset;
  }
 
  	.header .menu-item-23 .top-level {
	  	height: 315px !important;
  	}
  	.header .menu-item-25 .top-level {
	  	height: 275px !important;
  	}
  	.header .menu-item-25 #menu-wrapper {
	  	left: -174px !important;
  	}
  	.header .menu-item-1333 #menu-wrapper {
	  	left: -389px !important;
  	}
  	.header .menu-item-22 #menu-wrapper {
	  	left: -634px !important;
  	}
  	.header .menu-item-24 #menu-wrapper {
	  	left: -839px !important;
  	}
  		.nav li.menu-item-1333 #menu-wrapper ul.sub-menu,
  		.nav li.menu-item-22 #menu-wrapper ul.sub-menu,
  		.nav li.menu-item-24 #menu-wrapper ul.sub-menu {
	  		padding: 8px 12px !important;
	  	}
  		
  		.nav li.menu-item-1333 #menu-wrapper ul.sub-menu li a,
  		.nav li.menu-item-22 #menu-wrapper ul.sub-menu li a,
  		.nav li.menu-item-24 #menu-wrapper ul.sub-menu li a {
	  		padding: 10px 0 5px 7px !important;
	  		margin: .4em 0 0;
  		}
  .header .top-level li {
	  width: 20% !important;
	  float: left;
	  box-shadow: none !important;
  }
  .header .top-level > li {
	  border-right: 1px solid #000;
  }
  .header .top-level > li > span > a {
	  color: #336782 !important;
	  line-height: 18px !important;
	  font-family: 'Avenir Next Bold';
	  border-bottom: 1px solid #ccc;
	  padding: 8px 0 5px 2px !important;
  }
  .header .nav .menu-item-205,
  .header .nav .menu-item-97,
  .header .nav .menu-item-566,
  .header .nav .menu-item-206,
  .header .nav .menu-item-207 {
	  padding: 8px 10px 5px 10px;
  }
  .header .top-level .sub-menu {
  	  display: block !important;
	  width: 33% !important;
  }
  .header li.hasChild.sub {
	  padding: 0 10px;
  }
  .header .top-level .sub-menu li {
	  width: 100% !important;
	  border-bottom: 1px solid #ccc !important;
	  padding-left: 0;
  }
  .header .nav ul .ind-item:hover a,
  .header .nav ul .sub-menu .ind-item:hover a {
	  background: #dedede !important;
  }
  .header .top-level .sub-menu li a {
	  font-size: 13px;
	  color: #666;
  }
  .header .top-level li ul {
	  width: 100%;
  }
  .header .top-level li ul li {
	  width: 100%;
  }
  .header ul.nav li ul.top-level li ul {
	  display: block;
	  top: 0;
	  left: 0%;
	  min-width: 100%;
  }
   .header .nav li a {
	  display: block;
	  text-decoration: none;
	  padding: 10px 0 4px;
	  font-size: 16px;
	  color: #fff;
	}
	.header .menu-item-97 {
		position: absolute !important;
		right: 0;
		top: 180px;
	}
	.header .menu-item-566 {
		position: absolute !important;
		right: 0;
		top: 226px;
	}
	.header .menu-item-207 {
		position: absolute !important;
		top: 145px;
	}
	.header .menu-item-205 {
		position: absolute !important;
		right: 20%;
		top: 185px;
	}
	.header .menu-item-206 {
		position: absolute !important;
		top: 205px;
                left: 405px;
	}
	.header .menu-item-567 {
		position: absolute !important;
		top: 180px;
	}
	.header .menu-item-2330 {
		clear: both;
		margin-top: -1em !important;
	}
	.header .menu-item-92 {
		left: 20%;
		top: -30px;
	}
	.header .menu-item-93 {
		left: 60%;
		top: 19px;
	}
	.header .nav li.menu-item-23 a {
		padding: 10px 0 4px;
		font-size: 16px;
	}
	.header .nav li.menu-item-23 {
		width: 17%;
	}
	.header .nav li.menu-item-25 {
		width: 21%;
	}
	.header .nav li.menu-item-1333 {
		width: 24%;
	}
	.header .nav li.menu-item-22 {
		width: 20%;
	}
	.header .nav li.menu-item-24 {
		width: 18%;
	}
	.header .nav .top-level li.hasChild.sub > a {
		padding: 8px 0 6px 2px;
	}
	.header .nav li ul.sub-menu li a {
		 font-size: 13px;
		 padding: 4px 0 3px 2px;
		 border-bottom: none !important;
	 }
	 .nav li ul.sub-menu,
	 .nav li ul.children {
		 width: 100%;
		 position: relative;
		 left: 0;
	 }
	 .header .nav li ul.sub-menu li {
		 background: none !important;
		 width: 100%;
		 border-right: none;
		 text-align: left;
	 }
	 .header .nav li ul.sub-menu li ul li {
		 background: none !important;
		 border-left: none !important;
	 }
	 .header .nav li ul.sub-menu li ul.sub-menu {
		 display: block;
	 }
	.header .nav ul li.hasChild.sub {
		margin-top: .5em;
	}

	.footer .sidebar {
		padding-left: 4em;
	}
	.footer .widget {
		margin: 0 0;
	}
}
/* FULL SIZE */
@media only screen and (min-width: 1240px) {
.widget_search input[type="text"] {
	width: 75%;
}
.header nav {
	position: relative;
	z-index: 5500;
}
  .header .nav li {
	  position: relative;
	  width: 19.5%;
	  text-align: center;
  }
  .header ul.nav li:hover #menu-wrapper {
	  display: block;
	  z-index: 6000 !important;
  } 
  
  .header .hasChild.top > a {
	  text-shadow: 0 -1px 0 rgba(0,0,0,1);
  }
  .header .top-level {
	  width: 1140px !important;
	  height: auto;
	  min-height: 100px;
	  max-height: 340px;
	  padding: 8px 5px;
	  background: #f4f4f4 !important;
	  margin-bottom: 0;
	  border-bottom: 1px solid #ccc;
	  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.65), 0 0 4px rgba(0,0,0,0.7) inset;
	  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.65), 0 0 4px rgba(0,0,0,0.7) inset;
	  box-shadow: 0 1px 0 rgba(255,255,255,0.65), 0 0 4px rgba(0,0,0,0.7) inset;
  }
 
  	.header .menu-item-23 .top-level {
	  	height: 300px !important;
  	}
  	.header .menu-item-25 .top-level {
	  	height: 275px !important;
  	}
  	.header .menu-item-25 #menu-wrapper {
	  	left: -193px;
  	}
  	.header .menu-item-1333 #menu-wrapper {
	  	left: -444px;
  	}
  	.header .menu-item-22 #menu-wrapper {
	  	left: -706px;
  	}
  	.header .menu-item-24 #menu-wrapper {
	  	left: -934px;
  	}
  		.nav li.menu-item-1333 #menu-wrapper ul.sub-menu,
  		.nav li.menu-item-22 #menu-wrapper ul.sub-menu,
  		.nav li.menu-item-24 #menu-wrapper ul.sub-menu {
	  		padding: 8px 12px !important;
	  	}
  		
  		.nav li.menu-item-1333 #menu-wrapper ul.sub-menu li a,
  		.nav li.menu-item-22 #menu-wrapper ul.sub-menu li a,
  		.nav li.menu-item-24 #menu-wrapper ul.sub-menu li a {
	  		padding: 10px 0 5px 7px !important;
	  		margin: .4em 0 0;
  		}
  .header .top-level li {
	  width: 20% !important;
	  float: left;
	  box-shadow: none !important;
  }
  .header .top-level > li {
	  border-right: 1px solid #000;
  }
  .header .nav li.hasChild.top a span {
		left: 10px;
	}
  .header .top-level > li > span > a {
	  color: #336782 !important;
	  line-height: 18px !important;
	  font-family: 'Avenir Next Bold';
	  border-bottom: 1px solid #ccc;
	  padding: 8px 0 5px 2px !important;
  }
  .header .nav .menu-item-205,
  .header .nav .menu-item-97,
  .header .nav .menu-item-566,
  .header .nav .menu-item-206,
  .header .nav .menu-item-207 {
	  padding: 8px 10px 5px 10px;
  }
  .header .top-level .sub-menu {
  	  display: block !important;
	  width: 33% !important;
  }
  .header li.hasChild.sub {
	  padding: 0 10px;
  }
  .header .top-level .sub-menu li {
	  width: 100% !important;
	  border-bottom: 1px solid #ccc !important;
	  padding-left: 0;
  }
  .header .nav ul .ind-item:hover a,
  .header .nav ul .sub-menu .ind-item:hover a {
	  background: #dedede !important;
  }
  .header .top-level .sub-menu li a {
	  font-size: 13px;
	  color: #666;
  }
  .header .top-level li ul {
	  width: 100%;
  }
  .header .top-level li ul li {
	  width: 100%;
  }
  .header ul.nav li ul.top-level li ul {
	  display: block;
	  top: 0;
	  left: 0%;
	  min-width: 100%;
  }
   .header .nav li a {
	  display: block;
	  text-decoration: none;
	  padding: 8px 0 6px;
	  font-size: 17px;
	  color: #fff;
	}
	.header .menu-item-97 {
		position: absolute !important;
		right: 0;
		top: 170px;
	}
	.header .menu-item-566 {
		position: absolute !important;
		right: 0;
		top: 225px;
	}
	.header .menu-item-207 {
		position: absolute !important;
		top: 145px;
	}
	.header .menu-item-205 {
		position: absolute !important;
		right: 20%;
		top: 185px;
	}
	.header .menu-item-206 {
		position: absolute !important;
		top: 205px;
                left: 455px;
	}
	.header .menu-item-567 {
		position: absolute !important;
		top: 155px;
	}
	.header .menu-item-2330 {
		clear: both;
		margin-top: -1em !important;
	}
	.header .menu-item-92 {
		left: 20%;
		top: -8px;
	}
	.header .menu-item-93 {
		left: 60%;
		top: 41px;
	}
	.header .nav li.menu-item-23 a {
		padding: 8px 0 6px;
		font-size: 17px;
	}
	.header .nav li.menu-item-23 {
		width: 17%;
	}
	.header .nav li.menu-item-25 {
		width: 22%;
	}
	.header .nav li.menu-item-1333 {
		width: 23%;
	}
	.header .nav li.menu-item-22 {
		width: 20%;
	}
	.header .nav li.menu-item-24 {
		width: 18%;
	}
	.header .nav .top-level li.hasChild.sub > a {
		padding: 8px 0 6px 2px;
	}
	.header .nav li ul.sub-menu li a {
		 font-size: 13px;
		 padding: 0px 0px 0px 0px;
		 border-bottom: none !important;
	 }
	 .nav li ul.sub-menu,
	 .nav li ul.children {
		 width: 100%;
		 position: relative;
		 left: 0;
	 }
	 .header .nav li ul.sub-menu li {
		 background: none !important;
		 width: 100%;
		 border-right: none;
		 text-align: left;
	 }
	 .header .nav li ul.sub-menu li ul li {
		 background: none !important;
		 border-left: none !important;
	 }
	 .header .nav li ul.sub-menu li ul.sub-menu {
		 display: block;
	 }
	.header .nav ul li.hasChild.sub {
		margin-top: .5em;
	}

	.sidebar3 select { 
			display: none;
		}
		.footer .sidebar {
			padding: .25em 0 0 1em;
			margin-bottom: -1em;
		}
		.footer .widget {
			width: 16.5%;
			margin: 0 0;
		}
		.footer h4 {
			font-family: 'Avenir Next Bold', sans-serif;
			text-transform: uppercase;
			font-size: .78em;
			border-bottom: none;
		}
		.footer .sidebar div:nth-child(4) {
			clear: none !important;
		}
		.footer .textwidget p {
			margin: .5em 0 0;
		}
}
/* RETINA (2x RESOLUTION DEVICES) */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

  */
}
/* iPHONE 5 MEDIA QUERY */
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  
}
/* PRINT STYLESHEET */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .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;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  header ul,
  footer ul,
  sidebar {
	  display: none !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}