@charset "utf-8";

/*==================================================
   Eric Meyer CSS Reset
  ==================================================
   Note: Select styles from Normalize.css v2.1.2 incorporated into MDOT styles.
   http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*==================================================
   Web Fonts
  ================================================*/
@font-face {
	font-family: 'FontAwesome';
	src: url('./fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('./fonts/fontawesome-webfont.eot?#iefix&v=3.2.1')
		format('embedded-opentype'),
		url('./fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),
		url('./fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
		url('./fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	-family: 'JigOswald';
	font-style: light;
	font-weight: 300;
	src: url('./fonts/jig-oswald-light-webfont.eot');
	src: url('./fonts/jig-oswald-light-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('./fonts/jig-oswald-light-webfont.woff') format('woff'),
		url('./fonts/jig-oswald-light-webfont.ttf') format('truetype'),
		url('./fonts/jig-oswald-light-webfont.svg#oswaldlight') format('svg');
}

@font-face {
	font-family: 'JigOswald';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/jig-oswald-regular-webfont.eot');
	src: url('./fonts/jig-oswald-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('./fonts/jig-oswald-regular-webfont.woff') format('woff'),
		url('./fonts/jig-oswald-regular-webfont.ttf') format('truetype'),
		url('./fonts/jig-oswald-regular-webfont.svg#oswaldregular')
		format('svg');
}

@font-face {
	font-family: 'JigOswald';
	font-style: bold;
	font-weight: 700;
	src: url('./fonts/jig-oswald-bold-webfont.eot');
	src: url('./fonts/jig-oswald-bold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('./fonts/jig-oswald-bold-webfont.woff') format('woff'),
		url('./fonts/jig-oswald-bold-webfont.ttf') format('truetype'),
		url('./fonts/jig-oswald-bold-webfont.svg#oswaldbold') format('svg');
}

/*==================================================
   JQuery UI Styles
  ==================================================
   Support for all jquery UI widgets, effects*/
.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	clip: rect(1px, 1px, 1px, 1px)
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-clearfix {
	zoom: 1
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity = 0)
}

.ui-state-disabled {
	cursor: default !important
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-widget {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
	{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em
}

.ui-widget-content {
	border: 1px solid #ccc;
	background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50%
		repeat-x;
	color: #333
}

.ui-widget-content a {
	color: #333
}

.ui-widget-header {
	border: 1px solid #eee;
	background: #eee url(images/ui-bg_highlight-soft_75_eeeeee_1x100.png)
		50% 50% repeat-x;
	color: #333;
	font-weight: bold
}

.ui-widget-header a {
	color: #333
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	border: 1px solid #bdbdbd;
	background: #ddd url(images/ui-bg_highlight-hard_70_dddddd_1x100.png)
		50% 50% repeat-x;
	font-weight: normal;
	color: #333
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
	{
	color: #333;
	text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
	.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
	{
	border: 1px solid #bbb;
	background: #eee url(images/ui-bg_highlight-soft_75_eeeeee_1x100.png)
		50% 50% repeat-x;
	font-weight: normal;
	color: #333
}

.ui-state-hover a, .ui-state-hover a:hover {
	color: #333;
	text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
	{
	border: 1px solid #c9c9c9;
	background: #fff url(images/ui-bg_inset-soft_100_ffffff_1x100.png) 50%
		50% repeat-x;
	font-weight: normal;
	color: #333
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
	{
	color: #333;
	text-decoration: none;
	background: #fff url(images/ui-bg_inset-soft_100_ffffff_1x100.png) 50%
		50% repeat-x
}

.ui-widget :active {
	outline: 0
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
	.ui-widget-header .ui-state-highlight {
	background: #fffbd2 repeat-x !important;
	color: #363636
}

.ui-state-highlight p, .ui-state-error p {
	margin: 10px 0
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,
	.ui-widget-header .ui-state-highlight a {
	color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
	{
	border: 1px solid #eee;
	background: #eee url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50%
		repeat-x;
	color: #f00000
}

.ui-state-error a, .ui-widget-content .ui-state-error a,
	.ui-widget-header .ui-state-error a {
	color: #f00000
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text,
	.ui-widget-header .ui-state-error-text {
	color: #f00000
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary,
	.ui-widget-header .ui-priority-primary {
	font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,
	.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity = 70);
	font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled,
	.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity = 35);
	background-image: none
}

.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(images/ui-icons_333333_256x240.png)
}

.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_333333_256x240.png)
}

.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_333333_256x240.png)
}

.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
	width: 30px;
	height: 30px;
	background-image:
		url(http://inside.michigan.gov/sites/dtmb/as/ux/standards/AppImages/mdot-common-icons.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	width: 30px;
	height: 30px;
	background-image:
		url(http://inside.michigan.gov/sites/dtmb/as/ux/standards/AppImages/mdot-common-icons.png)
}

.ui-icon-carat-1-n {
	background-position: 0 0
}

.ui-icon-carat-1-ne {
	background-position: -16px 0
}

.ui-icon-carat-1-e {
	background-position: -32px 0
}

.ui-icon-carat-1-se {
	background-position: -48px 0
}

.ui-icon-carat-1-s {
	background-position: -64px 0
}

.ui-icon-carat-1-sw {
	background-position: -80px 0
}

.ui-icon-carat-1-w {
	background-position: -96px 0
}

.ui-icon-carat-1-nw {
	background-position: -112px 0
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 0
}

.ui-icon-info {
	background-position: 0 -90px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-off {
	background-position: -96px -144px
}

.ui-icon-radio-on {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	border-top-left-radius: 0
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0
}

.ui-widget-overlay {
	background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50%
		repeat-x;
	opacity: .30;
	filter: Alpha(Opacity = 30)
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #404040 url(images/ui-bg_flat_0_404040_40x100.png) 50% 50%
		repeat-x;
	opacity: .35;
	filter: Alpha(Opacity = 35);
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	z-index: 99999;
	display: block
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-hide .ui-resizable-handle
	{
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black
}

.ui-accordion {
	width: 100%;
}

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1
}

.ui-accordion .ui-accordion-li-fix {
	display: inline
}

.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important
}

.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em
}

.ui-accordion .ui-accordion-icons {
	padding-left: 1.2em
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	font-size: 1.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow:;
	display: none;
	zoom: 1
}

.ui-accordion .ui-accordion-content-active {
	display: block
}

.ui-complete {
	position: absolute;
	cursor: default
}

* html .ui-complete {
	width: 1px
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left
}

.ui-menu .ui-menu {
	margin-top: -3px
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active
	{
	font-weight: normal;
	margin: -1px
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: hidden;
	*overflow: visible
}

.ui-button-icon-only {
	width: 2.2em
}

button.ui-button-icon-only {
	width: 2.4em
}

.ui-button-icons-only {
	width: 3.4em
}

button.ui-button-icons-only {
	width: 3.7em
}

.ui-button .ui-button-text {
	display: block;
	line-height: 1.4
}

.ui-button-text-only .ui-button-text {
	padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text
	{
	padding: .4em;
	text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text
	{
	padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text
	{
	padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em
}

input.ui-button {
	padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon,
	.ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon,
	.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary,
	.ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary
	{
	left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
	.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
	{
	right: .5em
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
	{
	right: .5em
}

.ui-buttonset {
	margin-right: 7px
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em
}

button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-dialog {
	position: absolute;
	padding: .2em;
	width: 300px;
	overflow: hidden;
	font-size: .8em
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	font-size: 1.3em;
	position: relative
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .1em 0
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
	{
	padding: 0
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: 0;
	overflow:;
	zoom: 1
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
	color: #333
}

#dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 2px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
	.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
	{
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: 0
}

.ui-tabs .ui-tabs-hide {
	display: none !important
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	font-size: .9em
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover
	{
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
	{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
	{
	width: 49%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width:;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width:
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left:
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right:
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left:
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right:
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current
	{
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 200px;
	height: 200px
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
	margin-bottom: 5px
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-tooltip {
	display: inline-block;
	width: 15em;
	padding: 6px;
	line-height: 1.2em;
	border-color: #fff;
	box-shadow: 0 0 15px #666;
	border-radius: 3px;
}

/*==================================================
   Core Element styles
  ================================================*/
html {
	height: 100%;
	overflow: visible;
}

body {
	color: #333;
	font-size: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	background: #fff;
	height: 100%;
	margin: 0px auto 0px auto;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6, legend {
	margin: 15px 0 5px 0;
	font-weight: bold;
	color: #333;
	line-height: 110%;
	clear: both;
}

p {
	margin-bottom: 10px;
	line-height: 1.3em;
}

ul, ol {
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}

ul li, ol li {
	line-height: 1.3em;
}

li+ul, li+ol, dt+dl {
	margin-top: 10px;
}

dl {
	padding: 0 0 10px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
}

nav ol, nav ul {
	padding: 0;
}

a img {
	border: none;
}

section {
	position: relative;
	margin-bottom: 15px;
	display: block;
}

abbr[title] {
	border-bottom: 1px dotted;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}

code {
	margin: 0 2px;
	padding: 0px 5px;
	border: 1px solid #e5e5e5;
	background-color: #f8f8f8;
	font-size: .9em;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
}

code a {
	color: #005ad;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

blockquote {
	padding: 0 20px 10px 5px;
	margin: 20px 0 10px 20px;
	font-size: 1.2em;
	line-height: 130%;
	color: #888;
	position: relative;
}

blockquote:before {
	font-family: Georgia, "Times New Roman", Times, serif;
	content: '“';
	font-size: 5em;
	color: #d7d7d7;
	position: absolute;
	top: 18px;
	left: -25px;
}

/*==================================================
   Link Styles
  ================================================*/
/*Styling for links must remain in this order - including the group of selectors that create the hover effect*/
a:link, a {
	font-weight: normal;
	color: #0055ad;
	text-decoration: underline;
}

a:visited {
	color: #660198;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #1584cb;
	text-decoration: underline;
	outline: 0;
}

a:focus {
	outline: thin dotted;
}

a.block-link {
	display: block;
	text-decoration: none;
}

a.block-link:hover, a.block-link:active, a.block-link:focus {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(239, 239, 239, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		255, 255, 0)), color-stop(100%, rgba(239, 239, 239, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(239, 239, 239, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(239, 239, 239, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(239, 239, 239, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,
		rgba(239, 239, 239, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',
		endColorstr='#efefef', GradientType=0); /* IE6-9 */
}

/*==================================================
   Page Containers
  ================================================*/
.container {
	background: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -109px;
}

.sidebar {
	margin-top: 12px;
}

#wrapper {
	font-size: .8em;
	margin: 0 auto;
	/*the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
	display: block;
	height: 100%;
	padding-bottom: 83px;
}

#wrapper:before, #wrapper:after {
	content: "";
	display: table;
}

#wrapper:after {
	clear: both;
}

/*-- Header Styles ----*/
header {
	background-color: #505c68;
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd9d0', endColorstr='#1a4364', GradientType=0 );  
		background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #dcd9d0), color-stop(90%, #1a4364));
		background-image: -webkit-linear-gradient(top, #dcd9d0 20%, #1a4364 90%);
		background-image: -moz-linear-gradient(top, #dcd9d0 20%, #1a4364 90%);
		background-image: -o-linear-gradient(top, #dcd9d0 20%, #1a4364 90%);
		background-image: linear-gradient(#1a6192 20%, #1a4364 90%);*/
	border-bottom: 1px solid #333;
}

.app-banner {
	width: 100%;
	position: relative;
	display: block;
	overflow: visible;
}

.banner-wrapper, .logo {
	position: relative;
	width: 960px;
	margin: 0 auto;
	overflow: visible;
	background: url(images/jig-spotlight.png) no-repeat left 12px;
}

a.app-logo {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	margin-left: -40px;
	margin-top: -8px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 5px #222;
	overflow: visible;
}

.logo-title {
	width: auto;
	display: inline-block;
	margin-top: -15px;
	background: url(images/jig-mdot-logo.png) no-repeat;
}

.app-title {
	font-family: JigOswald;
	display: block;
	position: relative;
	float: left;
	font-weight: 700;
	font-size: 6.5em;
	margin: 20px 0 0 95px;
	padding-right: 5px;
	filter: DropShadow(Color = #333333, OffX = 3, OffY = 3);
}

.app-desc {
	display: inline-block;
	position: absolute;
	white-space: normal;
	float: left;
	margin: 20px 0 0 5px;
}

.app-tagline {
	font-weight: bold;
	font-size: 2.2em;
	margin-bottom: 0;
	filter: DropShadow(Color = #333333, OffX = 3, OffY = 3);
}

.mdot-text {
	font-weight: 300;
	font-size: 1.5em;
	margin-bottom: 0;
	filter: DropShadow(Color = #333333, OffX = 1, OffY = 1);
}

.app-banner .print-logo {
	display: none;
}

header.display .app-banner {
	height: 25em;
	top: 1.5em;
	margin-bottom: 1em;
}

/*-- Global Utility Bar ----*/
.global-utility-bar {
	width: 100%;
	margin: 0px auto;
	display: block;
	float: left;
	overflow: hidden;
	z-index: 1000;
}

.global-utility-bar li {
	list-style-type: none;
	display: inline;
}

.global-utility-bar li+li a {
	border-left: 1px solid #fff;
}

.global-utility-bar a:link, .global-utility-bar a, .global-utility-bar a:visited
	{
	font-size: .75em;
	color: #fff;
	position: relative;
	padding: 0 6px;
	vertical-align: middle;
}

.global-utility-bar a:link, .global-utility-bar a {
	text-decoration: none;
}

.global-utility-bar a:hover, .global-utility-bar a:active,
	.global-utility-bar a:focus {
	text-decoration: none;
	background-color: white !important;
}

.global-links {
	display: block;
	position: relative;
	float: left;
}

.app-links {
	display: block;
	position: relative;
	float: right;
	overflow: hidden;
	padding-right: 3px;
	z-index: 1000;
}

.app-links ul, .global-links ul {
	padding-top: 0;
}

/*-- Top navigation styles ----*/
.top-nav {
	clear: both;
	font-size: .95em;
	background-color: #f6f6f6;
	border-top: 1px solid #666;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: -1px;
}

.top-nav ul {
	width: 960px;
	margin: 0 auto;
}

.top-nav a:link, .top-nav a, .top-nav a:visited {
	color: #555;
	position: relative;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.top-nav a:link.selected, .top-nav a.selected a, .top-nav a:visited.selected
	{
	background-color: #eee;
	color: #333;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.top-nav a:hover, .top-nav a:active, .top-nav a:focus {
	color: #555;
	border-right-color: #eee;
	border-left-color: #eee;
	text-decoration: none;
	background-color: #fff;
}

.top-nav li {
	list-style-type: none;
	display: inline;
	line-height: 1.8em;
}

/*-- Breadcrumb navigation ----*/
.breadcrumb-nav {
	padding-top: .9em;
}

.breadcrumb-nav ul {
	padding: 0;
	margin: 0;
}

.breadcrumb-nav a:link, .breadcrumb-nav a, .breadcrumb-nav ul li {
	font-size: .95em;
	color: #777;
	position: relative;
	text-decoration: none;
}

.breadcrumb-nav a:visited {
	text-decoration: none;
	color: #777;
}

.breadcrumb-nav a:hover, .breadcrumb-nav a:active, .breadcrumb-nav a:focus
	{
	text-decoration: underline;
	color: #333;
}

.breadcrumb-nav li.selected {
	font-size: .95em;
	font-weight: bold;
	color: #777;
	position: relative;
	text-decoration: none;
}

.breadcrumb-nav li {
	line-height: 1.1em;
	list-style-type: none;
	padding: 0px 1px 0px 0px;
	display: inline;
}

.breadcrumb-nav ul li+li:before {
	content: " > ";
	color: #999;
	font-weight: normal;
}

/*==================================================
   Left Nav Styles
  ================================================*/
.left-nav-primary a:after {
	/* text-decoration: inherit; */
	display: inline-block;
	speak: none;
	font-family: FontAwesome;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	color: #ccc;
	font-size: 1.0em;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -.45em;
	margin-right: -1px;
	height: 1em;
	text-decoration: none;
}

/*-- Left Nav List Headings ---- */
.left-nav-list {
	display: block;
	margin-bottom: 70px;
	margin-top: 20px;
	margin-left: -1px;
	width: 156px;
	position: relative;
	float: left;
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -15px 0 30px -28px #aaa;
}

.left-nav-list .left-nav-primary>ul>li {
	list-style-type: none;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	color: #0055ad;
	padding: 0 .86em .3em 0;
	display: block;
	position: relative;
}

.left-nav-list .left-nav-primary>ul>li+li {
	border-top: 1px solid #eee;
	padding-top: .4em;
}

.left-nav-lis .left-nav-primary>ul>li>a, .left-nav-list .left-nav-primary>ul>li>a:visited,
	.left-nav-list .left-nav-primary>ul>li>a:link {
	text-decoration: none;
	color: #0055ad;
	font-weight: normal;
}

.left-nav-list .left-nav-primary>ul>li>a:hover, .left-nav-list .left-nav-primary>ul>li>a.pseudo-class-hover,
	.left-nav-list .left-nav-primary>ul>li>a:focus {
	text-decoration: underline;
}

.left-nav-list .left-nav-primary>ul>li>a.selected:after, .left-nav-list .left-nav-primary>ul>li>a.selected:visited,
	.left-nav-list .left-nav-primary>ul>li>a.selected:hover, .left-nav-list .left-nav-primary>ul>li>a.selected:focus
	{
	color: #0055ad;
	content: "\f0da";
}

/* Left Nav List Items ---- */
.left-nav-list li ul.left-nav-secondary {
	font-size: .85em;
	border-right: none;
	list-style-type: none;
	display: block;
}

.left-nav-list ul.left-nav-secondary a, .left-nav-list ul.left-nav-secondary a:visited,
	.left-nav-list ul.left-nav-secondary a:link {
	color: #444;
	padding: 2px 22px 2px 10px;
	margin: 4px -8px 5px 0;
	font-weight: normal;
	text-decoration: none;
	display: block;
	position: relative;
	background-color: transparent;
	border: none !important;
	border-bottom: 1px solid transparent;
}

.left-nav-list ul.left-nav-secondary a.selected, .left-nav-list ul.left-nav-secondary a.selected:visited,
	.left-nav-list ul.left-nav-secondary a.selected:hover, .left-nav-list ul.left-nav-secondary a.selected:focus
	{
	font-weight: bold;
	color: #333;
}

.left-nav-list ul.left-nav-secondary a:after {
	content: '';
	right: 10px;
	font-size: 1em;
	margin-top: -.45em;
	color: #ddd;
}

.left-nav-list ul.left-nav-secondary a:hover:after, .left-nav-list ul.left-nav-secondary a.pseudo-class-hover:after
	{
	content: "\f105";
	color: #555;
	font-size: 1.2em;
}

.left-nav-list ul.left-nav-secondary a.selected:after {
	color: #333;
	content: "\f0da";
	font-size: 1.2em;
	font-weight: normal;
}

.left-nav-list ul.left-nav-secondary li {
	margin: 0;
}

.left-nav-list .left-nav-secondary li a:hover, .left-nav-list .left-nav-secondary li a.pseudo-class-hover,
	.left-nav-list .left-nav-secondary li a:active, .left-nav-list .left-nav-secondary li a:focus
	{
	background-color: #f8f8f8;
	text-decoration: underline;
	color: #333;
	font-weight: normal;
	border-top: none;
	border-left: none;
	border-bottom-color: transparent;
}

/* Mobile Nav Menu Button ---- */
.mobile-nav {
	position: relative;
	height: auto;
	font-size: 1em;
	text-align: left;
	vertical-align: middle;
	display: none;
	padding: 6px 0 6px 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #999;
	margin-bottom: -1px;
	background: #e5e5e5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #e5e5e5),
		color-stop(90%, #ccc));
	background-image: -webkit-linear-gradient(top, #e5e5e5 20%, #ccc 90%);
	background-image: -moz-linear-gradient(top, #e5e5e5 20%, #ccc 90%);
	background-image: -o-linear-gradient(top, #e5e5e5 20%, #ccc 90%);
	background-image: linear-gradient(#e5e5e5 20%, #ccc 90%);
}

.mobile-nav a {
	text-decoration: none;
	color: #333;
}

.mobile-menu i {
	font-weight: normal;
}

/*-- Left Nav Menu - primary item style ---- */
.left-nav-menu {
	margin-bottom: 70px;
	width: 156px;
	position: relative;
	float: left;
}

.left-nav-menu .left-nav-primary {
	background-color: #f2f2f2;
	list-style: none; /* this removes the list marker */
	font-size: 1.2em;
	color: #555;
	text-align: left;
	line-height: 1.3em;
	margin-top: 15px;
	margin-bottom: 15px;
	/* this creates the space between the navigation and any content below */
	box-shadow: 2px 2px 10px #f6f6f6;
}

.left-nav-menu .left-nav-primary li {
	position: relative;
	display: block;
	text-decoration: none;
}

.left-nav-menu .left-nav-primary a, .left-nav-menu .left-nav-primary a:visited,
	.left-nav-menu .left-nav-primary a:link {
	/* grouping these selectors makes sure that your links retain their button look even after being visited */
	color: #555;
	padding: .4em 25px .4em .4em;
	border: 1px solid #e5e5e5;
	border-top: 1px solid #ccc;
	margin: 0 0 -1px;
	text-decoration: none;
	display: block;
	position: relative;
	transition: background-color .3s ease-out, color .3s ease-out,
		border-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out, color .3s ease-out,
		border-color .3s ease-out;
}

.left-nav-menu .left-nav-primary a:hover:after, .left-nav-menu .left-nav-primary a.pseudo-class-hover:after,
	.left-nav-menu .left-nav-primary a:focus:after {
	color: #333;
	content: "\f105";
}

.left-nav-menu .left-nav-primary>ul>li>a.selected, .left-nav-menu .left-nav-primary>ul>li>a.selected:visited,
	.left-nav-menu .left-nav-primary>ul>li>a.selected:hover, .left-nav-menu .left-nav-primary>ul>li>a.selected:focus
	{
	/* this changes the background and text color for both mouse and keyboard navigators */
	color: #fff;
	background-color: #1a6192;
	border-color: #1a6192;
}

.left-nav-menu .left-nav-primary>ul>li>a.selected:after, .left-nav-menu .left-nav-primary>ul>li>a.selected:visited,
	.left-nav-menu .left-nav-primary>ul>li>a.selected:hover, .left-nav-menu .left-nav-primary>ul>li>a.selected:focus
	{
	color: #fff;
	content: "\f0da";
	font-weight: normal;
}

.left-nav-menu .left-nav-primary a[class^="-open"]:after, .left-nav-menu .left-nav-primary a[class*="-open"]:after
	{ /*changes symbol to minus*/
	text-decoration: inherit;
	display: inline-block;
	speak: none;
	font-family: FontAwesome;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	content: "\f068";
	font-size: 1em;
}

.left-nav-menu .left-nav-primary a.menu-closed:after {
	/*changes symbol to plus*/
	text-decoration: inherit;
	display: inline-block;
	speak: none;
	font-family: FontAwesome;
	font-weight: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	content: "\f067";
	font-size: 1em;
}

.left-nav-menu .left-nav-primary a:hover, .left-nav-menu .left-nav-primary a.pseudo-class-hover,
	.left-nav-menu .left-nav-primary a:active, .left-nav-menu .left-nav-primary a:focus
	{
	background: #fff;
	color: #333;
	border: 1px solid #e7e7e7;
	transition: background-color 0s ease-in, color 0s ease-in, border-color
		0s ease-in;
	-webkit-transition: background-color 0s ease-in, color 0s ease-in,
		border-color 0s ease-in;
}

/* Left Nav Menu - secondary item styles ---- */
.left-nav-menu ul.left-nav-secondary {
	font-size: .85em;
	border-right: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 12px;
	background-color: #fdfdfd;
	border: 1px solid #e9e9e9;
	box-shadow: inset 0 -2px 3px #efefef;
}

.left-nav-menu ul.left-nav-secondary a, .left-nav-menu ul.left-nav-secondary a:visited,
	.left-nav-menu ul.left-nav-secondary a:link {
	/* grouping these selectors makes sure that your links retain their button look  after being visited */
	padding: 2px 22px 2px 10px;
	margin: 4px 5px 5px 5px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background-color: transparent;
	border: none !important;
	border-bottom: 1px solid transparent;
}

.left-nav-menu ul.left-nav-secondary a.selected, .left-nav-menu ul.left-nav-secondary a.selected:visited,
	.left-nav-menu ul.left-nav-secondary a.selected:hover, .left-nav-menu ul.left-nav-secondary a.selected:focus
	{
	/* this changes the background and text color for both mouse and keyboard navigators */
	font-weight: bold;
	color: #333;
}

.left-nav-menu ul.left-nav-secondary a:after {
	content: '';
	right: 10px;
	font-size: 1em;
	margin-top: -.45em;
	color: #ddd;
}

.left-nav-menu ul.left-nav-secondary a:hover:after, .left-nav-menu ul.left-nav-secondary a.pseudo-class-hover:after
	{
	content: "\f105";
}

.left-nav-menu ul.left-nav-secondary a.selected:after {
	font-weight: bold;
	color: #333;
	content: "\f0da";
	font-size: 1.2em;
	font-weight: normal;
}

.left-nav-menu ul.left-nav-secondary li {
	margin: 0;
}

.left-nav-menu .left-nav-secondary li a:hover, .left-nav-menu .left-nav-secondary li a.pseudo-class-hover,
	.left-nav-menu .left-nav-secondary li a:active, .left-nav-menu .left-nav-secondary li a:focus
	{
	background-color: #eee;
	color: #333;
	font-weight: normal;
	border-top: none;
	border-left: none;
	border-bottom-color: transparent;
}

/*==================================================
   Alerts
  ================================================*/
.error, .warning, .notification, .success {
	padding: 0 15px 15px 50px;
	margin: 10px 0;
	position: relative;
}

.message {
	border-bottom: 1px solid #ccc;
}

.error *, .warning *, .notification *, .success *, .saved * {
	margin-bottom: 0;
	margin-top: 2px;
}

.error-title, .warning-title, .notification-title, .success-title,
	.message-title {
	font-size: 1.6em;
	margin-top: 11px;
	margin-bottom: 0;
}

.error button, .warning button, .notification button, .success button {
	margin-top: 10px;
}

.error-title:before, .warning-title:before, .success-title:before,
	.saved-title:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	font-size: 1.4em;
	margin-left: -40px;
	padding-right: 5px;
	display: inline-block;
	width: 1.1428571428571428em;
	text-align: right;
	padding-right: 0.2857142857142857em;
}

.error {
	background-color: #f6f6f6;
	border: 1px solid #ddd;
}

.error-title {
	color: red;
}

.error-title:before {
	color: red;
	content: "\f071";
}

.success {
	border: 1px solid #bde7b6;
	background-color: #ebfde8;
}

.success-title {
	font-size: 1.4em;
}

.success-title:before {
	color: green;
	content: "\f00c";
	font-size: 1.4em
}

.notification {
	border: 1px solid #ccc;
}

.notification-title {
	margin-left: -40px;
}

.notification-title i {
	font-size: 1.4em;
	padding-right: 5px;
}

.warning {
	background-color: #fbf7c6;
	border: 1px solid #ebe196;
}

.warning-title {
	margin-top: 10px;
}

.warning-title:before {
	color: #F60;
	content: "\f0e7"
}

.saved {
	background-color: #bde7b6;
	padding: 3px;
	position: relative;
	margin-left: 10px;
	margin-top: 15px;
}

.saved-title {
	font-size: 1.3em;
	padding-left: 20px;
}

.saved-title:before {
	font-size: 2.3em;
	color: green;
	content: "\f058";
	position: absolute;
	background-color: #fff;
	padding-right: 0;
	overflow: visible;
	top: 3px;
	left: 10px;
	text-indent: 15px
}

.screen-reader-text {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

a.close-icon {
	text-decoration: none;
}

.close-icon:after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	content: "\f057";
	font-size: 1.4em;
	position: absolute;
	right: 8px;
	top: 9px;
	color: red;
	height: 10px;
	width: 10px;
	background-color: #fff;
	text-indent: -3px;
	line-height: 8px;
	overflow: visible
}

/*==================================================
   Forms
  ================================================*/
/*-- Normalize CSS - normalizes form element styling across browsers ----*/
svg:not (:root ) {
	overflow: hidden;
}

button, input {
	line-height: normal;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
}

figure {
	margin: 0;
}

button[disabled], html input[disabled] {
	cursor: default;
}

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-cancel-button, input[type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: none;
}

button, input, select, textarea {
	font-family: inherit;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/*-- Form Containers ----*/
form {
	display: block;
	overflow: visible;
}

fieldset {
	border: none;
	margin: 10px 0 5px 0;
}

fieldset.border {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

fieldset.background {
	background-color: #f8f8f8;
	padding-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #e7e7e7;
}

fieldset.background legend {
	margin-left: -10px;
}

form legend, fieldset legend, legend {
	padding-left: 0;
	padding-right: 5px;
}

fieldset fieldset {
	border: none;
}

fieldset fieldset legend, fieldset.background fieldset legend {
	padding-top: 10px;
	margin-left: 0px;
	font-size: 1em;
	color: #333;
}

/*-- Form Components ----*/
label {
	display: block;
	position: relative;
	line-height: 1.6em;
}

.no-label {
	margin-top: 20px;
}

.no-wrap {
	white-space: nowrap;
}

select.no-label+.chosen-container {
	/*adds margin to chosen select box that has no label*/
	margin-top: 20px;
}

.additional-info {
	margin-top: -10px;
	margin-left: 3px;
}

form label.top {
	padding-top: 5px;
}

form label.left, form.label-left label {
	display: inline;
}

input, textarea {
	box-sizing: border-box;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-size: 1em;
	border: 1px solid #999;
	margin-bottom: 12px;
	margin-right: 5px;
	padding: .3em;
	width: 100%;
	margin-top: 0px;
}

select {
	box-sizing: border-box;
	border: 1px solid #999;
	width: 100%;
	line-height: 1.2em;
	padding: .3em;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}

.req-label:before {
	content: "*";
	color: red;
	font-weight: bold;
	vertical-align: top;
	line-height: 1em;
	font-size: 1em;
	margin: -2px 1px 0 -5px;
}

.indicate-optional-labels .req-label:before {
	content: "";
	color: red;
	margin: inherit;
}

.indicate-optional-labels .opt-label:after {
	content: " - optional";
	color: #aaa;
}

label.error {
	color: red;
	font-size: .85em;
	display: block;
	width: 100%;
	margin-top: -5px;
	margin-bottom: 5px;
	position: relative;
}

label.disabled {
	color: #999;
}

.form-requirement {
	line-height: .85em;
	font-size: .85em;
	margin-top: -3px;
	margin-bottom: 5px;
}

input[type=submit], input[type=reset], input[type=button], button,
	.button, a.button, a.big-button {
	font-size: .95em;
	display: inline-block;
	width: auto;
	color: #333;
	text-decoration: none !important;
	border: 1px solid #bdbdbd;
	background: #e5e5e5;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5',
		endColorstr='#d7d7d7', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #e5e5e5),
		color-stop(90%, #d7d7d7));
	background-image: -webkit-linear-gradient(top, #e5e5e5 20%, #d7d7d7 90%);
	background-image: -moz-linear-gradient(top, #e5e5e5 20%, #d7d7d7 90%);
	background-image: -o-linear-gradient(top, #e5e5e5 20%, #d7d7d7 90%);
	background-image: linear-gradient(#e5e5e5 20%, #d7d7d7 90%);
	height: auto;
	margin: 10px 5px 10px 0;
	position: relative;
	padding: .5em 1.8em;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input.small-button, button.small-button, a.small-button, .small-button {
	font-size: .85em;
	padding: .3em .7em;
	margin-top: 0;
}

input.big-button, button.big-button, a.big-button, .big-button {
	min-width: 150px;
	position: relative;
	font-size: 1.3em;
	padding: 14px 20px;
	margin: 6px 10px 10px 0;
	text-align: center;
	border-radius: 2px;
	border-color: #aaa;
	background: #e5e5e5;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5',
		endColorstr='#bbbbbb', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(50%, #e5e5e5),
		color-stop(90%, #bbb));
	background-image: -webkit-linear-gradient(top, #e5e5e5 50%, #bbb 90%);
	background-image: -moz-linear-gradient(top, #e5e5e5 50%, #bbb 90%);
	background-image: -o-linear-gradient(top, #e5e5e5 50%, #bbb 90%);
	background-image: linear-gradient(#e5e5e5 50%, #bbb 90%);
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover,
	button:hover, .big-button:hover, button.big-button:hover, .button:hover,
	a.big-button:hover, a.button:hover, button.ui-button:hover, input[type=submit]:focus,
	input[type=button]:focus, input[type=reset]:focus, button:focus,
	.big-button:focus, .button:focus, a.big-button:focus, a.button:focus,
	button.ui-button:focus, .pseudo-class-hover {
	border-color: #aaa;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #000;
	background: #e5e5e5;
}

input[type=submit]:active, button:active, input[type=button]:active,
	input[type=reset]:active, .big-button:active, .button:active, button.ui-button:active,
	button.pseudo-class-active {
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	background-image: none;
}

input:disabled, textarea:disabled, select:disabled, option:disabled {
	background-color: #f8f8f8;
	border-color: #d1d1d1;
	color: #999;
}

input[type=submit]:disabled, input[type=button]:disabled, input[type=reset]:disabled,
	button:disabled, .button:disabled, input[type=submit]:hover.disabled,
	input[type=button]:hover.disabled, input[type=reset]:hover.disabled,
	button:hover.disabled, .button:hover.disabled {
	opacity: 0.5;
	background: #ddd;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5',
		endColorstr='#d7d7d7', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #e5e5e5),
		color-stop(90%, #d7d7d7));
	background-image: -webkit-linear-gradient(top, #e5e5e5 20%, #d7d7d7 90%);
	background-image: -moz-linear-gradient(top, #e5e5e5 20%, #d7d7d7 90%);
	background-image: -o-linear-gradient(top, #e5e5e5 20%, #d7d7d7 90%);
	background-image: linear-gradient(#e5e5e5 20%, #c9c9c9 90%);
	border-color: #bdbdbd;
	box-shadow: none;
	cursor: default;
	color: #777;
}

.primary:disabled {
	background-image: none;
	background-color: #1584cb;
	border-color: #1584cb;
}

input[type=submit].primary, input.primary, button.primary, .button.primary
	{
	margin-right: 20px;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	background-color: #1a6192;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a6192',
		endColorstr='#15517b', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #15517b),
		color-stop(90%, #15517b));
	background-image: -webkit-linear-gradient(top, #1a6192 20%, #15517b 90%);
	background-image: -moz-linear-gradient(top, #1a6192 20%, #15517b 90%);
	background-image: -o-linear-gradient(top, #1a6192 20%, #15517b 90%);
	background-image: linear-gradient(#1a6192 20%, #15517b 90%);
	background-position: left bottom;
	border-color: #1a6192;
	padding: .44em 1.8em;
	min-width: 115px;
}

input.primary:hover, button.primary:hover, .button.primary:hover, input.primary:focus,
	button.primary:focus, .button.primary:focus, button.primary.pseudo-class-hover
	{
	background: #1584cb;
	border-color: #1584cb;
	color: #fff;
}

input[type=checkbox], input[type=radio] {
	width: auto;
	border: none;
	vertical-align: middle;
	margin: 0 3px 5px 2px;
	box-sizing: border-box;
	/* Address box sizing set to `content-box` in IE 8/9 */
	padding: 0; /* Remove excess padding in IE 8/9 */
}

input[type=checkbox] {
	margin: 5px 3px 5px 0 !important;
}

label.standard-height {
	padding-top: 20px;
	padding-bottom: 5px;
}

input[type=checkbox]:active, input[type=radio]:active, input[type=checkbox]:focus,
	input[type=radio]:focus {
	border: none;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid black;
}

input.error, textarea.error, select.error {
	border: 1px solid red;
}

.hidden {
	display: none;
}

/*-- support for Placeholder.js polyfill in IE8 ----*/
span.placeholder {
	position: absolute;
	font-size: 75%;
	color: red;
	padding: 4px 3px;
	z-index: 1;
	cursor: text;
}

span.placeholder-hide-except-screenreader {
	clip: rect(1px, 1px, 1px, 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

span.placeholder-hide {
	display: none;
}

label.visuallyhidden-with-placeholder {
	height: auto !important;
	overflow: visible !important;
	position: absolute !important;
	left: -999em;
}

/*==================================================
   Content and Text
  ================================================*/
/*-- Headings ----*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2.3em;
}

h4, legend {
	font-size: 1.6em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
}

.label-head {
	font-size: .9em;
	position: relative;
	float: left;
	display: block;
	color: #fff;
	margin-top: 10px;
	margin-left: -5px;
	background-color: #1a6192;
	padding: 3px 5px;
}

.label-head+h1, .label-head+h2, .label-head+h3, .label-head+h4,
	.label-head+h5, .label-head+h6 {
	margin-top: 4px;
}

aside>h4.label-head:first-child {
	margin-top: 0px;
}

/*-- Body Text ----*/
.leadin p, p.leadin {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.ada-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

span.definition {
	border-bottom: 1px dashed #0055ad;
	cursor: default;
}

.prettyprint { /*for use with prettify.js to style code blocks*/
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

a.learn-more {
	font-size: .85em;
	text-decoration: none;
	vertical-align: top;
}

a.learn-more:after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none !important;
	-webkit-font-smoothing: antialiased;
	content: " \f08e";
	*margin-left: .3em;
}

a.learn-more:hover {
	text-decoration: underline;
}

a.learn-more:after {
	text-decoration: none !important;
}

/*-- Lists ----*/
ul.divided-display-list, ul.divided-item-list {
	display: block;
	position: relative;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

ul.divided-display-list>ul>li, ul.divided-item-list>ul>li {
	display: block;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: -1px;
}

ul.divided-item-list>ul>li, ul.divided-display-list>ul>li {
	padding: 10px 0 25px 0;
}

ul.no-bullets {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

/*-- Horizontal Rules ----*/
.mi-light-hr, hr {
	border: 0;
	height: 1px;
	color: #eee;
	background-color: #eee;
	margin: 10px auto 10px auto;
}

.mi-dark-hr {
	color: #9f9f9f;
	background-color: #9f9f9f;
}

.mi-medium-hr {
	color: #d7d7d7;
	background-color: #d7d7d7;
}

footer .mi-dark-hr {
	margin: 0;
}

/*-- Images ----*/
.content-image-right {
	position: relative;
	float: right;
	background-color: #ededed;
}

.content-image-right img {
	border: 1px solid #ccc;
	position: relative;
}

.image-caption {
	font-size: .875em;
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	left: 5px;
	width: 90%;
	margin: 0 0 5px 0;
	padding: 3px 5px 5px 0;
	box-sizing: border-box;
	vertical-align: middle;
}

.image-credit-bottom {
	text-align: right;
	font-size: .7em;
	color: #bbb;
	margin: 0;
	padding-top: 1px;
	background-color: #fff;
}

.description {
	font-size: .9em;
	color: #666;
	margin-top: 10px;
}

/*-- Callouts & Sidebars ---*/
.callout {
	box-sizing: border-box;
}

aside h1, .aside h1 {
	margin-top: 2px;
	font-size: 2em;
	font-weight: normal;
}

aside h2, .aside h2 {
	margin-top: 2px;
	font-size: 1.7em;
	font-weight: normal;
}

aside h3, .aside h3 {
	margin-top: 2px;
	font-size: 1.6em;
	font-weight: normal;
}

aside h4, .aside h4 {
	margin-top: 2px;
	font-size: 1.4em;
	font-weight: normal;
}

.notice-box {
	display: block;
	position: relative;
	float: right;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.graybox {
	display: block;
	position: relative;
	float: right;
	padding: .9em;
	margin-bottom: 10px;
	background-color: #fafafa;
	border: 1px solid #ededed;
}

.example {
	display: block;
	box-sizing: border-box;
	position: relative;
	padding: .9em;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding-top: 25px;
}

.example-label {
	font-size: .9em;
	display: block;
	margin-bottom: 0;
	position: absolute;
	border-right: 6px solid #fff;
	border-bottom: 6px solid #fff;
	background: #1a6192;
	color: #fff;
	padding: 3px;
	width: auto;
	left: -5px;
	top: -1px;
}

.grayright, .callout {
	display: block;
	position: relative;
	float: right !important;
	padding: .9em;
	margin: 5px 0 10px 10px;
	width: 33%;
	background-color: #fafafa;
	border: 1px solid #ededed;
}

.ruled-center {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background-color: #fafafa;
	padding: 15px 35px;
	clear: both;
	text-align: center;
	overflow: hidden;
}

.ruled-left {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background-color: #fafafa;
	padding: 15px 35px;
	text-align: left;
	float: left;
	width: 25%;
}

/*-- Tables ----*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.jig-data-table {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.jig-data-table td {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #666;
	border: none;
	line-height: 1.6em;
}

.jig-data-table tr:last-child td {
	padding-bottom: 10px;
}

.jig-zebra-chart tr.odd {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.jig-zebra-chart tr.table-header td {
	background-color: #fff;
	color: #333;
	font-weight: bold;
	vertical-align: middle;
}

.jig-zebra-chart tr.table-header {
	height: 2.3em;
	border-bottom: 1px solid #ddd;
}

.minimal {
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

.minimal tr.odd, .minimal tr.even {
	background-color: #fff;
}

.minimal tr:hover td {
	background-color: #fafafa;
	color: #333;
}

.minimal tr.table-header td, .minimal tr.table-header:hover td {
	background-color: #f7f7f7;
	color: #333;
	font-weight: bold;
	vertical-align: bottom;
}

.minimal tr.table-header {
	height: 2.3em;
	border-bottom: 1px solid #ddd;
}

.simple tr {
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
}

.simple tr.odd, .simple tr.even {
	background-color: transparent;
	border-top: 1px solid #efefef;
}

.jig-data-table.simple tr:hover td {
	background-color: #f0f0f0;
	color: #333;
}

.simple tr.table-header td, .simple tr.table-header:hover td {
	background-color: #fff;
	color: #333;
	font-weight: bold;
	vertical-align: middle;
}

.simple tr.table-header {
	height: 2.3em;
	border-bottom: 1px solid #ddd;
	border-top: none;
	border-left: none;
	border-right: none;
}

/*==================================================
   Footer
  ================================================*/
footer {
	font-size: .8em;
	color: #666;
	background: none;
	width: 100%;
	text-align: center;
	clear: both;
}

.footer-content {
	display: block;
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: auto;
}

.push {
	clear: both;
	height: 35px;
}

.mi-footer-links a:visited {
	text-decoration: underline;
}

.mi-footer-links a, .mi-footer-links a:link {
	padding-left: 7px;
	margin-right: 8px;
	font-size: 1.0em;
	margin-top: 2px;
	text-decoration: underline;
	color: #565656;
	line-height: 44px
}

.mi-footer-links a:hover, .mi-footer-links a:active, .mi-footer-links a:focus
	{
	color: #333;
	text-decoration: underline;
}

.mi-footer-links {
	display: block;
	position: relative;
	clear: both;
	margin: 0;
}

.mi-footer-links ul {
	margin: 2px 0 0 0;
	padding: 0 8px;
}

.mi-footer-links li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
}

.mi-footer-links li+li:before {
	margin: 0;
}

.mi-footer-left, .mi-footer-right {
	width: 45.5%;
	margin-top: 12px;
	display: block;
	position: relative;
	float: left;
	text-align: right;
}

.mi-footer-right {
	text-align: left;
}

.mi-footer-center {
	width: 9%;
	display: block;
	position: relative;
	float: left;
	text-align: center;
}

.mi-copyright {
	margin: 0 8px 2px 8px;
	color: #9f9f9f;
}

.mi-sub-footer {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 5px 0;
	display: block;
	position: relative;
	clear: both;
}

/*-- Jig Icons ----*/
[class^="jig-icon-"], [class*=" jig-icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
	font-size: 1.4em;
	line-height: 1em;
}

[class^="jig-icon-"]:before, [class*=" jig-icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	cursor: default;
	speak: none;
}

.icon-link-behavior {
	color: #0055ad;
	text-decoration: none;
	cursor: pointer;
}

.icon-link-behavior:hover, .icon-link-behavior:active,
	.icon-link-behavior:focus {
	color: #660198;
	text-decoration: none;
}

.jig-icon-error:before {
	content: "\f071";
	color: red;
}

.jig-icon-warning:before {
	content: "\f0e7";
	color: #F60;
}

.jig-icon-success:before {
	content: "\f00c";
	color: green;
}

.jig-icon-info:before {
	content: "\f05a";
	color: #196ea5;
}

.jig-icon-help:before {
	content: "\f059";
	color: #196ea5;
	font-size: 16px;
}

.icon-blue {
	color: #196ea5;
}

/*-- Clearing methods ----*/
.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/*-- Floats & alignment ----*/
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.center-justify {
	text-align: center;
}

.right-justify {
	text-align: right;
}

/*==================================================
   MDOT Plugin Styles & Overrides
  ================================================*/

/*-- jQuery UI Overrides ----*/
.progress-label {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.progress-label-small {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 4px;
	font-size: .85em;
	line-height: .8em;
}

.ui-progressbar-small {
	height: 1.25em;
	text-align: left;
	overflow: hidden;
	margin-bottom: 5px;
}

.ui-widget-content .footrow {
	background: #eeeeee;
	border-bottom: none;
	border-top: 4px double #cccccc;
}

.ui-widget-content .footrow td {
	vertical-align: middle;
}

#btnAddSortOption, #btnRemoveSortOption {
	margin: 2px 0;
}

.ui-datepicker {
	width: 12.5em;
}

.ui-datepicker-trigger {
	vertical-align: middle;
	margin-left: 3px;
	margin-bottom: 4px;
	cursor: pointer;
	width: 20px;
}

#dialog_link {
	display: inline-block;
}

.ui-accordion, .ui-tabs {
	margin-bottom: 10px
}

.ui-accordion-header {
	font-size: 1.3em;
}

.ui-menu, .ui-menu .ui-menu-item a {
	font-size: .83em;
}

.ui-widget {
	font-size: inherit;
}

.ui-datepicker .ui-datepicker-header {
	background-image: none;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #d7d7d7;
}

.ui-datepicker table {
	font-size: .8em;
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}

.ui-tooltip, .arrow:after {
	position: absolute;
	background: #fff;
	border: 1px solid #999;
}

.ui-tooltip {
	padding: 15px;
	color: #333;
	border-radius: 3px;
}

.ui-dialog .ui-widget-header {
	padding: 5px 5px 3px 5px;
	background: #fff;
	border: none;
}

.ui-widget-overlay {
	z-index: 5000;
	height: 100%;
	position: fixed;
	background-image: none;
	background: #000;
	opacity: .65;
	filter: Alpha(Opacity = 30);
}

.ui-dialog {
	z-index: 5100;
	border: 1px solid #333 !important;
	border-radius: 0;
	border-color: #fff;
	box-shadow: 0px 0px 300px #d6d6d6;
}

.ui-dialog .ui-dialog-buttonpane {
	border: none;
	margin-top: 10px;
	border-top: 1px solid #d7d7d7;
	padding: 0 .4em .3em 0;
}

.ui-dialog h3 {
	margin-top: 0;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.ui-tabs .ui-tabs-nav li {
	margin: 0 1px 1px 1px;
}

.mdot-tabs .ui-tabs-nav li {
	margin-top: 8px;
	font-size: .9em;
}

.mdot-tabs.ui-tabs-nav li.ui-tabs-selected, .mdot-tabs .ui-tabs-nav li.ui-state-active
	{
	margin-top: 4px;
	padding: 2px 3px 0px 3px;
	font-size: 1.1em;
	outline: 0;
}

.mdot-tabs .ui-tabs-nav li a {
	padding: 5px 6px;
	outline: none;
}

.mdot-tabs .ui-tabs-nav li a:focus, .mdot-tabs .ui-tabs-nav li a:active
	{
	outline: none;
}

.mdot-tabs .ui-tabs-nav {
	padding-left: 0;
	padding-bottom: 0;
	margin-left: -1px;
	outline-offset:
}

.mdot-tabs ul {
	border: none;
	background: transparent;
}

.mdot-tabs {
	border: none;
}

.mdot-tabs .mdot-tab-content {
	border: 1px solid #ccc;
}

.mdot-tabs .ui-tabs-nav li.mdot-tab-error {
	border-color: #d00;
}

.mdot-tabs .ui-tabs-nav li.mdot-tab-error a {
	background-color: #d00;
	font-weight: bold;
	color: #fff;
	margin: 0;
	border-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.mdot-tabs.ui-tabs-nav li.ui-tabs-selected.mdot-tab-error, .mdot-tabs .ui-tabs-nav li.ui-state-active.mdot-tab-error
	{
	border-color: #d00;
}

.mdot-tabs.ui-tabs-nav li.ui-tabs-selected.mdot-tab-error a, .mdot-tabs .ui-tabs-nav li.ui-state-active.mdot-tab-error a
	{
	color: #d00;
	padding-left: 4px;
	padding-right: 4px;
}

#accordion, .ui-dialog {
	font-size: 80%
}

.mdot-tabs-min {
	background: transparent;
	border: none;
}

.mdot-tabs-min .ui-widget-header {
	background: transparent;
	border: none;
	border-bottom: 1px solid #c0c0c0;
}

.mdot-tabs-min .ui-tabs-nav .ui-state-default {
	background: transparent;
	border: none;
}

.mdot-tabs-min .ui-tabs-nav .ui-state-active {
	background: transparent url(images/uiTabsArrow.png) no-repeat bottom
		center;
	border: none;
}

.mdot-tabs-min .ui-tabs-nav .ui-state-default a {
	color: #666;
	background: transparent;
}

.mdot-tabs-min .ui-tabs-nav .ui-state-hover a, .mdot-tabs-min .ui-tabs-nav .ui-state-focus a
	{
	text-decoration: underline;
}

.mdot-tabs-min .ui-tabs-nav .ui-state-active a {
	color: #333;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

.mdot-tabs-min .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0;
}

/*--- MDOT Chosen Select box styles ---*/
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	margin-bottom: 12px;
	*display: inline;
}

.chosen-container .chosen-drop {
	background: #fff;
	border: 1px solid #aaa;
	border-top: 0;
	position: absolute;
	top: 100%;
	left: -9999px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	z-index: 1010;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}

/* Group Single Chosen ----*/
.chosen-container-single .chosen-single {
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#f5f5f5', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff),
		color-stop(80%, #f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff 20%, #f5f5f5 80%);
	background-image: -moz-linear-gradient(top, #ffffff 20%, #f5f5f5 80%);
	background-image: -o-linear-gradient(top, #ffffff 20%, #f5f5f5 80%);
	background-image: linear-gradient(#ffffff 20%, #f5f5f5 80%);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	line-height: 1.2em;
	padding: .3em;
	color: #333;
	text-decoration: none;
}

.chosen-container-single .chosen-default {
	color: #777;
}

.chosen-container-single .chosen-default b {
	color: #333;
}

.chosen-container-single .chosen-single span {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}

.chosen-container-single .chosen-single abbr:before {
	display: block;
	position: absolute;
	right: 26px;
	top: 6px;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	content: "\f00d";
}

.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 1.4em;
}

.chosen-container-single .chosen-single div b:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	content: "\f078";
	display: block;
	width: 100%;
	height: 100%;
	padding-top: .3em;
}

.chosen-container-single .chosen-search {
	padding: 3px 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	z-index: 1010;
}

.chosen-container-single .chosen-search input {
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee),
		color-stop(15%, #ffffff));
	background: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	outline: 0;
	border: 1px solid #aaa;
	font-family: sans-serif;
	font-size: 1em;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container-single .chosen-search:after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	content: "\f002";
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	color: #999;
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}

/* Group Multi Chosen ----*/
.chosen-container-multi .chosen-choices {
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee),
		color-stop(15%, #ffffff));
	background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
	border: 1px solid #aaa;
	margin: 0;
	padding: 0 18px 0 0;
	cursor: text;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.chosen-container-multi .chosen-choices .search-field {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-choices .search-field input {
	color: #666;
	color: red;
	background: transparent !important;
	border: 0 !important;
	padding: 5px;
	margin: 1px 0;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.chosen-container-multi .chosen-choices .search-field .default {
	color: #999;
}

.chosen-container-multi .chosen-choices .search-choice {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4',
		endColorstr='#eeeeee', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4),
		color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8),
		color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%,
		#eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	border: 1px solid #aaaaaa;
	line-height: 13px;
	padding: .3em 1.5em .3em 5px;
	margin: 3px 0 3px .3em;
	position: relative;
	cursor: default;
}

.chosen-container-multi .chosen-choices .search-choice.search-choice-disabled
	{
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4',
		endColorstr='#eeeeee', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4),
		color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8),
		color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%,
		#eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%
		);
	color: #666;
	border: 1px solid #cccccc;
	padding-right: 5px;
}

.chosen-container-multi .chosen-choices .search-choice-focus {
	background: #d4d4d4;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:before
	{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	content: "\f00d";
	display: block;
	position: absolute;
	right: 5px;
	top: 3px;
}

.chosen-container-multi .chosen-choices:after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	content: "\f067";
	color: #999;
	font-size: 1.1em;
	display: block;
	position: absolute;
	right: 6px;
	top: 7px;
}

.chosen-container-multi .chosen-choices:hover:after {
	color: #333
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close
	{
	color: #999;
	text-decoration: none;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover
	{
	color: #333;
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close
	{
	background-position: -42px -10px;
}

/* Group Results ----*/
.chosen-container .chosen-results {
	max-height: 240px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-container .chosen-results li {
	display: none;
	line-height: 15px;
	padding: 5px 6px;
	margin: 0;
	list-style: none;
}

.chosen-container .chosen-results .active-result {
	cursor: pointer;
	display: list-item;
}

.chosen-container .chosen-results .disabled-result {
	color: #ccc;
	cursor: default;
	display: list-item;
}

.chosen-container .chosen-results .disabled-result em {
	background: transparent;
}

.chosen-container .chosen-results .highlighted {
	background-color: #1a6192;
	color: #fff;
}

.chosen-container .chosen-results li em {
	background: #feffde;
	font-style: normal;
}

.chosen-container .chosen-results .highlighted em {
	background: transparent;
}

.chosen-container .chosen-results .no-results {
	background: #f4f4f4;
	display: list-item;
}

.chosen-container .chosen-results .group-result {
	cursor: default;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
}

.chosen-container .chosen-results .group-option {
	padding-left: 15px;
}

.chosen-container-multi .chosen-drop .result-selected {
	color: #ccc;
	cursor: default;
	display: list-item;
}

.chosen-container-multi .chosen-drop .result-selected em {
	background: transparent;
}

.chosen-container .chosen-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px;
	z-index: 1;
}

.chosen-container .chosen-results-scroll span {
	display: inline-block;
	height: 17px;
	text-indent: -5000px;
	width: 9px;
}

.chosen-container .chosen-results-scroll-down {
	bottom: 0;
}

.chosen-container .chosen-results-scroll-down span {
	background: url('chosen-sprite.png') no-repeat -4px -3px;
}

.chosen-container .chosen-results-scroll-up span {
	background: url('chosen-sprite.png') no-repeat -22px -3px;
}

/* Group Active ----*/
.chosen-container-active .chosen-single {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border: 1px solid #5897fb;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	background-color: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8',
		endColorstr='#ffffff', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f8f8f8),
		color-stop(80%, #ffffff));
	background-image: -webkit-linear-gradient(top, #f8f8f8 20%, #ffffff 80%);
	background-image: -moz-linear-gradient(top, #f8f8f8 20%, #ffffff 80%);
	background-image: -o-linear-gradient(top, #f8f8f8 20%, #ffffff 80%);
	background-image: linear-gradient(#f8f8f8 20%, #ffffff 80%);
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	background: transparent;
	border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border: 1px solid #5897fb;
}

.chosen-container-active .chosen-choices .search-field input {
	color: #111 !important;
}

/* Group Disabled Support ----*/
.chosen-disabled {
	cursor: default;
	opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
	cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}

/* Group Right to Left ----*/
.chosen-rtl {
	text-align: right;
}

.chosen-rtl .chosen-single {
	padding: 0 8px 0 0;
	overflow: visible;
}

.chosen-rtl .chosen-single span {
	margin-left: 26px;
	margin-right: 0;
	direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}

.chosen-rtl .chosen-single div {
	left: 3px;
	right: auto;
}

.chosen-rtl .chosen-single abbr {
	left: 26px;
	right: auto;
}

.chosen-rtl .chosen-choices .search-field input {
	direction: rtl;
}

.chosen-rtl .chosen-choices li {
	float: right;
}

.chosen-rtl .chosen-choices .search-choice {
	padding: 3px 5px 3px 19px;
	margin: 3px 5px 3px 0;
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
	left: 4px;
	right: auto;
}

.chosen-rtl .chosen-search {
	left: 9999px;
}

.chosen-rtl.chosen-with-drop .chosen-search {
	left: 0px;
}

.chosen-rtl .chosen-drop {
	left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results .group-option {
	padding-left: 0;
	padding-right: 15px;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div
	{
	border-right: none;
}

.chosen-rtl .chosen-search input {
	background: #fff url('chosen-sprite.png') no-repeat -30px -20px;
	background: url('chosen-sprite.png') no-repeat -30px -20px,
		-webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee),
		color-stop(15%, #ffffff));
	background: url('chosen-sprite.png') no-repeat -30px -20px,
		-webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('chosen-sprite.png') no-repeat -30px -20px,
		-moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('chosen-sprite.png') no-repeat -30px -20px,
		-o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('chosen-sprite.png') no-repeat -30px -20px,
		linear-gradient(#eeeeee 1%, #ffffff 15%);
	padding: 4px 5px 4px 20px;
	direction: rtl;
}

.chosen-container-single.chosen-rtl .chosen-single div b {
	background-position: 6px 2px;
}

.chosen-container-single.chosen-rtl.chosen-with-drop .chosen-single div b
	{
	background-position: -12px 2px;
}

/*==================================================
   Content Grid
  ==================================================
   Derived from the Twitter Bootstrap Grid scaffolding; http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem  */

/*-- Base Styles ----*/
.row {
	margin-left: -20px;
	*zoom: 1;
}

.row:before, .row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

[class*="cols-"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}

[class*="content-grid"]+[class*="cols-"] {
	margin-left: 0;
}

.grid-layout {
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #fff;
	height: 100%;
}

#wrapper.with-left-nav.responsive {
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
}

#wrapper.with-left-nav.responsive .grid-layout {
	width: 784px
}

.cols-12 {
	width: 784px;
}

.cols-11 {
	width: 717px;
}

.cols-10 {
	width: 650px;
}

.cols-9 {
	width: 583px;
}

.cols-8 {
	width: 516px;
}

.cols-7 {
	width: 449px;
}

.cols-6 {
	width: 382px;
}

.cols-5 {
	width: 315px;
}

.cols-4 {
	width: 248px;
}

.cols-3 {
	width: 181px;
}

.cols-2 {
	width: 114px;
}

.cols-1 {
	width: 114px;
	margin-bottom: 5px;
}

.offset-12 {
	margin-left: 784px;
}

.offset-11 {
	margin-left: 737px;
}

.offset-10 {
	margin-left: 670px;
}

.offset-9 {
	margin-left: 603px;
}

.offset-8 {
	margin-left: 536px;
}

.offset-7 {
	margin-left: 469px;
}

.offset-6 {
	margin-left: 402px;
}

.offset-5 {
	margin-left: 335px;
}

.offset-4 {
	margin-left: 268px;
}

.offset-3 {
	margin-left: 201px;
}

.offset-2 {
	margin-left: 134px;
}

.offset-1 {
	margin-left: 67px;
}

.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid:before, .row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="cols-"] {
	display: block;
	float: left;
	width: 100%;
 	margin-left: 2.127659574468085%;
	*margin-left: 2.074468085106383%;
}

.row-fluid [class*="cols-"]:first-child {
	margin-left: 0;
}

.row-fluid .controls-row [class*="cols-"]+[class*="cols-"] {
	margin-left: 2.127659574468085%;
}

.row-fluid .cols-12 {
	width: 100%;
	*width: 99.94680851063829%;
}

.row-fluid .cols-11 {
	width: 91.48936170212765%;
	*width: 91.43617021276594%;
}

.row-fluid .cols-10 {
	width: 82.97872340425532%;
	*width: 82.92553191489361%;
}

.row-fluid .cols-9 {
	width: 74.46808510638297%;
	*width: 74.41489361702126%;
}

.row-fluid .cols-8 {
	width: 65.95744680851064%;
	*width: 65.90425531914893%;
}

.row-fluid .cols-7 {
	width: 57.44680851063829%;
	*width: 57.39361702127659%;
}

.row-fluid .cols-6 {
	width: 48.93617021276595%;
	*width: 48.88297872340425%;
}

.row-fluid .cols-5 {
	width: 40.42553191489362%;
	*width: 40.37234042553192%;
}

.row-fluid .cols-4 {
	width: 31.914893617021278%;
	*width: 31.861702127659576%;
}

.row-fluid .cols-3 {
	width: 23.404255319148934%;
	*width: 23.351063829787233%;
}

.row-fluid .cols-2 {
	width: 14.893617021276595%;
	*width: 14.840425531914894%;
}

.row-fluid .cols-1 {
	width: 6.382978723404255%;
	*width: 6.329787234042553%;
}

.row-fluid .offset-12 {
	margin-left: 104.25531914893617%;
	*margin-left: 104.14893617021275%;
}

.row-fluid .offset-12:first-child {
	margin-left: 102.12765957446808%;
	*margin-left: 102.02127659574467%;
}

.row-fluid .offset-11 {
	margin-left: 95.74468085106382%;
	*margin-left: 95.6382978723404%;
}

.row-fluid .offset-11:first-child {
	margin-left: 93.61702127659574%;
	*margin-left: 93.51063829787232%;
}

.row-fluid .offset-10 {
	margin-left: 87.23404255319149%;
	*margin-left: 87.12765957446807%;
}

.row-fluid .offset-10:first-child {
	margin-left: 85.1063829787234%;
	*margin-left: 84.99999999999999%;
}

.row-fluid .offset-9 {
	margin-left: 78.72340425531914%;
	*margin-left: 78.61702127659572%;
}

.row-fluid .offset-9:first-child {
	margin-left: 76.59574468085106%;
	*margin-left: 76.48936170212764%;
}

.row-fluid .offset-8 {
	margin-left: 70.2127659574468%;
	*margin-left: 70.10638297872339%;
}

.row-fluid .offset-8:first-child {
	margin-left: 68.08510638297872%;
	*margin-left: 67.9787234042553%;
}

.row-fluid .offset-7 {
	margin-left: 61.70212765957446%;
	*margin-left: 61.59574468085106%;
}

.row-fluid .offset-7:first-child {
	margin-left: 59.574468085106375%;
	*margin-left: 59.46808510638297%;
}

.row-fluid .offset-6 {
	margin-left: 53.191489361702125%;
	*margin-left: 53.085106382978715%;
}

.row-fluid .offset-6:first-child {
	margin-left: 51.063829787234035%;
	*margin-left: 50.95744680851063%;
}

.row-fluid .offset-5 {
	margin-left: 44.68085106382979%;
	*margin-left: 44.57446808510638%;
}

.row-fluid .offset-5:first-child {
	margin-left: 42.5531914893617%;
	*margin-left: 42.4468085106383%;
}

.row-fluid .offset-4 {
	margin-left: 36.170212765957444%;
	*margin-left: 36.06382978723405%;
}

.row-fluid .offset-4:first-child {
	margin-left: 34.04255319148936%;
	*margin-left: 33.93617021276596%;
}

.row-fluid .offset-3 {
	margin-left: 27.659574468085104%;
	*margin-left: 27.5531914893617%;
}

.row-fluid .offset-3:first-child {
	margin-left: 25.53191489361702%;
	*margin-left: 25.425531914893618%;
}

.row-fluid .offset-2 {
	margin-left: 19.148936170212764%;
	*margin-left: 19.04255319148936%;
}

.row-fluid .offset-2:first-child {
	margin-left: 17.02127659574468%;
	*margin-left: 16.914893617021278%;
}

.row-fluid .offset-1 {
	margin-left: 10.638297872340425%;
	*margin-left: 10.53191489361702%;
}

.row-fluid .offset-1:first-child {
	margin-left: 8.51063829787234%;
	*margin-left: 8.404255319148938%;
}

[class*="cols-"].hide, .row-fluid [class*="cols-"].hide {
	display: none;
}

[class*="cols-"].pull-right, .row-fluid [class*="cols-"].pull-right {
	float: right;
}

.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}

.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}

.container-fluid:before, .container-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}

.container-fluid:after {
	clear: both;
}

input.cols-12, textarea.cols-12 {
	width: 784px;
}

input.cols-11, textarea.cols-11 {
	width: 717px;
}

input.cols-10, textarea.cols-10 {
	width: 650px;
}

input.cols-9, textarea.cols-9 {
	width: 583px;
}

input.cols-8, textarea.cols-8 {
	width: 516px;
}

input.cols-7, textarea.cols-7 {
	width: 449px;
}

input.cols-6, textarea.cols-6 {
	width: 382px;
}

input.cols-5, textarea.cols-5 {
	width: 315px;
}

input.cols-4, textarea.cols-4 {
	width: 248px;
}

input.cols-3, textarea.cols-3 {
	width: 181px;
}

input.cols-2, textarea.cols-2 {
	width: 114px;
}

input.cols-1, textarea.cols-1 {
	width: 114px;
}

input[class*="cols-"], select[class*="cols-"], textarea[class*="cols-"],
	.uneditable-input[class*="cols-"], .row-fluid input[class*="cols-"],
	.row-fluid select[class*="cols-"], .row-fluid textarea[class*="cols-"],
	.row-fluid .uneditable-input[class*="cols-"] {
	margin-left: 0;
}

.input-append input[class*="cols-"], .input-append .uneditable-input[class*="cols-"],
	.input-prepend input[class*="cols-"], .input-prepend .uneditable-input[class*="cols-"],
	.row-fluid input[class*="cols-"], .row-fluid select[class*="cols-"],
	.row-fluid textarea[class*="cols-"], .row-fluid .uneditable-input[class*="cols-"],
	.row-fluid .input-prepend [class*="cols-"], .row-fluid .input-append [class*="cols-"]
	{
	display: inline-block;
}

table td[class*="cols-"], table th[class*="cols-"], .row-fluid table td[class*="cols-"],
	.row-fluid table th[class*="cols-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}

.table td.cols-1, .table th.cols-1 {
	float: none;
	width: 47px;
	margin-left: 0;
}

.table td.cols-2, .table th.cols-2 {
	float: none;
	width: 114px;
	margin-left: 0;
}

.table td.cols-3, .table th.cols-3 {
	float: none;
	width: 181px;
	margin-left: 0;
}

.table td.cols-4, .table th.cols-4 {
	float: none;
	width: 248px;
	margin-left: 0;
}

.table td.cols-5, .table th.cols-5 {
	float: none;
	width: 315px;
	margin-left: 0;
}

.table td.cols-6, .table th.cols-6 {
	float: none;
	width: 382px;
	margin-left: 0;
}

.table td.cols-7, .table th.cols-7 {
	float: none;
	width: 449px;
	margin-left: 0;
}

.table td.cols-8, .table th.cols-8 {
	float: none;
	width: 516px;
	margin-left: 0;
}

.table td.cols-9, .table th.cols-9 {
	float: none;
	width: 583px;
	margin-left: 0;
}

.table td.cols-10, .table th.cols-10 {
	float: none;
	width: 650px;
	margin-left: 0;
}

.table td.cols-11, .table th.cols-11 {
	float: none;
	width: 717px;
	margin-left: 0;
}

.table td.cols-12, .table th.cols-12 {
	float: none;
	width: 784px;
	margin-left: 0;
}

table td[class*="cols-"], table th[class*="cols-"], .row-fluid table td[class*="cols-"],
	.row-fluid table th[class*="cols-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

@
-ms-viewport {
	width: device-width;
}

.hidden {
	display: none;
	visibility: hidden;
}

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

.visible-desktop {
	display: inherit !important;
}

.visible-print {
	display: none !important;
}

/*-- Responsive Grid Styles ----*/
@media ( min-width : 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
}

@media ( max-width : 767px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
}

/* Normal monitors ----*/
@media ( min-width : 1200px) {
	html {
		font-size: 110%
	}
	.row {
		margin-left: -20px;
	}
	.left-nav-menu, .left-nav-list {
		width: 192px;
	}
	#wrapper.with-left-nav.responsive, .logo, .footer-content {
		width: 1200px;
		margin: auto;
	}
	#wrapper.with-left-nav.responsive .grid-layout {
		width: 988px;
	}
	[class*="cols-"] {
		margin-left: 20px;
	}
	.cols-12 {
		width: 988px;
	}
	.cols-11 {
		width: 904px;
	}
	.cols-10 {
		width: 820px;
	}
	.cols-9 {
		width: 736px;
	}
	.cols-8 {
		width: 652px;
	}
	.cols-7 {
		width: 568px;
	}
	.cols-6 {
		width: 484px;
	}
	.cols-5 {
		width: 400px;
	}
	.cols-4 {
		width: 316px;
	}
	.cols-3 {
		width: 232px;
	}
	.cols-2 {
		width: 148px;
	}
	.cols-1 {
		width: 148px;
	}
	.offset-12 {
		margin-left: 1230px;
	}
	.offset-11 {
		margin-left: 1130px;
	}
	.offset-10 {
		margin-left: 1030px;
	}
	.offset-9 {
		margin-left: 930px;
	}
	.offset-8 {
		margin-left: 830px;
	}
	.offset-7 {
		margin-left: 730px;
	}
	.offset-6 {
		margin-left: 630px;
	}
	.offset-5 {
		margin-left: 530px;
	}
	.offset-4 {
		margin-left: 430px;
	}
	.offset-3 {
		margin-left: 330px;
	}
	.offset-2 {
		margin-left: 230px;
	}
	.offset-1 {
		margin-left: 130px;
	}
	input, textarea, .uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="cols-"]+[class*="cols-"] {
		margin-left: 30px;
	}
	input.cols-12, textarea.cols-12 {
		width: 1156px;
	}
	input.cols-11, textarea.cols-11 {
		width: 1056px;
	}
	input.cols-10, textarea.cols-10 {
		width: 956px;
	}
	input.cols-9, textarea.cols-9 {
		width: 856px;
	}
	input.cols-8, textarea.cols-8 {
		width: 756px;
	}
	input.cols-7, textarea.cols-7 {
		width: 656px;
	}
	input.cols-6, textarea.cols-6 {
		width: 556px;
	}
	input.cols-5, textarea.cols-5 {
		width: 456px;
	}
	input.cols-4, textarea.cols-4 {
		width: 356px;
	}
	input.cols-3, textarea.cols-3 {
		width: 256px;
	}
	input.cols-2, textarea.cols-2 {
		width: 156px;
	}
	input.cols-1, textarea.cols-1 {
		width: 56px;
	}
}

/* Big monitors ----*/
@media ( min-width : 1800px) {
	html {
		font-size: 125%
	}
	.row {
		margin-left: -30px;
	}
	.left-nav-menu, .left-nav-list {
		width: 236px;
	}
	#wrapper.with-left-nav.responsive, .logo, .footer-content {
		width: 1700px;
		margin: auto;
	}
	#wrapper.with-left-nav.responsive .grid-layout {
		width: 1434px;
	}
	[class*="cols-"] {
		margin-left: 30px;
	}
	.mi-footer-left, .mi-footer-right {
		width: 48%;
	}
	.mi-footer-center {
		width: 4%;
	}
	.cols-12 {
		width: 1434px;
	}
	.cols-11 {
		width: 1312px;
	}
	.cols-10 {
		width: 1190px;
	}
	.cols-9 {
		width: 1068px;
	}
	.cols-8 {
		width: 946px;
	}
	.cols-7 {
		width: 824px;
	}
	.cols-6 {
		width: 702px;
	}
	.cols-5 {
		width: 580px;
	}
	.cols-4 {
		width: 458px;
	}
	.cols-3 {
		width: 336px;
	}
	.cols-2 {
		width: 214px;
	}
	.cols-1 {
		width: 214px;
	}
	.offset-12 {
		margin-left: 1410px;
	}
	.offset-11 {
		margin-left: 1290px;
	}
	.offset-10 {
		margin-left: 1170px;
	}
	.offset-9 {
		margin-left: 1050px;
	}
	.offset-8 {
		margin-left: 930px;
	}
	.offset-7 {
		margin-left: 810px;
	}
	.offset-6 {
		margin-left: 690px;
	}
	.offset-5 {
		margin-left: 570px;
	}
	.offset-4 {
		margin-left: 450px;
	}
	.offset-3 {
		margin-left: 330px;
	}
	.offset-2 {
		margin-left: 210px;
	}
	.offset-1 {
		margin-left: 90px;
	}
	input, textarea, .uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="cols-"]+[class*="cols-"] {
		margin-left: 30px;
	}
	input.cols-12, textarea.cols-12 {
		width: 1156px;
	}
	input.cols-11, textarea.cols-11 {
		width: 1056px;
	}
	input.cols-10, textarea.cols-10 {
		width: 956px;
	}
	input.cols-9, textarea.cols-9 {
		width: 856px;
	}
	input.cols-8, textarea.cols-8 {
		width: 756px;
	}
	input.cols-7, textarea.cols-7 {
		width: 656px;
	}
	input.cols-6, textarea.cols-6 {
		width: 556px;
	}
	input.cols-5, textarea.cols-5 {
		width: 456px;
	}
	input.cols-4, textarea.cols-4 {
		width: 356px;
	}
	input.cols-3, textarea.cols-3 {
		width: 256px;
	}
	input.cols-2, textarea.cols-2 {
		width: 156px;
	}
	input.cols-1, textarea.cols-1 {
		width: 56px;
	}
	.thumbnails {
		margin-left: -30px;
	}
	.thumbnails>ul>li {
		margin-left: 30px;
	}
	.row-fluid .thumbnails {
		margin-left: 0;
	}
}

/*-- Only tablet-size screens ----*/
@media ( min-width : 768px) and (max-width: 979px) {
	.row {
		margin-left: -20px;
	}
	[class*="cols-"] {
		margin-left: 20px;
	}
	.left-nav-menu, .left-nav-list {
		width: 156px
	}
	#wrapper.with-left-nav.responsive, .logo, .footer-content {
		width: 768px;
	}
	.logo {
		padding-left: 30px;;
		margin: auto;
	}
	#wrapper.with-left-nav.responsive .grid-layout {
		width: 592px
	}
	.cols-12 {
		width: 592px;
	}
	.cols-11 {
		width: 541px;
	}
	.cols-10 {
		width: 490px;
	}
	.cols-9 {
		width: 439px;
	}
	.cols-8 {
		width: 388px;
	}
	.cols-7 {
		width: 337px;
	}
	.cols-6 {
		width: 286px;
	}
	.cols-5 {
		width: 235px;
	}
	.cols-4 {
		width: 184px;
	}
	.cols-3 {
		width: 133px;
	}
	.cols-2 {
		width: 82px;
		margin-bottom: 5px;
	}
	.cols-1 {
		width: 82px;
		margin-bottom: 5px;
	}
	.offset-12 {
		margin-left: 764px;
	}
	.offset-11 {
		margin-left: 702px;
	}
	.offset-10 {
		margin-left: 640px;
	}
	.offset-9 {
		margin-left: 578px;
	}
	.offset-8 {
		margin-left: 516px;
	}
	.offset-7 {
		margin-left: 454px;
	}
	.offset-6 {
		margin-left: 392px;
	}
	.offset-5 {
		margin-left: 330px;
	}
	.offset-4 {
		margin-left: 268px;
	}
	.offset-3 {
		margin-left: 206px;
	}
	.offset-2 {
		margin-left: 144px;
	}
	.offset-1 {
		margin-left: 82px;
	}
	input, textarea, .uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="cols-"]+[class*="cols-"] {
		margin-left: 20px;
	}
	input.cols-12, textarea.cols-12 {
		width: 710px;
	}
	input.cols-11, textarea.cols-11 {
		width: 648px;
	}
	input.cols-10, textarea.cols-10 {
		width: 586px;
	}
	input.cols-9, textarea.cols-9 {
		width: 524px;
	}
	input.cols-8, textarea.cols-8 {
		width: 462px;
	}
	input.cols-7, textarea.cols-7 {
		width: 400px;
	}
	input.cols-6, textarea.cols-6 {
		width: 338px;
	}
	input.cols-5, textarea.cols-5 {
		width: 276px;
	}
	input.cols-4, textarea.cols-4 {
		width: 214px;
	}
	input.cols-3, textarea.cols-3 {
		width: 152px;
	}
	input.cols-2, textarea.cols-2 {
		width: 90px;
	}
	input.cols-1, textarea.cols-1 {
		width: 28px;
	}
}

/*-- Portrait Tablets, small tablets and phones----*/
@media ( max-width : 767px) {
	html {
		font-size: 120%;
	}
	img {
		display: block;
		margin: 0 auto;
	}
	.footer-content {
		width: 93%;
	}
	.mi-footer-center {
		width: 12%;
	}
	.mi-footer-left, .mi-footer-right {
		width: 43.9%;
	}
	.mdot-text {
		display: none;
	}
	.app-links li {
		display: none;
	}
	.app-links li.logout {
		display: block;
	}
	.app-links li.logout a {
		border: none;
	}
	.app-title {
		font-size: 5.4em;
		margin-left: 80px;
	}
	a.app-logo {
		margin: 0;
		width: 100%;
	}
	.app-desc {
		margin-top: 18px;
		display: inline-block;
	}
	.app-tagline {
		font-size: 2em;
		line-height: 1.2em;
	}
	.logo {
		margin: 0;
		width: 100%
	}
	.logo-title {
		background: url(images/jig-mdot-logo-medium.png) no-repeat 0 6px;
	}
	.breadcrumb-nav {
		display: none;
	}
	code.prettyprint {
		white-space: pre-wrap;
	}
	.left-nav-menu, .left-nav-list {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	#wrapper.with-left-nav.responsive, #wrapper.with-left-nav.responsive .grid-layout
		{
		width: auto;
		float: none;
		margin-left: 0;
	}
	.left-nav-list {
		height: auto;
		display: none;
		overflow: hidden;
		background-color: #eee;
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		margin-top: 0px;
		box-shadow: inset 0 -5px 10px -5px #999;
		border-bottom: 1px solid #333;
	}
	.left-nav-list li {
		cursor: pointer;
	}
	.left-nav-list ul.left-nav-secondary {
		display: none;
		overflow: hidden;
	}
	a.app-logo {
		margin-top: -20px;
	}
	.mobile-nav {
		display: block;
	}
	.container-fluid {
		padding: 0;
	}
	.dl-horizontal dt {
		float: none;
		width: auto;
		clear: none;
		text-align: left;
	}
	.dl-horizontal dd {
		margin-left: 0;
	}
	.row-fluid {
		width: 100%;
	}
	.row, .thumbnails {
		margin-left: 0;
	}
	.thumbnails>ul>li {
		float: none;
		margin-left: 0;
	}
	[class*="cols-"], .uneditable-input[class*="cols-"], .row-fluid [class*="cols-"]
		{
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cols-12, .row-fluid .cols-12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid [class*="prefix"]:first-child {
		margin-left: 0;
	}
	.input-large, .input-xlarge, .input-xxlarge, input[class*="cols-"],
		select[class*="cols-"], textarea[class*="cols-"] {
		display: block;
		width: 100%;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.input-prepend input, .input-append input, .input-prepend input[class*="cols-"],
		.input-append input[class*="cols-"] {
		display: inline-block;
		width: auto;
	}
	.controls-row [class*="cols-"]+[class*="cols-"] {
		margin-left: 0;
	}
}

/*-- Phone styles ----*/
@media ( max-width : 480px) {
	.mdot-text {
		display: none;
	}
	.app-desc {
		position: relative;
		text-align: center;
		margin: 0;
		padding: 0 0 10px 0;
		width: 100%
	}
	.app-tagline {
		font-size: 1.8em;
	}
	.logo {
		margin: 0;
		width: 100%
	}
	.logo-title {
		margin-left: -40px;
	}
	.app-logo {
		width: 90%;
		text-align: center;
	}
	.mi-footer-left, .mi-footer-right {
		width: 50%;
	}
	.mi-footer-left {
		margin-left: auto;
	}
	.mi-footer-center {
		position: absolute;
		left: 50%;
		margin-left: -40px;
		bottom: -30px;
	}
	.mi-left-links {
		text-align: left;
		float: left;
	}
	.mi-footer-links li+li:before {
		content: "";
	}
	.mi-right-links {
		float: right;
		text-align: right;
	}
	.mi-footer-links {
		padding-bottom: 50px;
		font-size: 1em;
	}
	.mi-footer-links li {
		display: block;
		list-style-type: disc;
		margin-left: 5px;
		padding: 3px 0;
	}
	.mi-copyright {
		margin: 0 5px 2px 0;
	}
	.mi-footer-left .mi-copyright {
		margin-right: -5px;
	}
	.mi-footer-right .mi-copyright {
		margin-left: 10px;
	}
	.mi-footer-left .mi-copyright:after {
		content: " • ";
	}
}

@media ( min-width : 980px) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}
}

/*==================================================
   Font Awesome 3.2.1 core
  ================================================*/
[class^="icon-"], [class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}

.icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333333em;
}

.icon-button {
	display: block;
	float: left;
	position: relative;
	font-size: 1.2em;
	padding: .28em .3em;
	text-align: center;
	border: 1px solid transparent;
}

.icon-button i:before {
	text-decoration: none;
}

.icon-button:visited {
	color: #333;
}

.icon-button:hover {
	background-color: #eee;
	border: 1px solid #ddd;
}

a [class^="icon-"], a [class*=" icon-"] {
	display: inline;
}

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
	display: inline-block;
	width: 1.1428571428571428em;
	text-align: right;
	padding-right: 0.2857142857142857em;
}

[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large
	{
	width: 1.4285714285714286em;
}

.icons-ul {
	margin-left: 2.142857142857143em;
	list-style-type: none;
}

.icons-ul>ul>li {
	position: relative;
}

.icons-ul .icon-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	text-align: center;
	line-height: inherit;
}

[class^="icon-"].hide, [class*=" icon-"].hide {
	display: none;
}

.icon-muted {
	color: #eeeeee;
}

.icon-light {
	color: #ffffff;
}

.icon-dark {
	color: #333333;
}

.icon-border {
	border: solid 1px #eeeeee;
	padding: .2em .25em .15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.icon-2x {
	font-size: 2em;
}

.icon-2x.icon-border {
	border-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.icon-3x {
	font-size: 3em;
}

.icon-3x.icon-border {
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.icon-4x {
	font-size: 4em;
}

.icon-4x.icon-border {
	border-width: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.icon-5x {
	font-size: 5em;
}

.icon-5x.icon-border {
	border-width: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
	margin-right: .3em;
}

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
	margin-left: .3em;
}

/*-- Stacked and layered icon ----*/
.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: -35%;
}

.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: inherit;
	*line-height: 2em;
}

.icon-stack .icon-stack-base {
	font-size: 2em;
	*line-height: 1em;
}
/*-- Animated rotating icon ----*/
.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link ----*/
a .icon-stack, a .icon-spin {
	display: inline-block;
	text-decoration: none;
}

@
-moz-keyframes spin { 0% {
	-moz-transform: rotate(0deg);
}

100%
{
-moz-transform
:
 
rotate
(359deg);

		
}
}
@
-webkit-keyframes spin { 0% {
	-webkit-transform: rotate(0deg);
}

100%
{
-webkit-transform
:
 
rotate
(359deg);

		
}
}
@
-o-keyframes spin { 0% {
	-o-transform: rotate(0deg);
}

100%
{
-o-transform
:
 
rotate
(359deg);

		
}
}
@
-ms-keyframes spin { 0% {
	-ms-transform: rotate(0deg);
}

100%
{
-ms-transform
:
 
rotate
(359deg);

		
}
}
@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform
:
 
rotate
(359deg);

		
}
}
/*-- Icon rotations and mirroring ----*/
.icon-rotate-90:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icon-flip-vertical:before {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before,
	a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
	display: inline-block;
}

/*---- Icons ---- */
.icon-glass:before {
	content: "\f000";
}

.icon-music:before {
	content: "\f001";
}

.icon-search:before {
	content: "\f002";
}

.icon-envelope-alt:before {
	content: "\f003";
}

.icon-heart:before {
	content: "\f004";
}

.icon-star:before {
	content: "\f005";
}

.icon-star-empty:before {
	content: "\f006";
}

.icon-user:before {
	content: "\f007";
}

.icon-film:before {
	content: "\f008";
}

.icon-th-large:before {
	content: "\f009";
}

.icon-th:before {
	content: "\f00a";
}

.icon-th-list:before {
	content: "\f00b";
}

.icon-ok:before {
	content: "\f00c";
}

.icon-remove:before {
	content: "\f00d";
}

.icon-zoom-in:before {
	content: "\f00e";
}

.icon-zoom-out:before {
	content: "\f010";
}

.icon-power-off:before, .icon-off:before {
	content: "\f011";
}

.icon-signal:before {
	content: "\f012";
}

.icon-gear:before, .icon-cog:before {
	content: "\f013";
}

.icon-trash:before {
	content: "\f014";
}

.icon-home:before {
	content: "\f015";
}

.icon-file-alt:before {
	content: "\f016";
}

.icon-time:before {
	content: "\f017";
}

.icon-road:before {
	content: "\f018";
}

.icon-download-alt:before {
	content: "\f019";
}

.icon-download:before {
	content: "\f01a";
}

.icon-upload:before {
	content: "\f01b";
}

.icon-inbox:before {
	content: "\f01c";
}

.icon-play-circle:before {
	content: "\f01d";
}

.icon-rotate-right:before, .icon-repeat:before {
	content: "\f01e";
}

.icon-refresh:before {
	content: "\f021";
}

.icon-list-alt:before {
	content: "\f022";
}

.icon-lock:before {
	content: "\f023";
}

.icon-flag:before {
	content: "\f024";
}

.icon-headphones:before {
	content: "\f025";
}

.icon-volume-off:before {
	content: "\f026";
}

.icon-volume-down:before {
	content: "\f027";
}

.icon-volume-up:before {
	content: "\f028";
}

.icon-qrcode:before {
	content: "\f029";
}

.icon-barcode:before {
	content: "\f02a";
}

.icon-tag:before {
	content: "\f02b";
}

.icon-tags:before {
	content: "\f02c";
}

.icon-book:before {
	content: "\f02d";
}

.icon-bookmark:before {
	content: "\f02e";
}

.icon-print:before {
	content: "\f02f";
}

.icon-camera:before {
	content: "\f030";
}

.icon-font:before {
	content: "\f031";
}

.icon-bold:before {
	content: "\f032";
}

.icon-italic:before {
	content: "\f033";
}

.icon-text-height:before {
	content: "\f034";
}

.icon-text-width:before {
	content: "\f035";
}

.icon-align-left:before {
	content: "\f036";
}

.icon-align-center:before {
	content: "\f037";
}

.icon-align-right:before {
	content: "\f038";
}

.icon-align-justify:before {
	content: "\f039";
}

.icon-list:before {
	content: "\f03a";
}

.icon-indent-left:before {
	content: "\f03b";
}

.icon-indent-right:before {
	content: "\f03c";
}

.icon-facetime-video:before {
	content: "\f03d";
}

.icon-picture:before {
	content: "\f03e";
}

.icon-pencil:before {
	content: "\f040";
}

.icon-map-marker:before {
	content: "\f041";
}

.icon-adjust:before {
	content: "\f042";
}

.icon-tint:before {
	content: "\f043";
}

.icon-edit:before {
	content: "\f044";
}

.icon-share:before {
	content: "\f045";
}

.icon-check:before {
	content: "\f046";
}

.icon-move:before {
	content: "\f047";
}

.icon-step-backward:before {
	content: "\f048";
}

.icon-fast-backward:before {
	content: "\f049";
}

.icon-backward:before {
	content: "\f04a";
}

.icon-play:before {
	content: "\f04b";
}

.icon-pause:before {
	content: "\f04c";
}

.icon-stop:before {
	content: "\f04d";
}

.icon-forward:before {
	content: "\f04e";
}

.icon-fast-forward:before {
	content: "\f050";
}

.icon-step-forward:before {
	content: "\f051";
}

.icon-eject:before {
	content: "\f052";
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-plus-sign:before {
	content: "\f055";
}

.icon-minus-sign:before {
	content: "\f056";
}

.icon-remove-sign:before {
	content: "\f057";
}

.icon-ok-sign:before {
	content: "\f058";
}

.icon-question-sign:before {
	content: "\f059";
}

.icon-info-sign:before {
	content: "\f05a";
}

.icon-screenshot:before {
	content: "\f05b";
}

.icon-remove-circle:before {
	content: "\f05c";
}

.icon-ok-circle:before {
	content: "\f05d";
}

.icon-ban-circle:before {
	content: "\f05e";
}

.icon-arrow-left:before {
	content: "\f060";
}

.icon-arrow-right:before {
	content: "\f061";
}

.icon-arrow-up:before {
	content: "\f062";
}

.icon-arrow-down:before {
	content: "\f063";
}

.icon-mail-forward:before, .icon-share-alt:before {
	content: "\f064";
}

.icon-resize-full:before {
	content: "\f065";
}

.icon-resize-small:before {
	content: "\f066";
}

.icon-plus:before {
	content: "\f067";
}

.icon-minus:before {
	content: "\f068";
}

.icon-asterisk:before {
	content: "\f069";
}

.icon-exclamation-sign:before {
	content: "\f06a";
}

.icon-gift:before {
	content: "\f06b";
}

.icon-leaf:before {
	content: "\f06c";
}

.icon-fire:before {
	content: "\f06d";
}

.icon-eye-open:before {
	content: "\f06e";
}

.icon-eye-close:before {
	content: "\f070";
}

.icon-warning-sign:before {
	content: "\f071";
}

.icon-plane:before {
	content: "\f072";
}

.icon-calendar:before {
	content: "\f073";
}

.icon-random:before {
	content: "\f074";
}

.icon-comment:before {
	content: "\f075";
}

.icon-magnet:before {
	content: "\f076";
}

.icon-chevron-up:before {
	content: "\f077";
}

.icon-chevron-down:before {
	content: "\f078";
}

.icon-retweet:before {
	content: "\f079";
}

.icon-shopping-cart:before {
	content: "\f07a";
}

.icon-folder-close:before {
	content: "\f07b";
}

.icon-folder-open:before {
	content: "\f07c";
}

.icon-resize-vertical:before {
	content: "\f07d";
}

.icon-resize-horizontal:before {
	content: "\f07e";
}

.icon-bar-chart:before {
	content: "\f080";
}

.icon-twitter-sign:before {
	content: "\f081";
}

.icon-facebook-sign:before {
	content: "\f082";
}

.icon-camera-retro:before {
	content: "\f083";
}

.icon-key:before {
	content: "\f084";
}

.icon-gears:before, .icon-cogs:before {
	content: "\f085";
}

.icon-comments:before {
	content: "\f086";
}

.icon-thumbs-up-alt:before {
	content: "\f087";
}

.icon-thumbs-down-alt:before {
	content: "\f088";
}

.icon-star-half:before {
	content: "\f089";
}

.icon-heart-empty:before {
	content: "\f08a";
}

.icon-signout:before {
	content: "\f08b";
}

.icon-linkedin-sign:before {
	content: "\f08c";
}

.icon-pushpin:before {
	content: "\f08d";
}

.icon-external-link:before {
	content: "\f08e";
}

.icon-signin:before {
	content: "\f090";
}

.icon-trophy:before {
	content: "\f091";
}

.icon-github-sign:before {
	content: "\f092";
}

.icon-upload-alt:before {
	content: "\f093";
}

.icon-lemon:before {
	content: "\f094";
}

.icon-phone:before {
	content: "\f095";
}

.icon-unchecked:before, .icon-check-empty:before {
	content: "\f096";
}

.icon-bookmark-empty:before {
	content: "\f097";
}

.icon-phone-sign:before {
	content: "\f098";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-github:before {
	content: "\f09b";
}

.icon-unlock:before {
	content: "\f09c";
}

.icon-credit-card:before {
	content: "\f09d";
}

.icon-rss:before {
	content: "\f09e";
}

.icon-hdd:before {
	content: "\f0a0";
}

.icon-bullhorn:before {
	content: "\f0a1";
}

.icon-bell:before {
	content: "\f0a2";
}

.icon-certificate:before {
	content: "\f0a3";
}

.icon-hand-right:before {
	content: "\f0a4";
}

.icon-hand-left:before {
	content: "\f0a5";
}

.icon-hand-up:before {
	content: "\f0a6";
}

.icon-hand-down:before {
	content: "\f0a7";
}

.icon-circle-arrow-left:before {
	content: "\f0a8";
}

.icon-circle-arrow-right:before {
	content: "\f0a9";
}

.icon-circle-arrow-up:before {
	content: "\f0aa";
}

.icon-circle-arrow-down:before {
	content: "\f0ab";
}

.icon-globe:before {
	content: "\f0ac";
}

.icon-wrench:before {
	content: "\f0ad";
}

.icon-tasks:before {
	content: "\f0ae";
}

.icon-filter:before {
	content: "\f0b0";
}

.icon-briefcase:before {
	content: "\f0b1";
}

.icon-fullscreen:before {
	content: "\f0b2";
}

.icon-group:before {
	content: "\f0c0";
}

.icon-link:before {
	content: "\f0c1";
}

.icon-cloud:before {
	content: "\f0c2";
}

.icon-beaker:before {
	content: "\f0c3";
}

.icon-cut:before {
	content: "\f0c4";
}

.icon-copy:before {
	content: "\f0c5";
}

.icon-paperclip:before, .icon-paper-clip:before {
	content: "\f0c6";
}

.icon-save:before {
	content: "\f0c7";
}

.icon-sign-blank:before {
	content: "\f0c8";
}

.icon-reorder:before {
	content: "\f0c9";
}

.icon-list-ul:before {
	content: "\f0ca";
}

.icon-list-ol:before {
	content: "\f0cb";
}

.icon-strikethrough:before {
	content: "\f0cc";
}

.icon-underline:before {
	content: "\f0cd";
}

.icon-table:before {
	content: "\f0ce";
}

.icon-magic:before {
	content: "\f0d0";
}

.icon-truck:before {
	content: "\f0d1";
}

.icon-pinterest:before {
	content: "\f0d2";
}

.icon-pinterest-sign:before {
	content: "\f0d3";
}

.icon-google-plus-sign:before {
	content: "\f0d4";
}

.icon-google-plus:before {
	content: "\f0d5";
}

.icon-money:before {
	content: "\f0d6";
}

.icon-caret-down:before {
	content: "\f0d7";
}

.icon-caret-up:before {
	content: "\f0d8";
}

.icon-caret-left:before {
	content: "\f0d9";
}

.icon-caret-right:before {
	content: "\f0da";
}

.icon-columns:before {
	content: "\f0db";
}

.icon-sort:before {
	content: "\f0dc";
}

.icon-sort-down:before {
	content: "\f0dd";
}

.icon-sort-up:before {
	content: "\f0de";
}

.icon-envelope:before {
	content: "\f0e0";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-rotate-left:before, .icon-undo:before {
	content: "\f0e2";
}

.icon-legal:before {
	content: "\f0e3";
}

.icon-dashboard:before {
	content: "\f0e4";
}

.icon-comment-alt:before {
	content: "\f0e5";
}

.icon-comments-alt:before {
	content: "\f0e6";
}

.icon-bolt:before {
	content: "\f0e7";
}

.icon-sitemap:before {
	content: "\f0e8";
}

.icon-umbrella:before {
	content: "\f0e9";
}

.icon-paste:before {
	content: "\f0ea";
}

.icon-lightbulb:before {
	content: "\f0eb";
}

.icon-exchange:before {
	content: "\f0ec";
}

.icon-cloud-download:before {
	content: "\f0ed";
}

.icon-cloud-upload:before {
	content: "\f0ee";
}

.icon-user-md:before {
	content: "\f0f0";
}

.icon-stethoscope:before {
	content: "\f0f1";
}

.icon-suitcase:before {
	content: "\f0f2";
}

.icon-bell-alt:before {
	content: "\f0f3";
}

.icon-coffee:before {
	content: "\f0f4";
}

.icon-food:before {
	content: "\f0f5";
}

.icon-file-text-alt:before {
	content: "\f0f6";
}

.icon-building:before {
	content: "\f0f7";
}

.icon-hospital:before {
	content: "\f0f8";
}

.icon-ambulance:before {
	content: "\f0f9";
}

.icon-medkit:before {
	content: "\f0fa";
}

.icon-fighter-jet:before {
	content: "\f0fb";
}

.icon-beer:before {
	content: "\f0fc";
}

.icon-h-sign:before {
	content: "\f0fd";
}

.icon-plus-sign-alt:before {
	content: "\f0fe";
}

.icon-double-angle-left:before {
	content: "\f100";
}

.icon-double-angle-right:before {
	content: "\f101";
}

.icon-double-angle-up:before {
	content: "\f102";
}

.icon-double-angle-down:before {
	content: "\f103";
}

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-angle-up:before {
	content: "\f106";
}

.icon-angle-down:before {
	content: "\f107";
}

.icon-desktop:before {
	content: "\f108";
}

.icon-laptop:before {
	content: "\f109";
}

.icon-tablet:before {
	content: "\f10a";
}

.icon-mobile-phone:before {
	content: "\f10b";
}

.icon-circle-blank:before {
	content: "\f10c";
}

.icon-quote-left:before {
	content: "\f10d";
}

.icon-quote-right:before {
	content: "\f10e";
}

.icon-spinner:before {
	content: "\f110";
}

.icon-circle:before {
	content: "\f111";
}

.icon-mail-reply:before, .icon-reply:before {
	content: "\f112";
}

.icon-github-alt:before {
	content: "\f113";
}

.icon-folder-close-alt:before {
	content: "\f114";
}

.icon-folder-open-alt:before {
	content: "\f115";
}

.icon-expand-alt:before {
	content: "\f116";
}

.icon-collapse-alt:before {
	content: "\f117";
}

.icon-smile:before {
	content: "\f118";
}

.icon-frown:before {
	content: "\f119";
}

.icon-meh:before {
	content: "\f11a";
}

.icon-gamepad:before {
	content: "\f11b";
}

.icon-keyboard:before {
	content: "\f11c";
}

.icon-flag-alt:before {
	content: "\f11d";
}

.icon-flag-checkered:before {
	content: "\f11e";
}

.icon-terminal:before {
	content: "\f120";
}

.icon-code:before {
	content: "\f121";
}

.icon-reply-all:before {
	content: "\f122";
}

.icon-mail-reply-all:before {
	content: "\f122";
}

.icon-star-half-full:before, .icon-star-half-empty:before {
	content: "\f123";
}

.icon-location-arrow:before {
	content: "\f124";
}

.icon-crop:before {
	content: "\f125";
}

.icon-code-fork:before {
	content: "\f126";
}

.icon-unlink:before {
	content: "\f127";
}

.icon-question:before {
	content: "\f128";
}

.icon-info:before {
	content: "\f129";
}

.icon-exclamation:before {
	content: "\f12a";
}

.icon-superscript:before {
	content: "\f12b";
}

.icon-subscript:before {
	content: "\f12c";
}

.icon-eraser:before {
	content: "\f12d";
}

.icon-puzzle-piece:before {
	content: "\f12e";
}

.icon-microphone:before {
	content: "\f130";
}

.icon-microphone-off:before {
	content: "\f131";
}

.icon-shield:before {
	content: "\f132";
}

.icon-calendar-empty:before {
	content: "\f133";
}

.icon-fire-extinguisher:before {
	content: "\f134";
}

.icon-rocket:before {
	content: "\f135";
}

.icon-maxcdn:before {
	content: "\f136";
}

.icon-chevron-sign-left:before {
	content: "\f137";
}

.icon-chevron-sign-right:before {
	content: "\f138";
}

.icon-chevron-sign-up:before {
	content: "\f139";
}

.icon-chevron-sign-down:before {
	content: "\f13a";
}

.icon-html5:before {
	content: "\f13b";
}

.icon-css3:before {
	content: "\f13c";
}

.icon-anchor:before {
	content: "\f13d";
}

.icon-unlock-alt:before {
	content: "\f13e";
}

.icon-bullseye:before {
	content: "\f140";
}

.icon-ellipsis-horizontal:before {
	content: "\f141";
}

.icon-ellipsis-vertical:before {
	content: "\f142";
}

.icon-rss-sign:before {
	content: "\f143";
}

.icon-play-sign:before {
	content: "\f144";
}

.icon-ticket:before {
	content: "\f145";
}

.icon-minus-sign-alt:before {
	content: "\f146";
}

.icon-check-minus:before {
	content: "\f147";
}

.icon-level-up:before {
	content: "\f148";
}

.icon-level-down:before {
	content: "\f149";
}

.icon-check-sign:before {
	content: "\f14a";
}

.icon-edit-sign:before {
	content: "\f14b";
}

.icon-external-link-sign:before {
	content: "\f14c";
}

.icon-share-sign:before {
	content: "\f14d";
}

.icon-compass:before {
	content: "\f14e";
}

.icon-collapse:before {
	content: "\f150";
}

.icon-collapse-top:before {
	content: "\f151";
}

.icon-expand:before {
	content: "\f152";
}

.icon-euro:before, .icon-eur:before {
	content: "\f153";
}

.icon-gbp:before {
	content: "\f154";
}

.icon-dollar:before, .icon-usd:before {
	content: "\f155";
}

.icon-rupee:before, .icon-inr:before {
	content: "\f156";
}

.icon-yen:before, .icon-jpy:before {
	content: "\f157";
}

.icon-renminbi:before, .icon-cny:before {
	content: "\f158";
}

.icon-won:before, .icon-krw:before {
	content: "\f159";
}

.icon-bitcoin:before, .icon-btc:before {
	content: "\f15a";
}

.icon-file:before {
	content: "\f15b";
}

.icon-file-text:before {
	content: "\f15c";
}

.icon-sort-by-alphabet:before {
	content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
	content: "\f15e";
}

.icon-sort-by-attributes:before {
	content: "\f160";
}

.icon-sort-by-attributes-alt:before {
	content: "\f161";
}

.icon-sort-by-order:before {
	content: "\f162";
}

.icon-sort-by-order-alt:before {
	content: "\f163";
}

.icon-thumbs-up:before {
	content: "\f164";
}

.icon-thumbs-down:before {
	content: "\f165";
}

.icon-youtube-sign:before {
	content: "\f166";
}

.icon-youtube:before {
	content: "\f167";
}

.icon-xing:before {
	content: "\f168";
}

.icon-xing-sign:before {
	content: "\f169";
}

.icon-youtube-play:before {
	content: "\f16a";
}

.icon-dropbox:before {
	content: "\f16b";
}

.icon-stackexchange:before {
	content: "\f16c";
}

.icon-instagram:before {
	content: "\f16d";
}

.icon-flickr:before {
	content: "\f16e";
}

.icon-adn:before {
	content: "\f170";
}

.icon-bitbucket:before {
	content: "\f171";
}

.icon-bitbucket-sign:before {
	content: "\f172";
}

.icon-tumblr:before {
	content: "\f173";
}

.icon-tumblr-sign:before {
	content: "\f174";
}

.icon-long-arrow-down:before {
	content: "\f175";
}

.icon-long-arrow-up:before {
	content: "\f176";
}

.icon-long-arrow-left:before {
	content: "\f177";
}

.icon-long-arrow-right:before {
	content: "\f178";
}

.icon-apple:before {
	content: "\f179";
}

.icon-windows:before {
	content: "\f17a";
}

.icon-android:before {
	content: "\f17b";
}

.icon-linux:before {
	content: "\f17c";
}

.icon-dribbble:before {
	content: "\f17d";
}

.icon-skype:before {
	content: "\f17e";
}

.icon-foursquare:before {
	content: "\f180";
}

.icon-trello:before {
	content: "\f181";
}

.icon-female:before {
	content: "\f182";
}

.icon-male:before {
	content: "\f183";
}

.icon-gittip:before {
	content: "\f184";
}

.icon-sun:before {
	content: "\f185";
}

.icon-moon:before {
	content: "\f186";
}

.icon-archive:before {
	content: "\f187";
}

.icon-bug:before {
	content: "\f188";
}

.icon-vk:before {
	content: "\f189";
}

.icon-weibo:before {
	content: "\f18a";
}

.icon-renren:before {
	content: "\f18b";
}

/*==================================================
   Print Styles
  ================================================*/
@media print {
	body {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 11pt
	}
	.visible-print {
		display: inherit !important;
	}
	.hidden-print {
		display: none !important;
	}
	a:link, a:visited, a {
		color: #333;
		font-weight: bold;
		text-decoration: none
	}
	.content a:link:after {
		content: " (" attr(href) ") ";
		text-decoration: none !important;
		font-weight: normal;
		font-size: 10px;
		vertical-align: middle
	}
	a.no-url-print:link:after, #app-messages a:link:after {
		content: ""
	}
	h1, h2, h3, h4, h5, h6, p, ul, ol {
		margin: 0 auto 0 auto !important;
		padding: 0 auto 0 auto !important
	}
	h1, h2, h3, h4, h5, h6 {
		margin-top: 10px
	}
	p, ul, ol {
		margin-bottom: 10px !important
	}
	.global-utility-bar, .sidebar1, .top-nav, nav, .noprint, .breadcrumb {
		display: none
	}
	header {
		background: 0;
		height: 40px;
		margin-bottom: 15px;
		text-indent: 0;
		font-size: 26pt;
		font-weight: bold;
		border-bottom: 1px solid #000
	}
	.app-banner .print-logo {
		display: inline
	}
	header a {
		text-decoration: none;
		background: none !important;
		font-size: 20px
	}
	div, section, article, #content, .content, .grid_16, .cols-12 {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none
	}
	fieldset {
		border: 0;
		border-bottom: 1px solid #000;
		margin-bottom: 15px
	}
	fieldset fieldset {
		border: 0
	}
	legend {
		font-weight: bold
	}
	input, textarea {
		border: 1px solid #999
	}
	input.submit, .button {
		background: ButtonFace;
		color: ButtonText;
		border: 2px outset ButtonFace
	}
	footer p {
		font-size: 8pt
	}
}

select[size], select[multiple], select[size][multiple] {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
}