/*
Theme Name: DFS
Theme URI: http://underscores.me/
Author: CapTech Consulting
Author URI: http://www.captechconsulting.com/
Description: Custom theme developed for the VA Department of Forensic Science
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 DFS is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}
/* END 960 Grid */


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	background: #eee;
	margin-bottom: 1.5em;
	max-width: 100%;
	font-size: 12px;
	border-radius: 2px;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: left;
	text-align: left;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}



.hidden {
	display: none;
}

body {
	background: url('./img/bg-page-repeat.png');
	font-family: 'Roboto Slab', serif;
}

.global-site-header-wrap {
	background: url('./img/bg-dark-gradient.png');
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	margin-bottom: 10px;
	padding: 5px 0;
	width: 100%;
}

.va-gov-logo {
	float: left;
	padding: 0 20px 0 0;
}

.global-site-header, .site-branding, #menu-primary-menu, .site-content, .secondary-menu {
	margin: 0 auto;
	width: 960px;
}

body.page-template-page-narrow-php .entry-content {
	width: 415px;
	margin: 55px auto;
}

.site-branding {
	height: 85px;
}

.global-site-header a:link, .global-site-header a:visited {
	color: #fff;
	text-decoration: none;
}

.global-site-header a:hover, .global-site-header a:active {
	text-decoration: underline;
}

.search-va-gov {
	float: right;
	margin-top: 5px;
}

.logo-dfs {
	float: left;
}

#searchform {
	margin-right: 805px;
	position: relative;
	right: -805px;
	top: -90px;
}

#searchform #s {
    background: #e9e9e9 url('./img/icon-search.jpg') no-repeat scroll 135px center;
    font-size: 12px;
    font-style: italic;
    font-weight: 100;
    margin: 0;
    padding-right: 16px;
    width: 135px;
}

.site-title {
	clear: none;
	font-family: "Helvetica Neue";
	font-size: 36px;
	padding: 12px 10px 10px 88px;
}

.site-title a:link, .site-title a:visited, .site-title a:hover, .site-title a:active {
	color: #006;
	text-decoration: none;
}

.post-edit-link {
	display: none;
}

.content-area {
	padding-bottom: 40px;
	min-height: 400px;
}

/* Virginia.gov banner */
#menu-virginia-gov-banner {
	float: left;
	list-style-type: none;
	margin: 5px 0 0 0;
}

#menu-virginia-gov-banner li {
	float: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 10px;
}

#menu-virginia-gov-banner li {
	border-right: 1px solid #fff;
}

#menu-virginia-gov-banner li.last-menu-item {
	border-right: none;
}

/* Primary Navigation */
.navigation-main, .secondary-menu-wrap {
	background: #fff url('./img/bg-nav-shading.png') no-repeat top center;
}

.navigation-main {
	padding: 10px 0 5px;
}

.secondary-menu, .breadcrumbs {
	padding: 10px 0 5px;
}

#menu-primary-menu li, .secondary-menu li {
	border-right: 1px solid #333;
	font-size: 12px;
	margin: 0 9px 0 0;
	padding: 0 9px 0 0;
	text-transform: uppercase;
}

#menu-primary-menu li ul {
	background: #ebebeb;
	padding-top: 10px;
}

#menu-primary-menu li ul li {
	border-right: none;
	margin: 0;
	padding: 0;
}

#menu-primary-menu li ul li a:link, #menu-primary-menu li ul li a:visited {
	padding: 5px;
}

#menu-primary-menu li ul li a:hover, #menu-primary-menu li ul li a:active {
	background: #ddd;
	padding: 5px;
	text-decoration: none;
}

#menu-primary-menu li a:link, #menu-primary-menu li a:visited, .secondary-menu li a:link, .secondary-menu li a:visited {
	color: #333;
	text-decoration: none;
}

#menu-primary-menu li.last-menu-item, .secondary-menu li.last-menu-item {
	border-right: none;
	margin: 0;
	padding: 0;
}

/* Secondary Navigation */
.navigation-main .secondary-menu {
	margin: 0 auto;
}

/* Breadcrumbs */
.breadcrumbs-wrap {
	background-size: 960px;
}

.breadcrumbs {
	color: #666;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.breadcrumbs a {
	display: inline-block;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #000;
	text-decoration: none;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
	text-decoration: underline;
}

/* Slideshow */
.slideshow-wrap {
	background: #666;
	clear: both;
}

.cycloneslider {
	height: 385px;
	margin: 0 auto;
	width: 100%;
}

.cycloneslider-slides {
	margin: 0 auto;
	width: 960px;
}

.slideshow-wrap .cycloneslider-template-default .cycloneslider-prev {
	background: #fff url('./img/chevron-left.jpg') no-repeat 10px 9px;
	height: 50px;
	left: 0px;
	position: relative;
	top: -230px;
	width: 45px;
}

.slideshow-wrap .cycloneslider-template-default .cycloneslider-next {
	background: #fff url('./img/chevron-right.jpg') no-repeat 13px 9px;
	height: 50px;
	position: relative;
	right: -915px;
	top: -254px;
	width: 45px;
}

.slider-pause, .slider-resume {
	background: url('./img/icons.jpg') no-repeat 10px 10px;
	border: 1px solid #fff;
	border-radius: 3px;
	display: inline-block;
	height: 21px;
	margin-right: 5px;
	position: relative;
	right: -885px;
	top: -35px;
	width: 21px;
	z-index: 100;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.slider-pause {
	background-position: -225px -53px;
}

.slider-resume {
	background-position: -205px -53px;
}

.slideshow-wrap .cycloneslider-template-default .cycloneslider-pager {
	right: 46%;
	top: 370px;
}

.slideshow-wrap .cycloneslider-template-default .cycloneslider-pager span {
	background: url('./img/sprite-pager.png') no-repeat scroll 0 0 transparent
}

.slideshow-wrap .cycloneslider-template-default .cycloneslider-caption-description {
	margin: 0 auto;
	padding: 0 0 25px;
	width: 635px;
}

/* Footer */
.site-info {
	background: url('./img/bg-page-footer.png') no-repeat top center;
	font-family: "Helvetica Neue";
	font-size: 12px;
	padding-top: 20px;
	text-align: center;
}


.menu-footer-menu-container {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}

.menu-footer-menu-container ul {
	display: block;
	float: left;
	left: 46%;
	list-style: none;
	position: relative;
}

.menu-footer-menu-container ul li {
	display: block;
	float: left;
	position: relative;
	right: 50%;
}

#menu-footer-menu li {
	border-right: 1px solid #333;
	float: left;
	font-size: 12px;
	margin: 0 9px 0 0;
	padding: 0 9px 0 0;
}

#menu-footer-menu li.last-menu-item {
	border-right: none;
	margin: 0;
	padding: 0;
}

#menu-footer-menu a:link, #menu-footer-menu a:visited, #menu-footer-menu a:hover, #menu-footer-menu a:active {
	font-weight: bold;
}


/* Generic Page Styles */
a:link, a:visited {
	color: #69f;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.subpage-bg {
	background: #fff;
	height: 200px;
	position: absolute;
	top: 35px;
	width: 100%;
	z-index: -5;
}

#page-image {
	background-color: #666;
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
	height: 298px;
	margin-bottom: -300px;
	position: relative;
	top: 66px;
	width: 100%;
	z-index: -5;
}

.entry-title {
	color: #006;
	font-family: 'Helvetica Neue';
	font-size: 24px;
}

h2 {
	color: #006;
	font-family: 'Helvetica Neue';
	font-size: 18px;
}

.entry-content {
	background: #fff;
	border-radius: 10px;
	margin-top: 65px;
	padding: 20px;
	font-size: 14px;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.entry-content ul {
	margin-top: 5px;
}

.entry-content li {
	margin-bottom: 5px;
}

.even-row {
	background: #eee;
}

.small-text {
	font-size: 12px;
}


/* Tabbed Pages */
.entry-content.tabbed-content {
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	z-index: 5;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.tabs-wrap {
	left: -48px;
	position: relative;
	top: 3px;
	z-index: 0;
}

.tabs-wrap ul {
	list-style-type: none;
}

.tabs-wrap li {
	background: #020864;
	border-left: 1px solid #fff;
	float: left;
	font-family: "Helvetica Neue";
	font-size: 12px;
	min-width: 75px;
	text-align: center;
}

.tabs-wrap li.first-menu-item {
	border-top-left-radius: 5px;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.tabs-wrap li.last-menu-item {
	border-top-right-radius: 5px;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.tabs-wrap li a:link, .tabs-wrap li a:visited, .tabs-wrap li a:hover, .tabs-wrap li a:active {
	color: #fff;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}

.tabs-wrap li.current_page_item {
	background: #fff;
	border-left: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-shadow: inset 0px 4px 6px -2px #000;
	box-shadow: inset 0px 4px 6px -2px #000;
	position: relative;
	top: -10px;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.tabs-wrap li.current_page_item a:link, .tabs-wrap li.current_page_item a:visited, .tabs-wrap li.current_page_item a:hover, .tabs-wrap li.current_page_item a:active {
	color: #020864;
	padding: 15px 10px;
	text-decoration: none;
}


/* Charts */
.google-chart {
	float: left;
}

/* Tables */
table td {
	padding: 5px;
}


/* Tabbed Pages */
body.page-template-page-tabbed-php .entry-content {
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	z-index: 5;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.tabs-wrap {
	position: relative;
	left: -48px;
	top: 3px;
	z-index: 0;
}

.tabs-wrap ul {
	list-style-type: none;
}

.tabs-wrap li {
	background: #020864;
	border-left: 1px solid #fff;
	float: left;
	font-family: "Helvetica Neue";
	font-size: 12px;
	min-width: 75px;
	text-align: center;
}

.tabs-wrap li.first-menu-item {
	border-top-left-radius: 5px;
	border-left: none;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.tabs-wrap li.last-menu-item {
	border-top-right-radius: 5px;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.tabs-wrap li a:link, .tabs-wrap li a:visited, .tabs-wrap li a:hover, .tabs-wrap li a:active {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px;
}

.tabs-wrap li.current_page_item {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #fff;
	border-left: none;
	position: relative;
	top: -10px;
	margin-left: -1px;
	-webkit-box-shadow: inset 0px 4px 6px -2px #000;
	box-shadow: inset 0px 4px 6px -2px #000;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.tabs-wrap li.current_page_item a:link, .tabs-wrap li.current_page_item a:visited, .tabs-wrap li.current_page_item a:hover, .tabs-wrap li.current_page_item a:active {
	color: #020864;
	text-decoration: none;
	padding: 15px 10px;
}


/* Modals */
.modal h1 {
	font-size: 14px;
	margin-top: 30px;
	margin: 30px 0 10px;
}


/* File Listings */
.file-list {
	list-style-type: none;
	margin: 0;
}

.file-list li {
	margin-bottom: 15px;
}


/* Home Page */
body.home .subpage-bg {
	display: none;
}

body.home {
	background: url('./img/bg-page-repeat-home.png');
}

body.home .site-main {
	background: #fff;
}

.home-columns {
	font-size: 15px;
	margin-left: -40px;
}

.home-column {
	background: url('./img/bg-columns.jpg') no-repeat top center;
}

.home-column .col-heading, .home-column .col-heading a:link, .home-column .col-heading a:visited, .home-column .col-heading a:hover, .home-column .col-heading a:active {
	color: #006;
	font-family: 'Helvetica Neue';
	font-size: 25px;
	text-decoration: none;
}

.home-column .col-text a:link, .home-column .col-text a:visited, .home-column .col-text a:hover, .home-column .col-text a:active {
	text-decoration: none;
	color: #404040;
}

.home-column .col-heading img {
	float: left;
	margin: 7px 5px 5px 0;
}


/* Job Listings */
ul.job-listings {
	list-style-type: none;
	margin: 0 0 20px;
}

ul.job-listings li {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: -5px;
	margin-bottom: -5px;
}

ul.job-listings div {
	float: left;
	width: 31%;
	padding: 5px;
}

li.job-listing-header {
	background: #ccc;
	border-top: 1px solid #000;
	font-weight: bold;
	width: 100%;
}

body.single-job .secondary-menu-wrap {
	display: none;
}

.form-button {
	margin-top: 10px;
}

#btn-subscribe {
	margin-left: 157px;
}


/* 404 Page & Search */
body.error404 .entry-title, body.search-results .entry-title {
	margin-top: 20px;
}

body.error404 #page-image, body.search-results #page-image {
	top: 55px;
}

body.error404 .entry-content, body.search-results .entry-content {
	margin-top: 45px;
}

body.search-results .entry-content h2 {
	margin-bottom: 20px;
}

h3.search-result-title {
	font-size: 16px;
}

body.search-results .entry-summary, body.search-results .entry-permalink {
	margin: 0;
	font-size: 12px;
}

body.search-results .entry-summary, ul.file-list .entry-summary {
	margin: 0 30px;
}

body.search-results .entry-summary p {
	margin: 0 430px 0 0;
}


/* Accordions */
.contact-us-form_wrapper li.gfield, .contact-us-form_wrapper .gform_footer, .qa-list .gfield, .event-register-list .gfield {
	display: none;
}

.contact-us-form_wrapper li.gsection, .qa-list .gsection, .event-register-list .gsection {
	cursor: pointer;
	display: block;
	background: url('./img/toggle-element.png') -2px 4px no-repeat;
	padding: 0 0 0 20px;
}

.event-register-list .gsection {
	cursor: default;
}

.contact-us-form_wrapper li.gsection.open, .qa-list .gsection.open, .event-register-list .gsection.open {
	background: url('./img/untoggle-element.png') -2px 4px no-repeat;
}

.qa-list .gfield, .event-register-list .gfield {
	margin: 0 0 10px 22px;
	list-style: none;
}

.gform_body .gform_fields .gfield_error {
	display: block;
}

body .gform_wrapper li.gfield.gfield_error {
	background: #fff !important;
}

body .gform_wrapper li.gfield.gfield_error input, body .gform_wrapper li.gfield.gfield_error textarea {
	border: 1px solid #C89797 !important;
	background: #fff;
}

/* Org Charts */
#visualization {
	margin: 0 auto;
}



/* Events */
.short-course-event-list th {
	color: #000;
	background-color: #ccc;
	padding: 5px;
	border-bottom: 1px solid #000;
}

.short-course-event-list .even {
	color: #000;
	background-color: #eee;
}

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url('/wp-content/themes/dfs/img/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url('/wp-content/themes/dfs/img/asc.gif');
}

table.tablesorter thead tr .headerSortDown {
	background-image: url('/wp-content/themes/dfs/img/desc.gif');
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

.event-register-btn-wrap {
	text-align: center;
	width: 100%;
}

.event-register-btn-wrap a {
	display: inline-block;
	padding: 5px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	background: #7abcff; /* Old browsers */
	background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.event-register-btn-wrap a:link, .event-register-btn-wrap a:visited {
	color: #fff;
}

.event-register-btn-wrap a:hover, .event-register-btn-wrap a:active {
	text-decoration: none;

	background: #4096ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #4096ee 0%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4096ee 0%,#4096ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

}

.event-register-list {
	margin: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.event-register-list .gsection, .event-register-list .gsection.open {
	background: #eee;
	border-top: 1px solid #ddd;
}

.event-register-list .gfield {
	padding-top: 5px;
}

.event-register-list .gfield.open {
	display: block;
}

.event-register-list h3 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 15px;
}

.btn {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	background: #7abcff; /* Old browsers */
	background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

.btn:link, .btn:visited, .btn:hover, .btn:visited {
	color: #fff;
	text-decoration: none;
}

.event-register-list .field-set-wrap label {
	width: auto;
}

.event-register-list a.forgot-password {
	font-size: 12px;
	display: inline-block;
	position: relative;
	right: -580px;
}

.event-register-list .field-col-a, .event-register-list .field-col-b {
	float: left;
	width: 49%;
}

.event-register-list label {
	display: inline-block;
	width: 235px;
	text-align: right;
	font-size: 12px;
	margin-bottom: 10px;
}

.event-register-list .field-col-a label {
	display: inline-block;
	width: 180px;
}

#job-duties, #additional-law-enforcement-experience, #golf-group, #disability-notification {
	width: 187px;
	margin-bottom: 10px;
}

.event-register-list .next-section, .event-register-list .register-action {
	float: right;
	margin: 10px 25px 10px 0;
}

.register-action.action-signin, .forgot-password.register-action {
	float: none;
}

.event-register-list .prev-section {
	float: left;
	margin: 10px 25px 10px 0;
}

.event-register-list .short-date {
	width: 50px;
}

.event-register-list .gfield {
	padding-top: 10px;
}

.event-register-list h4 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.event-register-list em {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

#label-agency-start-date {
	float: left;
}

.jdpicker_w {
	float: left;
	margin-left: 3px;
}

#education-freeform {
	width: 400px;
	margin: 0 0 0 20px;
}

#relevant-skills {
	width: 500px;
	margin: 0 0 0 20px;
}

#other-equipment-familiarity {
	width: 220px;
	margin-left: 20px;
}

.event-register-list select {
	vertical-align: top;
	margin-left: 5px;
}

.password-toggle {
	display: inline;
}

.password-toggle.hidden {
	display: none;
}

.link-change-password:link, .link-change-password:visited {
	font-size: 12px;
}

.alert.info {
	color: #c09853;
	padding: 5px;
	border-radius: 5px;
	margin: 10px;
	border: 1px solid #fbeed5;
	background: #fcf8e3;

	behavior: url('/wp-content/themes/dfs/PIE/PIE.php');
}

#modal-reset-password {
	display: none;
	cursor: default;
	height: 130px;
}

#modal-reset-password input {
	margin-bottom: 15px;
	font-size: 12px;
	width: 200px;
}

#reset-pw-submit {
	margin-left: 45px;
}

#event-password-required-copy {
	padding: 20px;
	font-size: 12px;
	cursor: default;
	display: none;
}

#event-password {
	width: 200px;
	font-size: 12px;
	margin: 15px 0;
}

#cancel-event-password {
	margin-right: 85px;
}

#social-details-copy, #social-costs-copy {
	padding: 10px;
	text-align: left;
	font-size: 14px;
}

#javascript-required {
	border: 1px solid #f00;
	background: #f00;
	margin: 0 20px 20px 0;
	padding: 5px;
	text-align: center;
	color: #fff;
}
