/* Minification failed. Returning unminified contents.
(1551,18): run-time error CSS1030: Expected identifier, found ' '
(2860,13): run-time error CSS1031: Expected selector, found '!important'
(2860,13): run-time error CSS1025: Expected comma or open brace, found '!important'
(2861,8): run-time error CSS1030: Expected identifier, found '0'
(2861,8): run-time error CSS1031: Expected selector, found '0'
(2861,8): run-time error CSS1025: Expected comma or open brace, found '0'
(2862,1): run-time error CSS1019: Unexpected token, found '}'
(3096,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(3281,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(4192,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4193,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4204,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4205,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6931,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6932,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6943,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6944,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7965,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7970,51): run-time error CSS1039: Token not allowed after unary operator: '-b'
(7970,60): run-time error CSS1039: Token not allowed after unary operator: '-b'
(7970,104): run-time error CSS1039: Token not allowed after unary operator: '-b'
(7970,128): run-time error CSS1039: Token not allowed after unary operator: '-b'
(7970,152): run-time error CSS1039: Token not allowed after unary operator: '-b'
(7970,173): run-time error CSS1039: Token not allowed after unary operator: '-b'
(7975,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7980,51): run-time error CSS1039: Token not allowed after unary operator: '-b'
(7980,60): run-time error CSS1039: Token not allowed after unary operator: '-b'
(7980,103): run-time error CSS1039: Token not allowed after unary operator: '-b'
(7980,127): run-time error CSS1039: Token not allowed after unary operator: '-b'
(7980,151): run-time error CSS1039: Token not allowed after unary operator: '-b'
(7980,172): run-time error CSS1039: Token not allowed after unary operator: '-b'
 */
/*! jQuery UI - v1.10.4 - 2014-05-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2C%20Helvetica%2C%20sans-serif&fwDefault=normal&fsDefault=0.9em&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 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;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .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 .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.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;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.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;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.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,
.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: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .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,
.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;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.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,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	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: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.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;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.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-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.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: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	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 #999999;
	/*background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	background: url("images/ui-icons_cc0000_256x240.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;*/
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.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 #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.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-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_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 {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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: -64px -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 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.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-on { background-position: -96px -144px; }
.ui-icon-radio-off { 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 is deprecated, use ui-icon-seek-start instead */
.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; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
#my-nucaptcha-wrapper {
 width: 300px;
 border: 3px solid rgba(222, 212, 196, 1);
 border-radius: 4px;
}
#my-nucaptcha-answer-wrapper {
background-color: #C8B79C;
width: 300px;
height: 1.5em;
}
#my-nucaptcha-button-wrapper {
float: right;
width: 30px;
height: 30px;
}
#my-nucaptcha-button2-wrapper {
float:right;
margin-right: 2px;

width: 30px;
height: 30px;
}
/*
NuCaptcha styles
*/
#nucaptcha-answer {
float: right;
width: 64px;
margin-right: 2px;
}
#directions-verbose-label {
margin-left: 2px;
/*// Add some color and change the font to match your website */
}
/* Define our button styles */
a.cmd {
display: block;
width: 30px;
height: 30px;
/*// Add a rounded border for browsers that support it */
/*background-color: #f1dba3;*/
/*border: 2px solid #ab8448;*/
border-radius: 4px;
/* hide the anchor text
*/
overflow: hidden;
text-indent: -20000px;
text-decoration: none;
text-transform: none;
background-image: url('../images/master.png');
background-position: -64px -64px;
}
a.cmd:hover {
background-position: 0px -64px;
}

a.toggle
{
    background-position: 0px -386px;
}
a.toggle:hover
{
    background-position: 0px -322px;
}
a.toggle-checked
{
    background-position: 0px -322px;
}
a.toggle-checked:hover
{
    background-position: 0px -386px;
}
.agency-background {
	background-color: #e36f1e;
}

/* DOF color palette
#e36f1e		LOGO ORANGE
#00539A		LOGO BLUE
#F68932		LIGHT ORANGE
#5788d4		POWDER BLUE

*/

/* Responsive Table Header (Agency Color) */
table.rt th {
	background-color: #F68932;
}


.agency-content-padding {
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
}

.agency-logo-center {
	text-align: center;
}

.about-description {
	width: 100% !important;
}

.agency-top-padding {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.agency-top-shadow {
	-webkit-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
	-moz-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
	-ms-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
	box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
}

/* slm */
/*#nav .active {
	background: #e36f1e !important;
} */

.subheader {
	background: #e36f1e !important;
	min-height: 0px;
}

	.subheader a {
		background: #e36f1e !important;
	}

		.subheader a.main-filter-category,
		.subheader a.main-filter-category:link,
		.subheader a.main-filter-category:visited {
			background-color: #FE9850 !important;
			background-image: -moz-linear-gradient(bottom, rgba(227, 111, 30, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
			background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
			background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
			background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
		}

			.subheader a.main-filter-category:hover,
			.subheader a.main-filter-category:active,
			.subheader a.main-filter-category.active {
				border: 1px solid #fff !important;
				background-color: #e36f1e !important;
				background-image: none !important;
			}

.agency-bottom-margin {
	margin-bottom: 20px;
}

.agency-home-resources-padding-ul li {
	padding: 20px 0 15px !important;
}

.agencies-index-ul li a {
	color: #000000;
}

/* line 20, by-the-number.scss */
.column.span3 {
	margin: 0 2% 30px 0;
}

@media (max-width: 767px) {
	/* line 20, by-the-number.scss */
	.column.span3 {
		width: 48%;
	}
}

/* line 26, by-the-number.scss */
.column.span3:last-child {
	margin: 0;
}

sup {
	font-size: 12px;
}

a.connect-link {
	background-color: #36add5 !important;
}

	a.connect-link:hover {
		background-color: #0a5796 !important;
	}

.agencies-about-links ul li.active a {
	color: #e36f1e;
	text-decoration: underline;
}

/* slm */
/*a, a:link, a:visited {
	color: #e36f1e; 
}*/

.main-content-width {
	width: 100% !important;
	margin: 0px 0px 20px;
}

/* "Pay Now" button based upon position #3 in menu */
.main-header nav ul li:nth-child(3),
.main-header nav ul li.active:nth-child(3),
.main-header nav ul li:nth-child(3) a.active {
	background-color: #00539a !important;
	color: #fff !important;
}

	.main-header nav ul li:nth-child(3) a,
	.main-header nav ul li:nth-child(3) a:hover {
		background-color: transparent;
		color: #fff !important;
	}

/* Hero Gradient */
.hero-highlighted {
	background: #e36f1e;
	background: -moz-linear-gradient(top, #e36f1e 0%, #e88b4a 50%, #e36f1e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e36f1e), color-stop(50%,#e88b4a), color-stop(100%,#e36f1e));
	background: -webkit-linear-gradient(top, #e36f1e 0%,#e88b4a 50%,#e36f1e 100%);
	background: -o-linear-gradient(top, #e36f1e 0%,#e88b4a 50%,#e36f1e 100%);
	background: -ms-linear-gradient(top, #e36f1e 0%,#e88b4a 50%,#e36f1e 100%);
	background: linear-gradient(to bottom, #e36f1e 0%,#e88b4a 50%,#e36f1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36f1e', endColorstr='#e36f1e',GradientType=0 );
}

/* stay connected */
/*.module.module-stay-connected {
	margin-bottom: -40px !important;
}*/

/* slm */
/* -----TABLES-------- */


#finance-table {
	border-collapse: collapse;
	border: 1px solid #f1f1f1;
	max-width: 695px;
}

	#finance-table th {
		padding: 10px 5px 11px 5px;
		color: #000000;
		background-color: #F68932;
		font-size: 13px;
		line-height: 15px;
		border: 1px solid #d1d3d3;
		vertical-align: bottom;
		white-space: nowrap;
		text-align: center;
	}

		#finance-table th.subhead {
			padding: 11px 11px 13px 11px;
			line-height: 20px;
			background-color: #ebebeb;
			border: 1px solid #d1d3d3;
			text-align: left;
		}

	#finance-table td {
		padding: 20px 11px 20px 11px;
		font-size: 16px;
		line-height: 18px;
		background-color: white;
		border: 1px solid #d1d3d3;
	}

table.rt td.vertical {
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	/* Force table to not be like tables anymore */
	#finance-table, #finance-table thead, #finance-table tbody, table.rt th, #finance-table td, #finance-table tr {
		display: block;
		border: none;
	}

	#finance-table {
		border-collapse: collapse;
	}

		#finance-table thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#finance-table th.subhead {
			display: none; /* just hide it in mobile */
		}

		#finance-table tr {
			border: 1px solid #d1d3d3;
			border-bottom: 0;
		}

		#finance-table td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #d1d3d3;
			position: relative;
			padding: 3px 3px 6px 3px;
			font-size: 11px;
			padding-left: 50%;
		}

			#finance-table td:before {
				/* Now like a table header */
				position: absolute;
				/* Top/left values mimic padding */
				top: 6px;
				left: 6px;
				width: 45%;
				padding-right: 10px;
				content: attr(data-label);
				font-weight: bold;
			}

		#finance-table th.subhead {
			padding: 6px;
			border: none;
		}
}


/*--------------Calendar Table---------------*/


#cal-table {
	width: 550px;
	max-width: 550px;
	border: 1px solid #f1f1f1;
}

	#cal-table > tbody > tr td {
		padding: 10px;
		border: 1px solid #f1f1f1;
	}

	#cal-table > td: first-child {
		width: 50px;
		font-weight: bold;
	}
/**********table-1*******/

#table-1 {
	margin: auto;
	width: auto;
	max-width: 80%;
	min-width: 60%;
	background: white;
	color: #333333;
	padding: 10px;
	/*border:1px solid #BDBDBD;*/
	border-collapse: collapse;
	font-family: 'arial';
	font-size: 12pt;
	/*border:1px solid red !important;*/
}

	#table-1 tr {
		padding: 5px 10px;
	}

		/* slm */
		#table-1 tr td {
			padding: 5px 15px;
			height: auto;
			width: auto;
			border: 1px solid #f1f1f1;
			white-space: nowrap !important;
		}

		#table-1 tr:hover {
			/*background:#ECECEC;*/
			-webkit-transition: ease-in-out .5s;
			-transition: ease-in-out .5s;
			-ms-transition: ease-in-out .5s;
		}

		#table-1 tr td.main {
			font-variant: small-caps;
			font-weight: normal;
			font-size: 12pt;
			color: #333333;
			background: white;
			padding: 5px 10px;
		}

		#table-1 tr td.sub {
			font-weight: bold;
			color: white;
			height: 5px;
			background: white;
			padding: 5px 10px;
			font-size: 12pt;
		}


		#table-1 tr th {
			height: auto;
			width: 100%;
			padding: 10px;
			font-weight: normal;
			font-size: 13pt;
			background: #444444;
			color: white;
			text-align: left;
		}


		#table-1 tr:first-child {
			padding: 5px 10px;
		}


		#table-1 tr td {
			/*text-wrap:suppress;*/
		}


			#table-1 tr td hr {
				margin-top: 5px;
				margin-bottom: 5px;
			}

			#table-1 tr td em {
				color: red;
			}

	#table-1 > tbody {
		width: 100%;
		max-width: 100%;
		min-width: 60%;
	}

		#table-1 > tbody.section {
			width: 100%;
			max-width: 100%;
			min-width: 50%;
		}

	#table-1 tr td > input {
		background: white;
		border: 1px solid #dddddd;
		padding: 5px;
		width: auto;
		min-width: 20px;
	}



	/*#table-1 > tbody.section > tr td {
	display:none;

}*/

	#table-1 > tr > th:hover {
		background: green;
	}

	#table-1 tr td > input[type=radio] {
		width: 25px;
		height: auto;
	}

		#table-1 tr td > input[type=radio]:not(old) {
			width: 15px;
			height: 15px;
			margin: 0px 10px 0px 0px;
			vertical-align: top;
			display: inline-block;
			float: left;
		}

	#table-1 tr td > input[type=checkbox]:not(old) {
		width: 15px;
		height: 15px;
		margin: 0px 10px 0px 0px;
		vertical-align: top;
		display: inline-block;
		float: left;
	}


/* slm */
/*-----------TOGGLE----------------*/

/*input {
	border:1px solid #f1f1f1;
	height:30px;
	padding:5px;
	border-radius:none;
} */


/*radio {
	width:15px;
	height:15px;
	clear:both;
	margin-right:30px;
	
}*/


/*---------------CALLOUT TABLE ---------------*/
#callout-table {
	background: #5788d4;
	font-size: 12pt;
	color: white;
	font-weight: normal;
	align: center;
	font-family: inherit;
	width: 100%;
	border: none;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-width: 400px;
}

	#callout-table td {
		padding: 20px;
	}

	#callout-table > tbody tr td > strong, b {
		margin-bottom: 5px;
		/*padding-bottom:15px;*/
		/*font-size: 14pt;*/
	}

	#callout-table > tbody tr td > ul li a {
		color: #febe82;
	}

		#callout-table > tbody tr td > ul li a:hover {
			text-decoration: underline;
		}

	#callout-table > tbody tr td > a {
		color: #febe82;
	}

		#callout-table > tbody tr td > a:hover {
			text-decoration: underline;
		}
/*****PULLOUT TABLE*****/
.pullout {
	margin-left: auto;
	margin-right: auto;
	/*margin-top:5px;*/
	width: 100%;
	height: auto;
	padding: 20px;
	/*border:3px solid #f1f1f1;*/
	/*margin-bottom:10px;*/
	color: white;
	background: #333333;
}

	.pullout.sub {
		background: white;
		border: 1px solid #b4c5e0;
		color: #00539A;
		border-radius: 0px 50px;
	}

		.pullout.sub > h4 {
			color: #00539A;
			font-size: 17pt;
		}

/*****FORM TABLE******/

.form-table {
	max-width: 75%;
	min-width: 50%;
	/*width:auto;*/
	/*margin-left:auto;
	margin-right:auto;*/
	border-collapse: collapse;
}

	.form-table td {
		padding: 15px 15px;
		border: #f1f1f1 1px solid;
	}

	.form-table tr {
		background: white;
	}

		.form-table tr:nth-child(odd) {
			background: #FFDBC1;
		}

		.form-table tr:nth-child(even) {
			background: white;
		}

	.form-table td a {
		font-weight: bold;
	}

/*****STYLING*********/

h1, h2, h3, h4 {
	line-height: 1.25em;
}

ul.grid li {
	width: 120px;
	height: 100px;
	background: #f1f1f1;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.25em;
	font-weight: bold;
	color: #333333;
	display: inline-block;
}

	ul.grid li:hover {
		background: #e1e1e1;
		-webkit-transition: ease-in-out .25s;
		-ms-transition: ease-in-out .25s;
		-moz-transition: ease-in-out .25s;
		transition: ease-in-out .25s;
		-o-transition: ease-in-out .25s;
		display: inline-block;
	}

		ul.grid li:hover a {
			color: inherit;
		}

	ul.grid li a {
		font-size: 12px;
		line-height: 1.25em;
	}

	ul.grid li em {
		font-size: 9.5px;
		line-height: 1.25em;
	}

	ul.grid li i {
		font-size: 9.5px;
		line-height: 1.25em;
	}

	ul.grid li span {
		font-size: 9.5em;
		line-height: 1.25em;
	}

ul li a {
	list-style: #e36f1e;
}


/*****MASONRY********/

#container {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	overflow: hidden;
	display: block;
}

.left {
	float: left !important;
	display: block;
	margin-right: 20px;
}

.cols {
	-moz-column-count: 3;
	-moz-column-gap: 5px;
	-moz-column-width: 33.33%;
	-webkit-column-count: 3;
	-webkit-column-gap: 5px;
	-webkit-column-width: 33.33%;
	height: 100%;
	column-count: 3;
	column-gap: 5px;
	column-width: 33.33%;
	margin-top: 30px;
	column-fill: balance;
	overflow: visible;
	-webkit-column-break-inside: avoid;
	/*-moz-column-break-inside:avoid;
	 break-inside: avoid-column;*/
	/*-webkit-page-break-inside: avoid; 
	-moz-page-break-inside: avoid; 
	-ms-page-break-inside: avoid;
	-o-page-break-inside: avoid;*/
	display: block;
	page-break-inside: avoid;
	padding: 0px;
	font-size: 12pt;
}

ul.cols {
	list-style-type: none;
	display: block;
	height: 100%;
	padding: 0px;
	/*left:0px;*/
	/*orphans:10;
	widows:0;*/
	font-size: 12pt;
}

ul {
	/*page-break-inside:avoid;
	orphans:10;
	widows:0;*/
}

	ul.box > li {
		list-style-type: none;
		float: left;
		/*max-width:100%;*/
		padding: 10px;
		margin-bottom: 5px;
		display: inline-block;
		overflow: hidden;
		height: auto;
		font-size: 12pt;
	}

	ul.cols > li:first-child {
	}

	ul.cols {
		list-style-type: none;
		display: block;
		font-size: 12pt;
	}


		ul.cols > li.box > li {
			list-style-type: none;
			font-size: 12pt;
		}


		/*For long lists*/

		ul.cols > li.box {
			height: auto;
			border: 1px solid #f1f1f1;
			/*border-radius:0px 10px 0px 10px;*/
			background: white;
			margin-bottom: 5px;
			margin-left: 5px;
			color: #00539A;
			list-style-type: none;
			-webkit-column-break-inside: avoid;
			-webkit-page-break-inside: avoid;
			-moz-column-break-inside: avoid;
			page-break-inside: avoid;
			display: block;
			overflow: hidden;
			/*max-width:300px;*/
			max-width: 100%;
			font-size: 12pt;
			font-weight: normal;
			padding: 10px;
		}


			ul.cols > li.box.one {
				height: auto;
				border: 1px solid #f1f1f1;
				/*border-radius:0px 10px 0px 10px;*/
				background: white;
				margin-bottom: 5px;
				margin-left: 5px;
				color: #00539A;
				list-style-type: none;
				-webkit-column-break-inside: avoid;
				-webkit-page-break-inside: avoid;
				-moz-column-break-inside: avoid;
				page-break-inside: avoid;
				display: block;
				overflow: hidden;
				max-width: 100%;
				font-size: 12pt;
				font-weight: normal;
			}


				ul.cols > li.box.one a {
					color: #00539A;
					/*font-weight:bold;*/
					list-style-type: none;
					font-weight: bold;
					font-size: 12pt;
				}


				ul.cols > li.box.one:hover a {
					color: #e36f1e;
					text-decoration: none;
					font-weight: bold;
					font-size: 12pt;
				}

				ul.cols > li.box.one:hover {
					height: auto;
					border: 1px solid #e36f1e;
					/*border-radius:0px 10px 0px 10px;*/
					background: #ffffff;
					margin-bottom: 5px;
					margin-left: 5px;
					list-style-type: none;
					-webkit-column-break-inside: avoid;
					-webkit-page-break-inside: avoid;
					-moz-column-break-inside: avoid;
					page-break-inside: avoid;
					display: block;
					overflow: hidden;
					/*max-width:300px;*/
					max-width: 100%;
					font-size: 12pt;
					font-weight: normal;
					color: #00539A;
					/*border:none;*/
					behavior: url(PIE.htc);
					list-style-type: none;
					-webkit-transition: ease-in-out .25s;
					-moz-transition: ease-in-out .25s;
					-ms-transition: ease-in-out .25s;
					transition: ease-in-out .25s;
				}

			ul.cols > li.box.two {
				height: auto;
				border: 1px solid #f1f1f1;
				/*border-radius:0px 10px 0px 10px;*/
				background: white;
				margin-bottom: 5px;
				margin-left: 5px;
				color: #00539A;
				list-style-type: none;
				-webkit-column-break-inside: avoid;
				-webkit-page-break-inside: avoid;
				-moz-column-break-inside: avoid;
				page-break-inside: avoid;
				display: block;
				overflow: hidden;
				/*max-width:300px;*/
				max-width: 100%;
				font-size: 12pt;
				font-weight: normal;
			}


				ul.cols > li.box.two a {
					color: #00539A;
					/*font-weight:bold;*/
					list-style-type: none;
					font-weight: bold;
					font-size: 12pt;
				}



				ul.cols > li.box.two:hover a {
					color: #e36f1e;
					text-decoration: none;
					font-weight: bold;
					font-size: 12pt;
				}




				ul.cols > li.box.two:hover {
					height: auto;
					border: 1px solid #e36f1e;
					/*border-radius:0px 10px 0px 10px;*/
					background: #ffffff;
					margin-bottom: 5px;
					margin-left: 5px;
					list-style-type: none;
					-webkit-column-break-inside: avoid;
					-webkit-page-break-inside: avoid;
					-moz-column-break-inside: avoid;
					page-break-inside: avoid;
					display: block;
					overflow: hidden;
					/*max-width:300px;*/
					max-width: 100%;
					font-size: 12pt;
					font-weight: normal;
					color: #00539A;
					/*border:none;*/
					behavior: url(PIE.htc);
					list-style-type: none;
					-webkit-transition: ease-in-out .25s;
					-moz-transition: ease-in-out .25s;
					-ms-transition: ease-in-out .25s;
					transition: ease-in-out .25s;
				}

li.box.three {
	background-color: #e36f1e;
	height: auto;
}

li.box.four {
	background-color: #3daee3;
	height: auto;
}

li.box.five {
	background-color: #bb8ed8;
	height: auto;
}

li.box.six {
	background-color: #baafb1;
	height: auto;
}


/*-------------For short lists---------*/

.cols-1 {
	-moz-column-count: 1;
	-moz-column-gap: 5px;
	-moz-column-width: 40%;
	-webkit-column-count: 1;
	-webkit-column-gap: 5px;
	-webkit-column-width: 40%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	column-count: 1;
	column-gap: 5px;
	column-width: 40%;
	column-fill: balance;
	overflow: visible;
	display: -webkit-box-flex-group;
	-moz-align-content: space-around;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	page-break-inside: avoid;
	display: block;
	font-size: 12pt;
}

ul.cols-1 {
	list-style-type: none;
	display: block;
	font-size: 12pt;
	/*-webkit-column-break-inside: avoid;
	-moz-column-break-inside:avoid;
	 break-inside: avoid-column;
	-webkit-column-break-after:avoid;
	 page-break-inside:avoid;
	-webkit-region-break-inside: avoid;*/
}

	ul.cols-1 > li.box {
		height: auto;
		border: 1px solid #f1f1f1;
		/*border-radius:0px 10px 0px 10px;*/
		background: white;
		margin-bottom: 5px;
		margin-left: 5px;
		color: #00539A;
		list-style-type: none;
		-webkit-column-break-inside: avoid;
		-webkit-page-break-inside: avoid;
		-moz-column-break-inside: avoid;
		page-break-inside: avoid;
		display: block;
		overflow: hidden;
		max-width: 40%;
		/*max-width:300px;*/
		font-size: 12pt;
		padding: 10px;
		font-weight: normal;
	}


		ul.cols-1 > li.box.one {
			height: auto;
			border: 1px solid #f1f1f1;
			/*border-radius:0px 10px 0px 10px;*/
			background: white;
			margin-bottom: 5px;
			margin-left: 5px;
			color: #00539A;
			list-style-type: none;
			-webkit-column-break-inside: avoid;
			-webkit-page-break-inside: avoid;
			-moz-column-break-inside: avoid;
			page-break-inside: avoid;
			display: block;
			overflow: hidden;
			/*max-width:300px;*/
			max-width: 40%;
			font-size: 12pt;
			font-weight: normal;
		}


			ul.cols-1 > li.box.one a {
				color: #00539A;
				/*font-weight:bold;*/
				list-style-type: none;
				font-weight: bold;
				font-size: 12pt;
			}

			ul.cols-1 > li.box.one:hover {
				height: auto;
				border: 1px solid #e36f1e;
				/*border-radius:0px 10px 0px 10px;*/
				background: #ffffff;
				margin-bottom: 5px;
				margin-left: 5px;
				list-style-type: none;
				-webkit-column-break-inside: avoid;
				-webkit-page-break-inside: avoid;
				-moz-column-break-inside: avoid;
				page-break-inside: avoid;
				display: block;
				overflow: hidden;
				/*max-width:300px;*/
				max-width: 40%;
				font-size: 12pt;
				font-weight: normal;
				color: #00539A;
				/*border:none;*/
				behavior: url(PIE.htc);
				list-style-type: none;
				-webkit-transition: ease-in-out .25s;
				-moz-transition: ease-in-out .25s;
				-ms-transition: ease-in-out .25s;
				transition: ease-in-out .25s;
			}

				ul.cols-1 > li.box.one:hover a {
					color: #e36f1e;
					text-decoration: none;
					font-weight: bold;
				}

		ul.cols-1 > li.box.two {
			height: auto;
			border: 1px solid #f1f1f1;
			/*border-radius:0px 10px 0px 10px;*/
			background: white;
			margin-bottom: 5px;
			margin-left: 5px;
			color: #00539A;
			list-style-type: none;
			-webkit-column-break-inside: avoid;
			-webkit-page-break-inside: avoid;
			-moz-column-break-inside: avoid;
			page-break-inside: avoid;
			display: block;
			overflow: hidden;
			/*max-width:300px;*/
			max-width: 40%;
			font-size: 12pt;
			font-weight: normal;
		}

			ul.cols-1 > li.box.two a {
				color: #00539A;
				/*font-weight:bold;*/
				list-style-type: none;
				font-weight: bold;
				font-size: 12pt;
			}

			ul.cols-1 > li.box.two:hover {
				height: auto;
				border: 1px solid #e36f1e;
				/*border-radius:0px 10px 0px 10px;*/
				background: #ffffff;
				margin-bottom: 5px;
				margin-left: 5px;
				list-style-type: none;
				-webkit-column-break-inside: avoid;
				-webkit-page-break-inside: avoid;
				-moz-column-break-inside: avoid;
				page-break-inside: avoid;
				display: block;
				overflow: hidden;
				/*max-width:300px;*/
				max-width: 40%;
				font-size: 12pt;
				font-weight: normal;
				color: #00539A;
				/*border:none;*/
				behavior: url(PIE.htc);
				-webkit-transition: ease-in-out .25s;
				-moz-transition: ease-in-out .25s;
				-ms-transition: ease-in-out .25s;
				transition: ease-in-out .25s;
			}


				ul.cols-1 > li.box.two:hover a {
					color: #e36f1e;
					text-decoration: none;
					font-weight: bold;
					font-size: 12pt;
				}


		ul.cols-1 > li.box.three {
			background-color: #e36f1e;
			height: auto;
			list-style-type: none;
			webkit-column-break-inside: avoid;
			-moz-column-break-inside: avoid;
			page-break-inside: avoid;
		}

		ul.cols-1 > li.box.four {
			background-color: #3daee3;
			height: auto;
			list-style-type: none;
		}

		ul.cols-1 > li.box.five {
			background-color: #bb8ed8;
			height: auto;
		}

		ul.cols-1 > li.box.six {
			background-color: #baafb1;
			height: auto;
		}

li.box.one > em {
	font-size: 12pt;
	line-height: 1em;
	color: #333333;
}

li.box.two > em {
	font-size: 12pt;
	line-height: 1em;
	color: #333333;
}

li.box.one > i {
	font-size: 12pt;
	line-height: 1em;
	color: #333333;
}

li.box.two > i {
	font-size: 12pt;
	line-height: 1em;
	color: #333333;
}

li.box.one:hover > em {
	font-size: 12pt;
	line-height: 1em;
	color: #f1f1f1;
}

li.box.two:hover > em {
	font-size: 12pt;
	line-height: 1em;
	color: #f1f1f1;
}

li.box.one:hover > i {
	font-size: 12pt;
	line-height: 1em;
	color: #292929;
}

li.box.two:hover > i {
	font-size: 12pt;
	line-height: 1em;
	color: #292929;
}

/*----------------------------*/

ul.cols > li.box > h4 {
	height: 20px;
	background: #B4C5E0 !important;
	color: #00539A !important;
	width: 250px !important;
	margin-bottom: 50px;
	float: right !important;
	padding: 10px;
	text-decoration: underline;
	clear: both;
	margin-bottom: 0px;
	line-height: 1em;
}


li.box.one > hr {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #B4C5E0;
	border: none;
	height: 1px;
}


li.box.two > hr {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #B4C5E0;
	border: none;
	height: 1px;
}

li.box.one:hover > hr {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #B4C5E0;
	border: none;
}


li.box.two:hover > hr {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #B4C5E0;
	border: none;
}



/*******MOBILE**********/



@media only screen and (min-width: 200px) {
	.cols {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
		height: auto;
		-moz-column-width: 47%;
		-webkit-column-width: 47%;
		-ms-column-width: 47%;
		column-width: 47%;
		width: 93%;
	}

	.cols-1 {
		width: 95%;
		column-width: 95%;
		-ms-column-width: 95%;
		column-width: 100%;
	}

	.landingheader {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}


	span.span3 > .icon:last-child {
		clear: none;
	}

	#table-1 {
		width: 200px;
	}
}


@media only screen and (min-width: 400px) {
	.cols {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		-ms-column-count: 2;
		column-count: 2;
		width: 95%;
		height: auto;
		-moz-column-width: 33%;
		-webkit-column-width: 49%;
		-ms-column-width: 49%;
		column-width: 49%;
	}

	#table-1 {
		width: 400px;
	}

	.cols-1 {
		width: 95%;
		column-width: 95%;
		-ms-column-width: 95%;
		column-width: 100%;
	}

	.landingheader {
		width: 350px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}

	span.span3 > .icon:last-child {
		clear: none;
	}
}

@media only screen and (min-width: 700px) {
	.cols {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		-ms-column-count: 3;
		column-count: 3;
		width: 95%;
		height: auto;
		-moz-column-width: 33%;
		-webkit-column-width: 33%;
		-ms-column-width: 33%;
		column-width: 33%;
	}

	.landingheader {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}

	#table-1 {
		width: 600px;
	}

	span.span3 > .icon:last-child {
		clear: none;
	}
}

/*@media only screen and (min-width: 1000px) {
    .cols{
        -moz-column-count: 4;
        -webkit-column-count: 4;
	-ms-column-count: 4;
        column-count: 4;
	width:95%;
	height:auto;
	-moz-column-width:24%;
	-webkit-column-width:24%;
	-ms-column-width:24%;
	column-width:24%;
	
	
    }

	.landingheader {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
		
		}


	span.span3 > .icon:last-child {
		clear:none;
	}
	
	#table-1 {
		width:100%;
	}


}*/

/*@media only screen and (min-width: 1400px) {
    .cols {
        -moz-column-count: 5;
        -webkit-column-count: 5;
	-ms-column-count: 5;
        column-count: 5;
	width:95%;
	height:auto;
	-moz-column-width:19%;
	-webkit-column-width:19%;
	-ms-column-width:19%;
	column-width:19%;
		
    }

}*/


/**********PAGEHEADER***********/

.content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: #f1f1f1;
	overflow: hidden;
	/*box-shadow:5px 5px 2px 0px #eeeeee;*/
	/*background:rgb( 0,5,25);*/
}


.pagehead {
	width: 100%;
	height: auto;
	/*border:1px solid red;
	background:green;*/
	background: url("/assets/finance/images/misc/nycskyline.png");
	background-size: auto;
	background-position: center;
	background-repeat: repeat;
}

	.pagehead > ul {
		list-style-type: none;
		height: auto;
		color: white;
	}

		.pagehead > ul > li.box.one {
			width: 65%;
			float: left;
			background: #7890B7;
			color: white;
			height: auto;
			margin-right: 10px;
			padding: 15px;
			/*background:url(/assets/finance/images/misc/nycskyline.png);*/
			background-size: contain;
			background-repeat: no-repeat;
		}


		.pagehead > ul li.box.two {
			width: 35%;
			float: left;
			background: #333333;
			color: #00539A;
		}

		.pagehead > ul li > ul li {
			list-style-image: url(list-style.gif);
			margin-left: -20px;
		}

	.pagehead > .box.one {
		color: #6a6a6a;
		padding: 20px;
		width: 65%;
		max-width: 65%;
	}


	/* slm */
	.pagehead > .box.two {
		background: #333333;
		color: white;
		width: 44%;
		float: right;
		height: 100%;
		/*margin-right:5px;*/
		padding-right: 2%;
		padding-left: 3%;
		padding-bottom: 3%;
		padding-top: 3%;
	}

		.pagehead > .box.two > ul {
			height: 100%;
			width: 100%;
			color: white;
		}

			.pagehead > .box.two > ul li {
				color: #00539A;
				/*width:100%;*/
				padding-right: 30px;
			}

		.pagehead > .box.two > b {
			color: white;
		}

	.pagehead > box.two > p {
		color: #00539A;
		color: white;
	}

table.pagehead {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
}

	table.pagehead td {
		padding: 15px;
		max-width: 50%;
		color: white;
		vertical-align: top;
	}


	table.pagehead tr td:last-child {
		background: #444444;
		width: 35%;
		max-width: 35%;
	}

	table.pagehead tr td:first-child {
		color: #333333;
		padding: 20px;
		width: 65%;
		max-width: 65%;
	}


	table.pagehead > tr td > ul li {
		list-style-type: none;
	}

	/* table.pagehead ul li{
	list-style-type:none;
} */

	table.pagehead td > li {
		list-style-type: none;
	}

/*-----------FORMS------------*/


form > table {
	border-collapse: collapse;
}

	form > table th {
		padding: 10px 5px 11px 5px;
		color: #000000;
		background: white;
		font-size: 12px;
		line-height: 15px;
		border: 1px solid #00359a;
		vertical-align: bottom;
		white-space: nowrap;
		text-align: center;
	}

		form > table th.subhead {
			padding: 11px 11px 13px 11px;
			line-height: 20px;
			background-color: #ebebeb;
			border: 1px solid #d1d3d3;
			text-align: left;
		}

	form > table td {
		padding: 10px 11px 10px 11px;
		font-size: 12px;
		line-height: 18px;
		background-color: white;
		border: 1px solid #f1f1f1;
	}

		form > table td.vertical {
			vertical-align: middle;
		}

	form > table input {
		width: auto;
		max-width: 90%;
		min-width: 250px;
		display: inline-block;
		border: 1px solid #e1e1e1;
		height: 25px;
		padding: 5px;
		font-weight: normal;
		border-radius: 0px;
	}

	form > table td textarea {
		width: auto;
		min-width: 500px;
		min-height: 100px;
		display: inline-block;
		border: 1px solid #e1e1e1;
		height: 25px;
		padding: 5px;
		margin-top: 10px;
		border-radius: 0px;
	}

textarea {
	width: 90%;
	min-width: 300px;
	min-height: 200px;
	display: inline-block;
	border: 1px solid #e1e1e1;
	height: 25px;
	padding: 5px;
	margin-top: 10px;
	border-radius: 0px;
}

form td > table {
	border: none;
	border: 0px;
}

form > table > label {
	color: #e36f1e;
}

form > table > tbody tr td > table
border:none !important;
border:0px !important;
}

form > span.headline {
	/*padding:0px 20px;
	font-size:14pt;
	color:#5788d4;
	height:25px;*/
}

form > p > input {
	border: none;
	/*background:#00539a;
	border:1px solid #e1e1e1;*/
	width: 150px;
	display: inline-table;
	/*float:right;*/
}



form > p > span.headline {
	padding: 10px 0px 5px 0px;
	font-size: 12pt;
	color: #5788d4;
	height: 25px;
	display: inline-block;
	font-weight: bold;
}

form > table td select {
	border: none;
	border-radius: 0px;
	background: #5788d4;
	color: white;
	width: auto;
	min-width: 100px;
	max-width: 200px;
	display: inline-block;
}

/*form > table tr:last-child td {
	border:0px;
	border:none;

}*/


option:hover {
	background: black;
}


/*--------FORM SPAN----------*/

form > .row > span.span8 > input {
	width: auto;
	max-width: 90%;
	min-width: 250px;
	display: inline-block;
	border: 1px solid #e1e1e1;
	height: 25px;
	padding: 5px;
	font-weight: normal;
	border-radius: 0px;
}

form > .row > span.span8 > select {
	border: none;
	border-radius: 0px;
	background: #5788d4;
	color: white;
	width: auto;
	min-width: 100px;
	max-width: 200px;
	display: inline-block;
}


/*-----------------------------*/

@media only screen and (max-width: 767px) {
	/* Force table to not be like tables anymore */
	form > table, form > table thead, form > table tbody, form > table th, form > table td, form > table tr {
		display: block;
		border: none;
	}

	form > table {
		border-collapse: collapse;
	}

		form > table thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		form > table th.subhead {
			display: none; /* just hide it in mobile */
		}

		form > table tr {
			border: 1px solid #f1f1f1;
			border-bottom: 0;
		}

		/* slm */
		form > table td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #f1f1f1;
			position: relative;
			padding: 3px 3px 6px 3px;
			font-size: 11px;
			/*padding-left: 50%; */
			display: block;
		}

		form > table textarea {
			width: 90%;
			min-width: 200px;
		}


		form > table td > input {
			width: auto;
			max-width: 90%;
			display: block;
			min-width: 200px;
		}

		form > table td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			content: attr(data-label);
			font-weight: bold;
		}

		form > table th.subhead {
			padding: 6px;
			border: none;
		}
}


/*******GRAPHICS********/

/*.row.img-row > .span12 {
	background: #e36f1e;
	height:300px;
	max-height:300px;
	overflow:hidden;

} */

/*.row.img-row > .span12 > img{
	opacity:.5;
	background: #e36f1e;
	height:auto;
	max-height:300px;
	width:100%;
	overflow:hidden;


}*/

.landingtext {
	text-align: left;
	font-size: 16pt;
	/*line-height:1em;*/
	width: 60%;
	height: auto;
	padding: 25px;
	bottom: 25px;
	max-width: 450px;
}

.landingheader {
	width: 100%;
	height: auto;
	min-height: 500px;
	/*padding:0px 50px;*/
	color: #333333;
	overflow: hidden;
	font-weight: normal;
	padding: 10px 0px;
	/*background:url(/assets/finance/images/content/misc/seamless_paper_texture.png);
	background-repeat:repeat;*/
	background: transparent;
}

	.landingheader > h3 {
		font-size: 26pt !important;
		color: #00539A;
		/*margin-top:-20px;*/
		font-weight: bold;
		line-height: .75em;
	}

	.landingheader > .landingtext > p {
		color: #1F1D1D;
		bottom: 25px;
	}

	.landingheader > .landingtext > hr {
		background: #cccccc;
		height: 1px;
	}

	.landingheader > .row > span.span3 > .icon > a > p {
		width: 95%;
		height: 140px;
		max-height: 140px;
		text-align: left;
		font-size: 10pt;
		float: left;
		color: #e36f1e;
		background: transparent;
		display: block;
		line-height: 1.25em;
		padding: 10px;
		overflow: none;
		border-top: 1px solid #f1f1f1;
		font-weight: normal;
		-webkit-transition: ease-in-out .5s;
		-ms-transition: ease-in-out .5s;
		-moz-transition: ease-in-out .5s;
		-o-transition: ease-in-out .5s;
		transition: ease-in-out .5s;
		:: -webkit-scrollbar

{
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: none;
}

::-webkit-scrollbar-track-piece {
	background-color: #00539A;
	-webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
	-webkit-border-radius: 0px;
	background: #00539A;
}

}


.landingheader > .row > span.span3 > .icon > a > p:hover {
	color: #00539a;
	-webkit-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}

.landingheader > .row > span.span3 {
	/*border:1px solid black;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

	.landingheader > .row > span.span3 > .icon > a > p > b {
		font-weight: bold;
		line-height: 1.25em;
		/*padding-bottom:10px;*/
		text-align: center;
		font-size: 10pt;
		display: block;
	}

	.landingheader > .row > span.span3 > .icon {
		width: 155px !important;
		max-width: 155px;
		height: 290px;
		max-height: 290px;
		min-height: 250px;
		margin-bottom: 20px;
		float: left !important;
		margin-right: 10px;
		padding: 5px;
		overflow: hidden;
		/*border:1px solid #f1f1f1;*/
		background: white;
		-webkit-transition: ease-in-out .25s;
		-ms-transition: ease-in-out .25s;
		-moz-transition: ease-in-out .25s;
		-o-transition: ease-in-out .25s;
		transition: ease-in-out .25s;
		/*border:1px solid red;*/
	}

		.landingheader > .row > span.span3 > .icon:hover {
			-webkit-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
			-moz-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
			-ms-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
			box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
			-webkit-transition: ease-in-out .25s;
			-ms-transition: ease-in-out .25s;
			-moz-transition: ease-in-out .25s;
			-o-transition: ease-in-out .25s;
			transition: ease-in-out .25s;
		}


		.landingheader > .row > span.span3 > .icon:last-child {
			clear: right;
			margin-right: 0px;
		}

/* slm */
.landingheader > .pagebreak {
	height: auto;
	padding: 15px 0px;
	font-weight: normal;
	width: 100%;
	border-top: 2px solid #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
	background-repeat: repeat;
	font-size: 13pt;
	line-height: 1.5em;
	margin-top: 20px;
	color: #444444;
}

.landingheader > .row > span.span3 > .icon > a > img {
	width: 110px;
	height: auto;
	max-height: 140px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-transition: ease-in-out .25s;
	-ms-transition: ease-in-out .25s;
	-moz-transition: ease-in-out .25s;
	-o-transition: ease-in-out .25s;
	transition: ease-in-out .25s;
	position: static;
}

	.landingheader > .row > span.span3 > .icon > a > img:hover {
		transform: scale(1.10);
		-ms-transform: scale(1.10);
		-webkit-transform: scale(1.10);
		-ms-transform: scale(1.10);
		-o-transform: scale(1.10);
		max-height: 140px;
		padding: 0;
		-webkit-transition: ease-in-out .25s;
		-ms-transition: ease-in-out .25s;
		-moz-transition: ease-in-out .25s;
		-o-transition: ease-in-out .25s;
		transition: ease-in-out .25s;
		overflow: hidden;
	}



.landingheader > .row > span.span3 > .icon {
}

/*----------CONTACT US -------------*/

span.span3 > a > img:hover {
	transform: scale(1.10);
	-ms-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-webkit-transition: ease-in-out .15s;
	-ms-transition: ease-in-out .15s;
	-moz-transition: ease-in-out .15s;
	-o-transition: ease-in-out .15s;
	transition: ease-in-out .15s;
}

span.span3 > a > img {
	-webkit-transition: ease-in-out .25s;
	-ms-transition: ease-in-out .25s;
	-moz-transition: ease-in-out .25s;
	-o-transition: ease-in-out .25s;
	transition: ease-in-out .25s;
}


/*--------------MINI ICONS-------------*/

.sublanding > span.span3 {
	width: 50px;
	height: 50px;
}


.sublanding > .row > span.span3 > .icon {
	width: 50px;
	height: 50px;
	/*border:1px solid red;*/
	float: left;
	/*margin-right:30px;*/
	overflow: auto;
}

.sublanding > .row > span.span3 > .icon {
	:: -webkit-scrollbar

{
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: none;
}

::-webkit-scrollbar-track-piece {
	background-color: #3b3b3b;
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
	-webkit-border-radius: 6px;
}

}


.sublanding > .row > span.span3 > .icon > h3 {
	float: left;
	border-left: 1px solid #c1c1c1;
}


.sublanding.row > span.span3 > img {
	width: 100%;
	height: auto;
}


/*---------------QUICK LINKS - HOMEPAGE----------------*/
div.module.module-stay-connected.clearfix * div.content-info:hover {
	-webkit-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.5);
	-moz-box-shadow: 0px 16px 30px -14px rgba(130, 130, 130, 0.5);
	-ms-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.5);
	box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.5);
	-webkit-transition: ease-in-out .25s;
	-ms-transition: ease-in-out .25s;
	-moz-transition: ease-in-out .25s;
	-o-transition: ease-in-out .25s;
	transition: ease-in-out .25s;
}

div.module.module-stay-connected.clearfix {
	border-bottom: 1px solid #f1f1f1;
}

	div.module.module-stay-connected.clearfix * div.content-info {
		margin-bottom: 10px;
		-webkit-transition: ease-in-out .25s;
		-ms-transition: ease-in-out .25s;
		-moz-transition: ease-in-out .25s;
		-o-transition: ease-in-out .25s;
		transition: ease-in-out .25s;
	}


div.content-info > a > img:hover {
	transform: rotate(-7deg) scale(1.15,1.15);
	-ms-transform: rotate(-7deg) scale(1.15,1.15);
	-webkit-transform: rotate(-7deg) scale(1.15,1.15);
	-moz-transform: rotate(-7deg) scale(1.15,1.15);
	-o-transform: rotate(-7deg) scale(1.15,1.15);
	-webkit-transition: ease-in-out .15s;
	-ms-transition: ease-in-out .15s;
	-moz-transition: ease-in-out .15s;
	-o-transition: ease-in-out .15s;
	transition: ease-in-out .15s;
}

div.content-info > a > img {
	-webkit-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	overflow: hidden;
}

div.module.module-stay-connected.clearfix * div.content-info-inner {
	padding: 0px 10px 30px 10px;
	min-height: 200px;
}


	div.module.module-stay-connected.clearfix * div.content-info-inner > h4 {
		color: #00539a;
	}

div.module.module-stay-connected.clearfix * div.content-info-inner {
	border: 1px solid #f1f1f1;
}

agencies-index-panel agencies-no-scrolling text-padding > p > select > option {
	font-size: 10pt;
	line-height: 1.5em;
}

/* PR22021826 Region start */

/* Create class for black text 'lbl-search' */
.transaction-lbl-search {
	color: #ffffff;
}

/* Create class for "Date Format" screen info */
.report-date-format {
	color: #000000;
	font-weight: bold;
	font-size: x-small;
	padding-left: 15%;
}

/* Also, a class to make the 'dash' black */
.the-transaction-dash {
	max-width: 15px;
	padding: 30px 0 0 0;
	color: #000000;
	padding-left: 0px !important;
}

.new-cr {
	padding-left: 0px !important;
}

/* Move <h1> Administrator title to the right a little. Applies to the User site as well. */
h1, .h1 {
	margin: 0.67em 10px !important;
}

/* Extract to Excel button */
#extractBtnContainer {
	margin-top: 22px;
	padding-left: 18px;
}

.extractButton {
	min-width: 30px;
	max-width: 120px;
	padding-left: 2px;
	background-color: #e5e7e9;
	border: none;
}

/* Display-only Total field */
.showtotalfield {
	background-color: #e5e7e9;
	line-height: 36px;
	padding: 8px 40px 8px 8px;
}

.button {
	min-width: 96px !important;
}

/* slm */
.tcol-sm-2 {
	width: 20% !important;
}

/* Transaction Report from AdminFunction */
/*.blue-border-row-dark {
	border: none;
}*/

/* Center the Transaction Report table */
.trnTable-center {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 50%;
	white-space: nowrap;
}

/* PR22021826 Region end */

/* slm */
agencies-index-panel agencies-no-scrolling text-padding > p > select > option:after {
	width: 30px;
	height: 30px;
	content: "GO";
	background: #ffffff;
	float: right;
	color: #00539A;
	border-radius: 50px;
	text-align: center;
	margin-right: 30px;
	position: absolute;
}


/*------------------------------------*\
    quicksearch
\*------------------------------------*/

#quicksearch {
	list-style: none;
	font-weight: normal;
	margin-bottom: 10px;
	/* Clear floats */
	margin-left: -10px;
	width: 275px;
	font-family: arial;
	padding: 10px;
	font-size: 12pt;
	/* Bring the quicksearch above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
}

	#quicksearch li {
		float: left;
		margin-right: 10px;
		position: relative;
		width: 275px;
		/*margin-left:-40px;*/
		line-height: 1.25em;
		z-index: 1000;
	}

	#quicksearch a {
		display: block;
		padding: 5px;
		color: #fff;
		padding: 5px;
		background: #5788d4;
		text-decoration: none;
		-webkit-transition: ease-in-out .25s;
		-transition: ease-in-out .25s;
		-moz-transition: ease-in-out .25s;
		-ms-transition: ease-in-out .25s;
		z-index: 1000;
	}

		#quicksearch a:hover {
			color: #fff;
			background: #5788d4;
			text-decoration: underline;
			-webkit-transition: ease-in-out .25s;
			-transition: ease-in-out .25s;
			-moz-transition: ease-in-out .25s;
			-ms-transition: ease-in-out .25s;
		}

	/*--- DROPDOWN ---*/
	#quicksearch ul {
		background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
		background: #fff; /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
		list-style: none;
		position: absolute;
		margin-left: 0px;
		left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
		z-index: 1000;
	}

		#quicksearch ul li {
			padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
			float: none;
			z-index: 1000;
			line-height: 1.25em;
		}

		#quicksearch ul a {
			/*white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
			padding: 1px 15px;
			z-index: 1000;
		}

	#quicksearch li:hover ul { /* Display the dropdown on hover */
		left: 0; /* Bring back on-screen when needed */
		z-index: 1000;
	}

	#quicksearch li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
		background: #5788d4;
		text-decoration: none;
		-webkit-transition: ease-in-out .25s;
		-transition: ease-in-out .25s;
		-moz-transition: ease-in-out .25s;
		-ms-transition: ease-in-out .25s;
		z-index: 1000;
	}

	#quicksearch li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
		text-decoration: none;
		z-index: 1000;
	}

	#quicksearch li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
		background: #00539a;
		font-weight: 500;
		line-height: 1.25em;
		z-index: 1000;
	}


/*---------------*/
#quicksearch2 {
	list-style: none;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: -10px;
	/* Clear floats */
	width: 275px;
	font-family: arial;
	padding: 10px;
	font-size: 12pt;
	/* Bring the quicksearch above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
}

	#quicksearch2 li {
		float: left;
		margin-right: 10px;
		position: relative;
		width: 275px;
		/*margin-left:-40px;*/
	}

		#quicksearch2 li a:hover {
			background: #e36f1e;
		}

	#quicksearch2 a {
		display: block;
		padding: 1px;
		color: #444444;
		padding: 5px;
		background: #FFDBC1;
		text-decoration: none;
		-webkit-transition: ease-in-out .25s;
		-transition: ease-in-out .25s;
		-moz-transition: ease-in-out .25s;
		-ms-transition: ease-in-out .25s;
	}

		#quicksearch2 a:hover {
			color: #444444;
			text-decoration: underline;
			-webkit-transition: ease-in-out .25s;
			-transition: ease-in-out .25s;
			-moz-transition: ease-in-out .25s;
			-ms-transition: ease-in-out .25s;
			background: #e36f1e;
		}

	/*--- DROPDOWN ---*/
	#quicksearch2 ul {
		background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
		background: #fff; /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
		list-style: none;
		position: absolute;
		margin-left: 0px;
		left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	}

		#quicksearch2 ul li {
			padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
			float: none;
		}

		#quicksearch2 ul a {
			white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
			padding: 1px 15px;
		}

	#quicksearch2 li:hover ul { /* Display the dropdown on hover */
		left: 0; /* Bring back on-screen when needed */
	}

	#quicksearch2 li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
		background: #FFDBC1;
		text-decoration: none;
		-webkit-transition: ease-in-out .25s;
		-transition: ease-in-out .25s;
		-moz-transition: ease-in-out .25s;
		-ms-transition: ease-in-out .25s;
	}

	#quicksearch2 li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
		text-decoration: none;
	}

	#quicksearch2 li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
		background: #e36f1e;
		font-weight: 500;
	}
/*-------------Flip button --------------------*/

.listBtns {
	width: 100%;
	/*overflow: hidden;*/
}

	.listBtns li {
		float: left;
		margin-right: 5px;
		margin-left: -30px;
		width: 15px;
		height: 15px;
		line-height: .5em;
		list-style-type: none;
		text-align: center;
	}

		.listBtns li a {
			display: block;
			padding: 5px;
			color: #fff;
			text-align: center;
			text-decoration: none;
		}

			.listBtns li a.on {
				background-color: #00539a;
				text-align: center;
				-webkit-transition: ease-in-out .25s;
				transition: ease-in-out .25s;
				-moz-transition: ease-in-out .25s;
				-ms-transition: ease-in-out .25s;
				-o-transition: ease-in-out .25s;
			}

				.listBtns li a.on:before {
					content: "-";
					color: white;
					text-align: center;
					align-content: center;
					-webkit-transition: ease-in-out .5s;
					transition: ease-in-out .25s;
					-moz-transition: ease-in-out .5s;
					-ms-transition: ease-in-out .5s;
					-o-transition: ease-in-out .5s;
				}

			.listBtns li a.off {
				background: #e36f1e;
				text-align: center;
				-webkit-transition: ease-in-out .25s;
				transition: ease-in-out .25s;
				-moz-transition: ease-in-out .25s;
				-ms-transition: ease-in-out .25s;
				-o-transition: ease-in-out .25s;
			}

				.listBtns li a.off:before {
					content: "+";
					color: white;
					align-content: center;
					text-align: center;
					-webkit-transition: ease-in-out .5s;
					transition: ease-in-out .25s;
					-moz-transition: ease-in-out .5s;
					-ms-transition: ease-in-out .5s;
					-o-transition: ease-in-out .5s;
				}

/*--------------DROPDOWN-----------------*/

#dropdown,
#dropdown ul,
#dropdown li,
#dropdown a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	position: relative;
}

	#dropdown a {
		line-height: 1.5;
	}

#dropdown {
	width: 250px;
	;
	background: #fff;
}

	#dropdown > ul {
		border: 1px solid #000000;
		-moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
		-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
		box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
		background: #565656;
		background: -moz-linear-gradient(#565656 0%, #323232 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
		background: -webkit-linear-gradient(#565656 0%, #323232 100%);
		background: linear-gradient(#565656 0%, #323232 100%);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

		#dropdown > ul:after {
			clear: both;
			content: '';
			display: table;
		}

@media all and (max-width: 250px) {
	#dropdown > ul {
		max-height: 32px;
		overflow: hidden;
		-webkit-transition: max-height 0.5s;
		transition: max-height 0.5s;
	}

	#dropdown.expand ul {
		max-height: 900px;
	}
}

#dropdown > ul > li {
	border-right: 1px solid #000000;
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
	float: left;
}

	#dropdown > ul > li.mobile {
		display: none;
	}

	#dropdown > ul > li.active {
		background: #444444;
		background: -moz-linear-gradient(#444444 0%, #323232 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #323232));
		background: -webkit-linear-gradient(#444444 0%, #323232 100%);
		background: linear-gradient(#444444 0%, #323232 100%);
	}

@media all and (max-width: 250px) {
	#dropdown > ul > li {
		border-right: 0 none;
		-moz-box-shadow: 0 0 0 transparent;
		-webkit-box-shadow: 0 0 0 transparent;
		box-shadow: 0 0 0 transparent;
		display: block;
		float: none;
	}

		#dropdown > ul > li.mobile {
			display: block;
		}

			#dropdown > ul > li.mobile i {
				float: right;
				font-style: normal;
			}
}

#dropdown > ul > li:last-child {
	border-right: 0 none;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

	#dropdown > ul > li:last-child ul {
		left: auto;
		right: 0;
	}

#dropdown > ul > li.mobile {
	border-right: 0 none;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

#dropdown > ul > li > a {
	margin: 0 0 2px 0;
	font-size: 12px;
	display: block;
	color: #ffffff;
	text-shadow: 0 1px 1px #000;
}

	#dropdown > ul > li > a > span {
		display: block;
		padding: 6px 10px;
		font-weight: bold;
	}

	#dropdown > ul > li > a:hover {
		text-decoration: none;
	}

#dropdown > ul > li.active {
	border-bottom: none;
}

	#dropdown > ul > li.active > a {
		color: #fff;
		text-shadow: 0 1px 1px #000;
	}
/* Sub menu */
#dropdown ul ul {
	background: #f9f9f9;
	border: 1px solid #cccccc;
	padding: 5px 12px;
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	width: 250px;
	z-index: 1;
	left: 500;
}

@media all and (max-width: 250px) {
	#dropdown ul ul {
		position: relative;
		top: 0;
		width: 250px;
	}
}

#dropdown ul ul li {
	padding: 3px 0;
}

#dropdown ul ul a {
	color: #999999;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

	#dropdown ul ul a:hover {
		color: #444444;
	}

/*-------------------*/
/* select */


/*------HERO-----------*/

h2.hero-title {
	width: 665px;
	height: auto;
}

	h2.hero-title a.arrow-link.arrow-link-white.inline {
		Color: #ffffff !important;
		line-height: 30px !important;
	}

p a.read-more {
	line-height: 12px !important;
	font-size: 14px !important;
	font-variant: normal !important;
}


.stats-title {
	background-color: #00539A !important;
	background: url('/assets/finance/images/content/hero/bg-arrow.png') no-repeat !important;
}

.module-homepage-hero .module-stats,
.module-homepage-hero .content-slider .rsSlide, .module-homepage-hero .content-slider .rsOverflow {
	background-color: #0e314a !important;
	color: #fff !important;
}






/*---------ADDED 06.9.2016----------*/


/*   ** tunnel styles **   */
a.tunnel {
	color: #fff;
	display: block;
	background-color: #00539a;
	padding: 1em;
	margin: 2px 0 2px 0;
	border-radius: 5px;
	position: relative;
	padding-left: 2em;
	cursor: pointer;
}

	a.tunnel i.fa {
		position: absolute;
		top: .6em;
		left: .6em;
		color: #fff;
		font-size: 1.6em;
		background: none;
		cursor: default;
	}

/* slm */
.tunnelResult {
	position: relative;
	padding: 0em 1em 0em 1em;
	zoom: 1;
	border-top: 1px solid #fff;
	background: #f7f7f7;
}

	.tunnelResult:after {
		content: "";
		display: table;
		clear: both;
	}

	.tunnelResult .accordion-item .accordion-content {
		background-color: #fff;
	}

	.tunnelResult .accordion-item.active .accordion-heading {
		background-color: #00539a;
	}

	.tunnelResult.abstract .more {
		display: block;
	}

	.tunnelResult h1, .tunnelResult h3 {
		font-size: 1.3em;
		margin-top: 0;
		padding-right: 10%;
	}

	.tunnelResult i.fa-times-circle {
		position: absolute;
		top: .5em;
		right: .5em;
		text-align: center;
		cursor: pointer;
		font-size: 1.7em;
		color: #4E4E4E;
	}

		.tunnelResult i.fa-times-circle:hover {
			color: #e36f1e;
		}

	.tunnelResult .abstract {
		padding-top: 1em;
	}

	/* slm */
	.tunnelResult .more {
		float: right;
		zoom: 1;
		margin-bottom: 1em;
		display: none;
	}

		.tunnelResult .more:after {
			content: "";
			display: table;
			clear: both;
		}



/*   ** ie8 styles **   */

.lt-ie8 a.tunnel {
	padding-left: 1.2em;
}





/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

	.fa-ul > li {
		position: relative
	}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

	.fa-li.fa-lg {
		left: -1.85714286em
	}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before, .fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before, .fa-users:before {
	content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before, .fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}

.fa-won:before, .fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before, .fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

/*
* FooTable v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.1.5
* @link http://fooplugins.com
* @copyright Steven Usher & Brad Vincent 2015
* @license Released under the GPLv3 license.
*/
table.footable,
table.footable-details {
	position: relative;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table.footable-details {
	margin-bottom: 0;
}
table.footable-hide-fouc {
	display: none;
}
table > tbody > tr > td > span.footable-toggle {
	margin-right: 8px;
	opacity: 0.3;
}
table > tbody > tr > td > span.footable-toggle.last-column {
	margin-left: 8px;
	float: right;
}
table.table-condensed > tbody > tr > td > span.footable-toggle {
	margin-right: 5px;
}
table.footable-details > tbody > tr > th:nth-child(1) {
	min-width: 40px;
	width: 120px;
}
table.footable-details > tbody > tr > td:nth-child(2) {
	word-break: break-all;
}

table.footable-details > thead > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tbody > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td {
	border-top-width: 0;
}
table.footable-details.table-bordered > thead > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td {
	border-top-width: 1px;
}

div.footable-loader {
	vertical-align: middle;
	text-align: center;
	height: 300px;
	position: relative;
}
div.footable-loader > span.fooicon {
	display: inline-block;
	opacity: 0.3;
	font-size: 30px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: fooicon-spin-r 2s infinite linear;
	animation: fooicon-spin-r 2s infinite linear;
}
table.footable > tbody > tr.footable-empty > td {
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
}
table.footable > tbody > tr > td,
table.footable > tbody > tr > th {
	display: none;
}
table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th,
table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th {
	display: table-cell;
}
@-webkit-keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fooicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings' !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fooicon:before,
.fooicon:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fooicon-loader:before {
	content: "\e030";
}
.fooicon-plus:before {
	content: "\2b";
}
.fooicon-minus:before {
	content: "\2212";
}
.fooicon-search:before {
	content: "\e003";
}
.fooicon-remove:before {
	content: "\e014";
}
.fooicon-sort:before {
	content: "\e150";
}
.fooicon-sort-asc:before {
	content: "\e155";
}
.fooicon-sort-desc:before {
	content: "\e156";
}
.fooicon-pencil:before {
	content: "\270f";
}
.fooicon-trash:before {
	content: "\e020";
}
.fooicon-eye-close:before {
	content: "\e106";
}
.fooicon-flash:before {
	content: "\e162";
}
.fooicon-cog:before {
	content: "\e019";
}
.fooicon-stats:before {
	content: "\e185";
}

table.footable > thead > tr.footable-filtering > th {
	border-bottom-width: 1px;
	font-weight: normal;
}
.footable-filtering-external.footable-filtering-right,
table.footable > thead > tr.footable-filtering > th,
table.footable.footable-filtering-right > thead > tr.footable-filtering > th {
	text-align: right;
}
.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
	text-align: left;
}
.footable-filtering-external.footable-filtering-center,
table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
	text-align: center;
}
table.footable > thead > tr.footable-filtering > th div.form-group {
	margin-bottom: 0;
}
table.footable > thead > tr.footable-filtering > th div.form-group+div.form-group {
	margin-top: 5px;
}
table.footable > thead > tr.footable-filtering > th div.input-group {
	width: 100%;
}
.footable-filtering-external ul.dropdown-menu > li > a.checkbox,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
	margin: 0;
	display: block;
	position: relative;
}
.footable-filtering-external ul.dropdown-menu > li > a.checkbox > label,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
	display: block;
	padding-left: 20px;
}
.footable-filtering-external ul.dropdown-menu > li > a.checkbox input[type="checkbox"],
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
}
@media (min-width: 768px) {
	table.footable > thead > tr.footable-filtering > th div.input-group {
		width: auto;
	}
	table.footable > thead > tr.footable-filtering > th div.form-group {
		margin-left: 2px;
		margin-right: 2px;
	}
	table.footable > thead > tr.footable-filtering > th div.form-group+div.form-group {
		margin-top: 0;
	}
}
table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable,
table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}
td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -7px;
	opacity: 0;
	transition: opacity 0.3s ease-in;
}
td.footable-sortable:hover > span.fooicon,
th.footable-sortable:hover > span.fooicon {
	opacity: 1;
}
td.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon {
	opacity: 1;
}
/* hides the sort icons when sorting is not allowed */
table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
	opacity: 0;
	visibility: hidden;
}
.footable-paging-external ul.pagination,
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
	margin: 10px 0 0 0;
}
.footable-paging-external span.label,
table.footable > tfoot > tr.footable-paging > td > span.label {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 4px 10px;
}
.footable-paging-external.footable-paging-center,
table.footable > tfoot > tr.footable-paging > td,
table.footable-paging-center > tfoot > tr.footable-paging > td {
	text-align: center;
}
.footable-paging-external.footable-paging-left,
table.footable-paging-left > tfoot > tr.footable-paging > td {
	text-align: left;
}
.footable-paging-external.footable-paging-right,
table.footable-paging-right > tfoot > tr.footable-paging > td {
	text-align: right;
}
ul.pagination > li.footable-page {
	display: none;
}
ul.pagination > li.footable-page.visible {
	display: inline;
}
td.footable-editing {
	width: 90px;
	max-width: 90px;
}
table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-view td.footable-editing {
	width: 70px;
	max-width: 70px;
}
table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing,
table.footable-editing-no-delete.footable-editing-no-view td.footable-editing {
	width: 50px;
	max-width: 50px;
}
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
	width: 0;
	max-width: 0;
	display: none !important;
}
table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing {
	text-align: right;
}
table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
	text-align: left;
}
table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
	display: none;
}
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-add {
	display: inline-block;
}


body {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #FFFFFF;
    height: auto;
    line-height: 22px;
    margin: 0;
    min-width: 320px;
}

a {
    color: #00539a;
}
/* Liquidhub Styles */
.blue-txt, .blue-txt:link, .blue-txt:visited {
    color: #00539a;
    font-weight: bold;
}

label {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
}

.invisible {
    visibility: hidden;
}

.small-margin-left {
    margin-left: 20px;
}

.blockMsg {
    border: 1px solid #000 !important;
    padding: 10px !important;
    border-radius: 2px;
}

#waitMessage {
    text-align: center;
}

    #waitMessage strong {
        color: #333;
        font-size: 16px;
    }

.ilb {
    display: inline-block;
}

.btn-row, .result {
    margin: 36px 0 15px 0;
}

    .btn-row.center-btns {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

.forgot-links {
    padding-top: 30px;
}

.block {
    display: block;
}

label.block {
    margin-top: 10px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.pageInstructions {
    margin: 12px 0 20px 0;
}

    .pageInstructions p {
        max-width: 700px;
    }

.input-validation-error {
    border: 1px solid red;
}

div.open > button {
    background: #000 !important;
    color: #fff !important;
}

/* CO121816 - Added dark row */
.blue-border-row-dark {
    background-color: #5788D4;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.blue-border-row {
    background-color: #f3f9ff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

#table-bank-account-info > tbody > tr > td.indent-label-td {
    padding-left: 16px;
}

#updateprofileContainer hr {
    margin-top: 10px;
}

.button {
    background-color: #00539A;
    background: linear-gradient(#0d5c9f,#00539A);
    color: #fff;
    font-weight: bold;
    height: 42px;
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    padding: 10px 15px;
}

    .button:hover {
        background: linear-gradient(#0d72c7,#0065ba);
        text-decoration: none;
        color: #fff;
    }

    .button:disabled {
        background: linear-gradient(#cfcfcf,#c2c2c2);
    }

    .button.white {
        border: 1px solid #00539a;
        background: linear-gradient(#ffffff,#f2f2f2);
        color: #00539a;
    }

        .button.white:hover {
            color: #006ac4;
            background: linear-gradient(#ffffff,#ecf6f7);
            border: 1px solid #006ac4;
        }

    .button.clean, input.clean {
        border: 0;
        background: none;
        color: #00539a;
    }

    .button:disabled {
        background-color: #c2c2c2;
        background: linear-gradient(#cfcfcf,#c2c2c2);
    }

button.refresh-btn {
    min-width: 28px;
}

.btn-delete {
    height: 21px;
    background-color: #fff;
    color: #e30000;
    border-color: #d43f3a;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 2px;
    font-size: 12px;
}

    .btn-delete:hover {
        color: #fff;
        border-color: #e30000;
        background-color: #e30000;
    }

.button.delete {
    background: #fff;
    color: #e30000;
    border: 1px solid #e30000;
}

    .button.delete:hover {
        color: #fff;
        border-color: #e30000;
        background: #e30000;
    }

.btn-print {
    color: #00539a;
    background-color: #fff;
    background: url("../images/print_button.png") no-repeat;
    height: 56px;
    width: 58px;
}

.btn-back {
    color: #00539a;
    font-weight: bold;
    font-size: 16px;
    background-color: #fff;
    background: url("../images/arrow_back.png") no-repeat 0 45%;
    padding-left: 14px;
}

    .btn-back:hover {
        color: #006ac4;
        background: url("../images/arrow_back_hover.png") no-repeat 0 45%;
    }

.btn-edit {
    background-color: #fff;
    height: 21px;
    color: #00539a;
    border-color: #00539a;
    text-transform: uppercase;
    padding: 2px;
    font-size: 12px;
}

    .btn-edit:hover {
        color: #fff;
        border-color: #006ac4;
        background-color: #006ac4;
    }

.btn-lg-mobile.last {
    margin-top: 20px;
}

.input-row {
    margin-top: 15px;
}

#registerbutton {
    width: 150px;
    margin-left: 15px;
}

#faqbutton {
    margin-left: 15px;
    color: #fff;
    text-decoration: none;
}

#logonbutton {
    width: 150px;
}

.welcomesubtitle h2 {
    font-size: 33px;
    margin-bottom: 5px;
}

.welcomesubtitle p {
    font-style: italic;
    font-size: 20px;
    line-height: 25px;
}

#welcomeBox {
    background: #f3f9ff;
    max-width: 500px !important;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    margin-left: 0;
    margin-top: 30px;
    padding: 15px 25px;
}

.field-validation-error {
    color: red;
    font-size: 11px;
}

.form-group-top {
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 15px;
}

.mobile-break {
    display: none;
}

#backtotop {
    width: 100px;
    padding: 0 5px 10px 5px;
    background: none;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

    #backtotop img {
        top: -1px;
        position: relative;
    }

.container {
    max-width: 960px !important;
}

.copyright {
    font-size: 12px;
    padding-top: 10px;
    position: relative;
}

    .copyright > div {
        margin-top: 20px;
    }

        .copyright > div:last-child {
            position: absolute;
            bottom: 0;
            right: 0;
        }

#topBar {
    background: #000;
    height: 26px;
    width: 100%;
    color: #fff;
    padding-top: 2px;
    font-size: 12px;
    line-height: 18px;
}

    #topBar #nyc-logo {
        height: 15px;
        width: 40px;
        margin: -2px 10px 0 -1px;
    }

    #topBar span {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: 0 0 0 10px;
    }

    #topBar a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

        #topBar a.logout {
            padding-left: 10px;
            float: right;
            padding-top: 3px;
        }

        #topBar a.profilelink {
            float: right;
            padding-right: 10px;
            padding-top: 3px;
        }

#nycLogo {
    text-align: center;
    margin: 15px 0;
}

#nav {
    background: url('../images/bg-nav.png') repeat-x 0 bottom;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}


.dropdown-menu {
    background-color: #000;
    top: 40px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 6px 0 0 0px;
}

    .dropdown-menu li a {
        color: #fff;
        padding: 5px 30px;
    }

        .dropdown-menu li a:hover {
            background-color: #006ac4;
            color: #fff;
            cursor: pointer;
        }

option:hover {
    background: #006ac4;
    color: #fff;
}

#property-menu {
    left: 16px;
    min-width: 200px;
}

#payment-menu {
    left: 195px;
    min-width: 200px;
}

#taxTypeSelect_listbox, #dateSelect_listbox, .k-popup.k-calendar-container, .k-popup.k-list-container {
    background: #fff;
    border-top: none;
}

#nav .links {
    text-align: center;
    display: block;
    width: 180px;
    background: none;
    border: none;
    float: left;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    padding: 12px 2.083333333333% 12px 2.083333333333%;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

    #nav .links:hover, #nav .links.active:hover {
        background: #000;
        color: #fff;
    }

    #nav .links.active {
        background: #e36f1e;
        color: #fff;
    }

#nav > div > div > div > div:nth-child(2) > button, #nav > div > div > div > div:nth-child(3) > a {
    border-left: none;
}

option:hover {
    color: #fff;
}

option:active {
    color: #fff;
}

@media (max-width:768px) {
    .btn-lg-mobile {
        width: 100%;
    }

    button#searchAddProp {
        width: 40px;
    }

    .desktop-inline {
        display: none;
    }

    .visible-desktop {
        visibility: hidden;
    }

    .no-mobile-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .no-mobile-margin {
        margin-left: 0;
        margin-right: 0;
    }

    #nav .links {
        width: 33.3333%;
        text-align: center;
        font-size: 14px;
        max-height: 47px;
    }

    #property-menu {
        left: 0;
    }

    .dropdown-menu {
        width: 100% !important;
        top: 50px;
    }

    .mobile-break {
        display: initial;
    }

    #payment-menu {
        left: 0;
    }

    #footerContainer .top-footer .text-right {
        text-align: left;
    }

    .list-inline {
        margin-top: 25px;
    }

        .list-inline li:first-child {
            padding-left: 5px;
        }

    .forgot-links {
        padding-top: 6px;
        text-align: right;
    }

    #registerbutton {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    #logonbutton {
        width: 100%;
    }

    #payment-left-col {
        padding-right: 30px;
        padding-left: 30px;
    }

    #routing-alert-col {
        padding-left: 17px;
    }

    #table-bank-account-info {
        width: 100%;
    }

    #addAccountBox input {
        max-width: 100%;
    }

    .validation-summary-errors {
        margin-left: auto;
        margin-right: auto;
    }

    .tab-content {
        max-width: 100%;
    }

    #paymentHistory .button[type=submit] {
        width: 100%;
    }

    #borough > div, #address > div, #pilot > div {
        margin-top: 15px;
    }

    #payment-init {
        margin-top: 20px;
    }

    #payment-tab-data-1 .text-right {
        text-align: left;
    }

    .display-panel:last-child > div {
        text-align: right;
    }


    body {
        font-size: 14px;
        line-height: 20px;
    }


    #nav > div > div > div > div:nth-child(1) > button, #nav > div > div > div > div:nth-child(3) > a {
        line-height: 1.3em;
        padding-top: 5px;
    }

    #nav .dropdown-menu {
        top: 45px;
        margin-top: 2px;
        padding-top: 0px;
    }

    #submit {
        padding-top: 45px;
    }

    #nav > div > div > div > div:nth-child(2) > button {
        padding-bottom: 16px;
    }

    #submit > #nextbutton {
        width: 100%;
    }

    #payment-history-p {
        max-width: 650px;
    }

    #paymentHistory > div:nth-child(1), #paymentHistory > div:nth-child(3) {
        padding: 0 20px 0 0
    }

    #paymentHistory > div:nth-child(2) {
        padding: 0 10px 0 10px
    }

    #paymentHistory > div:nth-child(4) {
        padding-right: 15px;
    }

    #paymentHistory > div:nth-child(5) {
        padding: 0 10px 0 10px
    }

    #paymentHistory > div:nth-child(6) {
        padding: 0 0 0 20px
    }


    #paymentHistory > div:nth-child(1) {
        padding-top: 14px
    }

    #paymentHistory > div.col-xs-2.col-sm-1.the-dash {
        padding-top: 50px
    }

    #paymentHistory #submitBtnContainer > input {
        min-width: 60px;
    }

    #EndDate {
        padding-right: 7px;
        padding-left: 7px;
    }
}

#contentContainer {
    margin: 20px auto;
}

#footerContainer {
    background: #000;
    color: #fff;
    min-height: 100px;
    margin-top: 50px;
    padding: 30px 0px 10px;
}

    #footerContainer .list-inline li img {
        height: 20px;
        width: 1px;
    }

    #footerContainer a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

/* Payment History */
#submitBtnContainer {
    margin-top: 12px;
}

#paymentHistory {
    margin-bottom: 20px;
}

    #paymentHistory label, #paymentHistory .button[type=submit] {
        margin-top: 10px;
    }

    #paymentHistory .two-lines {
        margin-top: -15px;
    }

    #paymentHistory > div:nth-child(1), #paymentHistory > div:nth-child(4), #paymentHistory > div:nth-child(5) {
        border-right: 1px solid #eeeeee;
        padding-bottom: 10px;
    }
/* CO121816 */
.the-dash {
    max-width: 15px;
    padding: 35px 0 0 0;
    color: #ffffff
}

.lbl-search {
    color: #ffffff
}

/* PR22021826 Transaction Report - SLM */
#transactionReport {
    padding-bottom: 10px;
}

/* SC */
.k-grid tr:hover {
    background-color: #fff;
}

.footnote {
    font-size: 12px;
    margin-top: 30px;
    max-width: 90%;
}

.table-styles, #table-bank-account-info {
    margin: 15px 0 30px 0;
    width: 100%;
    background: white;
    color: #333333;
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-collapse: collapse;
    font-size: 14px;
}

#table-bank-account-info {
    max-width: 500px;
    background: #f9f9f9;
}

#bank-account-info-buttons {
    max-width: 500px;
    margin-top: 15px;
}

#table-bank-account-info > tbody > tr:nth-child(even) {
    background-color: #fff;
}

#table-bank-account-info > .header {
    font-weight: bold;
}

.table-styles tr th {
    height: auto;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    background: #5788D4;
    text-align: left;
    color: #FFFFFF
}

.table-styles.full-width {
    max-width: 700px;
}

#bank-account-info-buttons a {
    color: #00539a;
    font-weight: bold;
}

.k-icon.k-minus {
    --b: 3px; /* the thickness */
    width: 13px; /* the size */
    height: 12px; /* the size */
    aspect-ratio: 1;
    border: 5px solid #d5d5d5; /* the outer space */
    background: conic-gradient(from 90deg at var(--b) var(--b),#d5d5d5 180deg,#000 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
    display: inline-block;
}

.k-icon.k-plus {
    --b: 3px; /* the thickness */
    width: 13px; /* the size */
    height: 12px; /* the size */
    aspect-ratio: 1;
    border: 5px solid #d5d5d5; /* the outer space */
    background: conic-gradient(from 90deg at var(--b) var(--b),#d5d5d5 90deg,#000 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
    display: inline-block;
}
/* CO121816 - Override bootstrap table color for odd rows */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F3F3F3;
}

div.table-styles {
    border: none;
}

table .ap, .ap-edit {
    background: url('../Images/icon_autopay.png') no-repeat right;
    padding-right: 17px;
    width: 100px;
}

table .ad, .ad-edit {
    background: url('../Images/icon_autodebit.png') no-repeat right;
    padding-right: 17px;
    width: 100px;
}

table .mp, .mp-edit {
    background: url('../Images/icon_monthlypay.png') no-repeat right;
    padding-right: 17px;
    width: 100px;
}

.ad-edit, .ap-edit {
    padding-right: 25px;
}

table .list-unstyled {
    max-height: 100px;
    overflow-y: scroll;
}

.footable-toggle {
    display: block;
    border: 1px solid #c6c6c6;
    color: #000;
    opacity: 1 !important;
    font-size: 12px;
    padding: 2px 2px 5px 4px;
    cursor: pointer;
}

/*add a property*/
.footnote {
    font-size: 12px;
    margin-top: 30px;
}

    .footnote > div:last-child {
        margin-top: 10px;
    }

    .footnote .col-xs-1 {
        max-width: 30px;
    }

    .footnote .col-xs-11 {
        width: 88%;
    }

.instructions {
    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: normal !important;
}

.nav-tabs li {
    background-color: #fff;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-align: center;
    border-radius: 4px;
}

#property-tabs {
    max-width: 800px;
}

    #property-tabs.not-in-profile {
        max-width: 800px;
    }

    #property-tabs li:nth-child(1), #property-tabs li:nth-child(2), #property-tabs li:nth-child(3) {
        height: 50px;
        width: 19%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.nav-tabs li a {
    color: #333;
    font-size: 13px;
    padding: 0 5px;
}

.nav-tabs > li.active {
    background-color: #f3f9ff;
    height: 100%;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    font-weight: bold;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover {
    background-color: #fff;
    border: 0 !important;
    padding-top: 8px;
    line-height: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    color: #000;
    background-color: #f3f9ff !important;
    border: 0 !important;
    padding-top: 8px;
    line-height: 15px;
}

.nav-tabs > li:nth-child(2) > a, .nav-tabs > li:nth-child(2) > a:hover, .nav-tabs > li:nth-child(2).active > a, .nav-tabs > li:nth-child(2).active > a:hover {
    line-height: 27px;
}

#borough, #address, #pilot {
    margin-top: 30px;
}

#bbl-upload {
    text-decoration: none;
    background: url("../images/arrow_upload.png") no-repeat 48% 10%;
    color: #00539a;
    border: 1px solid #00539a;
    width: 224px;
    height: 195px;
    border-radius: 3px;
    padding: 75px 10px 10px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-right: -20px;
}

    #bbl-upload:hover {
        color: #006ac4;
        border: 1px solid #006ac4;
        background: url("../images/arrow_upload_hover.png") no-repeat 48% 10%;
        background-color: #f3f9ff;
    }

#bbl-upload-content {
    color: #333;
    line-height: 17px;
    font-weight: normal;
    font-size: 12px;
    width: 156px;
    margin: 10px auto;
    display: block;
}

    #bbl-upload-content:hover {
        color: #000;
    }

.display-none {
    display: none;
}

#workspace-nav {
    position: fixed;
    bottom: 0;
}

    #workspace-nav span {
        padding: 15px;
        font-size: 12px;
    }

#tab-content-footer {
    margin: 30px 0;
    text-align: center;
    font-size: 14px;
}

    #tab-content-footer a.lookup {
        margin-top: 20px;
        padding-right: 20px;
        display: block;
        background: url('../Images/icon_popout.png') right no-repeat;
    }

    #tab-content-footer > .btn-primary {
        width: 105px;
        padding-left: 0;
        padding-right: 0;
    }

#add-propery-form-info-mobile {
    max-width: 290px;
    line-height: 16px;
    margin-bottom: 15px;
}

.tab-content {
    max-width: 700px;
    background-color: #f3f9ff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 1px 0;
}

    .tab-content.not-in-profile {
        max-width: 800px;
    }

#property-tabs > li.active {
    z-index: 2;
}

#property-tabs {
    border-bottom: 0;
}

/* Upload a BBL */
.specialInstructions {
    border-top: 1px solid #E30000;
    border-bottom: 1px solid #E30000;
    padding: 15px 0;
}

    .specialInstructions ul {
        margin-top: 10px;
    }

        .specialInstructions ul li {
            margin-top: 6px;
        }

    .specialInstructions a {
        font-weight: bold;
    }

#bbl-upload-wrapper {
    max-width: 700px;
    background-color: #f3f9ff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

    #bbl-upload-wrapper > div > label > span {
        cursor: pointer;
        text-transform: initial;
    }

    #bbl-upload-wrapper .file-text {
        display: inline-block;
        margin-left: 10px;
    }

    #bbl-upload-wrapper label {
        text-transform: initial;
    }

    #bbl-upload-wrapper .file-text {
        font-size: 14px;
    }

    #bbl-upload-wrapper .button.white {
        font-size: 14px;
    }

    #bbl-upload-wrapper input[type=file] {
        display: none;
    }

    #bbl-upload-wrapper #nextbutton {
        margin-right: 20px;
        text-align: center;
        font-size: 14px;
        width: 118px;
    }

/* Make a Payment */
.k-icon.k-i-close {
    color: #fff;
    border-radius: 50%;
    background-color: #ccc;
}
/* CO121816 - white header text */
.k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
    color: #ffffff;
}

.checkbox-col {
    max-width: 30px;
}

.initial-case {
    text-transform: initial;
}

.normal {
    font-weight: normal;
}

#payment-tab-data-1 .text-right {
    padding-right: 0;
}

/* Add Bank Accounts Page */
.form-container {
    margin-top: 5px;
}

#account-holder-name > input, #routing-number-col > input, #account-number > input {
    width: 100%;
}

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label .outer {
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 1px solid #333;
        border-radius: 50%;
        margin-right: 5px;
    }

    input[type="radio"] + label .inner {
        display: inline-block;
        width: 9px;
        height: 9px;
        background: none;
        border-radius: 50%;
        margin: 2px;
    }

    input[type="radio"]:checked + label .inner {
        background: #00539a;
    }

.alert {
    color: #E30000;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.alert-heading {
    text-transform: uppercase;
    display: block;
    color: #E30000;
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.validation-summary-errors {
    color: #E30000;
    border: 1px solid #E30000;
    background-color: #FFF0F0;
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 10px;
}

    .validation-summary-errors > div {
        font-weight: bold;
        background: url('../Images/error_icon.png') no-repeat 0 0;
        padding-left: 30px;
        min-height: 24px;
    }

        .validation-summary-errors > div > p {
            max-width: 90%;
            float: left;
            line-height: 14px;
        }

    .validation-summary-errors button {
        border: none;
        background: url('../Images/error_expand_open.png') no-repeat;
        width: 22px;
        height: 22px;
        float: right;
        text-indent: -9999px;
    }

        .validation-summary-errors button.open {
            background: url('../Images/error_expand_closed.png') no-repeat;
        }

.bdcastmsg {
    border: 1px solid #ffe597;
    background-color: #ffffef;
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: 14px;
    padding: 10px;
}

.validation-summary-errors ul {
    padding-top: 10px;
    padding-right: 10px;
    -webkit-margin-before: 1em;
}

.pt-receivables-error {
    color: #E30000;
    padding-left: 90px;
}


#accountHolderName label {
    width: 200px;
}

#routingNumber {
    margin: 0;
}

#routing-number-col {
    padding: 0;
}

#routing-alert-col {
    padding-right: 0;
    padding-top: 15px;
}

    #routing-alert-col .caption {
        padding-right: 30px;
    }

#routingNumber > div.col-xs-12.col-sm-8.col-md-6 {
}

#routingNumber > div.col-xs-12.col-sm-6 > div:nth-child(2) {
    margin-top: 10px;
}

#checkSample {
    margin-right: 10px;
}

#addAccountBox input {
    max-width: 275px;
}

#addAccountBox hr {
    border-top: 1px solid #c6c6c6;
}

#accountType > div > label:nth-child(even) {
    top: -10px;
    position: relative;
    margin-left: 5px;
    margin-right: 40px;
}

#accountHolderName > label {
    width: 175px;
    margin-right: 0px;
}

.required {
    font-size: 12px;
}

#addAccountBoxFooter > button {
    width: 100%;
}

.red-hr {
    height: 1px;
    border: 0;
    display: block;
    border-top: 1px solid red;
    margin: 0;
}

.register-profile-hr {
}

.u-p-group {
    margin-bottom: 0;
}

/*PropertyPaymentVerification*/
#PropertyPaymentVerification {
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
    padding: 15px 15px 10px 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#method-content {
    display: inline-block;
    text-align: left;
}

#PropertyPaymentVerification > div {
    min-height: 53px;
}

    #PropertyPaymentVerification > div:nth-child(1) {
        padding: 0;
    }

#PropertyPaymentVerification #method,
#PropertyPaymentVerification #date {
    padding: 0;
    margin-bottom: 15px;
}

#PropertyPaymentVerification > #amount {
    text-align: right;
}

    #PropertyPaymentVerification > #amount span {
        font-size: 24px;
        font-weight: bold;
    }

@media (min-width:601px) {
    #PropertyPaymentVerification > div:nth-child(1) > div.col-sm-7.col-xs-11 {
        padding-left: 50px !important;
    }
}

/*Payment Confirmation*/
#payment-confirmation-table, #payment-history-table {
    background-color: #f4f4f4;
    padding: 15px;
    border: 1px solid #dddddd;
}

#make-payment-table {
    background-color: #e2f2ff;
    padding: 0;
}

#payment-history-table button {
    margin-top: 10px;
}

#payment-history-table .indicator {
    white-space: normal;
}

#payment-confirmation-table .payment-display-cell {
    background-color: #fff;
}

#payment-confirmation-table .indicator {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

#payment-confirmation-table .display {
    font-weight: bold;
    font-size: 22px;
}

#payment-confirmation-table .border-left {
    width: 1px;
    background-color: #dddddd;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 3px;
}

#paymentSubmitContainer .links-row {
    line-height: 18px;
    margin-top: 20px;
}


#display-wrapper {
    background-color: #fff;
    border: 1px solid #dddddd;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 75%;
}

#displayContainer {
    margin-left: 0;
    margin-right: -25px;
    padding: 0;
}

#confirmationID {
    float: left;
    max-width: 125px;
    text-align: right;
    padding: 0 4px 0 0;
}

#submitted {
    color: green;
}

#inProcess {
}

#scheduled {
}

#failed {
    color: red;
}

#proccess-progress {
    line-height: 18px;
}

    #proccess-progress p {
        margin: 0 0 3px;
    }

.confirmation {
    color: #006F03;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: bold;
}

.confirmation-box {
    border: 1px solid #006F03;
    background-color: #EFFFEF;
    margin: 10px 0;
    border-radius: 1px;
    padding: 0 10px 0 50px;
    background-image: url("../Images/success_icon.png");
    background-repeat: no-repeat;
    background-position: 2% 40%;
}

    .confirmation-box p {
        margin-top: 10px;
    }

@media (max-width:992px) {
    #paymentHistory .two-lines {
        margin-top: initial;
    }

    .mobile-clear-left {
        clear: left;
    }

    #paymentHistory > div:nth-child(1), #paymentHistory > div:nth-child(4), #paymentHistory > div:nth-child(5) {
        border-right: 1px solid #eeeeee;
        padding-bottom: 10px;
    }

    #paymentHistory > div:nth-child(1) {
        padding-top: 12px;
    }

    .the-dash {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 100%;
        text-align: center;
    }

    #submitBtnContainer {
        margin-top: 28px;
    }

        #submitBtnContainer > input {
            min-width: 100px;
        }
}

@media (min-width:601px) {
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1 {
        font-size: 36px;
    }

    hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .btn-delete-account {
        float: right;
    }
    /*.table-styles { max-width: 90%; }*/
    /*Add Bank Account*/
    #account-number > input {
        margin-bottom: 10px;
    }

    #routing-alert-col .caption {
        padding-right: 20px;
        margin-top: 10px;
    }

    #addAccountBox label {
        top: -3px;
        position: relative;
    }

    #accountHolderName label {
        width: 290px;
    }

    #addAccountBoxFooter > button {
        margin: 0 !important;
        padding-left: 30px;
        padding-right: 30px;
        width: 98px;
    }

    #routingNumber div.alert {
        margin-bottom: 10px;
    }
    /*Add A Property*/
    #property-tabs li:nth-child(1), #property-tabs li:nth-child(2), #property-tabs li:nth-child(3) {
        max-width: 170px;
    }

    #add-propery-form-info {
        width: 290px;
        border: none;
        float: right;
        line-height: 15px;
        text-align: left;
    }
    /*PAYMENT CONFIRMATION*/
    #confirmation-box-txt {
        width: auto;
    }
}

@media (min-width:768px) {
    /*Add A Property*/
    #tab-content-footer > div {
        text-align: right;
    }

    .btn-lg-mobile.last {
        margin-top: 0;
    }
}

/*Make a Payment*/
#make-payment-wrapper {
    padding-top: 0;
}

.display-panel {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

.display-panel-wrapper {
    padding: 15px 5px 5px 5px;
    margin: 0;
    background-color: #fff;
    border: 1px solid gray;
    height: 195px;
}

#due-today > div {
    border-radius: 5px 0 0 5px;
}

#other-amount > div {
    border-radius: 0 5px 5px 0;
}





.display-panel:last-child .display-panel-wrapper {
    height: 60px;
}

#payment-total {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 32px;
    margin-bottom: 10px;
}

#make-payment-wrapper, #wireinfo {
    background-color: #e2f2ff;
    padding: 15px 0px;
    border: 1px solid #dddddd;
}

#make-payment-table {
    margin: 0px;
}

#payment-tab-data-1 {
    margin-top: 20px;
    font-size: 12px;
}

#payment-tab-data-3 {
    margin-top: 20px;
}

.display-panel-header {
    font-size: 12px;
    font-weight: bold;
    color: #575757;
}

#payment-total .display-panel-header {
    min-width: 120px;
    color: #000;
}

#due-today {
    border-radius: 5px 0 0 5px;
}

#other-amount {
    border-radius: 0 5px 5px 0;
}

#payment-btns {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px;
}

.display-panel.active .display-panel-wrapper {
    border: 1px solid #00539a;
    background-color: #f3f9ff;
}

.display-panel.active div.display-panel-header {
    color: #00539a;
    font-weight: bold;
    background-image: url('../Images/checkmark.png');
    background-size: 10px 12px;
    background-repeat: no-repeat;
    background-position: 99% 40%;
}

.display-panel.active .display-panel-definition {
    color: #00539a;
}

.display-panel-amount {
    color: #9f9f9f;
}

#payment-total > div.display-panel-amount {
    color: #000;
    font-weight: bold;
    font-size: 22px;
}

.display-panel.active .display-panel-amount {
    color: #00539a;
}

#display-wrapper > div:nth-child(3) > div.display-panel-header {
    font-weight: bold;
    color: #9f9f9f;
}

div.display-panel.active > div.display-panel-amount {
    color: #00539a;
    font-weight: bold;
}

.display-panel-definition {
    margin-top: 10px;
}

.display-panel-definition {
    line-height: 14px;
}

    .display-panel-definition.instructions {
        font-style: normal;
    }

.display-total {
    padding: 30px 0 0 30px;
}

#payment-right-col label {
    width: 130px;
    margin-right: 10px;
}

#payment-right-col div {
    margin-top: 10px;
}

#payment-init label, #tax-type label, #period label {
    display: block;
}

@media (min-width:601px) {
    #make-payment-wrapper, #wireinfo {
        padding: 15px;
    }

    .display-panel {
        text-align: center;
        font-size: 12px;
        background-color: #fff;
    }

    .display-panel-wrapper {
        box-sizing: border-box;
        border-radius: 4px;
        margin: 0 5px;
        height: 136px;
    }

    .display-panel.active div.display-panel-header {
        background-position: 99% 40%;
    }

    .display-panel-amount {
        font-size: 22px;
    }

    .display-panel-definition {
        padding: 0 5px;
    }

    #due-today {
        border-radius: 4px;
    }

    #other-amount {
        border-radius: 4px;
    }

    #payment-btns {
        padding: 10px 0;
    }



    #payment-init label, #tax-type label, #period label {
        display: inline-block;
    }

    /* Set padding to keep content from hitting the edges */
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:769px) {

    .display-panel {
        height: 130px;
    }

        .display-panel.active div.display-panel-header {
            background-size: 14px 15px;
        }

    .display-total {
        width: 134px;
    }

        .display-total .display-panel-amount {
            color: #000 !important;
            font-weight: bold;
        }

    .payment-form select {
        width: 320px !important;
    }

    #payment-info label {
        text-align: right;
        width: 130px;
        margin-right: 20px;
    }

    #payment-info div {
        margin-bottom: 20px;
        font-size: 12px;
    }

    #buttons-header {
        float: none;
    }

    #payment-btns > .btn-group {
        display: block;
        padding: 0;
    }


    .indicator {
        font-size: 12px;
        font-weight: bold;
        white-space: nowrap;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #fileuploadContainer {
        display: none !important;
    }

    #mobileUpload {
        display: block !important;
    }

    #bbl-upload {
        display: none !important;
    }
}

.modal {
    top: 20%;
}

.modal-dialog {
    width: 80%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 400px;
    }
}

.modal-content {
    border-radius: 1px;
}

.modal-header {
    font-size: 16px;
    color: #fff;
    background-color: #000;
    height: 36px;
    padding: 9px 6px 15px;
}

.close {
    background-color: #fff !important;
    color: #e2e2e2;
    width: 22px;
}

.modal-body {
    position: relative;
    padding: 16px 15px 0 15px;
    font-size: 14px;
    color: #333;
}

    .modal-body:after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        margin: 16px 0;
        background: #787878;
    }

.modal-footer {
    padding: 0 15px 16px 15px;
    border-top: none;
    text-align: center;
}


.rec-box {
    background: #fff;
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 15px;
}

    .rec-box input[type=text] {
        padding-left: 4px;
        padding-right: 4px;
    }

div[id^="mobilePayments"] {
    top: 0;
}

    div[id^="mobilePayments"] .modal-dialog {
        width: 100%;
    }

    div[id^="mobilePayments"] .modal-body {
        background: #f4f4f4;
    }

    div[id^="mobilePayments"] .modal-header {
        background: #f3f9ff;
        color: #000;
    }

        div[id^="mobilePayments"] .modal-header .close {
            opacity: .5 !important;
            color: #000;
        }

    div[id^="mobilePayments"] hr {
        margin: 10px 0;
    }

.inline {
    display: inline-block;
    padding: 0 5px;
}

.expando {
    border: 1px solid grey;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
}

    .expando .form-group {
        margin-bottom: 6px;
    }

.k-detail-row > .k-hierarchy-cell {
    display: none;
}

.expando .btn-lg-mobile {
    width: 100%;
    height: auto;
}

button.fooicon-plus, button.fooicon-minus {
    background: none;
    border: 1px solid #c6c6c6;
    color: #000;
    font-size: 12px;
    padding: 2px 4px 5px 4px;
}

#MakePaymentGrid {
    border: none;
}

    #MakePaymentGrid table {
        border: 1px solid #c5c5c5;
    }

    #MakePaymentGrid input {
        max-width: initial;
        width: 95%;
    }

    #MakePaymentGrid col.hidden-sm {
        display: table-column !important;
    }

    #MakePaymentGrid col.hidden-xs {
        display: table-column !important;
    }

    #MakePaymentGrid .k-detail-row table {
        border: 1px solid #00539a;
    }

#mobileGrid {
    background-color: #e2f2ff;
    padding: 5px 15px;
    border: 1px solid #dddddd;
}

@media (max-width: 767px) {
    #MakePaymentGrid col.hidden-sm {
        display: none !important;
    }

    #MakePaymentGrid col.hidden-xs {
        display: none !important;
    }

    #paymentHistory > div.col-xs-2.col-sm-1.the-dash {
        padding-top: 36px;
    }

    #paymentHistory > div:nth-child(1), #paymentHistory > div:nth-child(4), #paymentHistory > div:nth-child(5) {
        border: none;
    }

    #paymentHistory > div:nth-child(2) {
        padding-left: 0;
    }

    #paymentHistory > div:nth-child(4) {
        padding-right: 0;
    }

    #paymentHistory > div:nth-child(1), #paymentHistory > div:nth-child(3), #paymentHistory > div:nth-child(5), #paymentHistory > div:nth-child(6) {
        padding: 0;
    }

    #nextbutton, #registnernewbutton {
        width: 100%;
    }
}

@media (max-width: 400px) {
    div[id^="mobilePayments"] .modal-footer button {
        width: 100%;
    }

        div[id^="mobilePayments"] .modal-footer button:last-child {
            margin-top: 10px;
        }

    #payment-tab-data-3 {
        padding: 0 15px;
    }
}

/* end liquidhub styles */





