/* Minification failed. Returning unminified contents.
(832,1): run-time error CSS1019: Unexpected token, found '@charset'
(832,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(832,17): run-time error CSS1019: Unexpected token, found ';'
(4666,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4667,10): run-time error CSS1035: Expected colon, found '{'
(4678,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4679,10): run-time error CSS1035: Expected colon, found '{'
 */
/*! jQuery UI - v1.11.4 - 2015-05-13
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 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); /* support: IE8 */
}

.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-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.2em; /*Original 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: 45%;
}
.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em; /*Modified from 1.1*/
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/Content/themes/base/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("/Content/themes/base/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("/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #222222; /*Old: 555555*/
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #222222;  /*Old: 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("/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.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("/Content/themes/base/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("/Content/themes/base/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("/Content/themes/base/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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/Content/themes/base/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/Content/themes/base/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("/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

@font-face { font-family: 'BentonSansRegular'; src: url("https://fonts.iu.edu/fonts/benton-sans-regular.eot"); src: url("https://fonts.iu.edu/fonts/benton-sans-regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-regular.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-regular.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-regular.svg#BentonSansRegular") format("svg"); font-style: normal; font-weight: normal; }
@font-face { font-family: 'BentonSansCondRegular'; src: url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.eot"); src: url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-regular.svg#BentonSansCondRegular") format("svg"); font-style: normal; font-weight: normal; }
@font-face { font-family: 'BentonSansCondBold'; src: url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.eot"); src: url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-cond-bold.svg#BentonSansCondBold") format("svg"); font-style: normal; font-weight: normal; }
@font-face { font-family: 'GeorgiaProItalic'; src: url("https://fonts.iu.edu/fonts/georgia-pro-italic.eot"); src: url("https://fonts.iu.edu/fonts/georgia-pro-italic.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/georgia-pro-italic.woff") format("woff"), url("https://fonts.iu.edu/fonts/georgia-pro-italic.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/georgia-pro-italic.svg#GeorgiaProItalic") format("svg"); font-style: normal; font-weight: normal; }
/**************************************** Branding Bar ***************************************/
/* Add a utitlity clearfix */
.brand-clearfix:before, .brand-clearfix:after { content: ''; display: table; }

.brand-clearfix:after { clear: both; }

#branding-bar-v1 * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#branding-bar-v1 { background: #7a1705; color: #fff; min-height: 46px; font-size: 16px; text-align: right; position: relative; z-index: 5; }

/* Campus names */
#branding-bar-v1 .show-on-mobile { display: inline; }

#branding-bar-v1 .show-on-tablet, #branding-bar-v1 .show-on-desktop { display: none; }

#branding-bar-v1 .wrapper { max-width: 63.75em; margin-left: auto; margin-right: auto; padding-right: 2.35765%; padding-left: 2.35765%; }
#branding-bar-v1 .wrapper:after { content: ""; display: table; clear: both; }

#branding-bar-v1 a { color: #fff; }

#branding-bar-v1 ul { list-style: none; }

#branding-bar-v1 p { margin-top: 0; }

/*** Bar ***/
#branding-bar-v1 .bar { border-top: 6px solid #990000; }

/*** Trident Tab & Campus Name ***/
#branding-bar-v1 .campus { font-family: "BentonSansCondRegular", "Arial Narrow", Arial, Helvetica, sans-serif; font-size: 1em; /* 16px (16/16) */ font-weight: normal; left: auto; letter-spacing: 0.025em; line-height: 1em; /* 16px (16/16) */ position: absolute; text-align: left; text-transform: uppercase; top: 6px; z-index: 400; margin: 0; }

#branding-bar-v1 .campus a { font-family: inherit; display: table-cell; height: 40px; padding: 0 0 0 45px; text-decoration: none; vertical-align: middle; }

#branding-bar-v1 .campus a:hover { text-decoration: none; color: #fff; }

#branding-bar-v1 .campus img { height: auto; left: 0; position: absolute; top: -6px; width: 34px; }

#branding-bar-v1 .campus .expanded { display: none; }

/* 768px (768/16) */
@media screen and (min-width: 48em) { #branding-bar-v1 { min-height: 52px; }
  /* Campus names */
  #branding-bar-v1 .show-on-tablet { display: inline; }
  #branding-bar-v1 .show-on-mobile, #branding-bar-v1 .show-on-desktop { display: none; }
  /*** Trident Tab & Campus Name ***/
  #branding-bar-v1 .campus { font-size: 1.125em; /* 18px (18/16) */ line-height: 1em; /* 18px (18/18) */ }
  #branding-bar-v1 .campus a { height: 46px; padding: 0 0 0 75px; }
  #branding-bar-v1 .campus img { left: 0; width: 64px; } }
/* 980px (980/16) - 960+20 for FF, IE, Opera d/t rounding */
@media screen and (min-width: 63.75em) { /* Campus names */
  #branding-bar-v1 .show-on-desktop { display: inline !important; }
  #branding-bar-v1 .show-on-tablet, #branding-bar-v1 .show-on-desktop { display: none; }
  #branding-bar-v1 .wrapper { padding: 0; }
  #branding-bar-v1 .campus abbr { display: none; }
  #branding-bar-v1 .campus .expanded { display: block; } }
/**************************************** Footer ***************************************/
#footer-v1 { clear: both; }

#footer-v1 * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#footer-v1 { background: #fff; font-size: 16px; /* Force a default size for ems */ font-family: "BentonSansRegular", Arial, Helvetica, sans-serif; margin: 0 0 0 0; padding: 0 0 20px 0; text-align: center; }

#footer-v1 .wrapper { max-width: 63.75em; margin-left: auto; margin-right: auto; padding-right: 2.35765%; padding-left: 2.35765%; }
#footer-v1 .wrapper:after { content: ""; display: table; clear: both; }

#footer-v1 .tagline { background: #7a1705; color: #fff; font-family: "BentonSansCondBold", "Arial Narrow", Arial, Helvetica, sans-serif; font-size: 1.125em; /* 18px (18/16) */ letter-spacing: 0.2em; line-height: 1em; /* 18px (18/18) */ margin: 0 -2.35765% 10px; padding: 5px; text-transform: uppercase; vertical-align: bottom; }
#footer-v1 .tagline span { font-family: GeorgiaProItalic, Georgia, serif; font-size: .7778em; /* 14px (14/18) */ text-transform: lowercase; letter-spacing: 0; display: inline-block; margin-left: -4px; }

#footer-v1 p { font-size: .6875em; /* 11px (11/16) */ }

#footer-v1 a { color: #7d110c; font-family: inherit; text-decoration: none; }
#footer-v1 a:hover { text-decoration: underline; }

#footer-v1 .internal { margin: 0 0 15px 0; }

#footer-v1 .copyright { margin: 0; }

#footer-v1 .block-iu { display: block; height: 26px; margin: 0 auto 5px auto; width: 22px; }

/* 768px (768/16) */
@media screen and (min-width: 40em) { #footer-v1 { border-top: 6px solid #7a1705; padding: 40px 0 30px 0; position: relative; text-align: left; z-index: 1; }
  #footer-v1 .wrapper { position: relative; }
  #footer-v1 .tagline { font-size: 1.5em; /* 24px (24/16) */ line-height: 1em; /* 24px (24/24) */ text-align: center; /* Positioning */ margin: 0 -200px 0 0; padding: 8px 20px 8px 24px; position: absolute; left: 50%; top: -66px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  #footer-v1 .tagline span { font-size: .6667em; /* 16px (16/14) */ }
  #footer-v1 .copyright { overflow: hidden; padding: 7px 0 0 0; position: relative; }
  #footer-v1 .internal { position: absolute; right: 10px; top: 7px; z-index: 1; }
  #footer-v1 .block-iu { float: left; margin: -7px 9px 0 0; } }
/* 980px (980/16) - 960+20 for FF, IE, Opera d/t rounding */
@media screen and (min-width: 63.75em) { #footer-v1 .wrapper { padding: 0; } }

/*------------------------------------------------------------------------------
    
    Modifications for UITS footer, including IU Signature

------------------------------------------------------------------------------*/
.container {
  max-width: 1120px;
  margin: 0 auto;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
.container:before {
  content: "";
  display: block;
  clear: both;
}

.unit {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.unit:after {
  content: "";
  display: block;
  clear: both;
}

.container.kill-vertical .unit {
  padding-top: 0;
  padding-bottom: 0;
}


/* Sticky footer - http://css-tricks.com/snippets/css/sticky-footer/ */
.page-wrap {
  /* min-height: 100%;
  margin-bottom: -121px;
  --------------------------------------------------------------------------
  Removing sticky functionality for now, adding some bottom margin
  for consistent spacing between content and footer */
  margin-bottom: 3em;
}

.page-wrap:after {
  content: "";
  display: block;
}

html, body {
  height: 100%;
}

#footer-v1 p {
  font-size: .75em;
}

span.signature {
  display: block;
}
@media screen and (max-width: 500px) {
  span.signature {
    margin-bottom: .75em;
    text-align: center;
  }
  span.signature img {
    display: inline-block;
  }
}

.copyright {
  margin-left: 38px !important;
  padding: 0 !important;
}
@media screen and (max-width: 500px) {
  .copyright {
    margin-left: 0 !important;
  }
}
@charset "UTF-8";
/* UITS Colors */
/* Layout */
/* BentonSans */
@font-face {
  font-family: 'BentonSans';
  src: url("//it.iu.edu/brand/css/fonts/BentonSans-Regular.eot");
  src: local("☺"), url("//it.iu.edu/brand/css/fonts/BentonSans-Regular.woff") format("woff"), url("//it.iu.edu/brand/css/fonts/BentonSans-Regular.ttf") format("truetype"), url("//it.iu.edu/brand/css/fonts/BentonSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BentonSans';
  src: url("//it.iu.edu/brand/css/fonts/BentonSans-RegularItalic.eot");
  src: local("☺"), url("//it.iu.edu/brand/css/fonts/BentonSans-RegularItalic.woff") format("woff"), url("//it.iu.edu/brand/css/fonts/BentonSans-RegularItalic.ttf") format("truetype"), url("//it.iu.edu/brand/css/fonts/BentonSans-RegularItalic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'BentonSans';
  src: url("//it.iu.edu/brand/css/fonts/BentonSans-Light.eot");
  src: local("☺"), url("//it.iu.edu/brand/css/fonts/BentonSans-Light.woff") format("woff"), url("//it.iu.edu/brand/css/fonts/BentonSans-Light.ttf") format("truetype"), url("//it.iu.edu/brand/css/fonts/BentonSans-Light.svg") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'BentonSans';
  src: url("//it.iu.edu/brand/css/fonts/BentonSans-LightItalic.eot");
  src: local("☺"), url("//it.iu.edu/brand/css/fonts/BentonSans-LightItalic.woff") format("woff"), url("//it.iu.edu/brand/css/fonts/BentonSans-LightItalic.ttf") format("truetype"), url("//it.iu.edu/brand/css/fonts/BentonSans-LightItalic.svg") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'BentonSans';
  src: url("//it.iu.edu/brand/css/fonts/BentonSans-Bold.eot");
  src: local("☺"), url("//it.iu.edu/brand/css/fonts/BentonSans-Bold.woff") format("woff"), url("//it.iu.edu/brand/css/fonts/BentonSans-Bold.ttf") format("truetype"), url("//it.iu.edu/brand/css/fonts/BentonSans-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'BentonSans';
  src: url("//it.iu.edu/brand/css/fonts/BentonSans-BoldItalic.eot");
  src: local("☺"), url("//it.iu.edu/brand/css/fonts/BentonSans-BoldItalic.woff") format("woff"), url("//it.iu.edu/brand/css/fonts/BentonSans-BoldItalic.ttf") format("truetype"), url("//it.iu.edu/brand/css/fonts/BentonSans-BoldItalic.svg") format("svg");
  font-weight: bold;
  font-style: italic;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre, .code, .pattern-markup textarea {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
.code,
.pattern-markup textarea,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------------------------------------------------

    Base styles

------------------------------------------------------------------------------*/
body {
  font-size: 1em;
  font-family: "BentonSans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #990000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #330000;
}

ul, ol {
  padding: 0;
  list-style-position: inside;
}

ol {
  list-style-position: outside;
}

ul li, ol li {
  display: list-item;
}

ul li > ul, ol li > ol {
  padding-left: 1.8em;
  margin: 0;
}

ol li > ol {
  list-style-type: lower-roman;
}

/* Use em for italics instead of i */
i {
  font-style: normal;
}

/* Preformatted text */
pre, .code, .pattern-markup textarea {
  background-color: #f7f7f7;
  font-family: Inconsolata, Consolas, 'Lucida Console', monospace;
  padding: .5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

label, .label {
  display: block;
  margin: .25em 0;
  font-size: .825em;
  color: #666;
  cursor: pointer;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  padding-top: 0px;
  margin-bottom: 4em;
}

tr {
  border-bottom: 1px solid #eee;
}

th {
  padding: 0px;
}

td, th {
  padding: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 1.2em;
  border: none;
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*------------------------------------------------------------------------------
    Forms - Initial styling taken from Foundation - foundation.zurb.com
------------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fafafa;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="submit"]:focus,
textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-color: #999999;
  outline: 3px solid #f5bb17;
  background-color: white;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

/* select elements */
select {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 1em;
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

select[multiple] {
  background: #fafafa !important;
}

select.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

select:hover {
  background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border-color: #999999;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  select {
    background: #fafafa;
  }

  select:hover {
    background: #f3f3f3;
  }
}
/* Radios & checkboxes */
input[type="radio"],
input[type="checkbox"] {
  display: inline;
  margin-right: .35em;
}

input[type="radio"] + label, input[type="radio"] + .label,
input[type="checkbox"] + label,
input[type="checkbox"] + .label {
  display: inline-block;
  margin-right: 1em;
}

/* Submit input */
input[type="submit"] {
  display: inline-block;
  padding: .5em 1.5em;
  margin: 1em 0;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  border: 1px solid #186834;
  color: white;
  background-color: #1f8242;
  font-family: "BentonSans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #186834;
}

/* Apply this class to form inputs that require a cancel action */
.form-cancel {
  margin-left: .5em;
}
.form-cancel a {
  margin-left: .5em;
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
    Content - just a handy class to help keep
    spacing spacing on <section> tags consistent.
    This also serves as a base class to use as a
    styling hook, if ykou need it.
------------------------------------------------------------------------------*/
.content {
  padding: 4.5em 0;
}
@media screen and (max-width: 500px) {
  .content {
    padding: 1em 0;
  }
}

.content h2:first-of-type {
  margin-top: 0;
}

/*------------------------------------------------------------------------------
    
    White space classes use these to add consistent vertical white space
    when needed.
    
------------------------------------------------------------------------------*/

.white-space-sm-top {
    padding-top: 1em;
}

.white-space-sm-bottom {
    padding-bottom: 1em;
}

.white-space-lg-top {
    padding-top: 2em;
}

.white-space-lg-bottom {
    padding-bottom: 2em;
}

/*------------------------------------------------------------------------------
    
    Utility classes

------------------------------------------------------------------------------*/
.code {
  padding: .15em;
  color: #990000;
}

.input {
  background-color: #f7f7f7;
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

/* circular image */
.img-circular img {
  display: inline-block;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .hide-for-mobile {
    display: none !important;
  }
}

/* Visuallyhidden classes from the HTML5 Boilerplate - https://html5boilerplate.com/ */
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden, .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus, .visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*------------------------------------------------------------------------------

    Colors

------------------------------------------------------------------------------*/
.swatch {
  height: 5em;
  padding: 10px;
  margin-bottom: 1em;
  color: #fff;
  font-size: .75em;
}

.passion-bg {
  background-color: #dd0031;
  color: #fff;
}

.crimson-bg {
  background-color: #7d110c;
  color: #fff;
}

.pride-bg {
  background-color: #771a2a;
  color: #fff;
}

.crimson-overkill-bg {
  background-color: #4c1213;
  color: #fff;
}

.forest-bg {
  background-color: #0a4c28;
  color: #fff;
}

.green-bg {
  background-color: #1f8242;
  color: #fff;
}

.shamrock-bg {
  background-color: #5b9780;
  color: #fff;
}

.mint-bg {
  background-color: #9adcc6;
}

.midnight-bg {
  background-color: #44697d;
  color: #fff;
}

.thistle-bg {
  background-color: #5b8ba7;
  color: #fff;
}

.blue-bg {
  background-color: #49afc7;
  color: #fff;
}

.cornflower-bg {
  background-color: #9ac1d0;
}

.majestic-bg {
  background-color: #4b306a;
  color: #fff;
}

.plum-bg {
  background-color: #5a3175;
  color: #fff;
}

.violet-bg {
  background-color: #764890;
  color: #fff;
}

.lavender-bg {
  background-color: #a79fbf;
}

.gold-bg {
  background-color: #f5bb17;
  color: #fff;
}

.parchment-bg {
  background-color: #8c6126;
  color: #fff;
}

.old-golde-bg {
  background-color: #c59217;
  color: #fff;
}

.cornsilk-bg {
  background-color: #ffd775;
}

.rich-black-bg {
  background-color: #000a0f;
  color: #fff;
}

.black-90-bg {
  background-color: #404041;
  color: #fff;
}

.black-40-bg {
  background-color: #a7a9ab;
  color: #fff;
}

.black-15-bg {
  background-color: #dbdcde;
}

.passion-bg a,
.crimson-bg a,
.pride-bg a,
.crimson-overkill-bg a,
.forest-bg a,
.green-bg a,
.shamrock-bg a,
.mint-bg a,
.midnight-bg a,
.thistle-bg a,
.blue-bg a,
.cornflower-bg a,
.majestic-bg a,
.plum-bg a,
.violet-bg a,
.lavender-bg a,
.gold-bg a,
.parchment-bg a,
.old-golde-bg a,
.cornsilk-bg a,
.rich-black-bg a,
.black-90-bg a,
.black-40-bg a,
.black-15-bg a {
  color: #fff;
}

.passion-bg a:hover,
.crimson-bg a:hover,
.pride-bg a:hover,
.crimson-overkill-bg a:hover,
.forest-bg a:hover,
.green-bg a:hover,
.shamrock-bg a:hover,
.mint-bg a:hover,
.midnight-bg a:hover,
.thistle-bg a:hover,
.blue-bg a:hover,
.cornflower-bg a:hover,
.majestic-bg a:hover,
.plum-bg a:hover,
.violet-bg a:hover,
.lavender-bg a:hover,
.gold-bg a:hover,
.parchment-bg a:hover,
.old-golde-bg a:hover,
.cornsilk-bg a:hover,
.rich-black-bg a:hover,
.black-90-bg a:hover,
.black-40-bg a:hover,
.black-15-bg a:hover {
  text-decoration: none;
  color: #ddd;
}

.passion-text {
  color: #dd0031;
}

.crimson-text {
  color: #7d110c;
}

.pride-text {
  color: #771a2a;
}

.crimson-overkill-text {
  color: #4c1213;
}

.forest-text {
  color: #0a4c28;
}

.green-text {
  color: #1f8242;
}

.shamrock-text {
  color: #5b9780;
}

.mint-text {
  color: #9adcc6;
}

.midnight-text {
  color: #44697d;
}

.thistle-text {
  color: #5b8ba7;
}

.blue-text {
  color: #49afc7;
}

.cornflower-text {
  color: #9ac1d0;
}

.majestic-text {
  color: #4b306a;
}

.plum-text {
  color: #5a3175;
}

.violet-text {
  color: #764890;
}

.lavender-text {
  color: #a79fbf;
}

.gold-text {
  color: #f5bb17;
}

.parchment-text {
  color: #8c6126;
}

.old-golde-text {
  color: #c59217;
}

.cornsilk-text {
  color: #ffd775;
}

.rich-black-text {
  color: #000a0f;
}

.black-90-text {
  color: #404041;
}

.black-40-text {
  color: #a7a9ab;
}

.black-15-text {
  color: #dbdcde;
}

.white-text {
  color: #fff;
}

/*------------------------------------------------------------------------------
    
    Typography

------------------------------------------------------------------------------*/
/* Set font sizes in pixels here. The following funtions will convert to em with
a uniform baseline. */
/* Base paragraph styles */
p {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 18px;
}

/* Heading styles */
h1 {
  font-size: 42px;
  margin: 0.85714em 0 0.42857em;
}

h2 {
  font-size: 32px;
  margin: 1.125em 0 0.5625em;
}

h3, blockquote {
  font-size: 26px;
  margin: 1.38462em 0 0.69231em;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  margin: 1.8em 0 0.9em;
  font-weight: 400;
}

h5 {
  font-size: 16px;
  margin: 2.25em 0 1.125em;
  font-weight: 400;
}

h6 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 2.57143em 0 1.28571em;
  font-weight: 700;
  letter-spacing: .08em;
}

h1, h2, h3, blockquote, h4, h5, h6 {
  line-height: 1.2;
}

blockquote {
  line-height: 1.3;
  margin-left: 2em;
  padding-left: .65em;
  font-weight: 400;
  font-style: italic;
  border-left: 5px solid #bbb;
  color: #777;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}

/*------------------------------------------------------------------------------
    Heading classes - use these classes to style
    symantically correct headings to look like
    other headings.
------------------------------------------------------------------------------*/
.h1-style {
  font-size: 42px;
  margin: 0.85714em 0 0.42857em;
}

.h2-style {
  font-size: 32px;
  margin: 1.125em 0 0.5625em;
}

.h3-style {
  font-size: 26px;
  margin: 1.38462em 0 0.69231em;
  font-weight: 400;
}

.h4-style {
  font-size: 20px;
  margin: 1.8em 0 0.9em;
  font-weight: 400;
}

.h5-style {
  font-size: 16px;
  margin: 2.25em 0 1.125em;
  font-weight: 400;
}

.h6-style {
  text-transform: uppercase;
  font-size: 14px;
  margin: 2.57143em 0 1.28571em;
  font-weight: 700;
  letter-spacing: .08em;
}

/*------------------------------------------------------------------------------
    Typography helpers
------------------------------------------------------------------------------*/
.lead {
  font-size: 26px;
  line-height: 1.3em;
  margin: .25em 0;
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*------------------------------------------------------------------------------

    Grid 

------------------------------------------------------------------------------*/
.container {
  max-width: 1125px;
  margin: 0 auto;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
.container:before {
  content: "";
  display: block;
  clear: both;
}

.unit {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px; 
  padding-bottom: 18px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.unit:after {
  content: "";
  display: block;
  clear: both;
}

.container.kill-vertical .unit {
  padding-top: 0;
  padding-bottom: 0;
}

/* Get rid of container padding when grids are nested */
.container .container .unit {
  padding-top: 0;
}
.container .container .unit:first-child {
  padding-left: 0;
}
.container .container .unit:last-child {
  padding-right: 0;
}

.centered {
  margin: 0 auto;
  float: none !important;
}

.last {
  float: right;
}

.whole {
  width: 100%;
}

.half {
  width: 50%;
}

.one-third {
  width: 33.33333%;
}

.two-thirds {
  width: 66.666666666667%;
}

.one-fourth {
  width: 25%;
}

.three-fourths {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

/* Push and pull classes */
.push{
  float: right;
}

.pull {
  float: left;
}

/* List grid */
ul.list-grid-fourths {
  display: block;
  list-style-type: none;
  margin: -18px;
}
ul.list-grid-fourths:after {
  content: "";
  display: block;
  clear: both;
}
ul.list-grid-fourths li {
  display: block;
  float: left;
  width: 25%;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.list-grid-thirds {
  display: block;
  list-style-type: none;
  margin: -18px;
}
ul.list-grid-thirds:after {
  content: "";
  display: block;
  clear: both;
}
ul.list-grid-thirds li {
  display: block;
  float: left;
  width: 33.333333333333%;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .unit {
    float: none;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .unit .container .unit:first-child {
    padding-top: 0;
  }

  .container .container .unit {
    padding: 18px 0;
  }

  /* Small grid - This will keep the proportions of the grid even on small devices */
  .container.small-grid .unit.half {
    width: 50%;
    float: left;
  }

  .container.small-grid .unit.one-third {
    width: 33.333333333333%;
    float: left;
  }

  .container.small-grid .unit.two-thirds {
    width: 66.666666666667%;
    float: left;
  }

  .container.small-grid .unit.one-fourth {
    width: 25%;
    float: left;
  }

  .container.small-grid .unit.three-fourths {
    width: 75%;
    float: left;
  }

  .container.small-grid .unit.one-fifth {
    width: 20%;
    float: left;
  }

  .container.small-grid .unit.two-fifths {
    width: 40%;
    float: left;
  }

  .container.small-grid .unit.three-fifths {
    width: 60%;
    float: left;
  }

  .container.small-grid .unit.four-fifths {
    width: 80%;
    float: left;
  }

  .whole,
  .half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .three-fourths,
  .one-fifth,
  .two-fifths,
  .three-fifths,
  .four-fifths {
    width: 100% !important;
  }

  .push,
  .pull {
    float: none;
  }

  ul.list-grid-fourths li {
    width: 100%;
    float: none;
  }

  ul.list-grid-thirds li {
    width: 100%;
    float: none;
  }
}
/*------------------------------------------------------------------------------

    Header

------------------------------------------------------------------------------*/
.site-header {
  position: relative;
  margin-top: 1em;
}
.site-header .unit {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 500px) {
  .site-header .nav-inline.text-right {
    text-align: left;
  }
}

.site-title {
  margin-top: 35px;
}
.site-title a {
  font-size: 1.4375em;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 500px) {
  .site-title {
    margin: 0;
  }
}

.site-nav {
  position: relative;
}

.show-nav {
  display: none;
  color: #333;
}
.show-nav i {
  font-size: 2em;
}

@media screen and (max-width: 768px) {
  .site-header {
    margin: 0;
  }

  .site-title {
    margin-top: 0;
  }

  .site-title a {
    display: inline-block;
    font-size: 1em;
    padding: .75em 0;
  }

  .site-nav {
    width: 100%;
    display: none;
  }

  .site-nav .nav-inline ul {
    display: block;
    margin: 0;
    border-bottom: none;
  }
  .site-nav .nav-inline ul li {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .site-nav .nav-inline ul li a {
    display: block;
    padding: 1em 0;
  }

  .nav-bg {
    background-color: #eee;
    border-top: 1px solid #ddd;
  }

  .show-nav {
    display: block;
    position: absolute;
    z-index: 10;
    top: .55em;
    right: 1.5em;
  }
}

/*------------------------------------------------------------------------------

    Intro 

------------------------------------------------------------------------------*/
.intro {
  padding: 5em 0;
}

/* Use this for less vertical space on intros */
.intro-small {
  padding: 2em 0;
}

.intro h1, .intro-small h1 {
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1;
}
.intro a, .intro-small a {
  text-decoration: underline;
}

@media screen and (max-width: 500px) {
  .intro, .intro-small {
    padding: 1.5em 0;
  }
  .intro h1, .intro-small h1 {
    font-size: 2.2em;
  }
  .intro p, .intro-small p {
    font-size: 1.125em;
  }
}
/*------------------------------------------------------------------------------

    Sidebar navigation

------------------------------------------------------------------------------*/
.nav-sidebar {
  margin-top: .5em;
}
.nav-sidebar ul {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  list-style-type: none;
  margin: 0;
  padding: .5em 0;
}
.nav-sidebar ul li {
  border-bottom: 1px solid #ddd;
}
.nav-sidebar ul li:last-child {
  border-bottom: none;
}
.nav-sidebar ul li a {
  display: block;
  padding: .5em 0 .5em .25em;
  color: #333;
}
.nav-sidebar ul li a:hover {
  color: #990000;
  background-color: #f7f7f7;
}
@media screen and (max-width: 500px) {
  .nav-sidebar {
    margin: 2em 0;
  }
}

.nav-sidebar a.active {
  border-left: 3px solid #990000;
  background-color: #f7f7f7;
  font-weight: 700;
  cursor: default;
}
.nav-sidebar a.active:hover {
  color: #333;
}

ul#spy-nav li.active a {
  border-left: 3px solid #990000;
  background-color: #f7f7f7;
  font-weight: 700;
  cursor: default;
}

/*------------------------------------------------------------------------------

    Inline navigation

------------------------------------------------------------------------------*/
.nav-inline ul {
  display: inline-block;
  margin: 24px 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #bbb;
}
.nav-inline ul li {
  display: inline-block;
  padding: .5em .5em;
  margin-right: -5px;
}
.nav-inline ul li:first-child {
  padding-left: 0;
}
.nav-inline ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.nav-inline ul li a {
  color: #333;
}
.nav-inline ul li a:hover {
  color: #990000;
}

.nav-inline ul li.active {
  color: #990000;
  border-bottom: 3px solid #990000;
  cursor: default;
}
.nav-inline ul li.active:hover {
  color: #990000;
}

/*------------------------------------------------------------------------------

    Buttons

------------------------------------------------------------------------------*/
/* Primary button link */
.button-primary {
  display: inline-block;
  border: 1px solid #990000;
  margin: 1em 0;
  padding: .75em 1.85em;
  background-color: transparent;
  color: #990000;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  text-decoration: none !important;
}
.button-primary:hover {
  background-color: #990000;
  color: #fff;
}

.reverse {
  border-color: white;
  color: #fff;
}
.reverse:hover {
  background-color: white;
  color: #404041 !important;
}

.button-secondary {
  display: inline-block;
  margin: 1em 0;
  padding: .35em 1em;
  background-color: #990000;
  color: white;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  text-decoration: none !important;
}
.button-secondary:hover {
  background-color: #7a0000;
  color: white;
}

.button-group {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.button-group li {
  display: inline-block;
}
.button-group li a {
  display: block;
  border: 1px solid #990000;
  margin: 1em 0;
  padding: .75em 1.85em;
  text-decoration: none !important;
}
.button-group li a:hover {
  background-color: #990000;
  color: white;
}
.button-group li:first-child a {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.button-group li:last-child a {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

/*------------------------------------------------------------------------------

    Alerts

------------------------------------------------------------------------------*/
.alert-small, .alert-small-message, .alert-small-failed, .alert-small-success {
  padding: 3px 5px;
  margin-right: .5em;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.alert-medium, .alert-medium-message, .alert-medium-failed, .alert-medium-success {
  padding: 8px 12px;
  margin-right: .5em;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.alert-large, .alert-large-message, .alert-large-failed, .alert-large-success {
  padding: 12px 18px;
  margin-right: .5em;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* Small alterts */
.alert-small-message {
  background-color: #ffd775;
  color: #333;
}

.alert-small-failed {
  background-color: #990000;
}

.alert-small-success {
  background-color: #1f8242;
}

/* Medium alterts */
.alert-medium-message {
  background-color: #f5bb17;
}

.alert-medium-failed {
  background-color: #990000;
}

.alert-medium-success {
  background-color: #1f8242;
}

/* Medium alterts */
.alert-large-message {
  background-color: #f5bb17;
}

.alert-large-failed {
  background-color: #990000;
}

.alert-large-success {
  background-color: #1f8242;
}

/*------------------------------------------------------------------------------

    Pagination

------------------------------------------------------------------------------*/
.pagination ul {
  list-style-type: none;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  border: 1px solid #bbb;
  margin-left: .75em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pagination ul li:first-child {
  margin-left: 0;
  border: none;
}
.pagination ul li:last-child {
  border: none;
}
.pagination ul li a {
  display: inline-block;
  padding: 1em;
  line-height: 1;
}
.pagination ul li a:hover {
  background-color: #f7f7f7;
}

/*------------------------------------------------------------------------------

    Breadcrumbs

------------------------------------------------------------------------------*/
.breadcrumbs ul {
  list-style-type: none;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li:after {
  content: "/";
  margin: 0 .25em;
  color: #bbb;
}
.breadcrumbs ul li:last-child:after {
  content: "";
}
.breadcrumbs ul li a {
  color: #777;
}
.breadcrumbs ul li a:hover {
  color: #990000;
}

.breadcrumbs a.active {
  font-weight: 700;
  color: #333;
  cursor: default;
}
.breadcrumbs a.active:hover {
  color: #333;
}

/*------------------------------------------------------------------------------

    Articles

------------------------------------------------------------------------------*/
.articles {
  list-style-type: none;
  margin: 0;
}
.articles li a {
  display: block;
  padding: 1.5em;
  color: #333;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.articles li a:hover {
  background-color: #f7f7f7;
}
.articles li a:hover h1 {
  color: #990000;
}
.articles li a h1:first-child {
  margin-top: 0;
}

.articles-date {
  color: #777;
  font-size: .8em;
}

.articles-intro {
  margin-bottom: 0;
}

/*------------------------------------------------------------------------------

    Metadata

------------------------------------------------------------------------------*/
.metadata dt {
  color: #707070;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.metadata dd {
  margin-left: 0;
  margin-bottom: .75em;
  padding-bottom: .75em;
  border-bottom: 1px solid #eee;
}

/*------------------------------------------------------------------------------

    Panel

------------------------------------------------------------------------------*/
.panel, .grid-page .unit span.code {
  box-sizing: border-box;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 1em; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.panel *:first-child, .grid-page .unit span.code *:first-child {
  margin-top: 0;
}
.panel *:last-child, .grid-page .unit span.code *:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------------------------

    Slices

------------------------------------------------------------------------------*/
.slice {
  padding: 3em 0;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.slice h1, .slice h2, .slice h3, .slice blockquote, .slice h4, .slice h5, .slice h6 {
  margin-top: 0;
}
.slice p {
  margin-bottom: 0;
}

.submitDisabled {
      opacity: 0.65;
      cursor: not-allowed !important;  
}

.gridHighlight {
    background-color: #ffff00 !important;
}
/*Created by Sravan Shankershetty on 14 October, 2015*/
/*Do not modify these classes - Imported from UITS STYLE SHEET*/

/**This Style sheet contains latest CSS classes imported for the UITS style css which is an updated version of the uits-style.css file in our local repository*/
/*Overriding the existing file resulted in unexpected design changes. So import required classes from uits-style.css file available at it.iu.edu website */


/*-----------------------------------------------
    Alerts
    _alerts.scss
    
    Used to show success, failure, messages, etc.
    Depricating old non-BEM alerts. Don't think
    they've ever been used.
-----------------------------------------------*/
/*
    Base alert style
    provides padding and display model
*/
.alert {
  display: block;
  background-color: #eee;
  border-left: 4px solid #a7a9ab;
  padding: 0.8em;
  /*margin: 1em 0;*/
}
.alert p {
  margin: 0;
}

.alert--good,
.alert--success {
  background-color: #DDF4EA;
  border-left: 4px solid #22b573;
  color: #333;
}

.alert--error,
.alert--outage {
  background-color: #FDEEE8;
  border-left: 4px solid #f25b19;
  color: #333;
}

.alert--message,
.alert--degraded {
  background-color: #FDF7E7;
  border-left: 4px solid #f5bb17;
  color: #333;
}

.alert--info {
  background-color: #E9F6FC;
  border-left: 4px solid #49afc7;
  color: #333;
}

/*Custom css for alert classes above*/

.alert {
font-weight:bold;
}
/*------------------------------------------------------------------------------
    Place any site-specific styles you might need here.
    *** Remember *** Our pattern library has tons of useful ready-to-use
    compontents to help you build sites faster. The styles are already included
    in this boilerplate. Just go to it.iu.edu/brand/pattern-library
    and grab the markup for the components you need.
------------------------------------------------------------------------------*/
/*Below 2 sections are imported from MVC default css. DO NOT OVERRIDE*/
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, select.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/*Custom Styles*/
.intro-small {
    background-color: #404041;
    color: white;
    background-image: url('/Images/circle-background-2.png');
    background-attachment: fixed;
}

.intro-small-homepage {
    background-color: #B0CFE2;
    color: white;
    /*background-image: url('/Images/bgcolor.png');*/
    background-attachment: fixed;
}

.intro-ex-small {
    background-color: #404041;
    color: white;
    background-image: url('/Images/circle-background-2.png');
    background-attachment: fixed;
    padding: 0 !important;
}

.divNotification {
    background-color: #808080;
    height: 50px;
    color: white;
    text-align: center;
    font-weight: bolder;
    line-height: 45px;
}

.wide-button {
    width: 300px;
    text-align: center;
}

.content-center {
    text-align: center;
}

.smallfont {
    font-size: 0.6em;
}

.versionfont {
    font-size: 0.5em;
}

.black-font {
    color: black !important;
}

/*Over ridden css for header - Start*/

.site-header, .site-header div, nav {
    /*max-height: 39px;*/
    margin: 0px auto;
}

.site-title {
    margin-left: 67px !important;
    padding: 6px;
}

    .site-title a {
        font-weight: normal;
        font-size: 1.125em;
    }



#nav-bar-list {
    /*max-height: 39px;*/
    width: 100%;
    margin: 0px auto;
    border: 0px;
}

    #nav-bar-list li {
        font-size: .8125em;
        font-weight: normal;
        padding-bottom: 10px;
    }
/*Over ridden css for header - End*/

/*Over ridden css for content class - Start*/
.content {
    padding: 0 0 4.5em;
}

/*Over ridden css for content class - End*/
.sortimg {
    display: inline;
    height: 18px;
}

.divbutton {
    text-align: center;
    color: white !important;
    padding: 0.2em 0.5em !important;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}



.divbutton-selected {
    text-align: center;
    color: white !important;
    border-bottom: 2px solid rgb(125, 17, 12);
    padding: 0.2em 0.5em !important;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.imgbutton {
    height: 28px;
    width: 28px;
    display: inline;
}

.custombutton {
    border-radius: 40px;
    text-align: center;
    color: white !important;
    background-color: rgb(125, 17, 12) !important;
    padding: 0.5em 1.5em !important;
    vertical-align: middle;
    min-width: 120px;
    border: 1px solid #186834;
    margin: 5px !important;
}


.backbutton:enabled {
    /*For buttons like edit,save,cancel*/
    border-radius: 40px;
    color: white;
    background-color: #990000 !important;
    padding: 0.5em 1.5em !important;
    border: 1px solid white;
}

.backbutton:disabled {
    /*For buttons like edit,save,cancel*/
    border-radius: 40px;
    color: white;
    background-color: grey !important;
    padding: 0.5em 1.5em !important;
    border: 1px solid white;
}

.backbutton:hover:enabled {
    /*For buttons like edit,save,cancel*/
    background-color: white !important;
    color: #990000;
    border: 1px solid #990000 !important;
}


.actionbutton:enabled {
    /*For buttons like edit,save,cancel*/
    border-radius: 40px;
    color: white;
    background-color: #008000 !important;
    padding: 0.5em 1.5em !important;
    border: 1px solid white;
}

.actionbutton:disabled {
    /*For buttons like edit,save,cancel*/
    border-radius: 40px;
    color: white;
    background-color: grey !important;
    padding: 0.5em 1.5em !important;
    border: 1px solid white;
}

.actionbutton:hover:enabled {
    /*For buttons like edit,save,cancel*/
    background-color: white !important;
    color: #008000;
    border: 1px solid #008000 !important;
}

.custombutton a {
    color: white !important;
    padding: 0px !important;
}

.min100 {
    min-width: 100px !important;
}


.editbutton {
    background: url('../Images/edit-black.png') no-repeat center right;
    display: block;
    height: 30px;
    width: 32px;
}

.exportbutton {
    background: url('../Images/csv.png') no-repeat center right;
    display: block;
    height: 32px;
    width: 32px;
}

/*Analytics page css (moved here )- Start*/

#SavingsChart_container div, #DeviceChart_container div, #SustainabilityChart_container div {
    float: left;
}

.hr {
    float: left;
    width: 100%;
}

.dashboardpanel {
    padding-top: 5px !important;
    width: 32.8%;
    margin-left: 0.5%;
    margin-top: 0.5%;
    /*float: left;*/
    min-height: 410px;
    background-color: white;
    border-width: 2px;
    border-radius: 10px 10px 10px 10px;
    border-style: outset;
    position: relative;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

.container:before {
    content: "";
    display: block;
    clear: both;
}

.unit {
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: normal;
}

.layer-btm {
    margin-top: 2px;
}

.intro {
    padding: 1em 0;
}

.watermark {
    cursor: default;
    /*opacity: 0.2;*/
    color: #000000;
    transform: rotateZ(-45deg);
    position: relative;
    top: 160px;
    text-align: center;
    left: -20px;
    z-index: 1;
    height: 0px;
    font-size: 2em;
    font-weight: bold;
}

.chart-heading {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    line-height: normal;
    text-align: center;
}

.moreimg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
}

table {
    border: none;
}

br {
    display: block;
    margin: 2px 0;
}

.td-image {
    width: 36px;
}

.td10 {
    width: 10%;
}

.form-inline input[type=text] {
    width: 15% !important;
    display: inline;
}

.form-inline select {
    width: 25% !important;
    display: inline;
}

.form-inline {
    padding-bottom: 5px;
}

.ui-datepicker-title > select {
    display: inline !important;
    padding: 5px;
}
/*Analytics page and Billing Report Custom css - Start*/

.analytics-table {
    width: 100% !important;
}

    .analytics-table, .analytics-table tr {
        margin-bottom: 5px !important;
        border: 0px !important;
        font-size: 12px;
    }

        .analytics-table td {
            padding: 4px !important;
        }

.border-right {
    border-right: 1px solid #D4D4D5;
}

.border-left {
    border-left: 1px solid #D4D4D5;
}


.border-bottom {
    border-bottom: 1px solid #D4D4D5;
}

.border-topright {
    border-right: 2px solid #D4D4D5;
    border-top: 2px solid #D4D4D5;
}

.span-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.margin-top {
    margin-top: 20px;
}

.chart-subheading {
    padding-bottom: 5px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.trh30 {
    height: 30px !important;
    font-size: 1.5em !important;
}

.no-bgcolor th {
    background-color: white !important;
}

.no-bgcolor {
    background-color: white !important;
    color: black !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}


.no-margin {
    margin: 0px !important;
}
/*
.report-table tr:nth-child(even) {
    background-color: #ededed;
}
.report-table tr:nth-child(odd) {
    background-color: white;
}
.report-table th {
    background-color: darkgray;
}
.report-table th:nth-child(3n+4), .report-table td:nth-child(3n+4), .report-table td:nth-child(8),
.report-table th:nth-child(8) {
    color: #7D110C;
    font-weight: bold;
}*/

.report table {
    margin: 0px;
}

    .report table th {
        background-color: darkgray;
    }


    .report table tr:nth-child(even) {
        background-color: #ededed;
    }

    .report table th:nth-child(4), .report table th:nth-child(7), .report table th:nth-child(8),
    .report table td:nth-child(4), .report table td:nth-child(7), .report table td:nth-child(8),
    .report table th:nth-child(11), .report table th:nth-child(14), .report table th:nth-child(15),
    .report table td:nth-child(11), .report table td:nth-child(14), .report table td:nth-child(15) {
        color: #7D110C;
        font-weight: bold;
    }

.fleetReport {
    color: #7D110C;
    font-weight: bold;
}

.userreport table td:nth-child(4), .userreport table td:nth-child(7), .userreport table td:nth-child(8),
.userreport table td:nth-child(11), .userreport table td:nth-child(14), .userreport table td:nth-child(15) {
    color: #333;
    font-weight: normal;
    /*Added this css to override .report css above for user report since the column numbers are different for user  report page*/
}

.userreport table th:nth-child(5), .userreport table th:nth-child(8), .userreport table th:nth-child(9),
.userreport table td:nth-child(5), .userreport table td:nth-child(8), .userreport table td:nth-child(9),
.userreport table th:nth-child(12), .userreport table th:nth-child(15), .userreport table th:nth-child(15),
.userreport table td:nth-child(12), .userreport table td:nth-child(15), .userreport table td:nth-child(15) {
    color: #7D110C;
    font-weight: bold;
}

.default-table td {
    color: black !important;
    font-weight: normal !important;
}

.default-table th {
    color: black !important;
}

.savings-table td {
    line-height: 1.8em !important;
}

.report table td {
    width: 10%;
}

.summary {
    color: #7D110C !important;
    font-weight: bold !important;
}

/*Tables under webgrid do not have css to highlight font at column level unlike the report class tables*/
.webgrid {
    margin-bottom: 15px;
}

    .webgrid tr:nth-child(even) {
        background-color: #ededed;
    }

    .webgrid tr:nth-child(odd) {
        background-color: white;
    }

    .webgrid table th {
        background-color: darkgray;
    }

    .webgrid label {
        color: black !important;
        cursor: default !important;
    }

    .webgrid table {
        margin: 0px !important;
    }

    .webgrid input, .webgrid select {
        margin: 0px !important;
    }

.trsubheading {
    background-color: #a7a9ab;
}

.tr-dash-border {
    border: 1px dashed #808080 !important;
    margin-bottom: 5px;
}

/*Web Grid Table CSS - End*/
.summary {
    background-color: #ededed !important;
    color: #7D110C;
    font-weight: bold;
    border-top: 2px groove #7D110C;
}

.width15 {
    width: 15% !important;
}


.width25 {
    width: 25% !important;
}

.width30 {
    width: 30% !important;
}

.width50 {
    width: 50% !important;
}

.width55 {
    width: 45% !important;
}
/*Analytics page and Billing Report Custom css - End*/

/*Progress Bar CSS Implementation - Start*/
#divprogress {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: darkgray;
    opacity: 0.7;
    bottom: 0;
    right: 0;
    text-align: center !important;
    border: 1px solid #666;
    z-index: 4;
    overflow: auto;
}

    #divprogress div {
        position: absolute;
        top: 40%;
        left: 50%;
        font-weight: bolder;
        text-align: center;
        z-index: 6;
        transform: translate(-50%,-50%);
    }

.progress-image {
    display: inline-block;
    vertical-align: middle;
}
/*Progress Bar CSS Implementation - End*/


/* From ls.css for column width in print page */
.table-noborder {
    border: 0;
}

.medium-1-7 {
    position: relative;
    width: 11.9%;
    font-size: 12px;
    position: relative;
    display: inline-table;
}

#iu-branding .tools a:hover {
    color: #fff;
}

#nav-bar .submasthead a {
    color: #000a0f;
}

    #nav-bar .submasthead a:hover {
        color: #7d110c;
    }

.label {
    color: #000a0f;
}

.the-areas .area {
    margin-bottom: 3em;
}
/*End*/

/********************* MPS Begin ************************/
.clsModelImg {
    border-collapse: collapse;
    border: 1px solid black;
    text-align: center;
    font-size: x-small;
}

.clsMethodology {
    text-align: justify;
    border: 1px solid black;
    padding: 5% 5% 5% 5%;
    border-radius: 20px;
}

.serv-matrix-col {
    border: 1px solid black;
    border-collapse: collapse;
    width: 80px;
    padding: 5px;
    text-align: center;
}

#tblServMatrix {
    border: 1px solid black;
    border-collapse: collapse;
    border-top: none;
    border-left: none;
    margin-bottom: 0em;
}

.font-xx-small {
    font-size: xx-small;
}

#tblApprovedHW {
    background-color: #ffffff;
    margin-bottom: 0em;
}

ul.ul-ser-matrix {
    list-style-position: inherit;
    padding-left: 20px;
}
/********************* MPS End************************/
/*Web Grid Table CSS-Start*/



/*MPS Dashboar begin**/
.imgdata {
    height: 28px;
    width: 28px;
    padding-right: 2px;
}

.imgchange {
    height: 14px;
    width: 20px;
    padding-left: 2px;
}

.imgnochange {
    height: 24px;
    width: 20px;
    padding-left: 2px;
}

.mpsdashboard {
    background-color: #a7a9ab;
    padding-top: 10px;
}

.mpscontainer {
    border-radius: 5px;
    background-color: white;
    padding: 5px;
    margin: 0.5%;
    width: 32.3%;
    min-height: 560px;
}

#mpssustainability .mpscontainer {
    min-height: 600px;
}

.mpsheader {
    border-radius: 5px;
    font-size: 1.4em;
    line-height: 2em !important;
    padding: 5px;
}

#mpssustainability .mpsheader {
    font-size: 1.2em;
}

.propsavingsheader {
    background-color: #0C8BB7;
}

.propimpactheader {
    background-color: #87A33D;
}

.currentimpactheader {
    background-color: #FF9900;
}

.mpssubheader {
    width: 100% !important;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 16px;
    text-align: left;
    background-color: #ffffff;
}

.propsavingsubheader {
    color: #0C8BB7;
    border-top: 2px solid #0C8BB7;
}

.propimpactsubheader {
    color: #87A33D;
    border-top: 2px solid #87A33D;
}

.currentimpactsubheader {
    color: #FF9900;
    border-top: 2px solid #FF9900;
}


.mpscontainer table {
    font-size: 13px;
    margin-bottom: 0px !important;
}

.mpscontainer tr {
    border-bottom: 1px dashed #a4a2a2;
}

.mpscontainer tfoot tr {
    font-size: 1.2em;
    border-bottom: 0px !important;
}

.currentimpactfooter {
    border-top: 2px solid #FF9900;
    color: #FF9900;
}

.propimpactfooter {
    border-top: 2px solid #87A33D;
    color: #87A33D;
}

.propsavingfooter {
    border-top: 2px solid #0C8BB7;
    color: #0C8BB7;
}

.width80 {
    width: 80% !important;
}

.width35 {
    width: 35% !important;
}

.width20 {
    width: 20% !important;
}

.width10 {
    width: 10% !important;
}

width785 {
    width: 785px;
}

.no-border {
    border: none !important;
}

#mpsfinance img, #mpssustainability img, #mpscontainer img {
    display: inline;
}

/**MPS Dashboard End*/


/**Admin Page Start*/

.container .container .unit:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

.container .container .unit:last-child {
    padding-right: 0px;
    padding-left: 0px;
}

.adminheader {
    margin: 15px;
    text-align: center;
}

.sg-pattern__header {
    position: relative;
    cursor: pointer;
    background-color: #7d110c;
}

/*.sg-pattern:first-of-type {
    padding-top: 0;
}*/

.sg-pattern {
    max-width: 1100px;
    padding: 1em 18px;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    box-sizing: border-box;
}

.sg-pattern__title {
    font-size: 1em;
    margin: 0;
    padding: 1em;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
    z-index: 2;
    color: white;
}

.sg-pattern__display {
    margin-bottom: 1.5em;
    padding: 1em;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tile-pattern {
    background-color: #f7f7f7;
}

.admin-img-height {
    height: 60px;
    cursor: pointer;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.admin {
    font-size: 16px;
    line-height: 23px;
}

.admin-tile {
    background-color: white !important;
    border: thick;
    border-color: #DDDDDD;
    border-width: 1px;
    border-style: solid;
    padding: 0px;
    display: block;
    min-width: 328px;
    width: 31%;
    /*max-width: 328px;*/
    min-height: 112px;
}

.admin-tile-image {
    float: left;
    width: 110px;
}


.admin-margin {
    margin-bottom: 25px;
    margin-top: 25px;
    margin-right: 15px;
}

.tile-title {
    margin-left: 120px;
    margin-top: 10px;
}

.tile-title-style {
    color: black;
}

.tile-content-heading {
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    color: #4D4D4D;
    font-weight: 700;
    margin: 10px;
}

.admin-links {
    color: #990000;
    font-size: small;
}

.admin-label {
    color: GrayText;
    font-size: 12px;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .admin-tile {
        width: 100%;
    }

    .fleet-search-inline input[type=text] {
        width: 100% !important;
    }
}

.header-hr {
    border: 0;
    clear: both;
    display: block;
    background-color: #333 !important;
    height: 2px !important;
    margin: 0px !important;
    border-top-width: 0px !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right !important;
}

.displayinline {
    display: inline;
}

.displayinlineblock {
    display: inline-block !important;
}

.headeralign-bottom {
    vertical-align: bottom;
    cursor: pointer;
}

.unitpadding {
    padding-left: 4px;
    padding-right: 4px;
}

.wordbreak {
    word-break: break-all;
}

/*V3 Side nav bar related style*/
.sidenav {
    display: flex;
    min-height: 690px;
}

    .sidenav ul li a {
        padding: 8px 8px 8px 2px;
        color: #4A3C31 !important;
        display: block;
    }

ul li a span.current {
    border-bottom: 2px solid #900;
}

.sidebarlist {
    margin: 10px 0 0 10px;
    list-style: none;
    font-size: 16px;
}

.input-group-btn .searchbtn {
    padding: 1px 6px !important;
    font-size: 2px !important;
    background-color: #900 !important;
}

.refund .successBtn {
    background-color: #008000 !important
}

.greenIcon {
    color: #008000 !important;
}

.info .material-icons {
    font-size: 16px !important;
    vertical-align: middle;
}

.refund .pending {
    background-color: #FF9900 !important
}

.searchbtn .material-icons, th .material-icons {
    color: #FFF !important;
}

.tabs form div {
    margin: 0 0 10px 15px;
    width: 50%;
}

.searchicon {
    margin-top: 4px;
    color: white !important;
}

.successFile {
    color: #009933 !important;
}

.originalFile {
    color: #49AFC7 !important;
}

.failedDisable {
    opacity: 0.5;
}

.org-side-menu .nav-content > ul > li > a:hover {
    color: #990000;
    font-weight: bold;
}

.org-side-menu .nav-content .nav-permission > li > a:hover {
    color: #990000;
    font-weight: bold;
}

.org-side-menu .nav-content .nav-permission > li > a.tab-current {
    color: #990000;
    font-weight: bold;
}

.org-side-menu .nav-content ul > li > [id=securitySetting].tab-current {
    color: #990000;
    font-weight: bold;
}

@media (min-width: 768px) {
    .equal {
        display: flex;
        flex-wrap: wrap;
    }
}

/**Admin Page End*/

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin5 {
    margin: 5px;
}

.bulklabel {
    font-size: 82px;
    font-weight: bold;
    font-style: normal;
}

.bulklabelblack {
    color: black;
}

.bulklabelred {
    color: #7d110c;
}

.backicon {
    margin-right: 10px;
    margin-top: 4px;
}

.modal-title {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
}

.text-center {
    text-align: center;
}

/* CSS for menu sidebars*/
.member-modal-content {
    width: 50%;
    margin-left: 25%;
}

ul.vert-one {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font: 14px bold Helvetica, Verdana, Arial, sans-serif;
    line-height: 165%;
    width: 200px;
}

    ul.vert-one li {
        margin: 0;
        padding: 0;
    }

        ul.vert-one li a {
            display: block;
            text-decoration: none;
            color: #000;
            background: #fff;
            padding: 0 0 0 20px;
            width: 180px;
        }

            ul.vert-one li a:hover {
                color: #7A1705;
                background: #fff;
                font-size: larger;
            }

            ul.vert-one li a.current, ul.vert-one li a.current:hover {
                color: #7A1705;
                background: #fff;
                font-size: larger;
            }

/*CSS for Print new UI*/

.fleetRptTitle {
    height: 100px;
    background-color: rgba(64, 64, 65, 0.71);
    padding-top: 9px;
}

.fleetReportText {
    color: white;
    font-size: xx-large;
    padding: 18px;
    font: xx-large;
}

.paddingTop6 {
    padding-top: 6px;
}

.colorRed {
    background-color: rgb(125, 17, 12);
    color: white;
}

.colorTabSelected {
    background-color: rgb(169,44,44);
    color: white;
}

.panel-tab-with-label {
    width: 150px;
}

.panel-tab-button {
    width: 50px;
}

.webgridFleet {
    margin-bottom: 15px;
}

    .webgridFleet tbody > tr:nth-child(even) {
        background-color: #ededed;
    }

    .webgridFleet tbody > tr:nth-child(odd) {
        background-color: white;
    }

    .webgridFleet thead {
        background-color: darkgray;
    }

    .webgridFleet label {
        color: black !important;
        cursor: default !important;
    }

    .webgridFleet table {
        margin: 0px !important;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.pointer {
    cursor: pointer !important;
}

.mediumfont {
    font-size: .825em;
}

.colorRed:hover {
    background-color: rgb(169,44,44);
}

.colorRedPlain {
    background-color: rgb(125, 17, 12);
    color: white;
}

.required:after {
    content: '*';
    color: red;
}

.formtable {
    margin: 0px;
    padding: 0px;
}

    .formtable tr {
        border-bottom: 0px;
    }

    .formtable, .formtable input {
        font-size: 12px !important;
    }

.one-third .formtable #SearchInput, .two-thirds .formtable select {
    margin-top: 15px !important;
}

.patron-div {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.patron-form {
    font: 14px !important;
    margin-bottom: 5px !important;
    margin-left: 10px;
}

    .patron-form td, .patron-form th {
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 2px;
        line-height: 1.2em !important;
    }

    .patron-form label {
        color: #333;
        font-size: 14px !important;
        font-weight: normal;
        display: inline-block;
    }

    .patron-form tr {
        border-bottom: 0px;
    }

    .patron-form input, .patron-form textarea {
        margin: 0px !important;
    }

    .patron-form select {
        height: 28px !important;
        padding: 5px !important;
        margin: 0px !important;
    }

.patron-table-data a {
    color: #990000 !important;
    text-decoration: none;
    cursor: pointer;
}

    .patron-table-data a:hover {
        color: #330000 !important;
    }


.patron-table-data {
    margin-bottom: 15px;
}

    .patron-table-data tr:nth-child(even) {
        background-color: #ededed;
    }

    .patron-table-data tr:nth-child(odd) {
        background-color: white;
    }

    .patron-table-data th {
        background-color: darkgray;
    }

    .patron-table-data label {
        color: black !important;
        cursor: default !important;
    }

.patron-table-data {
    margin: 0px !important;
}

    .patron-table-data input, .patron-table-data select {
        margin: 0px !important;
    }


    .patron-table-data td, .patron-table-data th {
        padding: 6px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        line-height: 1.2em;
        border: none;
    }

.grey-section {
    background-color: #4D4D4D !important;
    color: white;
}

.unauthorized h1 {
    font-size: 36px !important;
}

.medium-font {
    font-size: 16px !important;
}

.fleet-search-inline input[type=text] {
    width: 31%;
}

.fleet-search-inline {
    padding-bottom: 5px;
    width: 100%;
}

.fleet-search-button {
    border-radius: 40px;
    text-align: center;
    color: white;
    background-color: rgb(125, 17, 12) !important;
    padding: 0.5em 1.5em !important;
    vertical-align: middle;
    min-width: 120px;
    border: 1px solid #990000;
    margin: 5px !important;
}

.functionTable input[type='text'], [type='submit'] {
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    .functionTable input[type='text']:focus, [type='submit']:focus {
        outline: none !important;
        border: 1px solid #719ECE;
        box-shadow: 0 0 10px #719ECE;
    }

.functionTable tr {
    border-bottom: 1px solid black;
}

.functionTable th, .functionTable td {
    text-align: center;
}


.divAddNewFn .material-icons,
.row .material-icons {
    font-size: 30px;
    color: #990000;
    cursor: pointer;
}

.row-color-yellow {
    background: lightgoldenrodyellow;
}

.functionTable td > .validInput {
    border: 2px solid red;
}

div .add {
    margin-left: 25px;
}

.breadcrumbs-text {
    margin-left: 15px;
    padding-bottom: 20px;
    padding-top: 0px;
    z-index: 5;
}

.breadcrumbs-link {
    color: black !important;
    font-size: 12px;
}

    .breadcrumbs-link a {
        color: #990000 !important;
        font-size: 12px;
        text-decoration: none !important;
    }

.panel-heading {
    background-color: #990000;
    color: white;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.breadcrumbs-text {
    margin-left: 15px;
    padding-bottom: 20px;
    padding-top: 0px;
    z-index: 5;
}

.breadcrumbs-link {
    color: black !important;
    font-size: 12px;
}

    .breadcrumbs-link a {
        color: #990000 !important;
        font-size: 12px;
        text-decoration: none !important;
    }

.solution-tile {
    border-color: #DDDDDD;
    border-width: 1px;
    border-style: solid;
    padding: 0px;
    display: block;
    width: 45%;
    min-width: 350px;
    margin: 25px 50px 25px 0;
}

.solution-tile-image {
    float: left;
    width: 30%;
}

.solution-tile-title {
    margin-top: 15px;
    float: left;
    width: 60%;
    padding: 0px 15px;
}

.solution-title-style {
    color: #990000;
    font-size: 1.2em;
}

.solution-intro-small {
    background-color: #990000;
    color: white;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.solution-intro-content {
    border-left: 5px solid grey;
    padding-left: 15px;
    font-size: 1em;
    margin-bottom: 10px;
}

.solution-get-start {
    float: right;
    width: 100px;
    height: 40px;
    background: white;
    font-size: 1em;
    color: #990000;
    border: none;
    border-radius: 7px;
}

.solution-intro-small h1 {
    padding-top: 25px;
    line-height: 1;
    margin-top: 0px;
}

.int-billing-img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
}

.int-billing-org-name {
    color: #7D110C;
}

.cc-function-page .search {
    position: relative;
    /*color: #aaa;
    font-size: 16px;
    display: inline-block;
    width: 100%; */
}

    .cc-function-page .search .mate-icon {
        position: absolute;
        top: 15px;
        right: 10px;
    }

.cc-function-page .mate-dehaze {
    font-size: 25px !important;
    border: 1px solid lightgray;
    color: green !important;
    font-weight: bold;
    border-radius: 5px;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 55px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 6px;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.refreshMemberBtn {
    float: right;
    /*color: black;
        font-size: 28px;
        font-weight: bold;*/
}

    .refreshMemberBtn:hover,
    .refreshMemberBtn:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 15px;
    color: black;
}

.modal-body {
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.memberModalTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.memberModalTable th,
.memberModalTable td {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
}

.modalCloseBtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: black;
    background-color: #fff;
    border-color: #ccc;
}

    .modalCloseBtn:hover {
        background-color: #ccc;
    }


/*V3 Security model related style*/
.security-role {
    cursor: pointer;
}

.security-role-panel {
    background-color: #f5f5f5 !important;
}

.hide-members {
    display: none;
}

.plan_container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr) );
    margin: 0 5px 0 5px;
}

@media (min-width: 30em) {

    .plan_container {
        display: grid;
        margin: 0 5px;
        grid-template-columns: repeat(auto-fill, 28% );
    }
}

.item {
    background-color: #E6E6E6 !important;
    border-radius: 5px;
    padding: 20px;
    height: 150px;
}

.plan_balance {
    font-size: 2em !important;
    font-weight: 900 !important;
}

.plan_name {
    color: #605E6C;
    font-weight: bolder;
    margin-left: 50px;
}
/*Fleet report toggle button*/
@media screen and (max-width: 768px) {
    .fleetButtonGroup {
        float: left !important;
    }
}

.fleetToggleTutton {
    border: 1px solid lightslategray;
    height: 40px;
    width: 80px;
    background: #edecea;
    cursor: pointer;
    float: left;
    color: lightslategray;
    outline: none;
}

.fleetToggleActive {
    color: #990000;
}

.fleetButtonGroup {
    float: right;
    margin: 10px;
    content: "";
    clear: both;
    display: table;
}

    .fleetButtonGroup button:not(:last-child) {
        border-right: none;
    }

