/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block; }
blockquote,
q { quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title],
dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input,
select { vertical-align: middle; }
/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small;
} /* Hack retained to preserve specificity */
select,
input,
textarea,
button { font:99% sans-serif; }
/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre,
code,
kbd,
samp { font-family: monospace, sans-serif; }
/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active { outline: none; }
ul,
ol { margin-left: 2em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul,
nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong,
th { font-weight: bold; }
td { vertical-align: top; }
/* Set sub, sup without affecting line-height: 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; }
pre { /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button { cursor: pointer; }
legend { border: 0; *margin-left: -7px;
padding: 0; white-space: normal; }
button,
input,
select,
textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;
}
button,
input { line-height: normal; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible;
}
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px;
*height: 13px;
}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
 border-radius: 1px;
-moz-box-shadow: 0px 0px 5px red;
-webkit-box-shadow: 0px 0px 5px red;
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
background-color: #f0dddd;
}


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection {
background: #5e9dbe;
color:#fff;
text-shadow: none;
}
::selection { background:#5e9dbe; color:#fff; text-shadow: none; }
/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #5e9dbe; }
/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button { width: auto; overflow: visible; }
/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }
/**
 * This will display them grid elements as block rather than inline for mobile browsers 
 * (essentially anything smaller than the narrow grid size, and media query declares. 
 */
body { min-width:320px; overflow-x: hidden; -webkit-text-size-adjust:none; font-family:Helvetica, Arial, Verdana, sans-serif; }
.container-24 { width: 92%; margin-left: auto; margin-right: auto; }

/* kill prefixes and suffixes, otherwise 1-column version breaks */
[class^="prefix_"] {
padding-left:0!important;
}
[class^="suffix_"] {
padding-right:0!important;
}
[class^="pull_"], [class^="push_"] {
left:0!important;
}
[class^="grid_"] {
clear: both;
float: none;
margin-left: 0;
margin-right: 0;
padding-left:0;
padding-right:0;
width: auto;
width: -moz-available;
}
.alpha,
.omega { margin-left: 0; margin-right: 0; }
.alpha,
.omega { margin-left: 0; margin-right: 0; }
/* Global- this will hold styles for mobile and any global css that applies site wide */
@font-face { font-family: 'Francois One'; font-style: normal; font-weight: 400; src: local('Francois One Regular'), local('FrancoisOne-Regular'), url(https://themes.googleusercontent.com/static/fonts/francoisone/v6/bYbkq2nU2TSx4SwFbz5sCHhCUOGz7vYGh680lGh-uXM.woff) format('woff'); }
@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 700; src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://themes.googleusercontent.com/static/fonts/merriweather/v4/ZvcMqxEwPfh2qDWBPxn6nnl4twXkwp3_u9ZoePkT564.woff) format('woff'); }
@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: local('Merriweather'), url(https://themes.googleusercontent.com/static/fonts/merriweather/v4/RFda8w1V0eDZheqfcyQ4EHhCUOGz7vYGh680lGh-uXM.woff) format('woff'); }
/*  Content control - use on any elements to show/hide content on mobile */
.mobile-hide { display: none; }
.mobile-only { display: block!important; }
/*Elements we will always hide for mobile */
#breadcrumbs,
#clustering /*gsa*/ { display: none; }
#menu,
#leadership,
#search { position: relative; }
#search button,
.pdf-label,
.doc-label,
.xls-label,
.ppt-label,
.xml-label,
.youtube-label,
.zip-label,
.external-link,
#connect a,
#toolbar a,
#scrollUp { background: transparent url("/img/mainsprite.png") no-repeat; }
body { background: #fff; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 1.75; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal; line-height: 1.5; font-family: 'Francois One', Arial, Helvetica, sans-serif; color: #444; }
h2,
h3,
h4,
h5,
h6 { margin: 14px 0 6px; }
p { font-weight: normal; }
em { font-style: italic; }
dt { font-weight: bold; margin: 6px 0 0; }
dd { font-weight: normal; margin: 0 10px 4px 30px; }
blockquote,
q { quotes: none; margin: 20px 30px; font-style: italic; display: block; padding: 0 10px; width: 75%; }
blockquote:before,
blockquote:after,
q:before,
q:after { content: ''; content: none; }
input[type=submit],
input[type=reset] { padding: 4px 8px; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title],
dfn[title] { border-bottom: 1px dotted; cursor: help; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input,
select { vertical-align: middle; }
details,
summary { display: block; }
details { box-shadow: 0 1px 4px rgba(0, 0, 0, .4); color: #363636; margin: 0 0 1em; clear:both; overflow:hidden; }
details > * { padding-left: 5px; padding-right:5px; }
details[open] { background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMC45OCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMC44OCIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmMWYwZjAiIHN0b3Atb3BhY2l0eT0iMC4xNyIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NCUiIHN0b3AtY29sb3I9IiNmMWYwZjAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFmMGYwIiBzdG9wLW9wYWNpdHk9IjAuMDIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(top, rgba(240,239,239,1) 0%, rgba(241,241,241,1) 1%, rgba(241,241,241,0.98) 5%, rgba(241,241,241,0.88) 16%, rgba(241,240,240,0.17) 80%, rgba(241,240,240,0.05) 94%, rgba(241,240,240,0.02) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240,239,239,1)), color-stop(1%, rgba(241,241,241,1)), color-stop(5%, rgba(241,241,241,0.98)), color-stop(16%, rgba(241,241,241,0.88)), color-stop(80%, rgba(241,240,240,0.17)), color-stop(94%, rgba(241,240,240,0.05)), color-stop(100%, rgba(241,240,240,0.02))); background: -webkit-linear-gradient(top, rgba(240,239,239,1) 0%, rgba(241,241,241,1) 1%, rgba(241,241,241,0.98) 5%, rgba(241,241,241,0.88) 16%, rgba(241,240,240,0.17) 80%, rgba(241,240,240,0.05) 94%, rgba(241,240,240,0.02) 100%); background: -o-linear-gradient(top, rgba(240,239,239,1) 0%, rgba(241,241,241,1) 1%, rgba(241,241,241,0.98) 5%, rgba(241,241,241,0.88) 16%, rgba(241,240,240,0.17) 80%, rgba(241,240,240,0.05) 94%, rgba(241,240,240,0.02) 100%); background: -ms-linear-gradient(top, rgba(240,239,239,1) 0%, rgba(241,241,241,1) 1%, rgba(241,241,241,0.98) 5%, rgba(241,241,241,0.88) 16%, rgba(241,240,240,0.17) 80%, rgba(241,240,240,0.05) 94%, rgba(241,240,240,0.02) 100%); background: linear-gradient(top, rgba(240,239,239,1) 0%, rgba(241,241,241,1) 1%, rgba(241,241,241,0.98) 5%, rgba(241,241,241,0.88) 16%, rgba(241,240,240,0.17) 80%, rgba(241,240,240,0.05) 94%, rgba(241,240,240,0.02) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efef', endColorstr='#05f1f0f0', GradientType=0 );
}
summary { cursor: pointer; font-weight: bold; padding: 8px 0; position: relative; width: 102%; }
summary:hover,
details[open] summary { background: #E2E2E2; }
details[open] summary:hover { background: #DDDDDD; }
details[open] summary { margin-bottom:5px; }
summary::-webkit-details-marker {
display: none
}
summary:before,
details[open] summary:before { position: relative; top:2px; }
summary:before { border-radius: 5px; content: "+"; color: #363636; display: block; float: left; font-size: 1.5em; font-weight: bold; margin: -5px 10px 0 10px; padding: 0; text-align: center; width: 20px; }
details[open] summary:before { content: "-"; }
.ie7 details summary { padding-left: 2%; background: url(img/arrow-sprite.png) no-repeat 0 0; width:100%; }
.ie7 details.open summary { background-position: 0 -20px; }
summary { cursor: pointer; }
/*Header*/
header { position: relative; min-width: 100%; height:auto; -index: 100; background: #3a5170; /* Old browsers */ background: -moz-linear-gradient(top, #3a5170 0%, #3a5170 24%, #1e3a62 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a5170), color-stop(24%, #3a5170), color-stop(100%, #1e3a62)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #3a5170 0%, #3a5170 24%, #1e3a62 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #3a5170 0%, #3a5170 24%, #1e3a62 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #3a5170 0%, #3a5170 24%, #1e3a62 100%); /* IE10+ */ background: linear-gradient(to bottom, #3a5170 0%, #3a5170 24%, #1e3a62 100%); /* W3C */ }
header,
#branding,
#branding h1,
#branding h1 a { height: auto; width: auto; }
#skiptocontent { border-right: 0px solid #EFF3F6!important; }
#branding img { width:50%; height: auto; max-width: 340px; }
#search { margin: 5px auto; }
#search fieldset { width: 83%; position: relative; float:left; }
#search input[type=search],
#search input[type=text] { width: 96%; border: none; line-height: 2; height: 30px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding-left: 5px; behavior: url("/styles/PIE.php"); font-size: 12px; position: relative; }
#search button { position: absolute; top: 6px; right: 5%; display: inline-block; height: 16px; width: 12px; cursor: pointer; background-position: -251px -141px; border: none; color: transparent!important; z-index: 1; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
#search button:hover,
#search button:focus { text-decoration: none; outline: none; }
#navigate { float:right; color: #fff; font-size: 30px; width: 15%; text-align: center; position: relative; top: 1px; }
.ie9 #navigate { top: 3px; font-size: 25px; }
/*#btg { position: absolute; right: 5px; }
*/

/*toolbar*/

#toolbar { width: auto; margin: 10px auto; height: 31px; }
#toolbar ul { margin: 0; }
#toolbar li { float: left; list-style-type: none; margin-right: 3px; }
#toolbar a { height: 31px; width: 31px; display: inline-block; }
#toolbar a:hover,
#toolbar a:focus { margin-top: -1px; }
#toolbar .rss { background-position: -95px -180px; }
#toolbar .facebook { background-position: -95px -213px; }
#toolbar .twitter { background-position: -162px -180px; }
#toolbar .youtube { background-position: -128px -180px; }
#toolbar .email { background-position: -162px -213px; }
#toolbar .linkedin { background-position: -195px -180px; }
#toolbar .flickr { background-position: -128px -213px; }
#toolbar .govdelivery { background-position: -195px -213px; }
#menu { top: 0; height: auto; padding: 0 0 10px 0; border: 1px solid #1C4E6B; font: bold 14px Merriweather, Georgia, "Times New Roman", Times, serif; text-shadow: 1px 1px 1px #444; display: none; }
#menu ul { height: auto; width: auto; }
#menu ul li { float: none; background: url("/img/diag_pat_trans.png"), url("/img/nav_bluegradient.jpg") repeat-x; width: 92%; margin: 5px 4%; border: 0px solid #0C3854; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; text-align: center; }
#menu ul li a { display: block; font-weight: bold; color:#ddd; height: 20px; border: none; padding: 10px 5px; line-height: 1.5; background: none; border: 0; padding: 10px; text-decoration: none; }
#menu ul li a:hover,
#menu ul li a:focus { background: #4A7993 /*for IE*/; background: rgba(0,0,0,.2); color: #fff!important; text-decoration: none; -webkit-transition: all .75s ease; -moz-transition: all .75s ease; -o-transition: all .75s ease; -ms-transition: all .75s ease; transition: all .75s ease; }
/*Content*/

#content { position: relative; background: #fff; margin-top: 20px; padding-bottom: 24px; }
#content a { color: #024771; }
#content h1 { font-size: 28px; }
#content h2 { font-size: 22px; }
#content h3 { font-size: 20px; }
#content h4 { font-size: 18px; }
#content h5 { font-size: 16px; }
#content h6 { font-size: 14px; }
#content img { max-width: 100%!important; height: auto!important; display: block; position: relative; }
.pdf-label,
.doc-label,
.xls-label,
.ppt-label,
.xml-label,
.youtube-label,
.zip-label { width: 16px; height: 16px; display: inline-block; vertical-align: text-top; margin-left:5px }
.ie7 .pdf-label,
.ie7 .doc-label,
.ie7 .xls-label,
.ie7 .ppt-label,
.ie7 .xml-label,
.ie7 .youtube-label,
.ie7 .zip-label,
.ie7 .external-link {
*display: inline; zoom:1; position: relative; }
.pdf-label { background-position: -112px -25px; }
.doc-label { background-position: -95px -25px; }
.xls-label { background-position: -61px -25px; }
.ppt-label { background-position: -78px -25px; }
.xml-label { background-position: -129px -25px; }
.youtube-label { background-position: -148px -4px; }
.zip-label { background-position: -146px -25px; }
.external-link { width: 10px; height: 10px; background-position: -61px -42px; display: inline-block; vertical-align: middle; margin-left: 5px; }
*ul,
*ol,
*dl,
*li { position: relative; }
#main-content { background: #fff; }
#main-content a:hover,
#main-content a:focus,
#main-content h2 a:hover,
#main-content h2 a:focus,
#main-content h3 a:hover,
#main-content h3 a:focus { border-bottom: 1px dotted #111; }
#main-content h1 { line-height: 1.75; padding-left: 10px; font-weight: normal; color: #fff; border: 1px solid #193051; margin-bottom: 20px; background: rgb(61,85,119); /* Old browsers */ background: -moz-linear-gradient(top, rgba(61,85,119,1) 0%, rgba(44,71,107,1) 38%, rgba(31,59,98,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(61,85,119,1)), color-stop(38%, rgba(44,71,107,1)), color-stop(100%, rgba(31,59,98,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(61,85,119,1) 0%, rgba(44,71,107,1) 38%, rgba(31,59,98,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(61,85,119,1) 0%, rgba(44,71,107,1) 38%, rgba(31,59,98,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(61,85,119,1) 0%, rgba(44,71,107,1) 38%, rgba(31,59,98,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(61,85,119,1) 0%, rgba(44,71,107,1) 38%, rgba(31,59,98,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5577', endColorstr='#1f3b62', GradientType=0 ); /* IE6-9 */
}
#main-content h2 { border-bottom: 1px dotted #d8d8d8; }
#main-content .divide { border-bottom: 1px dotted #ccc; margin-bottom: 10px; }
#main-content p,
#main-content dd { padding-bottom: 12px; }
/*#main-content ul, #main-content ol { margin-left: 35px; }
#main-content ul { list-style: disc; }
#main-content ul, #main-content ol { margin-bottom: 20px; }*/
#main-content ul { list-style: disc; }
#main-content ul ul { list-style: circle; }
#main-content ul,
#main-content ol { margin-bottom: 16px; }
#main-content ul ul,
#main-content ol ol,
#main-content ol ul,
#main-content ul ol { margin-bottom: 0; }
#main-content ol { list-style-type: decimal; margin-left: 30px; }
#main-content ol li ol li { list-style-type: lower-alpha; }
#content ul.nobullet,
#main-content ul.nobullet { list-style: none; }
#main-content ul.list-unstyled {
  padding-left: 0;
	margin-left: 0;
  list-style: none;
	line-height: 1.4;
}
#main-content ul ul,
#main-content ol ol,
#main-content ol ul,
#main-content ul ol { margin-bottom: 0; } /*fix bottom padding on indented lists*/
#main-content ul#twocol { width: 100%; position: relative; height: 35em; list-style: none; }
#main-content ul#twocol li { width:49%; float:left; margin: 0 0 1em; padding: .5em 0; }
#main-content ol { list-style-type: decimal; margin-left: 24px; }
#main-content ol ol { list-style-type: lower-alpha; }
#main-content ol.decimal { list-style-type: decimal; }
#main-content ol.leading0 { list-style-type: decimal-leading-zero; }
#main-content ol.lower-alpha { list-style-type: lower-alpha; }
#main-content ol.upper-alpha { list-style-type: upper-alpha; }
#main-content ol.upper-roman { list-style-type: upper-roman; }
#main-content ol.lower-roman { list-style-type: lower-roman; }

#main-content ul.spaced-out li,
#main-content ol.spaced-out li {
  margin-bottom: 10px;
}#main-content ul.spaced-not li,
#main-content ol.spaced-not li {
  margin-bottom: 5px;
}
#main-content table,
#content td { border: 1px solid #ccc; }
#main-content table { margin: 10px 0 20px 0; }
#main-content th,
#content td { padding: 10px }
#main-content table th { background: #dae1e6; border: 1px solid #ccc; font-size: 15px; }
#main-content tbody th { text-align: left; }
#main-content table.plain tbody th { background:none; font-weight: normal; }
#main-content tr:nth-child(odd) { background-color:#fff; }
#main-content tr:nth-child(even) { background-color:#EFF3F6; }
#main-content table.hover tr:hover { background-color: #DBF1FF; }
#main-content caption { font-weight: bold; }
#main-content address { margin: 5px 0 15px 0; }
#main-content .top { font-size: 12px; display: block; background: transparent url("/img/top.gif") 100% 20% no-repeat; padding-right: 1em; width: 7em; }
#main-content .top:hover,
#main-content .top:focus { border-bottom: 0; }
#main-content .lowerAlpha { list-style-type: lower-alpha; }
#main-content .upperAlpha { list-style-type: upper-alpha; }
/*#breadcrumbs a { text-transform:capitalize;}*/
/*subnavigation for pages (on the right)*/
/*#sub-nav h2, #sub-nav h3 {
	background-color: #dae1e6;
	color: #444;
	line-height: 1.75;
	padding: 10px 0 0 10px;
	border: 1px solid #cfcfcf;
	border-bottom: 0;
	height: 50px;
	margin: 0;
}

#sub-nav ul, .sub-nav-inner {
	border: 1px solid #cfcfcf;
	padding: 0;
	margin: 0 0 1px 0;
	background: #EFF3F6;
}
#sub-nav ul li {
	list-style-type: disc;
	line-height: 1;
	margin: 10px 5px 10px 35px;
	color: #1e3a62;
}
#sub-nav ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #1e3a62;
}
#sub-nav ul ul {
	border: 0;
}
#sub-nav ul li ul li a {
}
#sub-nav address {
	margin: 10px 0;
	padding-left: 20px; 
	font-size: 12px; 
}

.sub-nav-inner p {
	padding: 10px; 
}*/


/*from DSSsand*/
#sub-content h2 { background-color: #eaeef2; color: #444; margin-top: 0; line-height: 1.75; padding: 5px 0 5px 10px; border-bottom: 1px dashed #cfcfcf; }
#sub-content ul { margin-bottom: 20px; }
#sub-oldnav h2,
#sub-oldnav h3 { line-height: 1.75; padding: 10px 0 0 18px; color: #fff; border: 1px solid #193051; background: rgb(61,85,119); /* Old browsers */ background: -moz-linear-gradient(top, rgba(61,85,119,1) 0%, rgba(44,71,107,1) 38%, rgba(31,59,98,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(61,85,119,1)), color-stop(38%, rgba(44,71,107,1)), color-stop(100%, rgba(31,59,98,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(61,85,119,1) 0%, rgba(44,71,107,1) 38%, rgba(31,59,98,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(61,85,119,1) 0%, rgba(44,71,107,1) 38%, rgba(31,59,98,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(61,85,119,1) 0%, rgba(44,71,107,1) 38%, rgba(31,59,98,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(61,85,119,1) 0%, rgba(44,71,107,1) 38%, rgba(31,59,98,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5577', endColorstr='#1f3b62', GradientType=0 ); /* IE6-9 */
height: 40px; margin: 0; font-size:18px; }
#sub-nav h2,
#sub-nav h3 { background-color: #3b8469; color: #fff; line-height: 1.75; padding: 5px 0 5px 10px; border: 1px solid #dfe1e4; border-bottom: 0; /*height: 50px;*/
	margin: 0; }
#sub-nav h2.icon-sprite,
#sub-nav h3.icon-sprite { background-color: #3b8469; line-height: 1.75; padding: 5px 0 5px 10px; border: 1px solid #dfe1e4; border-bottom: 0; margin: 0; }
#sub-nav h2.icon-sprite a,
#sub-nav h3.icon-sprite a { position: relative; color: #fff; padding-left: 40px; }
#sub-nav h2.icon-sprite a:hover,
#sub-nav h2.icon-sprite a:focus { border-bottom: 1px solid #fff; }
#sub-nav h2.minor,
#sub-nav h3.minor { background-color: #dae1e7; color: #444; margin-top: 20px; }
/*#sub-nav h2,#sub-nav h3 { margin-top: 3px; }*/
#sub-nav h2.minor3,
#sub-nav h3.minor3 { background-color: transparent; color: #444; }
#sub-nav h2.plain, #sub-nav h3.plain { background-color: transparent; color: #444; line-height: 1.75; padding: 0 0 5px; border: none; border-bottom: 0;  }
#sub-nav ul { margin: 0 0 1px 0; background: #eff3f6; padding: 10px 0; }
#sub-nav ul { padding: 5px 0; }
#sub-nav ul li { list-style-type: none; line-height: 1; margin: 10px 5px 10px 18px; color: #333; }
#sub-nav ul li a { text-decoration: none; font-size: 14px; color: #1e3a62; }
#sub-nav ul li li { margin: 0px 5px 10px 18px; }
#sub-nav .address { margin-top: 20px; margin-left: 14px; }
/* */
#sub-nav .secondary,
#sub-nav .primary,
#sub-nav .side-menu,
#sub-nav .side-content { background-color: #eff3f6; margin-bottom: 10px; }
#sub-nav .secondary h2 { background-color: transparent; color: #444; height: 30px; line-height: 1.3; padding: 10px 0 0; border-bottom: 1px solid #cfcfcf; margin: 0 16px 5px; font-size:18px; }
#sub-nav .primary ul,
#sub-nav .side-menu ul { border: 1px solid #cfcfcf; padding: 0; margin: 0 0 10px 0; background: transparent; }
#sub-nav .secondary ul { border: none; }
#sub-nav .primary ul li,
#sub-nav .side-menu ul li { list-style-type: none; line-height: 1.3; margin: 0; border-bottom: 1px solid #cfcfcf; }
#sub-nav .primary ul li a { position: relative; text-decoration: none; font-size: 14px; color: #1e3a62; line-height: 2; display: block; padding: 7px 0 7px 50px; }
/*#sub-nav .primary a em.sprite {
position: absolute;
top: 5px;
left: 10px;
background: transparent url("/img/dss_color_spritesheet.png") no-repeat;
height: 32px;
width: 32px;
}
#sub-nav .primary a em.sprite-adoptiveparent_icon { background-position: -5px -5px; }
#sub-nav .primary a em.sprite-foreverfamily_icon { background-position: -89px -47px; }
#sub-nav .primary a em.sprite-schoolviolence_icon { background-position: -131px -47px; }
#sub-nav .primary a em.sprite-reportabuse_icon { background-position: -89px -89px; }
#sub-nav .primary a em.sprite-reportfraud_icon { background-position: -131px -5px; }
#sub-nav .primary a em.sprite-fsd_office_icon { background-position: -5px -89px; }
#sub-nav .primary a em.sprite-pdf_app_icon { background-position: -47px -89px; }
#sub-nav .primary a em.sprite-foodstamp_prescreen_icon { background-position: -47px -47px; }
#sub-nav .primary a em.sprite-energy_assistance_icon { background-position: -5px -47px; }
#sub-nav .primary a em.sprite-childcare_icon { background-position: -89px -5px; }
#sub-nav .primary a em.sprite-apply_online { background-position: -47px -5px; }
#sub-nav .primary a em.sprite-childsupport_icon { background-position: -170px -47px; }
#sub-nav .primary a em.sprite-food_icon { background-position: -131px -89px; }
#sub-nav .primary a em.sprite-healthcare_icon { background-position: -170px -5px; }*/
#sub-nav .primary a em.sprite { position: absolute; top: 5px; left: 10px; background-image: url(/img/spritesheet.png); background-repeat: no-repeat; display: block; height: 34px; width: 34px; }
#sub-nav .primary a em.sprite-blind { background-position: -7px -5px; }
#sub-nav .primary a em.sprite-child_care { background-position: -51px -5px; }
#sub-nav .primary a em.sprite-chils_support { background-position: -7px -49px; }
#sub-nav .primary a em.sprite-energy { background-position: -51px -49px; }
#sub-nav .primary a em.sprite-food { background-position: -95px -5px; }
#sub-nav .primary a em.sprite-medical_care { background-position: -95px -49px; }
#sub-nav .primary a em.sprite-fsd { background-position: -138px -51px; }
#sub-nav .primary a em.sprite-temp_assist { background-position: -138px -5px; }
#sub-nav .primary a em.sprite-offices { background-position: -180px -5px; }
#sub-nav .primary ul li a:hover,
#sub-nav .primary ul li a:focus { background-color: #ddd; }
#sub-nav .secondary ul li { list-style-type: disc; line-height: 1; margin: 10px 5px 10px 35px; color: #1e3a62; }
#sub-nav .secondary p { margin: 10px 16px; }
#sub-nav .side-menu ul li a { position: relative; text-decoration: none; font-size: 16px; color: #1e3a62; line-height: 1.7; display: block; padding: 6px 10px; }
#sub-nav .side-menu ul li a:hover,
#sub-nav .side-menu ul li a:hover,
#sub-nav .side-menu ul li a:active { background: #d3d5d6; }
#sub-nav .side-content { border: 1px solid #cfcfcf; }
#sub-nav .side-content h2.alt { background: #dae1e7; color: #444; border: none; border-bottom: 1px solid #cfcfcf; margin: 0 0 10px; }
#sub-nav .side-content p { margin: 0 10px 10px; }
#sub-nav .side-content dl { margin: 10px; }
#sub-nav .side-content dd { margin: -4px 0 4px; }
#sub-nav form { margin-bottom: 10px; }
#sub-nav .gray {border: 1px solid #d0cfcd;border-top: 0;}
#sub-nav .gray h2 {
	background-color: #dae1e7;
	color: #444;
	line-height: 1.75em;
	padding: 5px 0 5px 20px;
	border: 1px solid #d0cfcd;
	border-bottom: 0;
	/*height: 50px;*/
	margin: 0;
	margin-top: 16px;
}
#sub-nav .gray ul {margin: 0 0 1px 0; background: #eff3f6; padding: 10px 0; }

#sub-nav .gray ul li { list-style-type: disc; line-height: 1; margin: 10px 5px 10px 30px;  }
/*tabs*/
#tabs,
#tabs-county,
#tabs-divisions,
#tabs-online,
#tabs-1,
#tabs-2,
#tabs-3 { width: 100%; }
#tabs-county,
#tabs-divisions,
#tabs-online { background: #eff3f6; border: 1px solid #dfe1e4; border-top:none; display: block; min-height: 350px; height: auto; padding-top: 20px; }
#tabs-county div { margin-top: 30px; }
#tabs h2 { padding-left: 20px; }
#main-content .tabs { margin-left: 0; margin-bottom: 0; padding: 0; }
#main-content .tabs li { list-style:none; display:inline; text-align: center; font-size:16px }
#main-content .tabs a { padding:5px 20px; display:inline-block; background:#dee2e5; border: 1px solid #dfe1e4; border-bottom:none; color:#444; text-decoration:none; }
#main-content #tabs a:hover,
#main-content #tabs a:focus { border-bottom: none; background:#eff3f6; }
#main-content .tabs a.active { background:#eff3f6; color:#444; }
/*for related information, that differs from the subNav*/
#related h3 { border: none; font: bold 18px Arial, Helvetica, sans-serif; background: none; color: #444; margin: 14px 0; padding: 0; height: auto; }
#related ul,
#related ul li { border: none; background: #fff; /*IE6 needs this*/ }
#related ul li a { background: #fff; padding: 0; font-size: 12px; }
#related ul li a:hover,
#related ul li ul li a:hover,
#related ul li a:focus,
#related ul li ul li a:focus { background-color: #fff; color: #044973; text-decoration: underline; padding: 0; }
/*landing page styles */

.landing-page-content-box { border: 1px solid #cfcfcf; border-top: 0; background: #EFF3F6; margin-bottom: 24px; }
.landing-page-content-box h2 { background-color: #405574; color: #fffffd; line-height: 1.75; padding: 10px 0 0 10px; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; height: 50px; margin: 0 0 12px 0; }
.landing-page-content-box p { padding: 0 12px; }
.landing-page-content-box-no-header { border: 1px solid #cfcfcf; background: #EFF3F6; padding: 20px; }
/*flexslider*/
#content .carousel ul.slides li { margin: 0; }
#content .flexslider { margin-bottom: 30px!important; }
#content .flex-direction-nav a,
#content .flex-pauseplay a { color: #fff; text-shadow: 1px 2px 3px #353535; }
#content .flex-direction-nav a,
.ie7 #content .flex-pauseplay a { overflow: visible; }
#content .flex-direction-nav a:before,
#content .flex-pauseplay a:before { font-size: 12px; }
/*height for flexslider
.loading .flex-viewport { max-height: 288px;}*/


/*ScrollUp styling*/
#scrollUp { bottom: 20px; right: 20px; height: 38px;  /* Height of image */ width: 38px; /* Width of image */ background-position: -5px -224px; width: 38px; height: 38px; opacity:0.5; }
#scrollUp:hover,
#scrollUp:focus,
#scrollUp:active { opacity:1; }
/*Footer*/
footer { color: #fff; background: #1e3a62; padding: 30px 0 10px 0; min-height: 20em; border-top: 6px solid #5f9dc0; min-width:100%!important; border-bottom: 2px solid #083149; }
footer h2 { font-size: 20px; color:#fff; padding: 0 0 8px; border-bottom: 1px dotted #627691; text-shadow: 1px 1px 0px #333; }
footer ul { font-size: 12px; line-height: 1.5; margin-left: 0; }
footer ul li { color: #9dafbb; list-style-type: none; }
footer a { background: transparent; color: #fff; font-weight: normal; }
footer a:hover,
footer a:focus { text-decoration: underline; color:#fff; }
footer ul li { padding: 0 10px; }
#connect ul { margin: 0 0 12px 0; }
#connect ul li { float: left; list-style-type: none; margin: 0 5px 5px 0; padding: 0; }
#connect a { height: 43px; width: 44px; display: block; background-repeat: no-repeat; }
#connect a.twitter { background-position : -186px -88px; }
#connect a.twitter:hover,
#connect a.twitter:focus { background-position : -232px -88px; }
#connect a.rss { background-position : -94px -133px; }
#connect a.rss:hover,
#connect a.rss:focus { background-position : -140px -133px; }
#connect a.facebook { background-position : -94px -88px; }
#connect a.facebook:hover,
#connect a.facebook:focus { background-position : -140px -88px; }
#connect a.flickr { background-position :-2px -88px; }
#connect a.flickr:hover,
#connect a.flickr:focus { background-position : -48px -88px; }
#connect a.email { background-position : -179px -43px; }
#connect a.email:hover,
#connect a.email:focus { background-position : -225px -43px; }
#connect a.youtube { background-position : -2px -133px; }
#connect a.youtube:hover,
#connect a.youtube:focus { background-position : -48px -133px; }
#connect a.linkedin { background-position: -87px -43px; }
#connect a.linkedin:hover,
#connect a.linkedin:focus { background-position: -133px -43px }
#connect a:hover,
#connect a:focus { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; border-bottom: 0!important; position: relative; top: -1px; }
/*links to accessibility/privacy policy, other site related info*/
#site-info { position: relative; margin: 10px 0; }
#site-info ul { width: 80%; margin: 0 auto; border-top: 1px solid #2f486b; padding-top: 10px; text-align: center; }
#site-info ul li { display: inline; padding: 0 10px; line-height: 1; }
#site-info a { font-size: 10px; color: #c1ccd4; }
#site-info a:hover,
#site-info a:focus { font-size: 10px; color: #fff; text-decoration: none; }
/* Simple Modal Styles */
#confirm { display:none; }
#confirm-overlay { background-color:#EFF3F6; cursor:wait; }
#confirm-container { display:block; position:relative; height:300px; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699; }
#confirm-container .header { height:30px; line-height:30px; width:100%; background: #6699cc; /* Old browsers */ background: -moz-linear-gradient(top, #6699cc 0%, #6699cc 48%, #5588bb 52%, #5588bb 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6699cc), color-stop(48%, #6699cc), color-stop(52%, #5588bb), color-stop(100%, #5588bb)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #6699cc 0%, #6699cc 48%, #5588bb 52%, #5588bb 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #6699cc 0%, #6699cc 48%, #5588bb 52%, #5588bb 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #6699cc 0%, #6699cc 48%, #5588bb 52%, #5588bb 100%); /* IE10+ */ background: linear-gradient(top, #6699cc 0%, #6699cc 48%, #5588bb 52%, #5588bb 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6699cc', endColorstr='#5588bb', GradientType=0 ); /* IE6-9 */
color:#fff; font-weight:bold; }
#confirm-container .header span { padding-left:8px; }
#confirm-container .message { color:#333; font-size:14px; margin:0; padding:12px 8px 12px 8px; }
#confirm-container .message .confirmlink { display:block; width:100%; overflow:hidden; text-overflow: ellipsis; white-space:nowrap; }
#confirm-container .buttons { line-height:26px; width:160px; float:right; padding:10px 8px 0; position:relative; top:-20px; }
#confirm-container .buttons div { float:right; margin-left:4px; width:70px; height:26px; color:#444; font-weight:bold; text-align:center; border:1px solid #bbb; cursor:pointer; background: #dad9d9; /* Old browsers */ background: -moz-linear-gradient(top, #dad9d9 0%, #dad9d9 48%, #c5c5c5 52%, #c5c5c5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dad9d9), color-stop(48%, #dad9d9), color-stop(52%, #c5c5c5), color-stop(100%, #c5c5c5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #dad9d9 0%, #dad9d9 48%, #c5c5c5 52%, #c5c5c5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #dad9d9 0%, #dad9d9 48%, #c5c5c5 52%, #c5c5c5 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #dad9d9 0%, #dad9d9 48%, #c5c5c5 52%, #c5c5c5 100%); /* IE10+ */ background: linear-gradient(top, #dad9d9 0%, #dad9d9 48%, #c5c5c5 52%, #c5c5c5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad9d9', endColorstr='#c5c5c5', GradientType=0 ); /* IE6-9 */
}
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited { text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff; }
#confirm-container a.modal-close:hover { color:#ccc; }
/*homepage styles*/
#pager a { width: auto; }
/* Classes */
a:link,
a:active { font-weight: bold; text-decoration: none; }
h2 a:link,
h3 a:link { font-weight: normal; }
a:visited { font-weight: bold; text-decoration: none; }
.content-box { display: block; position: relative; background: #eff3f6; border: 1px solid #cdcdcd; -moz-box-shadow: 1px 1px 2px #e4e4e4; -webkit-box-shadow: 1px 1px 2px #e4e4e4; box-shadow: 1px 1px 2px #e4e4e4; padding: 10px; margin-bottom: 20px; behavior: url("/styles/PIE.php"); }
.border-box { margin: 10px 0 20px; padding: 10px; background-color: #fff; display: block; position: relative; border: 1px solid #cdcdcd; -moz-box-shadow: 1px 1px 2px #e4e4e4; -webkit-box-shadow: 1px 1px 2px #e4e4e4; box-shadow: 1px 1px 2px #e4e4e4; behavior: url("/styles/PIE.php"); }
/* BEGIN nav bar for faq pages */

#multipage-nav { clear: both; position: relative; line-height: 2em; margin: 1.5 auto; width: 90%; height: 30px; }
#multipage-nav ul { list-style-type: none; display: block; margin: 0; padding: 0; text-align: center; width: 100%; }
#multipage-nav ul li { display: inline; text-align: center; line-height: 1.5; font-size: 14px; border-left: 1px solid #000; }
#multipage-nav ul li:first-child { border-left: none; }
#multipage-nav a,
#multipage-nav a:link { line-height: 2.2; margin: 0; padding: .2em .5em; }
#multipage-nav a:hover { color: #009; }
#multipage-nav a:active { color: #369; margin: 0; padding: .2em .5em; }
.multipage-nav1 #multipage-nav a.nav1,
.multipage-nav2 #multipage-nav a.nav2,
.multipage-nav3 #multipage-nav a.nav3,
.multipage-nav4 #multipage-nav a.nav4,
.multipage-nav5 #multipage-nav a.nav5,
.multipage-nav6 #multipage-nav a.nav6,
.multipage-nav7 #multipage-nav a.nav7,
.multipage-nav8 #multipage-nav a.nav8 { color: #555; }
.multipage-nav1 #multipage-nav a:hover.nav1,
.multipage-nav2 #multipage-nav a:hover.nav2,
.multipage-nav3 #multipage-nav a:hover.nav3,
.multipage-nav4 #multipage-nav a:hover.nav4,
.multipage-nav5 #multipage-nav a:hover.nav5,
.multipage-nav6 #multipage-nav a:hover.nav6,
.multipage-nav7 #multipage-nav a:hover.nav7,
.multipage-nav8 #multipage-nav a:hover.nav8 { cursor: text; border-bottom: none; }
/* END nav bar for faq pages  */

/* Non-semantic Helper Classes */
.address { margin-left: 40px; }
.align-left { text-align: left; }
.align-right { text-align: right; }
#main-content .archived { font:bold 1.3em/2 Verdana, Geneva, Arial, Helvetica, sans-serif; color:#666; width:75%; margin:20px auto; padding-bottom: 0; text-align:center; letter-spacing:.7em; background-color: #ededed; border: 2px dashed #ccc; text-transform:uppercase; }
.block { margin: 0 auto; width: 90%; }
.block2x { margin: 0 auto; width: 70%; }
#content tr.bordertop-table6px td { border-top: 6px solid #ccc; }
.center { text-align: center; }
.div-space div, .div-space2 div  { margin-bottom: 20px;}
.div-space div img { margin: 0 auto; }
.hide { position: absolute; height: 0; width: 0; overflow: hidden; }
.img-space-
.no-border { border: 0 !important; }
.normal { font-weight: normal; font-style:normal; }
.flag { color: #900; }
.float-left { float: left; margin: 0 10px 24px 0; }
.float-right { float: right; margin: 0 0 24px 10px; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }/* For image replacement */
.hidden { display: none; visibility: hidden; } /* Hide for both screenreaders and browsers: css-discuss.incutio.com/wiki/Screenreader_Visibility */
.larger { font-size: 1.1em; }
ul.list-margin2em li { margin-top: 1em; margin-bottom: 2em; }
.nowrap {
white-space: nowrap;
}
.smaller { font-size: 80%; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }/* Hide only visually, but have it available for screenreaders: by Jon Neal. www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.invisible { visibility: hidden; }/* Hide visually and from screenreaders, but maintain layout */
/* http://sonspring.com/journal/clearing-floats */

/*Adds caption to images*/
#content .img-caption { font-style: italic; line-height: 1.4; font-size: 12px; }
.clearfix:before,
.clearfix:after,
.container-24:before,
.container-24:after { content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0; }
.clearfix:after,
.container-24:after { clear: both; }
.clearfix,
.container-24 { zoom: 1; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clear-space { clear: both; display: block; overflow: hidden; width: 0; height: 20px; }
/*forms styles*/
#content fieldset { background: #EFF3F6; margin-bottom: 10px; padding-bottom: 10px; }
#content fieldset p { margin: 0 20px; color: #444; clear: left; }
#content legend { font-family: 'Francois One', Arial, Helvetica, sans-serif; display: block; padding: 5px 10px; background: #dae1e6; font-size: 20px; font-weight: normal; color: #444; margin-bottom: 10px; }
#content input,
#content textarea,
#content select { margin: 5px 20px 10px 20px; border: 1px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 16px; font-family: Arial, Helvetica, sans-serif; }
#content input,
#content textarea { width: 90%; }
#content input[type="button"] { width: 20%; }
#content .cdsearch input { width: 50%; }
#content input:hover,
#content textarea:hover,
#content input:focus,
#content textarea:focus { border: 1px solid #666; background-color: #e1e1e1; }
#content label { display: block; width: 100%; color: #444; font-size: 14px; font-weight: bold; padding: 10px 20px 0 20px; }
#content input,
#content select { height: 25px; }
#content select[multiple=multiple] { height: auto; }
#content button,
#content input[type=submit],
#content input[type=reset],
#content .button { position: relative; display: inline-block; font-weight: bold; padding: 5px 10px; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #587d93; -moz-box-shadow: 2px 2px 2px #ddd; -webkit-box-shadow: 2px 2px 2px #ddd; box-shadow: 2px 2px 2px #ddd; margin: 10px 0; width: auto; height: auto; font-size: 16px; margin-bottom: 20px; background: url("/img/diag_pat_trans.png"), #5b96b6; /* Old browsers */ background: url("/img/diag_pat_trans.png"), -moz-linear-gradient(top, #5b96b6 0%, #6daccf 46%, #558caa 100%); /* FF3.6+ */ background: url("/img/diag_pat_trans.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b96b6), color-stop(46%, #6daccf), color-stop(100%, #558caa)); /* Chrome,Safari4+ */ background: url("/img/diag_pat_trans.png"), -webkit-linear-gradient(top, #5b96b6 0%, #6daccf 46%, #558caa 100%); /* Chrome10+,Safari5.1+ */ background: url("/img/diag_pat_trans.png"), -o-linear-gradient(top, #5b96b6 0%, #6daccf 46%, #558caa 100%); /* Opera 11.10+ */ background: url("/img/diag_pat_trans.png"), -ms-linear-gradient(top, #5b96b6 0%, #6daccf 46%, #558caa 100%); /* IE10+ */ background: url("/img/diag_pat_trans.png"), linear-gradient(top, #5b96b6 0%, #6daccf 46%, #558caa 100%); /* W3C */ -pie-background: url("/img/diag_pat_trans.png"), linear-gradient(top, #5b96b6 0%, #6daccf 46%, #558caa 100%); behavior: url("/styles/PIE.php") }
#content button:hover,
#content button:focus,
#content input[type=submit]:hover,
#content input[type=submit]:focus,
#content input[type=reset]:hover,
#content input[type=reset]:focus { -moz-box-shadow: 2px 2px 2px #aaa; -webkit-box-shadow: 2px 2px 2px #aaa; box-shadow: 2px 2px 2px #aaa; border: 1px solid #607480; behavior: url("/styles/PIE.php") }
#content input[type=radio] { border: 0; height: auto; width: auto; float: left; margin: 15px 5px 10px 20px; }
#content input[type=checkbox] { width: auto; float:left; height: auto; margin: 5px 5px 0 10px; }
#content form ul { margin-left: 0; }
#content form ul li { list-style-type: none; clear: left; }
#content .required { color: #e85d5d; font-size: 18px; font-weight: bold; }
#content .error { background-color: #e9d2d2; }
/*landing page styles*/

.landing-page-sidebar { border: 1px solid #dcdde1; margin-bottom: 20px; background: #EFF3F6; }
.landing-page-sidebar h2 { background-color: #405574; color: #fffffd; }
.landing-page-sidebar ul { margin: 0!important; }
.landing-page-sidebar li { list-style-type: none!important; margin: 0; padding: 0; border-bottom: 1px solid #dcdde1; }
.landing-page-sidebar li a { padding: 12px 16px; display: block; }
.landing-page-sidebar li a:hover,
.landing-page-sidebar li a:focus { background: #d7e1ee; border-bottom: none!important; }
.landing-page-sidebar li:last-child,
.landing-page-sidebar li:last-child:hover,
.landing-page-sidebar li:last-child:focus { border-bottom: none!important; }
.landing-page-content-box { border: 1px solid #cfcfcf; border-top: 0; background: #EFF3F6; margin-bottom: 24px; }
.landing-page-content-box h2 { background-color: #405574; color: #fffffd; line-height: 1.75; padding: 10px 0 0 10px; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; height: 50px; margin: 0 0 12px 0; }
.landing-page-content-box p,
.content-box-no-padding p { padding: 0 12px; }
.content-box-no-padding { background: none repeat scroll 0 0 #EFF3F6; border: 1px solid #CDCDCD; box-shadow: 1px 1px 2px #E4E4E4; display: block; margin: 0 -1px 20px; position: relative; }
.content-box-no-padding h2 { margin: 6px 14px; }
/* Inline Print Styles */
@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; border: 0; } /* Black prints faster: sanbeiji.com/archives/953 */
a,
a:visited { color: #444 !important; text-decoration: underline; word-wrap: break-word; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after,
a[href=" "]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
pre,
blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
tr,
img { page-break-inside: avoid; }
@page {
margin: 0.5cm;
}
p,
h2,
h3 { orphans: 3; widows: 3; }
h2,
h3 { page-break-after: avoid; }
img,
audio,
video,
embed,
object { display: none; }
#site-info,
nav#menu,
nav#megamenu,
#feature,
#sub-nav,
#quickNav,
#search,
footer,
header .hide,
#breadcrumbs { display: none !important; }
a[href^="/"]:after { content: " (http://dss.mo.gov" attr(href) ") "; }
header:before { display: block; content: "Thank you for printing our content at The Missouri Department of Social Services. Please check back soon for new and updated information."; margin-bottom: 10px; border: 1px solid #bbb; padding: 3px 5px; font-style: italic; }
}
/*Styles from Bootstrap theme*/
.btn { text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
.btn .caret { border-top-color: #fff; }
.btn-default { background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); background-repeat: no-repeat;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
filter: none; border-bottom: 1px solid #e6e6e6; }
.btn-default:hover { color: #333333; }
.btn-default .caret { border-top-color: #333333; }
.btn-default { background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); background-repeat: no-repeat;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
filter: none; border-bottom: 1px solid #e6e6e6; }
.btn-default-alt { background-image: -webkit-linear-gradient(#f4f6fa, #d7e1ee 60%, #c9d6e8); background-image: -o-linear-gradient(#f4f6fa, #d7e1ee 60%, #c9d6e8); background-image: linear-gradient(#f4f6fa, #d7e1ee 60%, #c9d6e8); background-repeat: no-repeat;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f6fa', endColorstr='#ffc9d6e8', GradientType=0);
filter: none; border-bottom: 1px solid #b3c6df; }
.btn-default-alt:hover { color: #333333; border-color: #c5d4e6; }
.btn-default-alt .caret { border-top-color: #333333; }
.btn-primary { background-image: -webkit-linear-gradient(#284c81, #1e3a62 60%, #193152); background-image: -o-linear-gradient(#284c81, #1e3a62 60%, #193152); background-image: linear-gradient(#284c81, #1e3a62 60%, #193152); background-repeat: no-repeat;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff284c81', endColorstr='#ff193152', GradientType=0);
filter: none; border-bottom: 1px solid #12233b; }
.btn-success { background-image: -webkit-linear-gradient(#9ab85c, #86a447 60%, #7a9641); background-image: -o-linear-gradient(#9ab85c, #86a447 60%, #7a9641); background-image: linear-gradient(#9ab85c, #86a447 60%, #7a9641); background-repeat: no-repeat;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ab85c', endColorstr='#ff7a9641', GradientType=0);
filter: none; border-bottom: 1px solid #698038; }
.btn-info { background-image: -webkit-linear-gradient(#7cadc8, #5f9bbc 60%, #5192b6); background-image: -o-linear-gradient(#7cadc8, #5f9bbc 60%, #5192b6); background-image: linear-gradient(#7cadc8, #5f9bbc 60%, #5192b6); background-repeat: no-repeat;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7cadc8', endColorstr='#ff5192b6', GradientType=0);
filter: none; border-bottom: 1px solid #4482a4; }
.btn-warning { background-image: -webkit-linear-gradient(#f79f71, #f5854a 60%, #f47837); background-image: -o-linear-gradient(#f79f71, #f5854a 60%, #f47837); background-image: linear-gradient(#f79f71, #f5854a 60%, #f47837); background-repeat: no-repeat;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff79f71', endColorstr='#fff47837', GradientType=0);
filter: none; border-bottom: 1px solid #f2641a; }
.btn-danger { background-image: -webkit-linear-gradient(#cc242a, #a91e23 60%, #981b1f); background-image: -o-linear-gradient(#cc242a, #a91e23 60%, #981b1f); background-image: linear-gradient(#cc242a, #a91e23 60%, #981b1f); background-repeat: no-repeat;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc242a', endColorstr='#ff981b1f', GradientType=0);
filter: none; border-bottom: 1px solid #7e161a; }
.btn-pattern { background: #eff3f6 url("../img/diag_pat_trans.png") repeat; border: 1px solid #dae1e6; color: #1e3a62; text-shadow: none; text-align: left; padding: 16px 8px; margin: 6px 0; border-radius: 6px; }
.btn-pattern:hover,
.btn-pattern:focus { background-color: #d7e1ee; }

/*styles from dsspubd*/
/*subnavigation for pages (on the right)*/

#sub-nav .secondary, #sub-nav .icon-primary, #sub-nav .side-menu, #sub-nav .side-content {
background-color: #eff3f6;
margin-bottom: 10px;
}
#sub-nav .secondary h2 { background-color: transparent; color: #444; height: 30px; line-height: 1.3; padding: 10px 0 0; border-bottom: 1px solid #cfcfcf; margin: 0 16px 5px; font-size:18px; }
*/ #sub-nav .icon-primary ul, #sub-nav .side-menu ul {
border: 1px solid #cfcfcf;
padding: 0;
margin: 0 0 10px 0;
background: transparent;
}
#sub-nav .secondary ul { border: none; }
#sub-nav .icon-primary ul li,
#sub-nav .side-menu ul li { list-style-type: none; line-height: 1.3; margin: 0; border-bottom: 1px solid #cfcfcf; }
#sub-nav .icon-primary ul li a { position: relative; text-decoration: none; font-size: 14px; color: #1e3a62; line-height: 2; display: block; padding: 7px 0 7px 50px; }
/*#sub-nav .icon-primary a em.sprite {
position: absolute;
top: 5px;
left: 10px;
background: transparent url("/img/dss_color_spritesheet.png") no-repeat;
height: 32px;
width: 32px;
}
#sub-nav .icon-primary a em.sprite-adoptiveparent_icon { background-position: -5px -5px; }
#sub-nav .icon-primary a em.sprite-foreverfamily_icon { background-position: -89px -47px; }
#sub-nav .icon-primary a em.sprite-schoolviolence_icon { background-position: -131px -47px; }
#sub-nav .icon-primary a em.sprite-reportabuse_icon { background-position: -89px -89px; }
#sub-nav .icon-primary a em.sprite-reportfraud_icon { background-position: -131px -5px; }
#sub-nav .icon-primary a em.sprite-fsd_office_icon { background-position: -5px -89px; }
#sub-nav .icon-primary a em.sprite-pdf_app_icon { background-position: -47px -89px; }
#sub-nav .icon-primary a em.sprite-foodstamp_prescreen_icon { background-position: -47px -47px; }
#sub-nav .icon-primary a em.sprite-energy_assistance_icon { background-position: -5px -47px; }
#sub-nav .icon-primary a em.sprite-childcare_icon { background-position: -89px -5px; }
#sub-nav .icon-primary a em.sprite-apply_online { background-position: -47px -5px; }
#sub-nav .icon-primary a em.sprite-childsupport_icon { background-position: -170px -47px; }
#sub-nav .icon-primary a em.sprite-food_icon { background-position: -131px -89px; }
#sub-nav .icon-primary a em.sprite-healthcare_icon { background-position: -170px -5px; }
#sub-nav .icon-primary ul li a:hover, #sub-nav .icon-primary ul li a:focus { background-color: #ddd; }
#sub-nav .icon-primary a em.blue-sprite {
position: absolute;
top: 5px;
left: 10px;
background: transparent url("/img/blue_spritesheet.png") no-repeat;
height: 32px;
width: 32px;
}
#sub-nav .icon-primary a em.sprite-adoptiveparent_icon { background-position: -5px -5px; }*/
#sub-nav .secondary ul li { list-style-type: disc; line-height: 1em; margin: 10px 5px 10px 35px; color: #1e3a62; }
#sub-nav .secondary p { margin: 10px 16px; }
#sub-nav .side-menu ul li a { position: relative; text-decoration: none; font-size: 16px; color: #1e3a62; line-height: 1.7; display: block; padding: 6px 10px; }
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-12 {
  margin-top: 12px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-top-90 {
  margin-top: 90px !important;
}
.margin-top-120 {
  margin-top: 120px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-90 {
  margin-bottom: 90px !important;
}
.margin-bottom-120 {
  margin-bottom: 120px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}
.padding-top-90 {
  padding-top: 90px !important;
}
.padding-top-120 {
  padding-top: 120px !important;
}
.padding-top-130 {
  padding-top: 130px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-45 {
  padding-bottom: 45px !important;
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}
.padding-bottom-90 {
  padding-bottom: 90px !important;
}
.padding-bottom-120 {
  padding-bottom: 120px !important;
}
.padding-bottom-130 {
  padding-bottom: 130px !important;
}
.img-margin-15 img {
  margin-bottom: 15px !important;
}
.img-margin-17 img {
  margin-bottom: 17px !important;
}
.img-margin-18 img {
  margin-bottom: 18px !important;
}
.img-margin-20 img {
  margin-bottom: 20px !important;
}