/**
 * 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, time { 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; padding-left:4%;	padding-right:4%;}

/* 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 {
  margin-left: 0;
}
.omega {
  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, .zip-label, .external-link, .star, #connect a { background: transparent url("/img/mainsprite.png") no-repeat; }

body { background: #fff; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; line-height: 1.75em;}
h1, h2, h3, h4, h5, h6 { line-height: 1.5; font-family: 'Francois One', Arial, Helvetica, sans-serif; color: #444; }
h2 {margin: 0 0 5px;} 
h3, h4, h5, h6 { margin: 14px 0;}
p { font-weight: normal;}
dt { font-weight: bold; margin: 6px 0;}
dd { font-weight: normal; margin: 4px 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; }
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; }

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-size: .8em; 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: -2px 10px 0 10px; padding: 0; text-align: center; width: 20px;}
details[open] summary:before {content: "-";}
.ie7  details summary { padding-left: 2%; background: url(../../mocor%20-%20Copy/styles/img/arrow-sprite.png) no-repeat 0 0; width:100%; }
.ie7  details.open summary { background-position: 0 -20px; }
summary { cursor: pointer; }


/*Header*/
header {  background: #1E3A62; position: relative; min-width: 100%; height:auto; z-index: 100; padding-bottom: 10px;}
header .spotlight { position: relative; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiMyZjQ5NmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiMyZjQ5NmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiMxZTNhNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MiUiIHN0b3AtY29sb3I9IiMxZTNhNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-radial-gradient(center, ellipse cover, rgba(47,73,110,1) 4%, rgba(47,73,110,1) 26%, rgba(30,58,98,1) 65%, rgba(30,58,98,1) 72%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(4%,rgba(47,73,110,1)), color-stop(26%,rgba(47,73,110,1)), color-stop(65%,rgba(30,58,98,1)), color-stop(72%,rgba(30,58,98,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(47,73,110,1) 4%,rgba(47,73,110,1) 26%,rgba(30,58,98,1) 65%,rgba(30,58,98,1) 72%);
background: -o-radial-gradient(center, ellipse cover, rgba(47,73,110,1) 4%,rgba(47,73,110,1) 26%,rgba(30,58,98,1) 65%,rgba(30,58,98,1) 72%);
background: -ms-radial-gradient(center, ellipse cover, rgba(47,73,110,1) 4%,rgba(47,73,110,1) 26%,rgba(30,58,98,1) 65%,rgba(30,58,98,1) 72%);
background: radial-gradient(center, ellipse cover, rgba(47,73,110,1) 4%,rgba(47,73,110,1) 26%,rgba(30,58,98,1) 65%,rgba(30,58,98,1) 72%);
background-position: center center;
background-size: 50% 325%;
background-repeat:no-repeat;
}
header, #branding, #branding h1, #branding h1 a   { height: auto; width: auto; }
#skiptocontent {border-right: 0px solid #eee!important;}
#branding img { width:50%; height: auto; max-width: 340px; }

#search { margin: 5px auto; width: 100%; }
#search fieldset { width: 83%; position: relative; float:left; margin-right: 2%}

#search input[type=search], #search input[type=text] { 
	width: 96%;
	border: none;
	line-height: 2em;
	height: 30px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding-left: 20px;
	behavior: url("/mocor/styles/PIE.php");
}

#search button { position: absolute;
	top: 6px;
	right: 2%;
	display: inline-block;
    height: 20px;
    width: 21px;
    cursor: pointer;
    background: transparent url("/img/mainsprite.png") -167px -22px no-repeat;
    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;
	background-position: -167px -22px;
}
#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; }
*/
#menu {
	top: 0;
	height: auto;
	padding: 10px 0 0 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.5em; 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, .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 .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: -112px -25px;}
.xml-label { background-position: -129px -25px;}
.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.75em; padding-left: 10px; font-weight: normal; 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 */
 }
#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, #main-content ol { margin-bottom: 20px; }
#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 ol {list-style-type: decimal; margin-left: 24px; }
#main-content ol li ol li  { list-style-type: lower-alpha; }
#main-content table, #content td { border: 1px solid #eee;}
#main-content table { margin: 10px 0 20px 0;}
#main-content th, #content td { padding: 10px }
#main-content table th { background: #eee; border: 1px solid #ccc; }
#main-content caption { font-weight: bold; }
#main-content ul li { list-style: disc /*url("/img/bullet_bg.jpg")*/; }
#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; }

/*flexslider*/
#features ul li { list-style-type: none; }
#features ul, #main-content #features ol { margin: 0; }
#features .carousel ul.slides li { margin: 0; }

/*height for flexslider
.loading .flex-viewport { max-height: 288px;}*/


/*Footer*/
footer { color: #fff; background: #1e3a62 url("/img/capitol_bg.png") no-repeat;  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.5em; margin-left: 0;  }
footer ul li { color: #9dafbb; list-style-type: none; }
footer a { background: transparent; color: #ddd; font-weight: normal;}
footer a:hover, footer a:focus { text-decoration: none; color:#9dafbb;}
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: 1em; }
#site-info a { font-size: 10px; color: #7E8595;}
#site-info a:hover, #site-info a:focus { font-size: 10px; color: #fff;}

/* Simple Modal Styles */
#confirm {display:none;}
#confirm-overlay {background-color:#eee; 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: rgb(237,238,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWVmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(237,238,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,238,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(237,238,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(237,238,242,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(237,238,242,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(237,238,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
-pie-background: linear-gradient(top,  rgba(237,238,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
border: 1px solid #cdcdcd; -moz-box-shadow: 2px 2px 5px #bababa; -webkit-box-shadow: 2px 2px 5px #bababa;  box-shadow: 2px 2px 5px #bababa; padding: 10px; margin-bottom: 20px; behavior: url("/styles/PIE.php"); }
.border-box { margin: 10px 0 20px; background-color: #fff; display: block;  position: relative; border: 1px solid #cdcdcd; -moz-box-shadow: 2px 2px 5px #bababa; -webkit-box-shadow: 2px 2px 5px #bababa; box-shadow: 2px 2px 5px #bababa;  behavior: url("/styles/PIE.php");}


#newsticker {  background: #5F9BBD; border: 1px solid #46748E; margin: 12px 0; width: 100%; height: auto; padding: 5px 0;  }
#newsticker .news { width: auto!important; position: relative; z-index: 0; }
#newsticker h3 { line-height: 1.2em; max-width: 120px; float: left; padding: 0 10px; margin: 0;  }
#newsticker h3 a { font-size: 18px; color: #fff; position: relative; z-index: 1; font-family: 'Francois One', Arial, Helvetica, sans-serif; }
#newsticker img { float: left; }
#newsticker ul { float: left; margin-left: 140px; border-left: 1px solid #fff;padding: 0 10px;  }
#newsticker ul li { list-style: none; background: transparent; }
#newsticker li a { line-height: 1em; color: #fff; font-weight: normal; }


/* Non-semantic Helper Classes */
.hide { position: absolute; height: 0; width: 0; overflow: hidden;}
.no-border { border: 0 !important;}
.float-left { float: left; margin: 0 10px 24px 0;}
.float-right { float: right; margin: 0 0 24px 10px;}
.align-left { text-align: left; }
.align-right { text-align: right; }
.center {text-align: center;}
.smaller { font-size: 80%; }
.nowrap { white-space: nowrap;}
.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 */
.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 */

.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;
}

/*forms styles*/
#content fieldset { border: 1px solid #cfcfcf; background: #eeeeee; margin-bottom: 10px; width: 100%; padding: 10px 20px; }
#content legend { position: relative; top: -10px; left: -20px; display: block; padding: 5px 0 5px 3%; background: #dae1e6; font-size: 14px; font-weight: normal; color: #444; width: 102%; font-family: 'Francois One', Arial, Helvetica, sans-serif; margin: 0 0 15px; float: left; white-space: normal; border-bottom: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf; }
.ie6 #content legend, .ie7 #content legend { margin-left: -7px; margin-top: -7px; width: 103%; float: none;   } 
#content legend span { display: block; width: 100%;}
#content input, #content textarea, #content select { margin-bottom: 8px; border: 1px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 16px; font-family: Arial, Helvetica, sans-serif; width: 90%; }
#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; }
#content label.align-right { text-align: left; }
#content input { height: 25px; }
#content button { position: relative; display: block; font-weight: bold; padding: 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;
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("/mocor/styles/PIE.php")}
#content button:hover, #content button: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("/mocor/styles/PIE.php")}
#content button:hover, #content button: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("/mocor/styles/PIE.php")}
#content input[type=radio] { border: 0; height: auto; margin: 0; padding: 0;}
#content form ul { margin-left: 0; }
#content form ul li { list-style-type: none; }
#content .required { color: #e85d5d; font-size: 18px; font-weight: bold;}
#content .error { background-color: #e9d2d2; }
/*styles by Evelyn*/
.twocol li {width: 49%; float: left;}

/* 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;}
/*Insert your department or agency's URL/Name where appropriate*/
a[href^="/mocor/"]:after { content: " (https://mocor.mo.gov" attr(href) ") ";}
header:before {
display: block;
content: "Thank you for printing our content at The Missouri Community Options and Resources (MOCOR. Please check back soon for new and updated information.";
margin-bottom: 10px;
border: 1px solid #bbb;
padding: 3px 5px;
font-style: italic;
}
