/* Minification failed. Returning unminified contents.
(4936,265): run-time error CSS1030: Expected identifier, found ' '
(4936,265): run-time error CSS1031: Expected selector, found ' '
(4936,265): run-time error CSS1025: Expected comma or open brace, found ' '
(5372,56): run-time error CSS1030: Expected identifier, found '1px'
(5372,56): run-time error CSS1031: Expected selector, found '1px'
(5372,56): run-time error CSS1025: Expected comma or open brace, found '1px'
(7083,14): run-time error CSS1019: Unexpected token, found ';'
(7083,14): run-time error CSS1036: Expected expression, found ';'
 */
/*! jQuery UI - v1.11.4 - 2015-03-23
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&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-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 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;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5dbec;
	background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2e6e9e;
	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 #79b7e7;
	background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
}
.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: #1d5987;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #79b7e7;
	background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #e17009;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88 url("images/ui-bg_flat_55_fbec88_40x100.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* 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("images/ui-icons_469bdd_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_6da8d5_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_217bc0_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_f9bd01_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    /*max-width: 280px;*/
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
}

    #cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
        outline: 0;
    }

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#cboxTopLeft {
    width: 15px;
    height: 15px;
}

#cboxTopCenter {
    height: 15px;
}

#cboxTopRight {
    width: 15px;
    height: 15px;
}

#cboxBottomLeft {
    width: 15px;
    height: 10px;
}

#cboxBottomCenter {
    height: 10px;
}

#cboxBottomRight {
    width: 15px;
    height: 10px;
}

#cboxMiddleLeft {
    width: 15px;
}

#cboxMiddleRight {
    width: 15px;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    background: rgba(255,255,255,0.7);
    bottom: 28px;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #949494;
}

.cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -101px -50px;
    }

.cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -49px -50px;
    }

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxLoadingOverlay {
    background: #fff;
}

#cboxLoadingGraphic {
    background: url(/sites/all/modules/colorbox/styles/default/images/loading_animation.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}

.ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
}

a.ctools-ajaxing, input.ctools-ajaxing, button.ctools-ajaxing, select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
}

div.panel-pane div.admin-links {
    font-size: xx-small;
    margin-right: 1em;
}

    div.panel-pane div.admin-links li a {
        color: #ccc;
    }

    div.panel-pane div.admin-links li {
        padding-bottom: 2px;
        background: white;
        z-index: 201;
    }

    div.panel-pane div.admin-links:hover a, div.panel-pane div.admin-links-hover a {
        color: #000;
    }

    div.panel-pane div.admin-links a:before {
        content: "[";
    }

    div.panel-pane div.admin-links a:after {
        content: "]";
    }

div.panel-pane div.panel-hide {
    display: none;
}

div.panel-pane div.panel-hide-hover, div.panel-pane:hover div.panel-hide {
    display: block;
    position: absolute;
    z-index: 200;
    margin-top: -1.5em;
}

div.panel-pane div.node {
    margin: 0;
    padding: 0;
}

div.panel-pane div.feed a {
    float: right;
}

#views-slideshow-form-wrapper .form-item.dependent-options {
    padding-left: 5px;
}

#views-slideshow-form-wrapper .vs-dependent {
    padding-left: 30px;
}

input.custom-search-default-value {
    color: #999;
}

#elements tr.region-message {
    font-weight: normal;
    color: #999;
}

#elements tr.region-populated {
    display: none;
}

fieldset.custom_search-popup {
    display: none;
    position: absolute;
    top: auto;
    margin: 0;
    z-index: 1;
    background-color: #fff;
}

html, body, div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
}

form {
    margin: 5pt;
}

h1, h2, h3, h4, h5, h6 {
    margin: 5pt;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
    font-weight: bold;
}

a, p, ul, ol, li, img, span, strong, em {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
}

table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
}

applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, caption, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 13px;
    vertical-align: baseline;
}

article, aside, figure, footer, header, hgroup, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
}

canvas, details, embed, figcaption, menu, nav, output, ruby, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

b, strong {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19, .grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.container-12 .block .omega-grid, .container-16 .block .omega-grid, .container-24 .block .omega-grid {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.clearfix:after {
    font-size: 0;
}

#skip-link {
    left: 50%;
    margin-left: -5.25em;
    margin-top: 0;
    position: absolute;
    width: auto;
    z-index: 50;
}

    #skip-link a, #skip-link a:link, #skip-link a:visited {
        background: #444;
        background: rgba(0,0,0,0.6);
        color: #fff;
        display: block;
        padding: 1px 10px 2px 10px;
        text-decoration: none;
        -khtml-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-radius: 0 0 10px 10px;
    }

        #skip-link a:hover, #skip-link a:active, #skip-link a:focus {
            outline: 0;
        }

.inline li, .tabs li, .breadcrumb li {
    list-style: none;
    display: inline;
    margin-right: 0.5em;
}

.item-list li {
    list-style: none;
}

.pager li {
    display: inline;
    margin-right: 0.25em;
}

img {
    vertical-align: bottom;
}

.field-label-inline .field-label, .field-label-inline .field-items, .field-label-inline .field-item {
    display: inline;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

input, button, select, textarea {
    margin: 0;
    vertical-align: middle;
}

    button, input[type="reset"], input[type="submit"], input[type="button"] {
        -webkit-appearance: none;
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding;
        background-clip: padding-box;
        border-radius: 11px;
        background: #ddd url(/sites/all/themes/omega/omega/images/button.png) repeat-x;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#ddd));
        background: -moz-linear-gradient(top center,#fff 0%,#ddd 100%);
        border: 1px solid;
        border-color: #ddd #bbb #999;
        cursor: pointer;
        color: #333;
        font: bold 12px/1.2 Arial,sans-serif;
        outline: 0;
        overflow: visible;
        padding: 3px 10px 4px;
        /*text-shadow: #fff 0 1px 1px;*/
        width: auto;
        *padding-top: 2px;
        *padding-bottom: 0px;
    }

button {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: #000;
    outline: 0;
    padding: 2px 3px;
    font-size: 12px;
    font-family: Arial,sans-serif;
    height: 1.8em;
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto;
}

    input.placeholder_text, textarea.placeholder_text, input:-moz-placeholder, textarea:-moz-placeholder {
        color: #888;
    }

::-webkit-input-placeholder {
    color: #888;
}

button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
    -moz-box-shadow: #06f 0 0 7px;
    -webkit-box-shadow: #06f 0 0 7px;
    box-shadow: #06f 0 0 7px;
    z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active, input[type="radio"]:focus, input[type="radio"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select[disabled], textarea[disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] {
    background-color: #eee;
}

    button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled] {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        color: #888;
        cursor: default;
    }

textarea, select[size], select[multiple] {
    height: auto;
}

@media (-webkit-min-device-pixel-ratio:0) {
    select {
        background-image:url(images/down_triangle.png); 
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
    }

        select[size], select[multiple] {
            background-image: none;
            padding: 0;
        }
}

textarea {
    min-height: 80px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}

optgroup {
    color: #000;
    font-style: normal;
    font-weight: normal;
}

.ie6-button, * html button {
    background: #ddd url(/sites/all/themes/omega/omega/images/button.png) repeat-x;
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial,sans-serif;
    padding: 2px 10px 0px;
    overflow: visible;
    width: auto;
}

* html button {
    padding-top: 1px;
    padding-bottom: 1px;
}

.ie6-input, * html textarea, * html select {
    background: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: #000;
    padding: 2px 3px 1px;
    font-size: 12px;
    font-family: Arial,sans-serif;
    vertical-align: top;
}

* html select {
    margin-top: 1px;
}

.placeholder_text, .ie6-input-disabled, .ie6-button-disabled {
    color: #888;
}

.ie6-input-disabled {
    background: #eee;
}

.menu {
    margin: 0;
    padding: 0;
}

    .menu li {
        list-style: none;
        margin: 0px;
    }

/*@font-face {
    font-family: 'Open Sans';
    src: url(/sites/all/themes/wcg_simple/css/fonts/opensans-regular-webfont.eot);
    src: url(/sites/all/themes/wcg_simple/css/fonts/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-regular-webfont.woff) format('woff'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-regular-webfont.ttf) format('truetype'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-regular-webfont.svg#open_sansregular) format('svg');
    font-weight: 600;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'Open Sans semi';
    src: url(/sites/all/themes/wcg_simple/css/fonts/opensans-semibold-webfont.eot);
    src: url(/sites/all/themes/wcg_simple/css/fonts/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-semibold-webfont.woff) format('woff'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-semibold-webfont.ttf) format('truetype'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'Open Sans Light';
    src: url(/sites/all/themes/wcg_simple/css/fonts/opensans-light-webfont.eot);
    src: url(/sites/all/themes/wcg_simple/css/fonts/opensans-light-webfont.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-light-webfont.woff) format('woff'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-light-webfont.ttf) format('truetype'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-light-webfont.svg#open_sanslight) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url(/sites/all/themes/wcg_simple/css/fonts/opensans-bold-webfont.eot);
    src: url(/sites/all/themes/wcg_simple/css/fonts/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-bold-webfont.woff) format('woff'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-bold-webfont.ttf) format('truetype'),url(/sites/all/themes/wcg_simple/css/fonts/opensans-bold-webfont.svg#open_sansbold) format('svg');
    font-weight: normal;
    font-style: normal;
}*/

a:link, a:visited {
    color: #003299;
    text-decoration: none;
}

body {
    background-color: #f7f7f7;
    font-family: 'Open Sans','Verdana','Arial',sans-serif;
    font-size: 0.875em;
    line-height: normal;
}

p {
    margin: 0;
    padding: 0;
    margin-bottom: 13px;
}

a:link {
    color: #003299;
    text-decoration: none;
}

a:visited {
    color: #003299;
    text-decoration: none;
}

a:hover {
    color: #4c70b7;
    text-decoration: underline;
}

a:active {
    color: #4a70b7;
    outline-style: dashed;
    outline-width: thin;
}
a:active.Student {
    color: #4a70b7;
    outline-style: dashed;
    outline-width: thin;
}
a:active.Register {
        color: #4a70b7;
        outline-style: dashed;
        outline-width: thin;
    }
    a:active.RegisterMan {
        color: #4a70b7;
        outline-style: dashed;
        outline-width: thin;
    }


a:focus {
    color: #003399;
    outline-style: solid;
    outline-width: thin;
    outline-color: #e99040;
}

body.page-node p {
    margin-bottom: 13px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-weight: normal;
    color: #000000;
}

h1 {
    font-size: 1.4em;
    margin-bottom: 10px;
    padding-top: 4px;
}

#page-title {
    background-color: #4C64A4;
    color: white;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 11px;
    padding-right: 11px;
    margin: 0;
}

h1#page-title {
    background-color: #4C64A4;
    color: white;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 11px;
    padding-right: 11px;
    margin: 0;
}

h1#headline {
    font-size: 1.3em;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    background-color: #4C64A4;
    color: white;
    font-weight: normal;
    padding-bottom: 4px;
    padding-top: 4px;
    margin: 0;
}

h2 {
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: normal;
}

    h2.block-title {
        font-size: 1.2em;
        margin: 0;
        font-weight: normal;
        font-family: 'Open Sans semi','Verdana','Arial',sans-serif;
    }

    h2.node-title {
        font-size: 1.2em;
        font-weight: normal;
    }

h3 {
    font-size: 1.1em;
    font-weight: normal;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

h4, h5, h6 {
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

hr {
    background: #999999;
    border: none;
    color: #999999 3;
    height: 1px;
    margin-bottom: 13px;
}

    hr.subnavdivider {
        background: #999999;
        color: #999999;
        margin-bottom: 13px;
    }

ol {
    list-style: decimal;
}

ul, li, ol {
    margin-left: 10px;
}

    ul ul {
        list-style-type: circle;
    }

    ul ul, ol ol {
        padding-top: 0.8em;
    }

dt, .admin h3 {
    font-size: 13px;
    margin: 0;
}

dd {
    padding-left: 10px;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 20px;
}

.caption {
    width: 350px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    color: #666666;
    font-size: 0.875em;
}

.page-caption {
    color: #666666;
    font-size: 0.875em;
}

b, strong {
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-weight: normal;
}

#zone-branding, #zone-menu, #zone-content {
    border-left: 1px solid #DDDBD9;
    border-right: 1px solid #DDDBD9;
    background-color: #ffffff;
}

#zone-branding {
    background: url("/sites/all/themes/wcg_theme/img/wcg/prog_line.png") no-repeat scroll right bottom transparent;
    height: 100px;
    background-color: #ffffff;
    overflow: hidden;
}

#header {
    padding-top: 15px;
}

    #header .logo {
        margin-left: 15px;
    }

    #header button {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023fba',endColorstr='#003399');
        -moz-box-shadow: inset 0px 1px 0px 0px #012a7b;
        -webkit-box-shadow: inset 0px 1px 0px 0px #012a7b;
        box-shadow: inset 0px 0px 0px 0px;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#023fba),color-stop(1,#003399));
        background: -moz-linear-gradient(center top,#023fba 5%,#003399 100%);
        background-color: #023fba;
        text-indent: 0;
        display: inline-block;
        color: #ffffff;
        font-family: 'Open Sans','Verdana','Arial',sans-serif;
        font-size: 1.0em;
        font-weight: normal;
        font-style: normal;
        width: auto;
        line-height: 12px;
        height: 24px;
        text-decoration: none;
        text-align: center;
        text-shadow: 1px 1px 0px #012a7b;
        padding: 0px 5x 0px 5px;
        border: 0px #000000 solid;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
        position: relative;
    }

        #header button:hover {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#6785c3),color-stop(1,#023fba));
            background: -moz-linear-gradient(center top,#6785c3 5%,#023fba 100%);
        }

        #header button:active {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#001a4d),color-stop(1,#023fba));
            background: -moz-linear-gradient(center top,#001a4d 5%,#023fba 100%);
            position: relative;
            top: 1px;
            -moz-box-shadow: 0px;
            -webkit-box-shadow: 0px;
            box-shadow: 0px;
        }

        #header button a {
            text-align: center;
            vertical-align: middle;
            padding: 7px;
            color: #ffffff;
        }

            #header button a:hover {
                color: #ffffff;
                text-decoration: none;
            }

#region-menu {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.page-home #nav a.navitemhome, .context-your-life #nav a.navitemyourlife, .context-topics #nav a.navitemtopics, .context-documents #nav a.navitempublications, .context-directories #nav a.navitemdirectories, .context-your-gov #nav a.navitemyourgovernment, .context-tenders #nav a.navitemtenders, .context-jobs #nav a.navitemjobs, .context-about #nav a.navitemabout, .context-contact #nav a.navitemcontact {
    color: #ffffff;
    background-color: #003399;
    border-left: 1px solid #003399;
    border-right: 1px solid #003399;
    padding: 8px 4px 0px 7px;
}

    .page-home #nav a.navitemhome .menu-arrow, .context-your-life #nav a.navitemyourlife .menu-arrow, .context-topics #nav a.navitemtopics .menu-arrow, .context-documents #nav a.navitempublications .menu-arrow, .context-directories #nav a.navitemdirectories .menu-arrow, .context-your-gov #nav a.navitemyourgovernment .menu-arrow, .context-tenders #nav a.navitemtenders .menu-arrow, .context-jobs #nav a.navitemjobs .menu-arrow, .context-about #nav a.navitemabout .menu-arrow, .context-contact #nav a.navitemcontact .menu-arrow {
        border-top: 6px solid #ffffff;
    }

    .page-home #nav a.navitemhome:focus, .page-home #nav a.navitemhome:active, .context-your-life #nav a.navitemyourlife:focus, .context-your-life #nav a.navitemyourlife:active, .context-topics #nav a.navitemtopics:focus, .context-topics #nav a.navitemtopics:active, .context-documents #nav a.navitempublications:focus, .context-documents #nav a.navitempublications:active, .context-directories #nav a.navitemdirectories:focus, .context-directories #nav a.navitemdirectories:active, .context-your-gov #nav a.navitemyourgovernment:focus, .context-your-gov #nav a.navitemyourgovernment:active, .context-tenders #nav a.navitemtenders:focus, .context-tenders #nav a.navitemtenders:active, .context-jobs #nav a.navitemjobs:focus, .context-jobs #nav a.navitemjobs:active, .context-about #nav a.navitemabout:focus, .context-about #nav a.navitemabout:active, .context-contact #nav a.navitemcontact:focus, .context-contact #nav a.navitemcontact:active {
        outline-style: none;
    }

#nav {
    background-image: url("/sites/all/themes/wcg_theme/img/wcg/menu_bg.png");
    background-position: center top;
    height: 27px;
    font-size: 1.0em;
    font-family: 'Open Sans semi','Verdana','Arial',sans-serif;
    list-style: none outside none;
    margin: 0;
    padding: 10px 0 0 0;
    background-color: #ffffff;
}

    #nav .spacer {
        display: none;
    }

    #nav .menucol div {
        padding: 2px;
        border-bottom: 1px solid #CCCCCC;
        margin-right: 5px;
    }

    #nav li {
        float: left;
        display: inline;
        position: relative;
        z-index: 500;
        margin: 0 0px;
        overflow: none;
    }

        #nav li a {
            font-family: 'Open Sans semi','Verdana','Arial',sans-serif;
            height: 25px;
            display: block;
            padding: 8px 5px 0px 8px;
            text-decoration: none;
            font-size: 1.0em;
            font-weight: normal;
            font-family: 'Open Sans semi','Verdana','Arial',sans-serif;
            margin-top: -10px;
            color: #444;
        }

            #nav li a .navitem-title {
                float: left;
            }

            #nav li a a.navitemhome {
                width: 50px;
            }

            #nav li a a.navitemyourlife {
                width: 120px;
            }

            #nav li a a.navitemtopics {
                width: 90px;
            }

            #nav li a a.navitempublications {
                width: 120px;
            }

            #nav li a a.navitemdirectories {
                width: 100px;
            }

            #nav li a a.navitemyourgovernment {
                width: 150px;
            }

            #nav li a a.navitemtenders {
                width: 65px;
            }

            #nav li a a.navitemjobs {
                width: 40px;
            }

            #nav li a a.navitemabout {
                width: 70px;
            }

            #nav li a a.navitemcontact {
                width: 85px;
            }

            #nav li a:hover {
                color: #ffffff;
                background-color: #003399;
                border-left: 1px solid #ccc;
                border-right: 1px solid #ccc;
                padding: 8px 4px 0px 7px;
            }

                #nav li a:hover .menu-arrow {
                    border-top: 6px solid #ffffff;
                }

                #nav li a:hover:focus, #nav li a:hover:active {
                    outline-style: none;
                }

    #nav .arrow-wrapper {
        padding: 7px 2px 7px 4px;
        display: block;
        float: right;
    }

        #nav .arrow-wrapper .menu-arrow {
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #444;
        }

    #nav .nav-drop {
        height: auto;
        width: 850px;
    }

    #nav .menu a {
        padding: 7px 5px 7px 5px;
        height: auto;
        text-decoration: none;
        font-size: 1.0em;
        font-weight: normal;
        font-family: 'Open Sans','Verdana','Arial',sans-serif;
        margin-top: 2px;
        color: #444;
    }

        #nav .menu a:hover {
            height: auto;
            color: #ffffff;
            background-color: #003399;
            padding: 7px 3px 7px 5px;
        }

    #nav ul {
        position: absolute;
        left: 0;
        display: none;
        margin: 0 0 0 0px;
        list-style: none;
    }

        #nav ul li {
            float: left;
            margin-top: 5px;
        }

            #nav ul li a {
                font-weight: normal;
            }

                #nav ul li a:hover {
                    color: #000000;
                }

            #nav ul li .menu {
                background: #eeeeee;
                border: 1px solid #CCCCCC;
                margin-top: -15px;
                display: block;
                width: auto;
                vertical-align: middle;
            }

            #nav ul li .menucol {
                float: left;
                min-width: 180px;
            }

                #nav ul li .menucol div {
                    padding: 2px 4px 6px 4px;
                    height: auto;
                }

        #nav ul a {
            display: block;
            padding: 0px 0px;
            color: #666;
        }

#footer {
    margin-top: 20px;
    height: 100px;
    position: relative;
}

    #footer .foottd {
        width: 100%;
        margin-top: 11px;
        text-align: center;
        font-size: 10px;
        vertical-align: middle;
        border-width: 0px;
    }

    #footer a {
        text-decoration: none;
    }

        #footer a.footlink {
            color: #9c9893;
        }

        #footer a:visited.footlink {
            color: #767370;
        }

        #footer a:hover.footlink {
            color: #314e9c;
        }

    #footer td {
        color: #333333;
    }

    #footer .footer-links {
        padding-bottom: 5px;
    }

    #footer .footer-copyright {
        padding-bottom: 5px;
    }

    #footer .footer-middle-row {
        padding-top: 9px;
    }

    #footer img {
        padding-top: 10px;
    }

body.front .pane-block-9 {
    background: none repeat scroll 0 0 #3D5186;
    opacity: 0.9;
    border: 3px solid #5B70A5;
    border-radius: 15px 0 15px 15px;
    float: right;
    height: 196px;
    margin-right: 5px;
    overflow: hidden;
    padding-bottom: 0;
    width: 280px;
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 200;
    font-size: 0.875em;
    behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
}

    body.front .pane-block-9 td, body.front .pane-block-9 h2 {
        color: #ffffff;
    }

    body.front .pane-block-9 .pane-content {
        padding: 5px 15px;
    }

body.front .view-wcg-home-page-feature-rotator {
    position: relative;
}

    body.front .view-wcg-home-page-feature-rotator .views-slideshow-cycle-main-frame-row {
        width: 960px;
    }

    body.front .view-wcg-home-page-feature-rotator #views_slideshow_cycle_main_wcg_home_page_feature_rotator-pane_homepage_rotator {
        box-shadow: 0 0 5px #cccccc;
        background-color: #7589be;
        background-image: -moz-linear-gradient(top,#7589be 0%,#143c91 100%);
        background-image: -webkit-linear-gradient(top,#7589be 0%,#143c91 100%);
        background-image: -ms-linear-gradient(top,#7589be 0%,#143c91 100%);
        background-image: linear-gradient(top,#7589be 0%,#143c91 100%);
        background-image: -o-linear-gradient(top,#7589be 0%,#143c91 100%);
        background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#7589be),color-stop(100%,#143c91));
        -pie-background: linear-gradient(#7589be,#143c91);
        behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
        position: relative;
        border-radius: 20px 0 20px 20px;
        height: 223px;
        overflow: hidden;
        padding: 10px;
        width: 100%;
        margin-top: 10px;
    }

    body.front .view-wcg-home-page-feature-rotator .views-slideshow-controls-top {
        position: absolute;
        top: 170px;
        left: 500px;
        z-index: 200;
    }

        body.front .view-wcg-home-page-feature-rotator .views-slideshow-controls-top .views-slideshow-pager-field-item {
            float: left;
            width: 15px;
            margin-right: 10px;
            background: url("/sites/all/themes/wcg_theme/img/wcg/carousel_sprite.png") repeat-x scroll -80px 0 transparent;
            cursor: pointer;
        }

        body.front .view-wcg-home-page-feature-rotator .views-slideshow-controls-top .active {
            background: url("/sites/all/themes/wcg_theme/img/wcg/carousel_sprite.png") repeat-x scroll -37px 0 transparent;
        }

        body.front .view-wcg-home-page-feature-rotator .views-slideshow-controls-top :hover {
            background: url("/sites/all/themes/wcg_theme/img/wcg/carousel_sprite.png") repeat-x scroll 0 0 transparent;
        }

        body.front .view-wcg-home-page-feature-rotator .views-slideshow-controls-top .views-content-nid {
            visibility: hidden;
        }

    body.front .view-wcg-home-page-feature-rotator .views-field-entity-id-1 {
        float: left;
        margin-top: 7px;
        margin-left: 7px;
    }

    body.front .view-wcg-home-page-feature-rotator .views-field-title {
        float: left;
        margin-top: 10px;
        margin-left: 15px;
        width: 500px;
        color: #ffffff;
        border: 0px solid #ff0000;
        font-size: 1.4em;
        font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
        line-height: 120%;
        clear: right;
        border: 0px solid #00ff00;
    }

        body.front .view-wcg-home-page-feature-rotator .views-field-title .field-content {
            float: left;
            width: 256px;
        }

        body.front .view-wcg-home-page-feature-rotator .views-field-title a {
            color: #ffffff;
        }

    body.front .view-wcg-home-page-feature-rotator .views-field-entity-id {
        float: left;
        margin-top: 7px;
        margin-left: 15px;
        width: 256px;
        color: #ffffff;
        border: 0px solid #ff0000;
    }

        body.front .view-wcg-home-page-feature-rotator .views-field-entity-id a {
            color: #ffffff;
        }

    body.front .view-wcg-home-page-feature-rotator .views-field-nid {
        visibility: hidden;
    }

    body.front .view-wcg-home-page-feature-rotator .view-footer {
        position: absolute;
        top: 195px;
        left: 520px;
        z-index: 200;
    }

        body.front .view-wcg-home-page-feature-rotator .view-footer a {
            color: #cccccc;
            font-size: 0.875em;
        }

body.front .grid-12.row-3 {
    box-shadow: 0 0 5px #cccccc;
    border: 1px solid #e8e6e3;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -ms-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -o-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#fbfbfb),color-stop(100%,#f4f4f4));
}

body.front .pane-wcg-homepage-features-pane-premier, body.front .pane-wcg-homepage-features-pane-pages, body.front .pane-wcg-homepage-features-panel-news, body.front .pane-wcg-homepage-features-pane-ministries {
    float: left;
    height: 220px;
    margin-right: 33px;
    width: 425px;
    margin-top: 20px;
    margin-left: 16px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 15px;
}

    body.front .pane-wcg-homepage-features-pane-premier .view-header, body.front .pane-wcg-homepage-features-pane-pages .view-header, body.front .pane-wcg-homepage-features-panel-news .view-header, body.front .pane-wcg-homepage-features-pane-ministries .view-header {
        border-right: 1px solid #CCCCCC;
        float: left;
        height: 175px;
        margin-left: 10px;
        margin-top: -28px;
        width: 92px;
    }

    body.front .pane-wcg-homepage-features-pane-premier .view-content, body.front .pane-wcg-homepage-features-pane-pages .view-content, body.front .pane-wcg-homepage-features-panel-news .view-content, body.front .pane-wcg-homepage-features-pane-ministries .view-content {
        margin-left: 115px;
    }

    body.front .pane-wcg-homepage-features-pane-premier a, body.front .pane-wcg-homepage-features-pane-pages a, body.front .pane-wcg-homepage-features-panel-news a, body.front .pane-wcg-homepage-features-pane-ministries a {
        font-size: 1.0em;
    }

    body.front .pane-wcg-homepage-features-pane-ministries select {
        margin-bottom: 15px;
    }

body.front .pane-wcg-homepage-features-pane-tenders, body.front .pane-wcg-homepage-features-pane-jobs {
    float: left;
}

    body.front .pane-wcg-homepage-features-pane-tenders a, body.front .pane-wcg-homepage-features-pane-jobs a {
        font-size: 1.0em;
    }

    body.front .pane-wcg-homepage-features-pane-tenders p, body.front .pane-wcg-homepage-features-pane-jobs p {
        line-height: 15px;
    }

    body.front .pane-wcg-homepage-features-pane-tenders .view-header, body.front .pane-wcg-homepage-features-pane-jobs .view-header {
        border-right: 1px solid #CCCCCC;
        float: left;
        margin-left: 10px;
        margin-top: -21px;
        margin-bottom: 20px;
        width: 92px;
    }

    body.front .pane-wcg-homepage-features-pane-tenders .view-content, body.front .pane-wcg-homepage-features-pane-jobs .view-content {
        margin-left: 115px;
    }

body.front .pane-wcg-homepage-features-pane-documents {
    min-height: 250px;
    border-left: 1px solid #cccccc;
    padding-right: 10px;
    padding-left: 20px;
}

    body.front .pane-wcg-homepage-features-pane-documents div .view-footer {
        float: right;
        margin-top: 10px;
    }

    body.front .pane-wcg-homepage-features-pane-documents h2.pane-title {
        padding: 0;
    }

body.front .pane-wcg-homepage-features-pane-links {
    min-height: 250px;
    padding-left: 20px;
    border-left: 1px solid #cccccc;
}

    body.front .pane-wcg-homepage-features-pane-links h2.pane-title {
        padding: 0;
    }

body.front .pane-wcg-homepage-features-panel-news .view-footer, body.front .view-display-id-pane_ministries .view-footer {
    float: right;
    margin-top: 12px;
}

body.front .pane-wcg-homepage-features-pane-documents, body.front .pane-wcg-homepage-features-pane-news {
    float: left;
    min-height: 250px;
}

    body.front .pane-wcg-homepage-features-pane-documents h2, body.front .pane-wcg-homepage-features-pane-news h2 {
        color: black;
    }

body.front .responsive-grid li {
    color: #666666;
    line-height: normal;
}

body.front .responsive-grid .row-3 {
    float: left;
    margin: 15px 0px 20px;
    margin-top: 20px;
    margin-left: 15px;
    padding-top: 10px;
    width: 925px;
}

    body.front .responsive-grid .row-3 .grid-4 {
        width: 290px;
    }

body.front h2.pane-title {
    color: black;
    font-style: normal;
    font-weight: normal;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    margin: 0 0 10px;
    padding: 0 0 0 115px;
}

body.front .pane-featured-pages-panel-pane-2 h2.pane-title {
    padding: 0px;
}

body.front .pane-featured-pages-panel-pane-4 h2.pane-title {
    padding: 0px;
}

body.front .pane-featured-pages-panel-pane-4 a {
    padding: 0px;
}

body.front .pane-wcg-homepage-features-pane-premier {
    height: 119px;
    margin-bottom: 0px;
}

    body.front .pane-wcg-homepage-features-pane-premier .view-header {
        height: 116px;
    }

body.front .pane-wcg-homepage-features-panel-news {
    margin-top: -27px;
}

div.panel-pane.pane-custom.pane-1.year-beyond-block {
    height: 100px;
    width: 447px;
    margin-left: 16px;
}

.year-beyond-button-wrapper {
    float: right;
    margin-left: 4px;
    margin-right: 8px;
    position: relative;
    top: -80px;
}

div.panel-pane.pane-custom.pane-1.year-beyond-block .year-beyond-button-wrapper .wcg-default-button {
    padding-top: 6px;
    margin-top: 15px;
}

div.panel-pane.pane-custom.pane-1.year-beyond-block .year-beyond-button-wrapper a {
    font-size: 16px;
}

div.panel-pane.pane-custom.pane-1.year-beyond-block .year-beyond-button-wrapper .year-b-title a {
    color: #d3d138;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-size: 1.4em;
}

    div.panel-pane.pane-custom.pane-1.year-beyond-block .year-beyond-button-wrapper .year-b-title a :hover {
        color: #949343;
    }

.year-b-phrase {
    color: #ffffff;
    font-size: 12px;
}

.year-b-text {
    float: left;
    margin-right: 17px;
}

body.section-news-and-speeches .panel-bee-2col-stacked .panel-col-bottom, body.node-type-wcg-news .panel-bee-2col-stacked .panel-col-bottom, body.node-type-wcg-speech .panel-bee-2col-stacked .panel-col-bottom {
    border: 1px solid black;
    border-width: 1px 0;
}

body.section-news-and-speeches .panels-flexible-row-bee_2_columns-1, body.node-type-wcg-news .panels-flexible-row-bee_2_columns-1, body.node-type-wcg-speech .panels-flexible-row-bee_2_columns-1 {
    padding-bottom: 4em;
}

body.section-news-and-speeches .panel-bee-2col-stacked .panel-col-first, body.node-type-wcg-news .panel-bee-2col-stacked .panel-col-first, body.node-type-wcg-speech .panel-bee-2col-stacked .panel-col-first {
    min-height: 600px;
}

body.section-news-and-speeches * html .panel-bee-2col-stacked .panel-col-first, body.node-type-wcg-news * html .panel-bee-2col-stacked .panel-col-first, body.node-type-wcg-speech * html .panel-bee-2col-stacked .panel-col-first {
    border-right: 1px solid black;
    min-height: 600px;
}

body.section-news-and-speeches .panel-bee-2col-stacked .panel-col-last, body.node-type-wcg-news .panel-bee-2col-stacked .panel-col-last, body.node-type-wcg-speech .panel-bee-2col-stacked .panel-col-last {
    width: 700px;
    margin-left: -1px;
    border-left: 1px solid black;
    padding: 0px 15px 45px 15px;
}

body.section-news-and-speeches .panel-bee-3col-stacked .right-wrapper, body.node-type-wcg-news .panel-bee-3col-stacked .right-wrapper, body.node-type-wcg-speech .panel-bee-3col-stacked .right-wrapper {
    border-left: 1px solid black;
}

body.section-news-and-speeches .panel-bee-3col-stacked .panel-col, body.node-type-wcg-news .panel-bee-3col-stacked .panel-col, body.node-type-wcg-speech .panel-bee-3col-stacked .panel-col {
    float: left;
}

body.section-news-and-speeches .view .panel-col-bottom, body.node-type-wcg-news .view .panel-col-bottom, body.node-type-wcg-speech .view .panel-col-bottom {
    border: none;
}

body.section-news-and-speeches .view .panel-col-first, body.node-type-wcg-news .view .panel-col-first, body.node-type-wcg-speech .view .panel-col-first {
    min-height: 0;
    border-right: none;
}

body.section-news-and-speeches .view .panel-col-last, body.node-type-wcg-news .view .panel-col-last, body.node-type-wcg-speech .view .panel-col-last {
    width: auto;
    margin-left: 0;
    border-left: none;
}

body.section-news-and-speeches .view .panel-col-top, body.node-type-wcg-news .view .panel-col-top, body.node-type-wcg-speech .view .panel-col-top {
    width: auto;
    margin: 0;
    border-left: none;
}

body.section-news-and-speeches .field-name-body hr, body.node-type-wcg-news .field-name-body hr, body.node-type-wcg-speech .field-name-body hr {
    display: none;
}

body.section-news-and-speeches .sidebar, body.node-type-wcg-news .sidebar, body.node-type-wcg-speech .sidebar {
    width: 200px;
    border-right: 1px solid black;
}

body.section-news-and-speeches .blue-headline h3, body.node-type-wcg-news .blue-headline h3, body.node-type-wcg-speech .blue-headline h3 {
    background-color: #4C64A4;
    color: white;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 220px;
    padding-right: 11px;
    margin: 0;
}

body.section-news-and-speeches .indexitem, body.node-type-wcg-news .indexitem, body.node-type-wcg-speech .indexitem {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 15px;
    padding-left: 11px;
    padding-top: 15px;
    width: 80%;
}

body.section-news-and-speeches .views-row-last, body.node-type-wcg-news .views-row-last, body.node-type-wcg-speech .views-row-last {
    border-bottom: none;
}

body.section-news-and-speeches h3.storyheading, body.section-news-and-speeches h3.featured-item-heading, body.node-type-wcg-news h3.storyheading, body.node-type-wcg-news h3.featured-item-heading, body.node-type-wcg-speech h3.storyheading, body.node-type-wcg-speech h3.featured-item-heading {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    margin: 0;
}

body.section-news-and-speeches .paperdatebody, body.section-news-and-speeches .item-date, body.node-type-wcg-news .paperdatebody, body.node-type-wcg-news .item-date, body.node-type-wcg-speech .paperdatebody, body.node-type-wcg-speech .item-date {
    color: #666;
    font-size: 0.875em;
}

body.section-news-and-speeches .summary, body.node-type-wcg-news .summary, body.node-type-wcg-speech .summary {
    padding-top: 11px;
    padding-bottom: 0;
    margin: 0;
    font-size: 1.0em;
}

body.section-news-and-speeches .download-link, body.section-news-and-speeches .file, body.node-type-wcg-news .download-link, body.node-type-wcg-news .file, body.node-type-wcg-speech .download-link, body.node-type-wcg-speech .file {
    background: transparent;
}

body.section-news-and-speeches .panel-col-first h2.pane-title, body.node-type-wcg-news .panel-col-first h2.pane-title, body.node-type-wcg-speech .panel-col-first h2.pane-title {
    margin: 1em;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
    color: #000;
    font-size: 1.1em;
}

body.section-news-and-speeches .pane-wcg-super-news-panel-pane-4 h2, body.section-news-and-speeches .pane-wcg-super-news-panel-pane-2 h2, body.section-news-and-speeches .pane-wcg-news-speeches-pane-news-featured h2.pane-title, body.node-type-wcg-news .pane-wcg-super-news-panel-pane-4 h2, body.node-type-wcg-news .pane-wcg-super-news-panel-pane-2 h2, body.node-type-wcg-news .pane-wcg-news-speeches-pane-news-featured h2.pane-title, body.node-type-wcg-speech .pane-wcg-super-news-panel-pane-4 h2, body.node-type-wcg-speech .pane-wcg-super-news-panel-pane-2 h2, body.node-type-wcg-speech .pane-wcg-news-speeches-pane-news-featured h2.pane-title {
    margin: 0 1em 0 1em;
    color: #000;
    font-size: 1.3em;
    margin-bottom: 15px;
    margin-left: 5px;
}

body.section-news-and-speeches .panel-bee-3col-stacked .panel-col-last, body.node-type-wcg-news .panel-bee-3col-stacked .panel-col-last, body.node-type-wcg-speech .panel-bee-3col-stacked .panel-col-last {
    width: 345px;
}

body.section-news-and-speeches .more-news, body.node-type-wcg-news .more-news, body.node-type-wcg-speech .more-news {
    box-shadow: 0 0 5px #cccccc;
    border: 1px solid #e8e6e3;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -ms-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -o-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#fbfbfb),color-stop(100%,#f4f4f4));
    width: 323px;
}

    body.section-news-and-speeches .more-news ul, body.node-type-wcg-news .more-news ul, body.node-type-wcg-speech .more-news ul {
        margin-left: 20px;
    }

body.section-news-and-speeches .featured-news, body.node-type-wcg-news .featured-news, body.node-type-wcg-speech .featured-news {
    width: 345px;
}

body.section-news-and-speeches .panel-col, body.node-type-wcg-news .panel-col, body.node-type-wcg-speech .panel-col {
    width: auto;
    float: left;
}

body.section-news-and-speeches .panel-col-last, body.node-type-wcg-news .panel-col-last, body.node-type-wcg-speech .panel-col-last {
    width: auto;
    float: right;
}

body.section-news-and-speeches .featured-item, body.node-type-wcg-news .featured-item, body.node-type-wcg-speech .featured-item {
    box-shadow: 0 0 5px #cccccc;
    border: 1px solid #e8e6e3;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -ms-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -o-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#fbfbfb),color-stop(100%,#f4f4f4));
    height: 276px;
    padding: 1.1em;
    margin-bottom: 1.4em;
    margin-right: 1em;
    margin-left: 0;
    margin-right: 0;
}

    body.section-news-and-speeches .featured-item .featured-item-heading, body.node-type-wcg-news .featured-item .featured-item-heading, body.node-type-wcg-speech .featured-item .featured-item-heading {
        min-height: 35px;
    }

    body.section-news-and-speeches .featured-item .item-date, body.node-type-wcg-news .featured-item .item-date, body.node-type-wcg-speech .featured-item .item-date {
        margin-bottom: 5px;
    }

    body.section-news-and-speeches .featured-item .file-image, body.node-type-wcg-news .featured-item .file-image, body.node-type-wcg-speech .featured-item .file-image {
        padding: 6px 14px 0px 0px;
        float: left;
        margin-bottom: 0px;
    }

        body.section-news-and-speeches .featured-item .file-image img, body.node-type-wcg-news .featured-item .file-image img, body.node-type-wcg-speech .featured-item .file-image img {
            width: 100px;
            height: 100px;
        }

    body.section-news-and-speeches .featured-item .panel-col-first, body.node-type-wcg-news .featured-item .panel-col-first, body.node-type-wcg-speech .featured-item .panel-col-first {
        width: auto !important;
    }

    body.section-news-and-speeches .featured-item .panel-col-last, body.node-type-wcg-news .featured-item .panel-col-last, body.node-type-wcg-speech .featured-item .panel-col-last {
        width: 220px !important;
    }

        body.section-news-and-speeches .featured-item .panel-col-first .inside, body.section-news-and-speeches .featured-item .panel-col-last .inside, body.node-type-wcg-news .featured-item .panel-col-first .inside, body.node-type-wcg-news .featured-item .panel-col-last .inside, body.node-type-wcg-speech .featured-item .panel-col-first .inside, body.node-type-wcg-speech .featured-item .panel-col-last .inside {
            margin: 0 0 1em 0 !important;
        }

    body.section-news-and-speeches .featured-item .readmore, body.node-type-wcg-news .featured-item .readmore, body.node-type-wcg-speech .featured-item .readmore {
        text-align: right;
        margin-bottom: 1em;
        padding-top: 5px;
    }

    body.section-news-and-speeches .featured-item p.summary, body.node-type-wcg-news .featured-item p.summary, body.node-type-wcg-speech .featured-item p.summary {
        padding-top: 5px;
        min-height: 100px;
        text-align: left;
    }

body.section-news-and-speeches .new-and-speeches-title, body.node-type-wcg-news .new-and-speeches-title, body.node-type-wcg-speech .new-and-speeches-title {
    font-weight: normal;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-size: 1.4em;
    color: #000;
    margin-bottom: 0px;
}

body.section-news-and-speeches .field-name-field-date-published, body.node-type-wcg-news .field-name-field-date-published, body.node-type-wcg-speech .field-name-field-date-published {
    color: #666666;
    padding-bottom: 10px;
}

body.section-news-and-speeches .storyheader, body.node-type-wcg-news .storyheader, body.node-type-wcg-speech .storyheader {
    border-bottom: 1px solid #CECECE !important;
    color: #000000;
    padding-bottom: 13px;
    padding-top: 13px;
}

body.section-news-and-speeches .media-contact, body.node-type-wcg-news .media-contact, body.node-type-wcg-speech .media-contact {
    clear: both;
    border-top: 1px solid #999;
    padding-top: 10px;
    font-size: 1.0em;
}

    body.section-news-and-speeches .media-contact p, body.node-type-wcg-news .media-contact p, body.node-type-wcg-speech .media-contact p {
        margin-top: 0 !important;
    }

body.section-news-and-speeches .panel-separator, body.node-type-wcg-news .panel-separator, body.node-type-wcg-speech .panel-separator {
    display: none;
}

body.section-news-and-speeches .featured-speeches .panel-2col-stacked .panel-col-bottom, body.node-type-wcg-news .featured-speeches .panel-2col-stacked .panel-col-bottom, body.node-type-wcg-speech .featured-speeches .panel-2col-stacked .panel-col-bottom {
    padding-left: 0.6em;
}

body.section-news-and-speeches .featured-speeches .panel-2col-stacked .panel-col-top, body.node-type-wcg-news .featured-speeches .panel-2col-stacked .panel-col-top, body.node-type-wcg-speech .featured-speeches .panel-2col-stacked .panel-col-top {
    padding-left: 0.6em;
}

body.section-news-and-speeches .more-news, body.node-type-wcg-news .more-news, body.node-type-wcg-speech .more-news {
    min-height: 250px;
    margin-bottom: 20px;
    padding: 10px 10px 0 10px;
}

    body.section-news-and-speeches .more-news h2.pane-title, body.section-news-and-speeches .more-news h3, body.node-type-wcg-news .more-news h2.pane-title, body.node-type-wcg-news .more-news h3, body.node-type-wcg-speech .more-news h2.pane-title, body.node-type-wcg-speech .more-news h3 {
        font-size: 1.1em;
    }

body.section-news-and-speeches .more-speeches, body.node-type-wcg-news .more-speeches, body.node-type-wcg-speech .more-speeches {
    box-shadow: 0 0 5px #cccccc;
    border: 1px solid #e8e6e3;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -ms-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -o-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#fbfbfb),color-stop(100%,#f4f4f4));
    min-height: 250px;
    margin-bottom: 20px;
    padding: 10px 10px 0 10px;
}

    body.section-news-and-speeches .more-speeches h2.pane-title, body.section-news-and-speeches .more-speeches h3, body.node-type-wcg-news .more-speeches h2.pane-title, body.node-type-wcg-news .more-speeches h3, body.node-type-wcg-speech .more-speeches h2.pane-title, body.node-type-wcg-speech .more-speeches h3 {
        font-size: 1.1em;
    }

    body.section-news-and-speeches .more-speeches ul, body.node-type-wcg-news .more-speeches ul, body.node-type-wcg-speech .more-speeches ul {
        margin-left: 20px;
    }

body.section-news-and-speeches .more-news-speeches li, body.node-type-wcg-news .more-news-speeches li, body.node-type-wcg-speech .more-news-speeches li {
    margin-bottom: 4px;
}

body.section-news-and-speeches .caption-wrapper, body.node-type-wcg-news .caption-wrapper, body.node-type-wcg-speech .caption-wrapper {
    background-color: #ccc;
}

body.section-news-and-speeches #featured-image-caption, body.node-type-wcg-news #featured-image-caption, body.node-type-wcg-speech #featured-image-caption {
    float: right;
    min-width: 280px;
    width: 380px;
    margin: 10px 5px 5px 12px;
}

    body.section-news-and-speeches #featured-image-caption .flexslider, body.node-type-wcg-news #featured-image-caption .flexslider, body.node-type-wcg-speech #featured-image-caption .flexslider {
        margin-bottom: 20px;
    }

        body.section-news-and-speeches #featured-image-caption .flexslider:hover .flex-direction-nav a.flex-disabled, body.node-type-wcg-news #featured-image-caption .flexslider:hover .flex-direction-nav a.flex-disabled, body.node-type-wcg-speech #featured-image-caption .flexslider:hover .flex-direction-nav a.flex-disabled {
            display: none;
        }

    body.section-news-and-speeches #featured-image-caption .slides > li, body.node-type-wcg-news #featured-image-caption .slides > li, body.node-type-wcg-speech #featured-image-caption .slides > li {
        margin-left: 0;
        overflow: hidden;
    }

    body.section-news-and-speeches #featured-image-caption .featured-image, body.node-type-wcg-news #featured-image-caption .featured-image, body.node-type-wcg-speech #featured-image-caption .featured-image {
        display: table;
        height: 300px;
        width: 100%;
    }

        body.section-news-and-speeches #featured-image-caption .featured-image .file-image, body.node-type-wcg-news #featured-image-caption .featured-image .file-image, body.node-type-wcg-speech #featured-image-caption .featured-image .file-image {
            display: table-cell;
            vertical-align: middle;
            height: 100%;
        }

            body.section-news-and-speeches #featured-image-caption .featured-image .file-image img, body.node-type-wcg-news #featured-image-caption .featured-image .file-image img, body.node-type-wcg-speech #featured-image-caption .featured-image .file-image img {
                display: block;
                margin-left: auto;
                margin-right: auto;
                max-height: 300px;
                width: auto;
                max-width: 372px;
            }

    body.section-news-and-speeches #featured-image-caption .caption, body.node-type-wcg-news #featured-image-caption .caption, body.node-type-wcg-speech #featured-image-caption .caption {
        padding: 8px;
        margin: 0;
        width: auto;
        font-size: 0.875em;
    }

    body.section-news-and-speeches #featured-image-caption .file-image-jpeg, body.node-type-wcg-news #featured-image-caption .file-image-jpeg, body.node-type-wcg-speech #featured-image-caption .file-image-jpeg {
        padding: 0;
    }

body.section-news-and-speeches #related-images, body.node-type-wcg-news #related-images, body.node-type-wcg-speech #related-images {
    height: auto;
    float: right;
    clear: right;
    width: 380px;
    margin: 0px 8px 10px 5px;
}

    body.section-news-and-speeches #related-images .flexslider, body.node-type-wcg-news #related-images .flexslider, body.node-type-wcg-speech #related-images .flexslider {
        margin-bottom: 20px;
    }

        body.section-news-and-speeches #related-images .flexslider .flex-viewport, body.node-type-wcg-news #related-images .flexslider .flex-viewport, body.node-type-wcg-speech #related-images .flexslider .flex-viewport {
            margin-left: 30px;
            margin-right: 30px;
        }

        body.section-news-and-speeches #related-images .flexslider .flex-direction-nav a, body.node-type-wcg-news #related-images .flexslider .flex-direction-nav a, body.node-type-wcg-speech #related-images .flexslider .flex-direction-nav a {
            display: block;
            opacity: 1;
            transition: none;
            -moz-transition: none;
            -webkit-transition: none;
        }

            body.section-news-and-speeches #related-images .flexslider .flex-direction-nav a.flex-prev, body.node-type-wcg-news #related-images .flexslider .flex-direction-nav a.flex-prev, body.node-type-wcg-speech #related-images .flexslider .flex-direction-nav a.flex-prev {
                left: 0;
            }

            body.section-news-and-speeches #related-images .flexslider .flex-direction-nav a.flex-next, body.node-type-wcg-news #related-images .flexslider .flex-direction-nav a.flex-next, body.node-type-wcg-speech #related-images .flexslider .flex-direction-nav a.flex-next {
                right: 0;
            }

    body.section-news-and-speeches #related-images .slides > li, body.node-type-wcg-news #related-images .slides > li, body.node-type-wcg-speech #related-images .slides > li {
        margin-left: 0;
    }

    body.section-news-and-speeches #related-images img, body.node-type-wcg-news #related-images img, body.node-type-wcg-speech #related-images img {
        width: auto;
    }

    body.section-news-and-speeches #related-images h2, body.node-type-wcg-news #related-images h2, body.node-type-wcg-speech #related-images h2 {
        padding: 5px 0px 5px 5px;
        margin: 4px 0px 0px 4px;
        font-weight: normal;
        font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
        font-size: 0.875em;
    }

body.section-news-and-speeches #content-text, body.node-type-wcg-news #content-text, body.node-type-wcg-speech #content-text {
    margin-bottom: 20px;
}

body.section-news-and-speeches .related-docs, body.node-type-wcg-news .related-docs, body.node-type-wcg-speech .related-docs {
    margin: 20px 0px 0px 0px;
}

    body.section-news-and-speeches .related-docs h2, body.node-type-wcg-news .related-docs h2, body.node-type-wcg-speech .related-docs h2 {
        margin: 0px 0px 1px 0px;
    }

body.section-news-and-speeches .link-back, body.node-type-wcg-news .link-back, body.node-type-wcg-speech .link-back {
    font-size: 1.0em;
    margin: 0px 4px 0px 15px;
}

    body.section-news-and-speeches .link-back a, body.node-type-wcg-news .link-back a, body.node-type-wcg-speech .link-back a {
        font-weight: normal;
        font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    }

body.section-news-and-speeches ul.wcg-news-menu, body.node-type-wcg-news ul.wcg-news-menu, body.node-type-wcg-speech ul.wcg-news-menu {
    float: left;
    width: 100%;
    border: 0px solid #00ff00;
    margin-top: 0;
}

    body.section-news-and-speeches ul.wcg-news-menu li, body.node-type-wcg-news ul.wcg-news-menu li, body.node-type-wcg-speech ul.wcg-news-menu li {
        list-style-position: inside;
    }

        body.section-news-and-speeches ul.wcg-news-menu li.active-year > ul, body.node-type-wcg-news ul.wcg-news-menu li.active-year > ul, body.node-type-wcg-speech ul.wcg-news-menu li.active-year > ul {
            display: block;
        }

        body.section-news-and-speeches ul.wcg-news-menu li.active-year > a, body.section-news-and-speeches ul.wcg-news-menu li.active-month > a, body.node-type-wcg-news ul.wcg-news-menu li.active-year > a, body.node-type-wcg-news ul.wcg-news-menu li.active-month > a, body.node-type-wcg-speech ul.wcg-news-menu li.active-year > a, body.node-type-wcg-speech ul.wcg-news-menu li.active-month > a {
            font-weight: normal;
            font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
            color: black !important;
        }

    body.section-news-and-speeches ul.wcg-news-menu .news-year > ul, body.node-type-wcg-news ul.wcg-news-menu .news-year > ul, body.node-type-wcg-speech ul.wcg-news-menu .news-year > ul {
        display: none;
        margin: 0px;
        font-size: 1.0em;
    }

    body.section-news-and-speeches ul.wcg-news-menu .news-year, body.node-type-wcg-news ul.wcg-news-menu .news-year, body.node-type-wcg-speech ul.wcg-news-menu .news-year {
        float: left;
        padding-left: 20px;
        margin-left: 10px;
        padding-bottom: 5px;
        clear: left;
    }

        body.section-news-and-speeches ul.wcg-news-menu .news-year ul.menu, body.node-type-wcg-news ul.wcg-news-menu .news-year ul.menu, body.node-type-wcg-speech ul.wcg-news-menu .news-year ul.menu {
            padding-bottom: 10px;
            float: left;
            width: 100%;
            clear: left;
        }

        body.section-news-and-speeches ul.wcg-news-menu .news-year > a, body.node-type-wcg-news ul.wcg-news-menu .news-year > a, body.node-type-wcg-speech ul.wcg-news-menu .news-year > a {
            width: 100%;
            clear: both;
        }

        body.section-news-and-speeches ul.wcg-news-menu .news-year a, body.node-type-wcg-news ul.wcg-news-menu .news-year a, body.node-type-wcg-speech ul.wcg-news-menu .news-year a {
            float: left;
        }

    body.section-news-and-speeches ul.wcg-news-menu .news-month, body.node-type-wcg-news ul.wcg-news-menu .news-month, body.node-type-wcg-speech ul.wcg-news-menu .news-month {
        float: left;
        padding-left: 10px;
        padding-bottom: 3px;
        padding-top: 3px;
        border: 0px solid #0000ff;
        clear: both;
    }

    body.section-news-and-speeches ul.wcg-news-menu .show_more, body.section-news-and-speeches ul.wcg-news-menu .show_less, body.section-news-and-speeches ul.wcg-news-menu .show_more_years, body.section-news-and-speeches ul.wcg-news-menu .show_less_years, body.node-type-wcg-news ul.wcg-news-menu .show_more, body.node-type-wcg-news ul.wcg-news-menu .show_less, body.node-type-wcg-news ul.wcg-news-menu .show_more_years, body.node-type-wcg-news ul.wcg-news-menu .show_less_years, body.node-type-wcg-speech ul.wcg-news-menu .show_more, body.node-type-wcg-speech ul.wcg-news-menu .show_less, body.node-type-wcg-speech ul.wcg-news-menu .show_more_years, body.node-type-wcg-speech ul.wcg-news-menu .show_less_years {
        color: #003399;
    }

body.section-news-and-speeches .pane-node-field-social-sharing, body.node-type-wcg-news .pane-node-field-social-sharing, body.node-type-wcg-speech .pane-node-field-social-sharing {
    padding-top: 0;
}

body.section-news-and-speeches .panel-bee-2col-stacked .panel-col-last, body.node-type-wcg-news .panel-bee-2col-stacked .panel-col-last, body.node-type-wcg-speech .panel-bee-2col-stacked .panel-col-last {
    width: 730px;
    margin-left: -1px;
    border-left: 1px solid black;
    padding: 15px 10px 45px 14px;
    min-height: 600px;
}

body.page-jobs .panel-bee-2col-stacked .panel-col-bottom, body.page-jobs-browse .panel-bee-2col-stacked .panel-col-bottom, body.node-type-job-ad .panel-bee-2col-stacked .panel-col-bottom {
    border: 1px solid black;
    border-width: 1px 0;
}

body.page-jobs .panels-flexible-row-bee_2_columns-1, body.page-jobs-browse .panels-flexible-row-bee_2_columns-1, body.node-type-job-ad .panels-flexible-row-bee_2_columns-1 {
    padding-bottom: 4em;
}

body.page-jobs .panel-bee-2col-stacked .panel-col-first, body.page-jobs-browse .panel-bee-2col-stacked .panel-col-first, body.node-type-job-ad .panel-bee-2col-stacked .panel-col-first {
    min-height: 600px;
}

body.page-jobs * html .panel-bee-2col-stacked .panel-col-first, body.page-jobs-browse * html .panel-bee-2col-stacked .panel-col-first, body.node-type-job-ad * html .panel-bee-2col-stacked .panel-col-first {
    border-right: 1px solid black;
    min-height: 600px;
}

body.page-jobs .panel-bee-2col-stacked .panel-col-last, body.page-jobs-browse .panel-bee-2col-stacked .panel-col-last, body.node-type-job-ad .panel-bee-2col-stacked .panel-col-last {
    width: 700px;
    margin-left: -1px;
    border-left: 1px solid black;
    padding: 0px 15px 45px 15px;
}

body.page-jobs .panel-bee-3col-stacked .right-wrapper, body.page-jobs-browse .panel-bee-3col-stacked .right-wrapper, body.node-type-job-ad .panel-bee-3col-stacked .right-wrapper {
    border-left: 1px solid black;
}

body.page-jobs .panel-bee-3col-stacked .panel-col, body.page-jobs-browse .panel-bee-3col-stacked .panel-col, body.node-type-job-ad .panel-bee-3col-stacked .panel-col {
    float: left;
}

body.page-jobs .view .panel-col-bottom, body.page-jobs-browse .view .panel-col-bottom, body.node-type-job-ad .view .panel-col-bottom {
    border: none;
}

body.page-jobs .view .panel-col-first, body.page-jobs-browse .view .panel-col-first, body.node-type-job-ad .view .panel-col-first {
    min-height: 0;
    border-right: none;
}

body.page-jobs .view .panel-col-last, body.page-jobs-browse .view .panel-col-last, body.node-type-job-ad .view .panel-col-last {
    width: auto;
    margin-left: 0;
    border-left: none;
}

body.page-jobs .view .panel-col-top, body.page-jobs-browse .view .panel-col-top, body.node-type-job-ad .view .panel-col-top {
    width: auto;
    margin: 0;
    border-left: none;
}

body.page-jobs #job_resources_box ul, body.page-jobs #job_resources_box li, body.page-jobs-browse #job_resources_box ul, body.page-jobs-browse #job_resources_box li, body.node-type-job-ad #job_resources_box ul, body.node-type-job-ad #job_resources_box li {
    list-style-type: none;
}

body.page-jobs #jobs-section .menu-block-wrapper ul.menu, body.page-jobs #jobs-landing .menu-block-wrapper ul.menu, body.page-jobs-browse #jobs-section .menu-block-wrapper ul.menu, body.page-jobs-browse #jobs-landing .menu-block-wrapper ul.menu, body.node-type-job-ad #jobs-section .menu-block-wrapper ul.menu, body.node-type-job-ad #jobs-landing .menu-block-wrapper ul.menu {
    text-transform: uppercase;
    list-style-position: inside;
}

    body.page-jobs #jobs-section .menu-block-wrapper ul.menu li, body.page-jobs #jobs-landing .menu-block-wrapper ul.menu li, body.page-jobs-browse #jobs-section .menu-block-wrapper ul.menu li, body.page-jobs-browse #jobs-landing .menu-block-wrapper ul.menu li, body.node-type-job-ad #jobs-section .menu-block-wrapper ul.menu li, body.node-type-job-ad #jobs-landing .menu-block-wrapper ul.menu li {
        list-style-image: url('/profiles/wcgp/themes/wcg_simple/img/jobs_arrow.gif');
        list-style-position: inside;
        font-size: 0.875em;
        padding: 4px 7px;
    }

        body.page-jobs #jobs-section .menu-block-wrapper ul.menu li.first, body.page-jobs #jobs-landing .menu-block-wrapper ul.menu li.first, body.page-jobs-browse #jobs-section .menu-block-wrapper ul.menu li.first, body.page-jobs-browse #jobs-landing .menu-block-wrapper ul.menu li.first, body.node-type-job-ad #jobs-section .menu-block-wrapper ul.menu li.first, body.node-type-job-ad #jobs-landing .menu-block-wrapper ul.menu li.first {
            border-bottom: 1px solid #999;
        }

        body.page-jobs #jobs-section .menu-block-wrapper ul.menu li.active a, body.page-jobs #jobs-landing .menu-block-wrapper ul.menu li.active a, body.page-jobs-browse #jobs-section .menu-block-wrapper ul.menu li.active a, body.page-jobs-browse #jobs-landing .menu-block-wrapper ul.menu li.active a, body.node-type-job-ad #jobs-section .menu-block-wrapper ul.menu li.active a, body.node-type-job-ad #jobs-landing .menu-block-wrapper ul.menu li.active a {
            font-weight: normal;
            font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
            color: #000;
        }

body.page-jobs #jobs-section h1#headline, body.page-jobs #jobs-landing h1#headline, body.page-jobs-browse #jobs-section h1#headline, body.page-jobs-browse #jobs-landing h1#headline, body.node-type-job-ad #jobs-section h1#headline, body.node-type-job-ad #jobs-landing h1#headline {
    padding-left: 216px;
}

body.page-jobs #jobs-landing .pane-page-title h1#headline, body.page-jobs-browse #jobs-landing .pane-page-title h1#headline, body.node-type-job-ad #jobs-landing .pane-page-title h1#headline {
    padding-left: 71px;
    padding-left: 220px;
}

body.page-jobs #jobs-landing .panel-col-last, body.page-jobs-browse #jobs-landing .panel-col-last, body.node-type-job-ad #jobs-landing .panel-col-last {
    float: right;
    width: 350px;
}

body.page-jobs #jobs-landing .panel-col, body.page-jobs-browse #jobs-landing .panel-col, body.node-type-job-ad #jobs-landing .panel-col {
    float: left;
    width: 350px;
}

    body.page-jobs #jobs-landing .panel-col .panel-pane, body.page-jobs #jobs-landing .panel-col-last .panel-pane, body.page-jobs-browse #jobs-landing .panel-col .panel-pane, body.page-jobs-browse #jobs-landing .panel-col-last .panel-pane, body.node-type-job-ad #jobs-landing .panel-col .panel-pane, body.node-type-job-ad #jobs-landing .panel-col-last .panel-pane {
        background-color: #eee;
        height: 365px;
        overflow: hidden;
        padding: 1.1em;
        margin-top: 20px;
    }

    body.page-jobs #jobs-landing .panel-col form, body.page-jobs #jobs-landing .panel-col-last form, body.page-jobs-browse #jobs-landing .panel-col form, body.page-jobs-browse #jobs-landing .panel-col-last form, body.node-type-job-ad #jobs-landing .panel-col form, body.node-type-job-ad #jobs-landing .panel-col-last form {
        float: left;
        margin-top: 30px;
    }

        body.page-jobs #jobs-landing .panel-col form input[type="text"], body.page-jobs #jobs-landing .panel-col form select, body.page-jobs #jobs-landing .panel-col-last form input[type="text"], body.page-jobs #jobs-landing .panel-col-last form select, body.page-jobs-browse #jobs-landing .panel-col form input[type="text"], body.page-jobs-browse #jobs-landing .panel-col form select, body.page-jobs-browse #jobs-landing .panel-col-last form input[type="text"], body.page-jobs-browse #jobs-landing .panel-col-last form select, body.node-type-job-ad #jobs-landing .panel-col form input[type="text"], body.node-type-job-ad #jobs-landing .panel-col form select, body.node-type-job-ad #jobs-landing .panel-col-last form input[type="text"], body.node-type-job-ad #jobs-landing .panel-col-last form select {
            float: right;
        }

    body.page-jobs #jobs-landing .panel-col h2.pane-title, body.page-jobs #jobs-landing .panel-col-last h2.pane-title, body.page-jobs-browse #jobs-landing .panel-col h2.pane-title, body.page-jobs-browse #jobs-landing .panel-col-last h2.pane-title, body.node-type-job-ad #jobs-landing .panel-col h2.pane-title, body.node-type-job-ad #jobs-landing .panel-col-last h2.pane-title {
        margin: 0 0 10px 0;
        font-size: 1.2em;
    }

    body.page-jobs #jobs-landing .panel-col .pane-content ul, body.page-jobs #jobs-landing .panel-col-last .pane-content ul, body.page-jobs-browse #jobs-landing .panel-col .pane-content ul, body.page-jobs-browse #jobs-landing .panel-col-last .pane-content ul, body.node-type-job-ad #jobs-landing .panel-col .pane-content ul, body.node-type-job-ad #jobs-landing .panel-col-last .pane-content ul {
        list-style: none;
        padding: 0;
        margin: 0 0 10px 0;
        font-weight: normal;
        font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    }

    body.page-jobs #jobs-landing .panel-col .pane-content li, body.page-jobs #jobs-landing .panel-col-last .pane-content li, body.page-jobs-browse #jobs-landing .panel-col .pane-content li, body.page-jobs-browse #jobs-landing .panel-col-last .pane-content li, body.node-type-job-ad #jobs-landing .panel-col .pane-content li, body.node-type-job-ad #jobs-landing .panel-col-last .pane-content li {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

    body.page-jobs #jobs-landing .panel-col .pane-boxes-box-b123ec24 p, body.page-jobs #jobs-landing .panel-col-last .pane-boxes-box-b123ec24 p, body.page-jobs-browse #jobs-landing .panel-col .pane-boxes-box-b123ec24 p, body.page-jobs-browse #jobs-landing .panel-col-last .pane-boxes-box-b123ec24 p, body.node-type-job-ad #jobs-landing .panel-col .pane-boxes-box-b123ec24 p, body.node-type-job-ad #jobs-landing .panel-col-last .pane-boxes-box-b123ec24 p {
        margin: 0;
        padding: 0;
        color: #000000;
        font-size: 1.0em;
        line-height: 130%;
    }

    body.page-jobs #jobs-landing .panel-col ul.checkbox_bullet, body.page-jobs #jobs-landing .panel-col-last ul.checkbox_bullet, body.page-jobs-browse #jobs-landing .panel-col ul.checkbox_bullet, body.page-jobs-browse #jobs-landing .panel-col-last ul.checkbox_bullet, body.node-type-job-ad #jobs-landing .panel-col ul.checkbox_bullet, body.node-type-job-ad #jobs-landing .panel-col-last ul.checkbox_bullet {
        list-style: disc outside url(/profiles/wcgp/themes/wcg_simple/img/wcg/structure/checkbox_bullet.png);
        float: left;
        margin: 0 0 0 25px;
        padding: 15px 0 0 15px;
    }

        body.page-jobs #jobs-landing .panel-col ul.checkbox_bullet li, body.page-jobs #jobs-landing .panel-col-last ul.checkbox_bullet li, body.page-jobs-browse #jobs-landing .panel-col ul.checkbox_bullet li, body.page-jobs-browse #jobs-landing .panel-col-last ul.checkbox_bullet li, body.node-type-job-ad #jobs-landing .panel-col ul.checkbox_bullet li, body.node-type-job-ad #jobs-landing .panel-col-last ul.checkbox_bullet li {
            padding: 0 0 5px 0;
            font-size: 1.0em;
            color: #333;
            line-height: normal;
            font-weight: normal;
        }

        body.page-jobs #jobs-landing .panel-col ul.checkbox_bullet ul.checkbox_bullet_inside, body.page-jobs #jobs-landing .panel-col-last ul.checkbox_bullet ul.checkbox_bullet_inside, body.page-jobs-browse #jobs-landing .panel-col ul.checkbox_bullet ul.checkbox_bullet_inside, body.page-jobs-browse #jobs-landing .panel-col-last ul.checkbox_bullet ul.checkbox_bullet_inside, body.node-type-job-ad #jobs-landing .panel-col ul.checkbox_bullet ul.checkbox_bullet_inside, body.node-type-job-ad #jobs-landing .panel-col-last ul.checkbox_bullet ul.checkbox_bullet_inside {
            list-style: disc;
            margin: 0;
            padding: 3px 0 3px 0;
        }

            body.page-jobs #jobs-landing .panel-col ul.checkbox_bullet ul.checkbox_bullet_inside li, body.page-jobs #jobs-landing .panel-col-last ul.checkbox_bullet ul.checkbox_bullet_inside li, body.page-jobs-browse #jobs-landing .panel-col ul.checkbox_bullet ul.checkbox_bullet_inside li, body.page-jobs-browse #jobs-landing .panel-col-last ul.checkbox_bullet ul.checkbox_bullet_inside li, body.node-type-job-ad #jobs-landing .panel-col ul.checkbox_bullet ul.checkbox_bullet_inside li, body.node-type-job-ad #jobs-landing .panel-col-last ul.checkbox_bullet ul.checkbox_bullet_inside li {
                margin: 0;
                padding: 0;
                font-size: 0.875em;
            }

    body.page-jobs #jobs-landing .panel-col #edit-department-wrapper, body.page-jobs #jobs-landing .panel-col-last #edit-department-wrapper, body.page-jobs-browse #jobs-landing .panel-col #edit-department-wrapper, body.page-jobs-browse #jobs-landing .panel-col-last #edit-department-wrapper, body.node-type-job-ad #jobs-landing .panel-col #edit-department-wrapper, body.node-type-job-ad #jobs-landing .panel-col-last #edit-department-wrapper {
        padding-top: 40px;
    }

    body.page-jobs #jobs-landing .panel-col .panel-pane, body.page-jobs-browse #jobs-landing .panel-col .panel-pane, body.node-type-job-ad #jobs-landing .panel-col .panel-pane {
        margin-right: 0;
    }

body.page-jobs #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search h2.pane-title, body.page-jobs-browse #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search h2.pane-title, body.node-type-job-ad #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search h2.pane-title {
    width: 200px;
    float: left;
}

body.page-jobs #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton, body.page-jobs-browse #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton, body.node-type-job-ad #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton {
    float: right;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023fba',endColorstr='#003399');
    -moz-box-shadow: inset 0px 1px 0px 0px #012a7b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #012a7b;
    box-shadow: inset 0px 0px 0px 0px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#023fba),color-stop(1,#003399));
    background: -moz-linear-gradient(center top,#023fba 5%,#003399 100%);
    background-color: #023fba;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-family: 'Open Sans','Verdana','Arial',sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    width: auto;
    line-height: 12px;
    height: 24px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #012a7b;
    padding: 0px 5x 0px 5px;
    border: 0px #000000 solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
    position: relative;
    width: auto;
    line-height: 24px;
    padding: 0px 6px 0px 6px;
}

    body.page-jobs #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton:hover, body.page-jobs-browse #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton:hover, body.node-type-job-ad #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#6785c3),color-stop(1,#023fba));
        background: -moz-linear-gradient(center top,#6785c3 5%,#023fba 100%);
    }

    body.page-jobs #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton:active, body.page-jobs-browse #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton:active, body.node-type-job-ad #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton:active {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#001a4d),color-stop(1,#023fba));
        background: -moz-linear-gradient(center top,#001a4d 5%,#023fba 100%);
        position: relative;
        top: 1px;
        -moz-box-shadow: 0px;
        -webkit-box-shadow: 0px;
        box-shadow: 0px;
    }

    body.page-jobs #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton a, body.page-jobs-browse #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton a, body.node-type-job-ad #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton a {
        text-align: center;
        vertical-align: middle;
        padding: 7px;
        color: #ffffff;
    }

        body.page-jobs #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton a:hover, body.page-jobs-browse #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton a:hover, body.node-type-job-ad #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .newsearchbutton a:hover {
            color: #ffffff;
            text-decoration: none;
        }

body.page-jobs #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .pane-content, body.page-jobs-browse #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .pane-content, body.node-type-job-ad #jobs-landing .pane-wcg-jobs-wcg-jobs-pane-search .pane-content {
    clear: both;
}

body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-exposed-widget, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-exposed-widget, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-exposed-widget {
    width: 100%;
}

body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search label, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search label, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search label {
    display: inline-block;
    width: 60px;
    font-weight: normal;
}

body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search div.views-widget, body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search div.form-item, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search div.views-widget, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search div.form-item, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search div.views-widget, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search div.form-item {
    display: inline;
}

body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search #edit-keywords-wrapper input#edit-keywords, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search #edit-keywords-wrapper input#edit-keywords, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search #edit-keywords-wrapper input#edit-keywords {
    width: 200px;
}

body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search #edit-keywords-wrapper .description, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search #edit-keywords-wrapper .description, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search #edit-keywords-wrapper .description {
    margin-left: 105px;
    padding-top: 15px;
}

body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .edit-department-wrapper, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .edit-department-wrapper, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .edit-department-wrapper {
    clear: both;
}

body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search select#edit-department, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search select#edit-department, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search select#edit-department {
    width: 200px;
}

body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button {
    float: right;
    padding: 0;
}

    body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023fba',endColorstr='#003399');
        -moz-box-shadow: inset 0px 1px 0px 0px #012a7b;
        -webkit-box-shadow: inset 0px 1px 0px 0px #012a7b;
        box-shadow: inset 0px 0px 0px 0px;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#023fba),color-stop(1,#003399));
        background: -moz-linear-gradient(center top,#023fba 5%,#003399 100%);
        background-color: #023fba;
        text-indent: 0;
        display: inline-block;
        color: #ffffff;
        font-family: 'Open Sans','Verdana','Arial',sans-serif;
        font-size: 1.0em;
        font-weight: normal;
        font-style: normal;
        width: auto;
        line-height: 12px;
        height: 24px;
        text-decoration: none;
        text-align: center;
        text-shadow: 1px 1px 0px #012a7b;
        padding: 0px 5x 0px 5px;
        border: 0px #000000 solid;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
        position: relative;
        float: right;
        margin-top: 0px;
    }

        body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs:hover, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs:hover, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs:hover {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#6785c3),color-stop(1,#023fba));
            background: -moz-linear-gradient(center top,#6785c3 5%,#023fba 100%);
        }

        body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs:active, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs:active, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs:active {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#001a4d),color-stop(1,#023fba));
            background: -moz-linear-gradient(center top,#001a4d 5%,#023fba 100%);
            position: relative;
            top: 1px;
            -moz-box-shadow: 0px;
            -webkit-box-shadow: 0px;
            box-shadow: 0px;
        }

        body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs a, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs a, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs a {
            text-align: center;
            vertical-align: middle;
            padding: 7px;
            color: #ffffff;
        }

            body.page-jobs #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs a:hover, body.page-jobs-browse #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs a:hover, body.node-type-job-ad #jobs-landing #views-exposed-form-wcg-jobs-wcg-jobs-pane-search .views-submit-button input#edit-submit-wcg-jobs a:hover {
                color: #ffffff;
                text-decoration: none;
            }

body.page-jobs .pane-page-title h1#headline, body.page-jobs-browse .pane-page-title h1#headline, body.node-type-job-ad .pane-page-title h1#headline {
    padding-left: 7px;
}

body.page-jobs .view-display-id-wcg_jobs_pane_listing tr.even, body.page-jobs .view-display-id-wcg_jobs_pane_listing tr.odd, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing tr.even, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing tr.odd, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing tr.even, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing tr.odd {
    background-color: white;
}

body.page-jobs .view-display-id-wcg_jobs_pane_listing th, body.page-jobs .view-display-id-wcg_jobs_pane_listing td, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing th, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing td, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing th, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing td {
    padding: 10px 10px;
}

body.page-jobs .view-display-id-wcg_jobs_pane_listing th, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing th, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing th {
    background-color: #EDF4FF;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #CCCCCC;
    font-weight: normal;
}

body.page-jobs .view-display-id-wcg_jobs_pane_listing td, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing td, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #000000;
}

    body.page-jobs .view-display-id-wcg_jobs_pane_listing td.active, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing td.active, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing td.active {
        background-color: white;
    }

    body.page-jobs .view-display-id-wcg_jobs_pane_listing td.views-field-field-closing-date, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing td.views-field-field-closing-date, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing td.views-field-field-closing-date {
        width: 22%;
        border-right: 0;
    }

    body.page-jobs .view-display-id-wcg_jobs_pane_listing td.views-field-field-salary, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing td.views-field-field-salary, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing td.views-field-field-salary {
        width: 22%;
    }

    body.page-jobs .view-display-id-wcg_jobs_pane_listing td.views-field-field-gc, body.page-jobs .view-display-id-wcg_jobs_pane_listing td.views-field-title, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing td.views-field-field-gc, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing td.views-field-title, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing td.views-field-field-gc, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing td.views-field-title {
        width: 30%;
    }

body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-header, body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-filters, body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-footer, body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-empty, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-header, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-filters, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-footer, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-empty, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-header, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-filters, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-footer, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-empty {
    padding: 1em 1em 0 1em;
}

    body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-header span.keywords, body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-filters span.keywords, body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-footer span.keywords, body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-empty span.keywords, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-header span.keywords, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-filters span.keywords, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-footer span.keywords, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-empty span.keywords, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-header span.keywords, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-filters span.keywords, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-footer span.keywords, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-empty span.keywords {
        font-weight: normal;
        font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    }

    body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-header p, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-header p, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-header p {
        margin: 0;
    }

body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-filters, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-filters, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-filters {
    padding-top: 0;
}

body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-footer, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-footer, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-footer {
    font-size: 0.875em;
    padding-bottom: 2em;
}

body.page-jobs .view-display-id-wcg_jobs_pane_listing .view-empty span.keywords, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing .view-empty span.keywords, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing .view-empty span.keywords {
    font-weight: normal;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
}

body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing label, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing label, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing label {
    display: inline-block;
    font-weight: normal;
}

body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing div.views-widget, body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing div.form-item, body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing div.views-widget, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing div.form-item, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing div.views-widget, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing div.form-item, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button {
    display: inline;
}

body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing #edit-keywords-wrapper input#edit-keywords, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing #edit-keywords-wrapper input#edit-keywords, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing #edit-keywords-wrapper input#edit-keywords {
    width: 225px;
}

body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing select#edit-department, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing select#edit-department, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing select#edit-department {
    width: 250px;
}

body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button {
    margin-left: 20px;
}

    body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023fba',endColorstr='#003399');
        -moz-box-shadow: inset 0px 1px 0px 0px #012a7b;
        -webkit-box-shadow: inset 0px 1px 0px 0px #012a7b;
        box-shadow: inset 0px 0px 0px 0px;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#023fba),color-stop(1,#003399));
        background: -moz-linear-gradient(center top,#023fba 5%,#003399 100%);
        background-color: #023fba;
        text-indent: 0;
        display: inline-block;
        color: #ffffff;
        font-family: 'Open Sans','Verdana','Arial',sans-serif;
        font-size: 1.0em;
        font-weight: normal;
        font-style: normal;
        width: auto;
        line-height: 12px;
        height: 24px;
        text-decoration: none;
        text-align: center;
        text-shadow: 1px 1px 0px #012a7b;
        padding: 0px 5x 0px 5px;
        border: 0px #000000 solid;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
        position: relative;
    }

        body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs:hover, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs:hover, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs:hover {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#6785c3),color-stop(1,#023fba));
            background: -moz-linear-gradient(center top,#6785c3 5%,#023fba 100%);
        }

        body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs:active, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs:active, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs:active {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#001a4d),color-stop(1,#023fba));
            background: -moz-linear-gradient(center top,#001a4d 5%,#023fba 100%);
            position: relative;
            top: 1px;
            -moz-box-shadow: 0px;
            -webkit-box-shadow: 0px;
            box-shadow: 0px;
        }

        body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs a, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs a, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs a {
            text-align: center;
            vertical-align: middle;
            padding: 7px;
            color: #ffffff;
        }

            body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs a:hover, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs a:hover, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button input#edit-submit-wcg-jobs a:hover {
                color: #ffffff;
                text-decoration: none;
            }

    body.page-jobs .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button .form-submit, body.page-jobs-browse .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button .form-submit, body.node-type-job-ad .view-display-id-wcg_jobs_pane_listing #views-exposed-form-wcg-jobs-wcg-jobs-pane-listing .views-submit-button .form-submit {
        margin-top: 5px;
    }

body.node-type-job-ad #main {
    width: 100%;
    padding: 0;
}

body.node-type-job-ad h3.page-title {
    padding-left: 71px;
    color: white;
}

body.node-type-job-ad #content {
    padding: 0;
}

body.node-type-job-ad .content {
    display: table;
    width: 100%;
}

body.node-type-job-ad .field {
    display: table-row;
    width: 100%;
}

body.node-type-job-ad .field-label {
    display: table-cell;
    width: 140px;
    background-color: #EDF4FF;
    padding: 12px;
    border-bottom: 1px solid #CECECE;
    border-right: 1px solid #000000;
}

body.node-type-job-ad .field-items {
    display: table-cell;
    padding: 12px;
    border-bottom: 1px solid #CECECE;
}

body.node-type-job-ad form input[type="submit"] {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023fba',endColorstr='#003399');
    -moz-box-shadow: inset 0px 1px 0px 0px #012a7b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #012a7b;
    box-shadow: inset 0px 0px 0px 0px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#023fba),color-stop(1,#003399));
    background: -moz-linear-gradient(center top,#023fba 5%,#003399 100%);
    background-color: #023fba;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-family: 'Open Sans','Verdana','Arial',sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    width: auto;
    line-height: 12px;
    height: 24px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #012a7b;
    padding: 0px 5x 0px 5px;
    border: 0px #000000 solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
    position: relative;
}

    body.node-type-job-ad form input[type="submit"]:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#6785c3),color-stop(1,#023fba));
        background: -moz-linear-gradient(center top,#6785c3 5%,#023fba 100%);
    }

    body.node-type-job-ad form input[type="submit"]:active {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#001a4d),color-stop(1,#023fba));
        background: -moz-linear-gradient(center top,#001a4d 5%,#023fba 100%);
        position: relative;
        top: 1px;
        -moz-box-shadow: 0px;
        -webkit-box-shadow: 0px;
        box-shadow: 0px;
    }

    body.node-type-job-ad form input[type="submit"] a {
        text-align: center;
        vertical-align: middle;
        padding: 7px;
        color: #ffffff;
    }

        body.node-type-job-ad form input[type="submit"] a:hover {
            color: #ffffff;
            text-decoration: none;
        }

body.node-type-job-ad .pane-node-field-social-sharing {
    padding-top: 0;
}

    body.node-type-job-ad .pane-node-field-social-sharing .field-items {
        border-bottom: none;
    }

.page-jobs .views-submit-button {
    border-radius: 2px;
    behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
    margin-top: 14px;
}

body.campaign-madiba div.responsive-grid {
    margin-left: 10px;
}

.campaign-madiba div.menu-block-wrapper ul.menu {
    width: 100%;
    height: 32px;
    background-image: url(/sites/all/themes/wcg_simple/img/campaign-nav-bg.jpg);
}

    .campaign-madiba div.menu-block-wrapper ul.menu * {
        margin: 0;
        padding: 0;
    }

    .campaign-madiba div.menu-block-wrapper ul.menu li {
        float: left;
        list-style: none;
    }

        .campaign-madiba div.menu-block-wrapper ul.menu li a {
            color: #333333;
            font-size: 12px;
            line-height: 32px;
            height: 32px;
            float: left;
            padding: 0 10px;
            font-weight: normal;
            font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
            margin-right: 1px;
        }

            .campaign-madiba div.menu-block-wrapper ul.menu li a:hover {
                background-color: #00309c;
                color: #ffffff;
            }

        .campaign-madiba div.menu-block-wrapper ul.menu li.first {
            margin-left: 15px;
        }

        .campaign-madiba div.menu-block-wrapper ul.menu li.active a {
            background-color: #00309c;
            color: #ffffff;
        }

.view-wcg-campaign-madiba-rotator * {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans','Verdana','Arial',sans-serif;
}

.view-wcg-campaign-madiba-rotator h1 {
    color: #000000;
    text-align: center;
    font-weight: normal;
    font-size: 28px;
}

.view-wcg-campaign-madiba-rotator h2 {
    color: #000000;
    text-align: center;
    font-weight: normal;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-size: 26px;
}

.view-wcg-campaign-madiba-rotator h3 {
    color: #000000;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

.view-wcg-campaign-madiba-rotator a {
    float: left;
    text-align: center;
    width: 100%;
}

.view-wcg-campaign-madiba-rotator .madiba-rotator-text {
    position: absolute;
    top: 20px;
    left: 610px;
    width: 300px;
}

.view-wcg-campaign-madiba-rotator .views-slideshow-controls-top {
    position: absolute;
    top: 190px;
    left: 722px;
    z-index: 200;
}

    .view-wcg-campaign-madiba-rotator .views-slideshow-controls-top .views-slideshow-pager-field-item {
        float: left;
        width: 17px;
        margin-right: 10px;
        background: url("/sites/all/themes/wcg_simple/img/tribute/sprite.png") repeat-x scroll 0 0 transparent;
        cursor: pointer;
    }

    .view-wcg-campaign-madiba-rotator .views-slideshow-controls-top .active {
        background: url("/sites/all/themes/wcg_simple/img/tribute/sprite.png") repeat-x scroll -41px 0 transparent;
    }

    .view-wcg-campaign-madiba-rotator .views-slideshow-controls-top :hover {
        background: url("/sites/all/themes/wcg_simple/img/tribute/sprite.png") repeat-x scroll -79px 0 transparent;
    }

    .view-wcg-campaign-madiba-rotator .views-slideshow-controls-top .views-content-nid {
        visibility: hidden;
    }

.pane-boxes-wcg-campaign-madiba-othersites, #other-tribute-sites-block, .pane-wcg-campaign-madiba-messages-panel-pane-3 {
    box-shadow: 0 0 5px #cccccc;
    border: 1px solid #e8e6e3;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -ms-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -o-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#fbfbfb),color-stop(100%,#f4f4f4));
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin: 20px;
}

.pane-wcg-campaign-madiba-messages-panel-pane-3 {
    margin: 0;
    margin-top: 20px;
    margin-right: 20px;
}

.pane-wcg-campaign-madiba-notices-panel-pane-1 {
    margin: 20px;
}

.pane-wcg-campaign-madiba-notices-panel-pane-2 .views-field-title h3 {
    float: left;
}

.view-wcg-campaign-madiba-notices {
    margin: 0;
}

    .view-wcg-campaign-madiba-notices .views-field-title {
        font-weight: normal;
        font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    }

    .view-wcg-campaign-madiba-notices .view-footer {
        text-align: right;
    }

.pane-boxes-wcg-campaign-madiba-othersites td, #other-tribute-sites-block td, #madiba-landing-page-content-block td {
    padding-bottom: 5px;
}

#boxes-box-wcg_campaign_madiba_twitter {
    margin-top: 19px;
    margin-right: 20px;
}

#boxes-box-wcg_campaign_madiba_locations ol {
    padding-top: 15px;
    padding-left: 20px;
}

    #boxes-box-wcg_campaign_madiba_locations ol li {
        color: #103695;
        list-style-type: decimal;
        margin-bottom: 3px;
    }

.container-12 .block .omega-grid, .container-16 .block .omega-grid, .container-24 .block .omega-grid {
    margin: 0;
}

body.campaign-madiba h1 {
    margin: 0;
    padding: 0;
    background: none;
    color: #000000;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 15px;
}

    body.campaign-madiba h1#headline {
        margin: 0;
        padding: 0;
        background: none;
        color: #000000;
        font-size: 20px;
        padding-left: 20px;
        padding-top: 15px;
    }

body.campaign-madiba h2.pane-title {
    font-size: 18px;
    padding-bottom: 10px;
}

body.campaign-madiba .pane-node-body {
    padding: 20px;
    display: block;
}

body.campaign-madiba .pane-wcg-news-revisions-featured-image-pane {
    width: 350px;
    float: right;
    margin-top: -20px;
    margin-left: 40px;
    margin-right: 20px;
}

    body.campaign-madiba .pane-wcg-news-revisions-featured-image-pane .caption-wrapper {
        margin: 0;
        padding: 0;
        margin-top: 15px;
        height: 50px;
        line-height: 50px;
        background-color: #cccccc;
        font-weight: normal;
        font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
        color: #ffffff;
    }

    body.campaign-madiba .pane-wcg-news-revisions-featured-image-pane .caption {
        padding-left: 15px;
    }

body.campaign-madiba .pane-wcg-news-revisions-related-images-pane {
    width: 350px;
    float: right;
    clear: right;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 30px;
}

    body.campaign-madiba .pane-wcg-news-revisions-related-images-pane h2.pane-title {
        font-weight: normal;
        font-size: 12px;
        padding-bottom: 7px;
    }

    body.campaign-madiba .pane-wcg-news-revisions-related-images-pane .views-row {
        float: left;
        margin-right: 10px;
    }

    body.campaign-madiba .pane-wcg-news-revisions-related-images-pane .views-row-last {
        margin-right: 0px;
        float: right;
    }

body.campaign-madiba .updated-date {
    margin-right: 20px;
}

body.campaign-madiba .pane-wcg-campaign-madiba-sf-locations-panel-pane-2 {
    padding: 0 20px;
}

body.page-madiba-tributes .pane-wcg-campaign-tribute-post #tribute-thanks {
    padding: 20px;
    color: #01309c;
}

body.page-madiba-tributes #tribute-message-button {
    cursor: pointer;
    margin-left: 15px;
    margin-top: 15px;
}

body.page-madiba-tributes #wcg-campaign-tributeform {
    width: 500px;
    border: 0px solid #ff0000;
    padding: 20px;
}

    body.page-madiba-tributes #wcg-campaign-tributeform label[for="edit-author-name"], body.page-madiba-tributes #wcg-campaign-tributeform label[for="edit-tribute-message"] {
        float: left;
        border: 0px solid #00ff00;
        width: 140px;
        font-weight: normal;
    }

    body.page-madiba-tributes #wcg-campaign-tributeform .form-item-author-name label.error {
        width: 100%;
        margin-left: 140px;
    }

    body.page-madiba-tributes #wcg-campaign-tributeform .form-item-tribute-message label.error {
        width: 100%;
    }

    body.page-madiba-tributes #wcg-campaign-tributeform .form-item {
        float: left;
        border: 0px solid #ffff00;
        width: 100%;
    }

    body.page-madiba-tributes #wcg-campaign-tributeform .description {
        clear: both;
        border: 0px solid #000000;
        width: 300px;
        margin-left: 142px;
    }

    body.page-madiba-tributes #wcg-campaign-tributeform #edit-author-name, body.page-madiba-tributes #wcg-campaign-tributeform #edit-tribute-message {
        float: left;
        width: 350px;
        border: 1px solid #999999;
    }

    body.page-madiba-tributes #wcg-campaign-tributeform #edit-tribute-message {
        min-height: 180px;
    }

    body.page-madiba-tributes #wcg-campaign-tributeform #edit-submit {
        background: url("/sites/all/themes/wcg_simple/img/tribute/submit.png");
        width: 127px;
        height: 39px;
        border: 0;
        text-indent: -1000em;
    }

    body.page-madiba-tributes #wcg-campaign-tributeform .form-textarea-wrapper {
        float: left;
        width: 350px;
    }

    body.page-madiba-tributes #wcg-campaign-tributeform #edit-submit {
        margin-left: -5px;
        behaviour: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

body.page-madiba-tributes #tribute-message-page-image, body.page-madiba-tributes #boxes-box-tribute_message_page_image {
    float: right;
    margin-left: 40px;
    margin-bottom: 30px;
    margin-right: 20px;
}

body.page-madiba-tributes .view-wcg-campaign-madiba-messages {
    padding: 20px;
}

    body.page-madiba-tributes .view-wcg-campaign-madiba-messages .views-row {
        border: 0px solid #ff0000;
        margin-bottom: 50px;
    }

    body.page-madiba-tributes .view-wcg-campaign-madiba-messages .tribute-meta-data {
        float: left;
        font-size: 12px;
    }

        body.page-madiba-tributes .view-wcg-campaign-madiba-messages .tribute-meta-data span {
            font-weight: normal;
            font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
        }

            body.page-madiba-tributes .view-wcg-campaign-madiba-messages .tribute-meta-data span.tribute-author {
                max-width: 225px;
                display: inline-block;
            }

    body.page-madiba-tributes .view-wcg-campaign-madiba-messages .views-field-body {
        margin-left: 250px;
        border: 0px solid #0000ff;
    }

.madiba-panel-box-bg {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin: 20px;
}

.pane-boxes-wcg-campaign-madiba-premier, #message-from-premier-block, #madiba-landing-page-content-block {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin: 20px;
}

.view-wcg-campaign-madiba-sf-locations .view-content {
    margin-top: 20px;
    margin-bottom: 50px;
}

.view-wcg-campaign-madiba-sf-locations label {
    float: left;
    font-weight: normal;
    margin-right: 20px;
}

.view-wcg-campaign-madiba-sf-locations .views-widget {
    float: left;
}

.view-wcg-campaign-madiba-sf-locations table {
    border-collapse: collapse;
    border: 1px solid #000000;
}

.view-wcg-campaign-madiba-sf-locations tr, .view-wcg-campaign-madiba-sf-locations th, .view-wcg-campaign-madiba-sf-locations td {
    border: 1px solid #000000;
    padding: 13px;
}

    .view-wcg-campaign-madiba-sf-locations tr.odd {
        background-color: #dddddd;
    }

.view-wcg-campaign-madiba-sf-locations th {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    color: #000000;
    background-color: #b5b5b5;
}

    .view-wcg-campaign-madiba-sf-locations th a {
        color: #000000;
    }

        .view-wcg-campaign-madiba-sf-locations th a img {
            display: none;
        }

.view-wcg-campaign-madiba-sf-locations td {
    color: #000000;
}

#zone-content {
    border-bottom: 1px solid #DDDBD9;
}

#boxes-box-wcg_campaign_madiba_banner, .menu-name-menu-wcg-campaign-madiba, .madiba-rotator-image {
    margin-left: -10px;
    margin-right: -10px;
}

    #boxes-box-wcg_campaign_madiba_banner img, .menu-name-menu-wcg-campaign-madiba img, .madiba-rotator-image img {
        width: 960px;
    }

#madiba-banner-block {
    width: 960px;
    height: 225px;
    overflow: hidden;
}

.page-madiba-tributes .menu-name-menu-wcg-campaign-madiba, .page-madiba-notices .menu-name-menu-wcg-campaign-madiba, .page-madiba-memorial-and-funeral .menu-name-menu-wcg-campaign-madiba, .node-type-site-page .menu-name-menu-wcg-campaign-madiba {
    margin: 0;
}

.campaign-madiba .pane-wcg-campaign-madiba-notices-panel-pane-1 .view-wcg-campaign-madiba-notices {
    padding: 10px 20px;
}

.campaign-madiba .pane-wcg-campaign-madiba-notices-panel-pane-2 .view-wcg-campaign-madiba-notices {
    padding: 10px 20px;
}

    .campaign-madiba .pane-wcg-campaign-madiba-notices-panel-pane-2 .view-wcg-campaign-madiba-notices .views-field-changed {
        margin-left: 0.5em;
    }

    .campaign-madiba .pane-wcg-campaign-madiba-notices-panel-pane-2 .view-wcg-campaign-madiba-notices .views-field-body {
        margin-top: 15px;
    }

.campaign-madiba .pane-boxes-wcg-campaign-madiba-locations {
    box-shadow: 0 0 5px #cccccc;
    border: 1px solid #e8e6e3;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -ms-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -o-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#fbfbfb),color-stop(100%,#f4f4f4));
    padding: 10px 20px;
    margin: 20px;
}

.view-wcg-campaign-madiba-messages .view-footer {
    text-align: center;
}

table.historical_table_1 {
    width: 296px;
    float: right;
}

table.historical_events_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000000;
}

    table.historical_events_table tr.heading {
        font-weight: normal;
        font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
        font-size: 16px;
        color: #000000;
        background-color: #b5b5b5;
    }

    table.historical_events_table tr.odd {
        background-color: #dddddd;
    }

    table.historical_events_table td {
        border-right: 1px solid #000000;
        padding: 13px;
    }

    table.historical_events_table tr.even, table.historical_events_table tr.odd {
        border: 0;
    }

#views_slideshow_cycle_main_wcg_campaign_madiba_messages-panel_pane_3 .field-content p {
    max-width: 220px;
}

body.node-type-profile .responsive-grid .grid-12, body.page-custom-your-life-landing .responsive-grid .grid-12, body.page-custom-topics-landing .responsive-grid .grid-12, body.page-custom-your-life-listing .responsive-grid .grid-12, body.page-custom-topics-listing .responsive-grid .grid-12, body.node-type-site-page .responsive-grid .grid-12, body.context-contact .responsive-grid .grid-12, body.page-directories-dictionary .responsive-grid .grid-12, body.context-tenders .responsive-grid .grid-12, body.page-your-gov .responsive-grid .grid-12, body.directories-landing .responsive-grid .grid-12, body.wcg-documents-landing .responsive-grid .grid-12, body.page-yourgov-landing .responsive-grid .grid-12, body.page-documents .responsive-grid .grid-12, body.page-directories .responsive-grid .grid-12, body.node-type-wcg-legislation .responsive-grid .grid-12, body.node-type-wcg-annual-publication .responsive-grid .grid-12, body.node-type-wcg-general-publication .responsive-grid .grid-12, body.page-documents-forms .responsive-grid .grid-12, body.page-documents-draft-bills .responsive-grid .grid-12, body.page-documents-green-papers .responsive-grid .grid-12, body.page-documents-white-papers .responsive-grid .grid-12, body.page-documents-acts .responsive-grid .grid-12, body.page-documents-bills .responsive-grid .grid-12, body.page-documents-regulations .responsive-grid .grid-12, body.page-documents-by-laws .responsive-grid .grid-12, body.page-documents-constitutions .responsive-grid .grid-12, body.page-documents-notices .responsive-grid .grid-12, body.page-your-gov-documents .responsive-grid .grid-12, body.page-your-gov-documents-forms .responsive-grid .grid-12, body.page-your-gov-documents-policies .responsive-grid .grid-12, body.page-your-gov-documents-draft-bills .responsive-grid .grid-12, body.page-your-gov-documents-green-papers .responsive-grid .grid-12, body.page-your-gov-documents-white-papers .responsive-grid .grid-12, body.page-your-gov-documents-annual-reports .responsive-grid .grid-12, body.page-your-gov-documents-guides .responsive-grid .grid-12, body.page-your-gov-documents-reports-research .responsive-grid .grid-12, body.page-your-gov-documents-public-info .responsive-grid .grid-12, body.page-your-gov-publications .responsive-grid .grid-12, body.page-your-gov-documents-plans .responsive-grid .grid-12, body.page-your-gov-documents-budgets .responsive-grid .grid-12, body.page-your-gov-documents-acts .responsive-grid .grid-12, body.page-your-gov-documents-bills .responsive-grid .grid-12, body.page-your-gov-documents-regulations .responsive-grid .grid-12, body.page-your-gov-documents-constitutions .responsive-grid .grid-12, body.page-your-gov-documents-notices .responsive-grid .grid-12, body.page-your-gov-documents-by-laws .responsive-grid .grid-12, body.page-your-gov-services .responsive-grid .grid-12, body.page-your-gov-public-entities .responsive-grid .grid-12, body.page-your-gov-projects .responsive-grid .grid-12, body.page-your-gov-facilities .responsive-grid .grid-12, body.page-your-gov-events .responsive-grid .grid-12, body.page-your-gov-documents-mags .responsive-grid .grid-12, body.page-documents-newsletters-mags .responsive-grid .grid-12, body.node-type-wcg-newsletter-magazine-issue .responsive-grid .grid-12, body.node-type-wcg-service .responsive-grid .grid-12, body.node-type-wcg-project .responsive-grid .grid-12, body.node-type-wcg-facility .responsive-grid .grid-12, body.node-type-wcg-public-entity .responsive-grid .grid-12, body.node-type-wcg-event .responsive-grid .grid-12 {
    width: 960px;
}

body.node-type-profile h1, body.page-custom-your-life-landing h1, body.page-custom-topics-landing h1, body.page-custom-your-life-listing h1, body.page-custom-topics-listing h1, body.node-type-site-page h1, body.context-contact h1, body.page-directories-dictionary h1, body.context-tenders h1, body.page-your-gov h1, body.directories-landing h1, body.wcg-documents-landing h1, body.page-yourgov-landing h1, body.page-documents h1, body.page-directories h1, body.node-type-wcg-legislation h1, body.node-type-wcg-annual-publication h1, body.node-type-wcg-general-publication h1, body.page-documents-forms h1, body.page-documents-draft-bills h1, body.page-documents-green-papers h1, body.page-documents-white-papers h1, body.page-documents-acts h1, body.page-documents-bills h1, body.page-documents-regulations h1, body.page-documents-by-laws h1, body.page-documents-constitutions h1, body.page-documents-notices h1, body.page-your-gov-documents h1, body.page-your-gov-documents-forms h1, body.page-your-gov-documents-policies h1, body.page-your-gov-documents-draft-bills h1, body.page-your-gov-documents-green-papers h1, body.page-your-gov-documents-white-papers h1, body.page-your-gov-documents-annual-reports h1, body.page-your-gov-documents-guides h1, body.page-your-gov-documents-reports-research h1, body.page-your-gov-documents-public-info h1, body.page-your-gov-publications h1, body.page-your-gov-documents-plans h1, body.page-your-gov-documents-budgets h1, body.page-your-gov-documents-acts h1, body.page-your-gov-documents-bills h1, body.page-your-gov-documents-regulations h1, body.page-your-gov-documents-constitutions h1, body.page-your-gov-documents-notices h1, body.page-your-gov-documents-by-laws h1, body.page-your-gov-services h1, body.page-your-gov-public-entities h1, body.page-your-gov-projects h1, body.page-your-gov-facilities h1, body.page-your-gov-events h1, body.page-your-gov-documents-mags h1, body.page-documents-newsletters-mags h1, body.node-type-wcg-newsletter-magazine-issue h1, body.node-type-wcg-service h1, body.node-type-wcg-project h1, body.node-type-wcg-facility h1, body.node-type-wcg-public-entity h1, body.node-type-wcg-event h1 {
    background-color: #4C64A4;
    color: white;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 11px;
    padding-right: 11px;
    margin: 0;
}

body.node-type-profile .header-description, body.page-custom-your-life-landing .header-description, body.page-custom-topics-landing .header-description, body.page-custom-your-life-listing .header-description, body.page-custom-topics-listing .header-description, body.node-type-site-page .header-description, body.context-contact .header-description, body.page-directories-dictionary .header-description, body.context-tenders .header-description, body.page-your-gov .header-description, body.directories-landing .header-description, body.wcg-documents-landing .header-description, body.page-yourgov-landing .header-description, body.page-documents .header-description, body.page-directories .header-description, body.node-type-wcg-legislation .header-description, body.node-type-wcg-annual-publication .header-description, body.node-type-wcg-general-publication .header-description, body.page-documents-forms .header-description, body.page-documents-draft-bills .header-description, body.page-documents-green-papers .header-description, body.page-documents-white-papers .header-description, body.page-documents-acts .header-description, body.page-documents-bills .header-description, body.page-documents-regulations .header-description, body.page-documents-by-laws .header-description, body.page-documents-constitutions .header-description, body.page-documents-notices .header-description, body.page-your-gov-documents .header-description, body.page-your-gov-documents-forms .header-description, body.page-your-gov-documents-policies .header-description, body.page-your-gov-documents-draft-bills .header-description, body.page-your-gov-documents-green-papers .header-description, body.page-your-gov-documents-white-papers .header-description, body.page-your-gov-documents-annual-reports .header-description, body.page-your-gov-documents-guides .header-description, body.page-your-gov-documents-reports-research .header-description, body.page-your-gov-documents-public-info .header-description, body.page-your-gov-publications .header-description, body.page-your-gov-documents-plans .header-description, body.page-your-gov-documents-budgets .header-description, body.page-your-gov-documents-acts .header-description, body.page-your-gov-documents-bills .header-description, body.page-your-gov-documents-regulations .header-description, body.page-your-gov-documents-constitutions .header-description, body.page-your-gov-documents-notices .header-description, body.page-your-gov-documents-by-laws .header-description, body.page-your-gov-services .header-description, body.page-your-gov-public-entities .header-description, body.page-your-gov-projects .header-description, body.page-your-gov-facilities .header-description, body.page-your-gov-events .header-description, body.page-your-gov-documents-mags .header-description, body.page-documents-newsletters-mags .header-description, body.node-type-wcg-newsletter-magazine-issue .header-description, body.node-type-wcg-service .header-description, body.node-type-wcg-project .header-description, body.node-type-wcg-facility .header-description, body.node-type-wcg-public-entity .header-description, body.node-type-wcg-event .header-description {
    border-bottom: 1px solid #000000;
    padding: 10px 11px 10px 11px;
}

body.node-type-profile .line_black, body.page-custom-your-life-landing .line_black, body.page-custom-topics-landing .line_black, body.page-custom-your-life-listing .line_black, body.page-custom-topics-listing .line_black, body.node-type-site-page .line_black, body.context-contact .line_black, body.page-directories-dictionary .line_black, body.context-tenders .line_black, body.page-your-gov .line_black, body.directories-landing .line_black, body.wcg-documents-landing .line_black, body.page-yourgov-landing .line_black, body.page-documents .line_black, body.page-directories .line_black, body.node-type-wcg-legislation .line_black, body.node-type-wcg-annual-publication .line_black, body.node-type-wcg-general-publication .line_black, body.page-documents-forms .line_black, body.page-documents-draft-bills .line_black, body.page-documents-green-papers .line_black, body.page-documents-white-papers .line_black, body.page-documents-acts .line_black, body.page-documents-bills .line_black, body.page-documents-regulations .line_black, body.page-documents-by-laws .line_black, body.page-documents-constitutions .line_black, body.page-documents-notices .line_black, body.page-your-gov-documents .line_black, body.page-your-gov-documents-forms .line_black, body.page-your-gov-documents-policies .line_black, body.page-your-gov-documents-draft-bills .line_black, body.page-your-gov-documents-green-papers .line_black, body.page-your-gov-documents-white-papers .line_black, body.page-your-gov-documents-annual-reports .line_black, body.page-your-gov-documents-guides .line_black, body.page-your-gov-documents-reports-research .line_black, body.page-your-gov-documents-public-info .line_black, body.page-your-gov-publications .line_black, body.page-your-gov-documents-plans .line_black, body.page-your-gov-documents-budgets .line_black, body.page-your-gov-documents-acts .line_black, body.page-your-gov-documents-bills .line_black, body.page-your-gov-documents-regulations .line_black, body.page-your-gov-documents-constitutions .line_black, body.page-your-gov-documents-notices .line_black, body.page-your-gov-documents-by-laws .line_black, body.page-your-gov-services .line_black, body.page-your-gov-public-entities .line_black, body.page-your-gov-projects .line_black, body.page-your-gov-facilities .line_black, body.page-your-gov-events .line_black, body.page-your-gov-documents-mags .line_black, body.page-documents-newsletters-mags .line_black, body.node-type-wcg-newsletter-magazine-issue .line_black, body.node-type-wcg-service .line_black, body.node-type-wcg-project .line_black, body.node-type-wcg-facility .line_black, body.node-type-wcg-public-entity .line_black, body.node-type-wcg-event .line_black {
    clear: both;
    height: 1px;
    border-top: 1px solid #000000;
}

body.node-type-profile .the-field-block, body.page-custom-your-life-landing .the-field-block, body.page-custom-topics-landing .the-field-block, body.page-custom-your-life-listing .the-field-block, body.page-custom-topics-listing .the-field-block, body.node-type-site-page .the-field-block, body.context-contact .the-field-block, body.page-directories-dictionary .the-field-block, body.context-tenders .the-field-block, body.page-your-gov .the-field-block, body.directories-landing .the-field-block, body.wcg-documents-landing .the-field-block, body.page-yourgov-landing .the-field-block, body.page-documents .the-field-block, body.page-directories .the-field-block, body.node-type-wcg-legislation .the-field-block, body.node-type-wcg-annual-publication .the-field-block, body.node-type-wcg-general-publication .the-field-block, body.page-documents-forms .the-field-block, body.page-documents-draft-bills .the-field-block, body.page-documents-green-papers .the-field-block, body.page-documents-white-papers .the-field-block, body.page-documents-acts .the-field-block, body.page-documents-bills .the-field-block, body.page-documents-regulations .the-field-block, body.page-documents-by-laws .the-field-block, body.page-documents-constitutions .the-field-block, body.page-documents-notices .the-field-block, body.page-your-gov-documents .the-field-block, body.page-your-gov-documents-forms .the-field-block, body.page-your-gov-documents-policies .the-field-block, body.page-your-gov-documents-draft-bills .the-field-block, body.page-your-gov-documents-green-papers .the-field-block, body.page-your-gov-documents-white-papers .the-field-block, body.page-your-gov-documents-annual-reports .the-field-block, body.page-your-gov-documents-guides .the-field-block, body.page-your-gov-documents-reports-research .the-field-block, body.page-your-gov-documents-public-info .the-field-block, body.page-your-gov-publications .the-field-block, body.page-your-gov-documents-plans .the-field-block, body.page-your-gov-documents-budgets .the-field-block, body.page-your-gov-documents-acts .the-field-block, body.page-your-gov-documents-bills .the-field-block, body.page-your-gov-documents-regulations .the-field-block, body.page-your-gov-documents-constitutions .the-field-block, body.page-your-gov-documents-notices .the-field-block, body.page-your-gov-documents-by-laws .the-field-block, body.page-your-gov-services .the-field-block, body.page-your-gov-public-entities .the-field-block, body.page-your-gov-projects .the-field-block, body.page-your-gov-facilities .the-field-block, body.page-your-gov-events .the-field-block, body.page-your-gov-documents-mags .the-field-block, body.page-documents-newsletters-mags .the-field-block, body.node-type-wcg-newsletter-magazine-issue .the-field-block, body.node-type-wcg-service .the-field-block, body.node-type-wcg-project .the-field-block, body.node-type-wcg-facility .the-field-block, body.node-type-wcg-public-entity .the-field-block, body.node-type-wcg-event .the-field-block {
    background-color: #D3D8E8;
    border-top: 1px solid #000000;
    padding: 10px 12px 10px;
}

    body.node-type-profile .the-field-block .heading-related, body.page-custom-your-life-landing .the-field-block .heading-related, body.page-custom-topics-landing .the-field-block .heading-related, body.page-custom-your-life-listing .the-field-block .heading-related, body.page-custom-topics-listing .the-field-block .heading-related, body.node-type-site-page .the-field-block .heading-related, body.context-contact .the-field-block .heading-related, body.page-directories-dictionary .the-field-block .heading-related, body.context-tenders .the-field-block .heading-related, body.page-your-gov .the-field-block .heading-related, body.directories-landing .the-field-block .heading-related, body.wcg-documents-landing .the-field-block .heading-related, body.page-yourgov-landing .the-field-block .heading-related, body.page-documents .the-field-block .heading-related, body.page-directories .the-field-block .heading-related, body.node-type-wcg-legislation .the-field-block .heading-related, body.node-type-wcg-annual-publication .the-field-block .heading-related, body.node-type-wcg-general-publication .the-field-block .heading-related, body.page-documents-forms .the-field-block .heading-related, body.page-documents-draft-bills .the-field-block .heading-related, body.page-documents-green-papers .the-field-block .heading-related, body.page-documents-white-papers .the-field-block .heading-related, body.page-documents-acts .the-field-block .heading-related, body.page-documents-bills .the-field-block .heading-related, body.page-documents-regulations .the-field-block .heading-related, body.page-documents-by-laws .the-field-block .heading-related, body.page-documents-constitutions .the-field-block .heading-related, body.page-documents-notices .the-field-block .heading-related, body.page-your-gov-documents .the-field-block .heading-related, body.page-your-gov-documents-forms .the-field-block .heading-related, body.page-your-gov-documents-policies .the-field-block .heading-related, body.page-your-gov-documents-draft-bills .the-field-block .heading-related, body.page-your-gov-documents-green-papers .the-field-block .heading-related, body.page-your-gov-documents-white-papers .the-field-block .heading-related, body.page-your-gov-documents-annual-reports .the-field-block .heading-related, body.page-your-gov-documents-guides .the-field-block .heading-related, body.page-your-gov-documents-reports-research .the-field-block .heading-related, body.page-your-gov-documents-public-info .the-field-block .heading-related, body.page-your-gov-publications .the-field-block .heading-related, body.page-your-gov-documents-plans .the-field-block .heading-related, body.page-your-gov-documents-budgets .the-field-block .heading-related, body.page-your-gov-documents-acts .the-field-block .heading-related, body.page-your-gov-documents-bills .the-field-block .heading-related, body.page-your-gov-documents-regulations .the-field-block .heading-related, body.page-your-gov-documents-constitutions .the-field-block .heading-related, body.page-your-gov-documents-notices .the-field-block .heading-related, body.page-your-gov-documents-by-laws .the-field-block .heading-related, body.page-your-gov-services .the-field-block .heading-related, body.page-your-gov-public-entities .the-field-block .heading-related, body.page-your-gov-projects .the-field-block .heading-related, body.page-your-gov-facilities .the-field-block .heading-related, body.page-your-gov-events .the-field-block .heading-related, body.page-your-gov-documents-mags .the-field-block .heading-related, body.page-documents-newsletters-mags .the-field-block .heading-related, body.node-type-wcg-newsletter-magazine-issue .the-field-block .heading-related, body.node-type-wcg-service .the-field-block .heading-related, body.node-type-wcg-project .the-field-block .heading-related, body.node-type-wcg-facility .the-field-block .heading-related, body.node-type-wcg-public-entity .the-field-block .heading-related, body.node-type-wcg-event .the-field-block .heading-related {
        margin-top: 11px;
        font-size: 1.1em;
    }

    body.node-type-profile .the-field-block .wcg-file-info, body.page-custom-your-life-landing .the-field-block .wcg-file-info, body.page-custom-topics-landing .the-field-block .wcg-file-info, body.page-custom-your-life-listing .the-field-block .wcg-file-info, body.page-custom-topics-listing .the-field-block .wcg-file-info, body.node-type-site-page .the-field-block .wcg-file-info, body.context-contact .the-field-block .wcg-file-info, body.page-directories-dictionary .the-field-block .wcg-file-info, body.context-tenders .the-field-block .wcg-file-info, body.page-your-gov .the-field-block .wcg-file-info, body.directories-landing .the-field-block .wcg-file-info, body.wcg-documents-landing .the-field-block .wcg-file-info, body.page-yourgov-landing .the-field-block .wcg-file-info, body.page-documents .the-field-block .wcg-file-info, body.page-directories .the-field-block .wcg-file-info, body.node-type-wcg-legislation .the-field-block .wcg-file-info, body.node-type-wcg-annual-publication .the-field-block .wcg-file-info, body.node-type-wcg-general-publication .the-field-block .wcg-file-info, body.page-documents-forms .the-field-block .wcg-file-info, body.page-documents-draft-bills .the-field-block .wcg-file-info, body.page-documents-green-papers .the-field-block .wcg-file-info, body.page-documents-white-papers .the-field-block .wcg-file-info, body.page-documents-acts .the-field-block .wcg-file-info, body.page-documents-bills .the-field-block .wcg-file-info, body.page-documents-regulations .the-field-block .wcg-file-info, body.page-documents-by-laws .the-field-block .wcg-file-info, body.page-documents-constitutions .the-field-block .wcg-file-info, body.page-documents-notices .the-field-block .wcg-file-info, body.page-your-gov-documents .the-field-block .wcg-file-info, body.page-your-gov-documents-forms .the-field-block .wcg-file-info, body.page-your-gov-documents-policies .the-field-block .wcg-file-info, body.page-your-gov-documents-draft-bills .the-field-block .wcg-file-info, body.page-your-gov-documents-green-papers .the-field-block .wcg-file-info, body.page-your-gov-documents-white-papers .the-field-block .wcg-file-info, body.page-your-gov-documents-annual-reports .the-field-block .wcg-file-info, body.page-your-gov-documents-guides .the-field-block .wcg-file-info, body.page-your-gov-documents-reports-research .the-field-block .wcg-file-info, body.page-your-gov-documents-public-info .the-field-block .wcg-file-info, body.page-your-gov-publications .the-field-block .wcg-file-info, body.page-your-gov-documents-plans .the-field-block .wcg-file-info, body.page-your-gov-documents-budgets .the-field-block .wcg-file-info, body.page-your-gov-documents-acts .the-field-block .wcg-file-info, body.page-your-gov-documents-bills .the-field-block .wcg-file-info, body.page-your-gov-documents-regulations .the-field-block .wcg-file-info, body.page-your-gov-documents-constitutions .the-field-block .wcg-file-info, body.page-your-gov-documents-notices .the-field-block .wcg-file-info, body.page-your-gov-documents-by-laws .the-field-block .wcg-file-info, body.page-your-gov-services .the-field-block .wcg-file-info, body.page-your-gov-public-entities .the-field-block .wcg-file-info, body.page-your-gov-projects .the-field-block .wcg-file-info, body.page-your-gov-facilities .the-field-block .wcg-file-info, body.page-your-gov-events .the-field-block .wcg-file-info, body.page-your-gov-documents-mags .the-field-block .wcg-file-info, body.page-documents-newsletters-mags .the-field-block .wcg-file-info, body.node-type-wcg-newsletter-magazine-issue .the-field-block .wcg-file-info, body.node-type-wcg-service .the-field-block .wcg-file-info, body.node-type-wcg-project .the-field-block .wcg-file-info, body.node-type-wcg-facility .the-field-block .wcg-file-info, body.node-type-wcg-public-entity .the-field-block .wcg-file-info, body.node-type-wcg-event .the-field-block .wcg-file-info {
        font-size: 0.75em;
    }

body.node-type-profile .more_arrow, body.page-custom-your-life-landing .more_arrow, body.page-custom-topics-landing .more_arrow, body.page-custom-your-life-listing .more_arrow, body.page-custom-topics-listing .more_arrow, body.node-type-site-page .more_arrow, body.context-contact .more_arrow, body.page-directories-dictionary .more_arrow, body.context-tenders .more_arrow, body.page-your-gov .more_arrow, body.directories-landing .more_arrow, body.wcg-documents-landing .more_arrow, body.page-yourgov-landing .more_arrow, body.page-documents .more_arrow, body.page-directories .more_arrow, body.node-type-wcg-legislation .more_arrow, body.node-type-wcg-annual-publication .more_arrow, body.node-type-wcg-general-publication .more_arrow, body.page-documents-forms .more_arrow, body.page-documents-draft-bills .more_arrow, body.page-documents-green-papers .more_arrow, body.page-documents-white-papers .more_arrow, body.page-documents-acts .more_arrow, body.page-documents-bills .more_arrow, body.page-documents-regulations .more_arrow, body.page-documents-by-laws .more_arrow, body.page-documents-constitutions .more_arrow, body.page-documents-notices .more_arrow, body.page-your-gov-documents .more_arrow, body.page-your-gov-documents-forms .more_arrow, body.page-your-gov-documents-policies .more_arrow, body.page-your-gov-documents-draft-bills .more_arrow, body.page-your-gov-documents-green-papers .more_arrow, body.page-your-gov-documents-white-papers .more_arrow, body.page-your-gov-documents-annual-reports .more_arrow, body.page-your-gov-documents-guides .more_arrow, body.page-your-gov-documents-reports-research .more_arrow, body.page-your-gov-documents-public-info .more_arrow, body.page-your-gov-publications .more_arrow, body.page-your-gov-documents-plans .more_arrow, body.page-your-gov-documents-budgets .more_arrow, body.page-your-gov-documents-acts .more_arrow, body.page-your-gov-documents-bills .more_arrow, body.page-your-gov-documents-regulations .more_arrow, body.page-your-gov-documents-constitutions .more_arrow, body.page-your-gov-documents-notices .more_arrow, body.page-your-gov-documents-by-laws .more_arrow, body.page-your-gov-services .more_arrow, body.page-your-gov-public-entities .more_arrow, body.page-your-gov-projects .more_arrow, body.page-your-gov-facilities .more_arrow, body.page-your-gov-events .more_arrow, body.page-your-gov-documents-mags .more_arrow, body.page-documents-newsletters-mags .more_arrow, body.node-type-wcg-newsletter-magazine-issue .more_arrow, body.node-type-wcg-service .more_arrow, body.node-type-wcg-project .more_arrow, body.node-type-wcg-facility .more_arrow, body.node-type-wcg-public-entity .more_arrow, body.node-type-wcg-event .more_arrow {
    font-weight: bold;
}

body.node-type-profile .field-name-field-issue-number, body.page-custom-your-life-landing .field-name-field-issue-number, body.page-custom-topics-landing .field-name-field-issue-number, body.page-custom-your-life-listing .field-name-field-issue-number, body.page-custom-topics-listing .field-name-field-issue-number, body.node-type-site-page .field-name-field-issue-number, body.context-contact .field-name-field-issue-number, body.page-directories-dictionary .field-name-field-issue-number, body.context-tenders .field-name-field-issue-number, body.page-your-gov .field-name-field-issue-number, body.directories-landing .field-name-field-issue-number, body.wcg-documents-landing .field-name-field-issue-number, body.page-yourgov-landing .field-name-field-issue-number, body.page-documents .field-name-field-issue-number, body.page-directories .field-name-field-issue-number, body.node-type-wcg-legislation .field-name-field-issue-number, body.node-type-wcg-annual-publication .field-name-field-issue-number, body.node-type-wcg-general-publication .field-name-field-issue-number, body.page-documents-forms .field-name-field-issue-number, body.page-documents-draft-bills .field-name-field-issue-number, body.page-documents-green-papers .field-name-field-issue-number, body.page-documents-white-papers .field-name-field-issue-number, body.page-documents-acts .field-name-field-issue-number, body.page-documents-bills .field-name-field-issue-number, body.page-documents-regulations .field-name-field-issue-number, body.page-documents-by-laws .field-name-field-issue-number, body.page-documents-constitutions .field-name-field-issue-number, body.page-documents-notices .field-name-field-issue-number, body.page-your-gov-documents .field-name-field-issue-number, body.page-your-gov-documents-forms .field-name-field-issue-number, body.page-your-gov-documents-policies .field-name-field-issue-number, body.page-your-gov-documents-draft-bills .field-name-field-issue-number, body.page-your-gov-documents-green-papers .field-name-field-issue-number, body.page-your-gov-documents-white-papers .field-name-field-issue-number, body.page-your-gov-documents-annual-reports .field-name-field-issue-number, body.page-your-gov-documents-guides .field-name-field-issue-number, body.page-your-gov-documents-reports-research .field-name-field-issue-number, body.page-your-gov-documents-public-info .field-name-field-issue-number, body.page-your-gov-publications .field-name-field-issue-number, body.page-your-gov-documents-plans .field-name-field-issue-number, body.page-your-gov-documents-budgets .field-name-field-issue-number, body.page-your-gov-documents-acts .field-name-field-issue-number, body.page-your-gov-documents-bills .field-name-field-issue-number, body.page-your-gov-documents-regulations .field-name-field-issue-number, body.page-your-gov-documents-constitutions .field-name-field-issue-number, body.page-your-gov-documents-notices .field-name-field-issue-number, body.page-your-gov-documents-by-laws .field-name-field-issue-number, body.page-your-gov-services .field-name-field-issue-number, body.page-your-gov-public-entities .field-name-field-issue-number, body.page-your-gov-projects .field-name-field-issue-number, body.page-your-gov-facilities .field-name-field-issue-number, body.page-your-gov-events .field-name-field-issue-number, body.page-your-gov-documents-mags .field-name-field-issue-number, body.page-documents-newsletters-mags .field-name-field-issue-number, body.node-type-wcg-newsletter-magazine-issue .field-name-field-issue-number, body.node-type-wcg-service .field-name-field-issue-number, body.node-type-wcg-project .field-name-field-issue-number, body.node-type-wcg-facility .field-name-field-issue-number, body.node-type-wcg-public-entity .field-name-field-issue-number, body.node-type-wcg-event .field-name-field-issue-number {
    display: inline;
}

    body.node-type-profile .field-name-field-issue-number div, body.page-custom-your-life-landing .field-name-field-issue-number div, body.page-custom-topics-landing .field-name-field-issue-number div, body.page-custom-your-life-listing .field-name-field-issue-number div, body.page-custom-topics-listing .field-name-field-issue-number div, body.node-type-site-page .field-name-field-issue-number div, body.context-contact .field-name-field-issue-number div, body.page-directories-dictionary .field-name-field-issue-number div, body.context-tenders .field-name-field-issue-number div, body.page-your-gov .field-name-field-issue-number div, body.directories-landing .field-name-field-issue-number div, body.wcg-documents-landing .field-name-field-issue-number div, body.page-yourgov-landing .field-name-field-issue-number div, body.page-documents .field-name-field-issue-number div, body.page-directories .field-name-field-issue-number div, body.node-type-wcg-legislation .field-name-field-issue-number div, body.node-type-wcg-annual-publication .field-name-field-issue-number div, body.node-type-wcg-general-publication .field-name-field-issue-number div, body.page-documents-forms .field-name-field-issue-number div, body.page-documents-draft-bills .field-name-field-issue-number div, body.page-documents-green-papers .field-name-field-issue-number div, body.page-documents-white-papers .field-name-field-issue-number div, body.page-documents-acts .field-name-field-issue-number div, body.page-documents-bills .field-name-field-issue-number div, body.page-documents-regulations .field-name-field-issue-number div, body.page-documents-by-laws .field-name-field-issue-number div, body.page-documents-constitutions .field-name-field-issue-number div, body.page-documents-notices .field-name-field-issue-number div, body.page-your-gov-documents .field-name-field-issue-number div, body.page-your-gov-documents-forms .field-name-field-issue-number div, body.page-your-gov-documents-policies .field-name-field-issue-number div, body.page-your-gov-documents-draft-bills .field-name-field-issue-number div, body.page-your-gov-documents-green-papers .field-name-field-issue-number div, body.page-your-gov-documents-white-papers .field-name-field-issue-number div, body.page-your-gov-documents-annual-reports .field-name-field-issue-number div, body.page-your-gov-documents-guides .field-name-field-issue-number div, body.page-your-gov-documents-reports-research .field-name-field-issue-number div, body.page-your-gov-documents-public-info .field-name-field-issue-number div, body.page-your-gov-publications .field-name-field-issue-number div, body.page-your-gov-documents-plans .field-name-field-issue-number div, body.page-your-gov-documents-budgets .field-name-field-issue-number div, body.page-your-gov-documents-acts .field-name-field-issue-number div, body.page-your-gov-documents-bills .field-name-field-issue-number div, body.page-your-gov-documents-regulations .field-name-field-issue-number div, body.page-your-gov-documents-constitutions .field-name-field-issue-number div, body.page-your-gov-documents-notices .field-name-field-issue-number div, body.page-your-gov-documents-by-laws .field-name-field-issue-number div, body.page-your-gov-services .field-name-field-issue-number div, body.page-your-gov-public-entities .field-name-field-issue-number div, body.page-your-gov-projects .field-name-field-issue-number div, body.page-your-gov-facilities .field-name-field-issue-number div, body.page-your-gov-events .field-name-field-issue-number div, body.page-your-gov-documents-mags .field-name-field-issue-number div, body.page-documents-newsletters-mags .field-name-field-issue-number div, body.node-type-wcg-newsletter-magazine-issue .field-name-field-issue-number div, body.node-type-wcg-service .field-name-field-issue-number div, body.node-type-wcg-project .field-name-field-issue-number div, body.node-type-wcg-facility .field-name-field-issue-number div, body.node-type-wcg-public-entity .field-name-field-issue-number div, body.node-type-wcg-event .field-name-field-issue-number div {
        display: inline;
    }

body.page-documents-draft-bills .attachment-after, body.page-documents-green-papers .attachment-after, body.page-documents-white-papers .attachment-after, body.page-documents-plans .attachment-after, body.page-documents-annual-reports .attachment-after, body.page-documents-budgets .attachment-after, body.page-your-gov-documents-acts .attachment-after, body.page-your-gov-documents-bills .attachment-after, body.page-your-gov-documents-regulations .attachment-after, body.page-your-gov-documents-draft-bills .attachment-after, body.page-your-gov-documents-green-papers .attachment-after, body.page-your-gov-documents-white-papers .attachment-after, body.page-your-gov-documents-plans .attachment-after, body.page-your-gov-documents-annual-reports .attachment-after, body.page-your-gov-documents-budgets .attachment-after {
    background-color: #D3D8E8;
    margin-top: 28px;
    margin-bottom: 14px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

    body.page-documents-draft-bills .attachment-after .view-header, body.page-documents-green-papers .attachment-after .view-header, body.page-documents-white-papers .attachment-after .view-header, body.page-documents-plans .attachment-after .view-header, body.page-documents-annual-reports .attachment-after .view-header, body.page-documents-budgets .attachment-after .view-header, body.page-your-gov-documents-acts .attachment-after .view-header, body.page-your-gov-documents-bills .attachment-after .view-header, body.page-your-gov-documents-regulations .attachment-after .view-header, body.page-your-gov-documents-draft-bills .attachment-after .view-header, body.page-your-gov-documents-green-papers .attachment-after .view-header, body.page-your-gov-documents-white-papers .attachment-after .view-header, body.page-your-gov-documents-plans .attachment-after .view-header, body.page-your-gov-documents-annual-reports .attachment-after .view-header, body.page-your-gov-documents-budgets .attachment-after .view-header {
        font-size: 1.2em;
        font-weight: normal;
        font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
        padding-top: 10px;
        padding-left: 7px;
        padding-bottom: 10px;
    }

body.page-directories-dictionary .the-glossary, .view-wcg-directories .the-glossary, .view-wcg-legislation .the-glossary, .view-wcg-genernal-publications .the-glossary, .view-wcg-annual-publications .the-glossary {
    border-bottom: 1px solid #CECECE;
    padding-left: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.1em;
}

    body.page-directories-dictionary .the-glossary .active a, .view-wcg-directories .the-glossary .active a, .view-wcg-legislation .the-glossary .active a, .view-wcg-genernal-publications .the-glossary .active a, .view-wcg-annual-publications .the-glossary .active a {
        color: #000000;
        font-size: 1.4em;
        font-weight: bold;
    }

    body.page-directories-dictionary .the-glossary .result, .view-wcg-directories .the-glossary .result, .view-wcg-legislation .the-glossary .result, .view-wcg-genernal-publications .the-glossary .result, .view-wcg-annual-publications .the-glossary .result {
        font-weight: bold;
    }

    body.page-directories-dictionary .the-glossary span, .view-wcg-directories .the-glossary span, .view-wcg-legislation .the-glossary span, .view-wcg-genernal-publications .the-glossary span, .view-wcg-annual-publications .the-glossary span {
        padding-right: 11px;
    }

body.node-type-wcg-annual-publication .paging, body.node-type-wcg-general-publication .paging, body.node-type-wcg-legislation .paging, body.page-documents-newsletters-mags .paging, body.node-type-wcg-newsletter-magazine-issue .paging, body.page-your-gov .paging {
    clear: both;
    font-weight: bold;
    border-top: 1px solid #CECECE;
    padding: 11px 11px 11px 11px;
}

body.node-type-wcg-annual-publication .field-name-field-heading, body.node-type-wcg-general-publication .field-name-field-heading, body.node-type-wcg-legislation .field-name-field-heading, body.page-documents-newsletters-mags .field-name-field-heading, body.node-type-wcg-newsletter-magazine-issue .field-name-field-heading, body.page-your-gov .field-name-field-heading {
    border-top: 1px solid #CECECE;
    padding: 11px 11px 11px 11px;
    margin-bottom: 0;
    padding-bottom: 0;
}

body.node-type-wcg-annual-publication .field-name-field-content, body.node-type-wcg-general-publication .field-name-field-content, body.node-type-wcg-legislation .field-name-field-content, body.page-documents-newsletters-mags .field-name-field-content, body.node-type-wcg-newsletter-magazine-issue .field-name-field-content, body.page-your-gov .field-name-field-content {
    border-top: 1px solid #CECECE;
    padding: 11px 11px 11px 11px;
    margin-bottom: 8px;
}

    body.node-type-wcg-annual-publication .field-name-field-content h3, body.node-type-wcg-general-publication .field-name-field-content h3, body.node-type-wcg-legislation .field-name-field-content h3, body.page-documents-newsletters-mags .field-name-field-content h3, body.node-type-wcg-newsletter-magazine-issue .field-name-field-content h3, body.page-your-gov .field-name-field-content h3 {
        padding-bottom: 10px;
    }

body.node-type-wcg-annual-publication .paging-page-links, body.node-type-wcg-general-publication .paging-page-links, body.node-type-wcg-legislation .paging-page-links, body.page-documents-newsletters-mags .paging-page-links, body.node-type-wcg-newsletter-magazine-issue .paging-page-links, body.page-your-gov .paging-page-links {
    padding: 11px 11px 11px 11px;
    padding-top: 0;
}

body.node-type-wcg-annual-publication .wcg-file-info, body.node-type-wcg-general-publication .wcg-file-info {
    font-size: 0.875em;
    color: #666666;
    display: inline;
}

    body.node-type-wcg-annual-publication .wcg-file-info ul, body.node-type-wcg-general-publication .wcg-file-info ul {
        padding: 11px 11px 11px 11px;
    }

body.node-type-wcg-annual-publication .file-links, body.node-type-wcg-general-publication .file-links {
    border-top: 1px solid #CECECE;
    padding: 11px 11px 11px 11px;
}

body.page-documents-budgets .wcg-file-info {
    display: block;
}

body.page-your-gov .column-2 .column-wrap, body.context-dept .column-2 .column-wrap {
    min-height: 300px;
}

body.page-custom-your-life-landing h2, body.page-custom-topics-landing h2, body.page-custom-your-life-listing h2, body.page-custom-topics-listing h2 {
    font-size: 1.2em;
}

body.page-custom-your-life-landing span.wcg_type, body.page-custom-topics-landing span.wcg_type, body.page-custom-your-life-listing span.wcg_type, body.page-custom-topics-listing span.wcg_type {
    font-size: 1.1em;
    color: #666666;
}

body.page-custom-your-life-landing .wcg_table_left, body.page-custom-your-life-landing .wcg_table_right, body.page-custom-topics-landing .wcg_table_left, body.page-custom-topics-landing .wcg_table_right, body.page-custom-your-life-listing .wcg_table_left, body.page-custom-your-life-listing .wcg_table_right, body.page-custom-topics-listing .wcg_table_left, body.page-custom-topics-listing .wcg_table_right {
    width: 50%;
}

    body.page-custom-your-life-landing .wcg_table_left td, body.page-custom-your-life-landing .wcg_table_right td, body.page-custom-topics-landing .wcg_table_left td, body.page-custom-topics-landing .wcg_table_right td, body.page-custom-your-life-listing .wcg_table_left td, body.page-custom-your-life-listing .wcg_table_right td, body.page-custom-topics-listing .wcg_table_left td, body.page-custom-topics-listing .wcg_table_right td {
        padding: 11px;
        border-bottom: 1px solid #CCCCCC;
    }

        body.page-custom-your-life-landing .wcg_table_left td.wcg_image, body.page-custom-your-life-landing .wcg_table_right td.wcg_image, body.page-custom-topics-landing .wcg_table_left td.wcg_image, body.page-custom-topics-landing .wcg_table_right td.wcg_image, body.page-custom-your-life-listing .wcg_table_left td.wcg_image, body.page-custom-your-life-listing .wcg_table_right td.wcg_image, body.page-custom-topics-listing .wcg_table_left td.wcg_image, body.page-custom-topics-listing .wcg_table_right td.wcg_image {
            width: 80px;
            vertical-align: top;
        }

        body.page-custom-your-life-landing .wcg_table_left td.wcg_item_text, body.page-custom-your-life-landing .wcg_table_right td.wcg_item_text, body.page-custom-topics-landing .wcg_table_left td.wcg_item_text, body.page-custom-topics-landing .wcg_table_right td.wcg_item_text, body.page-custom-your-life-listing .wcg_table_left td.wcg_item_text, body.page-custom-your-life-listing .wcg_table_right td.wcg_item_text, body.page-custom-topics-listing .wcg_table_left td.wcg_item_text, body.page-custom-topics-listing .wcg_table_right td.wcg_item_text {
            vertical-align: middle;
        }

            body.page-custom-your-life-landing .wcg_table_left td.wcg_item_text ul, body.page-custom-your-life-landing .wcg_table_right td.wcg_item_text ul, body.page-custom-topics-landing .wcg_table_left td.wcg_item_text ul, body.page-custom-topics-landing .wcg_table_right td.wcg_item_text ul, body.page-custom-your-life-listing .wcg_table_left td.wcg_item_text ul, body.page-custom-your-life-listing .wcg_table_right td.wcg_item_text ul, body.page-custom-topics-listing .wcg_table_left td.wcg_item_text ul, body.page-custom-topics-listing .wcg_table_right td.wcg_item_text ul {
                margin-bottom: 0px;
                margin-left: 25px;
            }

                body.page-custom-your-life-landing .wcg_table_left td.wcg_item_text ul ul, body.page-custom-your-life-landing .wcg_table_right td.wcg_item_text ul ul, body.page-custom-topics-landing .wcg_table_left td.wcg_item_text ul ul, body.page-custom-topics-landing .wcg_table_right td.wcg_item_text ul ul, body.page-custom-your-life-listing .wcg_table_left td.wcg_item_text ul ul, body.page-custom-your-life-listing .wcg_table_right td.wcg_item_text ul ul, body.page-custom-topics-listing .wcg_table_left td.wcg_item_text ul ul, body.page-custom-topics-listing .wcg_table_right td.wcg_item_text ul ul {
                    padding-top: 5px;
                    list-style: circle;
                }

            body.page-custom-your-life-landing .wcg_table_left td.wcg_item_text > ul > li, body.page-custom-your-life-landing .wcg_table_right td.wcg_item_text > ul > li, body.page-custom-topics-landing .wcg_table_left td.wcg_item_text > ul > li, body.page-custom-topics-landing .wcg_table_right td.wcg_item_text > ul > li, body.page-custom-your-life-listing .wcg_table_left td.wcg_item_text > ul > li, body.page-custom-your-life-listing .wcg_table_right td.wcg_item_text > ul > li, body.page-custom-topics-listing .wcg_table_left td.wcg_item_text > ul > li, body.page-custom-topics-listing .wcg_table_right td.wcg_item_text > ul > li {
                font-size: 1.1em;
            }

body.page-custom-your-life-landing .wcg_table_left, body.page-custom-topics-landing .wcg_table_left, body.page-custom-your-life-listing .wcg_table_left, body.page-custom-topics-listing .wcg_table_left {
    float: left;
}

    body.page-custom-your-life-landing .wcg_table_left td.wcg_item_text, body.page-custom-topics-landing .wcg_table_left td.wcg_item_text, body.page-custom-your-life-listing .wcg_table_left td.wcg_item_text, body.page-custom-topics-listing .wcg_table_left td.wcg_item_text {
        border-right: 1px solid #CCCCCC;
    }

body.page-custom-your-life-landing .wcg_table_right, body.page-custom-topics-landing .wcg_table_right, body.page-custom-your-life-listing .wcg_table_right, body.page-custom-topics-listing .wcg_table_right {
    float: left;
    position: relative;
    margin-left: -1px;
    margin-right: -1px;
}

    body.page-custom-your-life-landing .wcg_table_right td.wcg_image, body.page-custom-topics-landing .wcg_table_right td.wcg_image, body.page-custom-your-life-listing .wcg_table_right td.wcg_image, body.page-custom-topics-listing .wcg_table_right td.wcg_image {
        border-left: 1px solid #CCCCCC;
    }

body.page-custom-your-life-landing .views-field-nothing h2, body.page-custom-topics-landing .views-field-nothing h2, body.page-custom-your-life-listing .views-field-nothing h2, body.page-custom-topics-listing .views-field-nothing h2 {
    display: inline;
}

body.page-custom-your-life-landing #your-life-panel div.column-1, body.page-custom-your-life-landing #topics-panel div.column-1, body.page-custom-topics-landing #your-life-panel div.column-1, body.page-custom-topics-landing #topics-panel div.column-1, body.page-custom-your-life-listing #your-life-panel div.column-1, body.page-custom-your-life-listing #topics-panel div.column-1, body.page-custom-topics-listing #your-life-panel div.column-1, body.page-custom-topics-listing #topics-panel div.column-1 {
    width: 60px;
}

body.page-custom-your-life-landing .pane-wcg-topics-subcat-pane div.pane-content ul, body.page-custom-topics-landing .pane-wcg-topics-subcat-pane div.pane-content ul, body.page-custom-your-life-listing .pane-wcg-topics-subcat-pane div.pane-content ul, body.page-custom-topics-listing .pane-wcg-topics-subcat-pane div.pane-content ul {
    margin: 0;
    padding: 0;
}

    body.page-custom-your-life-landing .pane-wcg-topics-subcat-pane div.pane-content ul h2.wcg-topics-has-subcat, body.page-custom-topics-landing .pane-wcg-topics-subcat-pane div.pane-content ul h2.wcg-topics-has-subcat, body.page-custom-your-life-listing .pane-wcg-topics-subcat-pane div.pane-content ul h2.wcg-topics-has-subcat, body.page-custom-topics-listing .pane-wcg-topics-subcat-pane div.pane-content ul h2.wcg-topics-has-subcat {
        padding-left: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #CECECE;
    }

    body.page-custom-your-life-landing .pane-wcg-topics-subcat-pane div.pane-content ul li.wcg-topics-has-subcat, body.page-custom-topics-landing .pane-wcg-topics-subcat-pane div.pane-content ul li.wcg-topics-has-subcat, body.page-custom-your-life-listing .pane-wcg-topics-subcat-pane div.pane-content ul li.wcg-topics-has-subcat, body.page-custom-topics-listing .pane-wcg-topics-subcat-pane div.pane-content ul li.wcg-topics-has-subcat {
        padding-left: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    body.page-custom-your-life-landing .pane-wcg-topics-subcat-pane div.pane-content ul li, body.page-custom-topics-landing .pane-wcg-topics-subcat-pane div.pane-content ul li, body.page-custom-your-life-listing .pane-wcg-topics-subcat-pane div.pane-content ul li, body.page-custom-topics-listing .pane-wcg-topics-subcat-pane div.pane-content ul li {
        display: block;
        margin-left: 0;
        list-style-type: none;
        font-weight: bold;
        border-bottom: 1px solid #CECECE;
        padding-bottom: 15px;
        padding-left: 11px;
        padding-top: 15px;
    }

body.page-custom-your-life-landing .pane-wcg-topics-subcat-pane div.pane-content h2, body.page-custom-topics-landing .pane-wcg-topics-subcat-pane div.pane-content h2, body.page-custom-your-life-listing .pane-wcg-topics-subcat-pane div.pane-content h2, body.page-custom-topics-listing .pane-wcg-topics-subcat-pane div.pane-content h2 {
    font-size: 1.2em;
}

body.page-custom-your-life-landing .pane-wcg-topics-subcat-pane div.pane-content li.wcg-topics-has-subcat ul, body.page-custom-topics-landing .pane-wcg-topics-subcat-pane div.pane-content li.wcg-topics-has-subcat ul, body.page-custom-your-life-listing .pane-wcg-topics-subcat-pane div.pane-content li.wcg-topics-has-subcat ul, body.page-custom-topics-listing .pane-wcg-topics-subcat-pane div.pane-content li.wcg-topics-has-subcat ul {
    padding-left: 20px;
}

body.page-custom-your-life-listing h1, body.page-custom-topics-listing h1 {
    padding-left: 110px !important;
}

body.page-custom-your-life-listing p.storyintro, body.page-custom-topics-listing p.storyintro {
    display: block;
    padding-top: 11px;
}

body.page-documents-acts .view .wcg-gc-and-ancestors, body.page-documents-bills .view .wcg-gc-and-ancestors, body.page-documents-regulations .view .wcg-gc-and-ancestors, body.page-documents-white-papers .view .wcg-gc-and-ancestors, body.page-documents-green-papers .view .wcg-gc-and-ancestors, body.page-documents-draft-bills .view .wcg-gc-and-ancestors, body.page-documents-forms .view .wcg-gc-and-ancestors, body.page-documents-public-info .view .wcg-gc-and-ancestors, body.page-documents-guides .view .wcg-gc-and-ancestors, body.page-documents-policies .view .wcg-gc-and-ancestors, body.page-documents-reports-research .view .wcg-gc-and-ancestors, body.page-documents-constitutions .view .wcg-gc-and-ancestors, body.page-documents-by-laws .view .wcg-gc-and-ancestors, body.page-documents-notices .view .wcg-gc-and-ancestors, body.page-your-gov-documents-acts .view .wcg-gc-and-ancestors, body.page-your-gov-documents-bills .view .wcg-gc-and-ancestors, body.page-your-gov-documents-regulations .view .wcg-gc-and-ancestors, body.page-your-gov-documents-white-papers .view .wcg-gc-and-ancestors, body.page-your-gov-documents-green-papers .view .wcg-gc-and-ancestors, body.page-your-gov-documents-draft-bills .view .wcg-gc-and-ancestors, body.page-your-gov-documents-forms .view .wcg-gc-and-ancestors, body.page-your-gov-documents-public-info .view .wcg-gc-and-ancestors, body.page-your-gov-documents-guides .view .wcg-gc-and-ancestors, body.page-your-gov-documents-policies .view .wcg-gc-and-ancestors, body.page-your-gov-documents-reports-research .view .wcg-gc-and-ancestors, body.page-your-gov-documents-constitutions .view .wcg-gc-and-ancestors, body.page-your-gov-documents-by-laws .view .wcg-gc-and-ancestors, body.page-your-gov-documents-notices .view .wcg-gc-and-ancestors {
    font-size: 0.75em;
    color: #666666;
    display: block;
}

body.page-documents-acts .view .wcg-file-info, body.page-documents-bills .view .wcg-file-info, body.page-documents-regulations .view .wcg-file-info, body.page-documents-white-papers .view .wcg-file-info, body.page-documents-green-papers .view .wcg-file-info, body.page-documents-draft-bills .view .wcg-file-info, body.page-documents-forms .view .wcg-file-info, body.page-documents-public-info .view .wcg-file-info, body.page-documents-guides .view .wcg-file-info, body.page-documents-policies .view .wcg-file-info, body.page-documents-reports-research .view .wcg-file-info, body.page-documents-constitutions .view .wcg-file-info, body.page-documents-by-laws .view .wcg-file-info, body.page-documents-notices .view .wcg-file-info, body.page-your-gov-documents-acts .view .wcg-file-info, body.page-your-gov-documents-bills .view .wcg-file-info, body.page-your-gov-documents-regulations .view .wcg-file-info, body.page-your-gov-documents-white-papers .view .wcg-file-info, body.page-your-gov-documents-green-papers .view .wcg-file-info, body.page-your-gov-documents-draft-bills .view .wcg-file-info, body.page-your-gov-documents-forms .view .wcg-file-info, body.page-your-gov-documents-public-info .view .wcg-file-info, body.page-your-gov-documents-guides .view .wcg-file-info, body.page-your-gov-documents-policies .view .wcg-file-info, body.page-your-gov-documents-reports-research .view .wcg-file-info, body.page-your-gov-documents-constitutions .view .wcg-file-info, body.page-your-gov-documents-by-laws .view .wcg-file-info, body.page-your-gov-documents-notices .view .wcg-file-info {
    display: block;
    font-size: 0.75em;
    color: #666666;
    display: block;
}

body.page-documents-acts .view .wcg-date-published, body.page-documents-bills .view .wcg-date-published, body.page-documents-regulations .view .wcg-date-published, body.page-documents-white-papers .view .wcg-date-published, body.page-documents-green-papers .view .wcg-date-published, body.page-documents-draft-bills .view .wcg-date-published, body.page-documents-forms .view .wcg-date-published, body.page-documents-public-info .view .wcg-date-published, body.page-documents-guides .view .wcg-date-published, body.page-documents-policies .view .wcg-date-published, body.page-documents-reports-research .view .wcg-date-published, body.page-documents-constitutions .view .wcg-date-published, body.page-documents-by-laws .view .wcg-date-published, body.page-documents-notices .view .wcg-date-published, body.page-your-gov-documents-acts .view .wcg-date-published, body.page-your-gov-documents-bills .view .wcg-date-published, body.page-your-gov-documents-regulations .view .wcg-date-published, body.page-your-gov-documents-white-papers .view .wcg-date-published, body.page-your-gov-documents-green-papers .view .wcg-date-published, body.page-your-gov-documents-draft-bills .view .wcg-date-published, body.page-your-gov-documents-forms .view .wcg-date-published, body.page-your-gov-documents-public-info .view .wcg-date-published, body.page-your-gov-documents-guides .view .wcg-date-published, body.page-your-gov-documents-policies .view .wcg-date-published, body.page-your-gov-documents-reports-research .view .wcg-date-published, body.page-your-gov-documents-constitutions .view .wcg-date-published, body.page-your-gov-documents-by-laws .view .wcg-date-published, body.page-your-gov-documents-notices .view .wcg-date-published {
    display: block;
    font-size: 0.75em;
    color: #666666;
    display: block;
}

body.page-documents-acts .view .legislation_gc, body.page-documents-bills .view .legislation_gc, body.page-documents-regulations .view .legislation_gc, body.page-documents-white-papers .view .legislation_gc, body.page-documents-green-papers .view .legislation_gc, body.page-documents-draft-bills .view .legislation_gc, body.page-documents-forms .view .legislation_gc, body.page-documents-public-info .view .legislation_gc, body.page-documents-guides .view .legislation_gc, body.page-documents-policies .view .legislation_gc, body.page-documents-reports-research .view .legislation_gc, body.page-documents-constitutions .view .legislation_gc, body.page-documents-by-laws .view .legislation_gc, body.page-documents-notices .view .legislation_gc, body.page-your-gov-documents-acts .view .legislation_gc, body.page-your-gov-documents-bills .view .legislation_gc, body.page-your-gov-documents-regulations .view .legislation_gc, body.page-your-gov-documents-white-papers .view .legislation_gc, body.page-your-gov-documents-green-papers .view .legislation_gc, body.page-your-gov-documents-draft-bills .view .legislation_gc, body.page-your-gov-documents-forms .view .legislation_gc, body.page-your-gov-documents-public-info .view .legislation_gc, body.page-your-gov-documents-guides .view .legislation_gc, body.page-your-gov-documents-policies .view .legislation_gc, body.page-your-gov-documents-reports-research .view .legislation_gc, body.page-your-gov-documents-constitutions .view .legislation_gc, body.page-your-gov-documents-by-laws .view .legislation_gc, body.page-your-gov-documents-notices .view .legislation_gc {
    display: block;
    padding-bottom: 13px;
    color: #666666;
    font-size: 0.75em;
}

body.page-documents-acts .view .wcg-magazine-date, body.page-documents-bills .view .wcg-magazine-date, body.page-documents-regulations .view .wcg-magazine-date, body.page-documents-white-papers .view .wcg-magazine-date, body.page-documents-green-papers .view .wcg-magazine-date, body.page-documents-draft-bills .view .wcg-magazine-date, body.page-documents-forms .view .wcg-magazine-date, body.page-documents-public-info .view .wcg-magazine-date, body.page-documents-guides .view .wcg-magazine-date, body.page-documents-policies .view .wcg-magazine-date, body.page-documents-reports-research .view .wcg-magazine-date, body.page-documents-constitutions .view .wcg-magazine-date, body.page-documents-by-laws .view .wcg-magazine-date, body.page-documents-notices .view .wcg-magazine-date, body.page-your-gov-documents-acts .view .wcg-magazine-date, body.page-your-gov-documents-bills .view .wcg-magazine-date, body.page-your-gov-documents-regulations .view .wcg-magazine-date, body.page-your-gov-documents-white-papers .view .wcg-magazine-date, body.page-your-gov-documents-green-papers .view .wcg-magazine-date, body.page-your-gov-documents-draft-bills .view .wcg-magazine-date, body.page-your-gov-documents-forms .view .wcg-magazine-date, body.page-your-gov-documents-public-info .view .wcg-magazine-date, body.page-your-gov-documents-guides .view .wcg-magazine-date, body.page-your-gov-documents-policies .view .wcg-magazine-date, body.page-your-gov-documents-reports-research .view .wcg-magazine-date, body.page-your-gov-documents-constitutions .view .wcg-magazine-date, body.page-your-gov-documents-by-laws .view .wcg-magazine-date, body.page-your-gov-documents-notices .view .wcg-magazine-date {
    display: block;
    font-size: 0.75em;
    color: #666666;
    display: block;
}

body.page-documents-annual-reports .wcg-gc-ancestors, body.page-documents-budgets .wcg-gc-ancestors, body.page-documents-plans .wcg-gc-ancestors {
    font-size: 0.875em;
    color: #666666;
}

body.page-documents-annual-reports .wcg-file-info, body.page-documents-budgets .wcg-file-info, body.page-documents-plans .wcg-file-info {
    font-size: 0.875em;
    color: #666666;
    white-space: nowrap;
}

body.page-your-gov-documents-mags .wcg-gc-and-ancestors div, body.page-documents-newsletters-mags .wcg-gc-and-ancestors div, body.page-your-gov-documents-public-info .wcg-gc-and-ancestors div, body.page-your-gov-facilities .wcg-gc-and-ancestors div, body.page-your-gov-documents-annual-reports .wcg-gc-and-ancestors div, body.page-your-gov-documents-budgets .wcg-gc-and-ancestors div, body.page-your-gov-documents-guides .wcg-gc-and-ancestors div, body.page-your-gov-documents-plans .wcg-gc-and-ancestors div, body.page-your-gov-services .wcg-gc-and-ancestors div, body.page-your-gov-projects .wcg-gc-and-ancestors div, body.page-your-gov-public-entities .wcg-gc-and-ancestors div, body.page-your-gov-events .wcg-gc-and-ancestors div, body.page-your-gov-documents-policies .wcg-gc-and-ancestors div, body.page-your-gov-documents-reports-research .wcg-gc-and-ancestors div, body.page-your-gov-documents-acts .wcg-gc-and-ancestors div, body.page-your-gov-documents-regulations .wcg-gc-and-ancestors div, body.page-your-gov-documents-white-papers .wcg-gc-and-ancestors div, body.page-your-gov-documents-bills .wcg-gc-and-ancestors div, body.page-your-gov-documents-forms .wcg-gc-and-ancestors div, body.page-your-gov-documents-green-papers .wcg-gc-and-ancestors div, body.node-type-wcg-legislation .wcg-gc-and-ancestors div, body.node-type-wcg-service .wcg-gc-and-ancestors div, body.node-type-wcg-facility .wcg-gc-and-ancestors div, body.node-type-wcg-project .wcg-gc-and-ancestors div, body.node-type-wcg-public-entity .wcg-gc-and-ancestors div, body.node-type-wcg-legislation .wcg-gc-and-ancestors div, body.node-type-wcg-general-publication .wcg-gc-and-ancestors div, body.node-type-wcg-annual-publication .wcg-gc-and-ancestors div, body.node-type-wcg-newsletter-magazine-issue .wcg-gc-and-ancestors div, body.page-your-gov-documents-notices .wcg-gc-and-ancestors div, body.node-type-wcg-event .wcg-gc-and-ancestors div, body.page-topics .wcg-gc-and-ancestors div {
    display: inline;
}

body.page-your-gov-documents-mags .wcg-gc-ancestors, body.page-documents-newsletters-mags .wcg-gc-ancestors, body.page-your-gov-documents-public-info .wcg-gc-ancestors, body.page-your-gov-facilities .wcg-gc-ancestors, body.page-your-gov-documents-annual-reports .wcg-gc-ancestors, body.page-your-gov-documents-budgets .wcg-gc-ancestors, body.page-your-gov-documents-guides .wcg-gc-ancestors, body.page-your-gov-documents-plans .wcg-gc-ancestors, body.page-your-gov-services .wcg-gc-ancestors, body.page-your-gov-projects .wcg-gc-ancestors, body.page-your-gov-public-entities .wcg-gc-ancestors, body.page-your-gov-events .wcg-gc-ancestors, body.page-your-gov-documents-policies .wcg-gc-ancestors, body.page-your-gov-documents-reports-research .wcg-gc-ancestors, body.page-your-gov-documents-acts .wcg-gc-ancestors, body.page-your-gov-documents-regulations .wcg-gc-ancestors, body.page-your-gov-documents-white-papers .wcg-gc-ancestors, body.page-your-gov-documents-bills .wcg-gc-ancestors, body.page-your-gov-documents-forms .wcg-gc-ancestors, body.page-your-gov-documents-green-papers .wcg-gc-ancestors, body.node-type-wcg-legislation .wcg-gc-ancestors, body.node-type-wcg-service .wcg-gc-ancestors, body.node-type-wcg-facility .wcg-gc-ancestors, body.node-type-wcg-project .wcg-gc-ancestors, body.node-type-wcg-public-entity .wcg-gc-ancestors, body.node-type-wcg-legislation .wcg-gc-ancestors, body.node-type-wcg-general-publication .wcg-gc-ancestors, body.node-type-wcg-annual-publication .wcg-gc-ancestors, body.node-type-wcg-newsletter-magazine-issue .wcg-gc-ancestors, body.page-your-gov-documents-notices .wcg-gc-ancestors, body.node-type-wcg-event .wcg-gc-ancestors, body.page-topics .wcg-gc-ancestors {
    font-size: 0.875em;
    color: #666666;
}

body.page-your-gov-documents-mags .wcg-content-type, body.page-documents-newsletters-mags .wcg-content-type, body.page-your-gov-documents-public-info .wcg-content-type, body.page-your-gov-facilities .wcg-content-type, body.page-your-gov-documents-annual-reports .wcg-content-type, body.page-your-gov-documents-budgets .wcg-content-type, body.page-your-gov-documents-guides .wcg-content-type, body.page-your-gov-documents-plans .wcg-content-type, body.page-your-gov-services .wcg-content-type, body.page-your-gov-projects .wcg-content-type, body.page-your-gov-public-entities .wcg-content-type, body.page-your-gov-events .wcg-content-type, body.page-your-gov-documents-policies .wcg-content-type, body.page-your-gov-documents-reports-research .wcg-content-type, body.page-your-gov-documents-acts .wcg-content-type, body.page-your-gov-documents-regulations .wcg-content-type, body.page-your-gov-documents-white-papers .wcg-content-type, body.page-your-gov-documents-bills .wcg-content-type, body.page-your-gov-documents-forms .wcg-content-type, body.page-your-gov-documents-green-papers .wcg-content-type, body.node-type-wcg-legislation .wcg-content-type, body.node-type-wcg-service .wcg-content-type, body.node-type-wcg-facility .wcg-content-type, body.node-type-wcg-project .wcg-content-type, body.node-type-wcg-public-entity .wcg-content-type, body.node-type-wcg-legislation .wcg-content-type, body.node-type-wcg-general-publication .wcg-content-type, body.node-type-wcg-annual-publication .wcg-content-type, body.node-type-wcg-newsletter-magazine-issue .wcg-content-type, body.page-your-gov-documents-notices .wcg-content-type, body.node-type-wcg-event .wcg-content-type, body.page-topics .wcg-content-type {
    font-size: 0.875em;
    color: #666666;
}

body.page-your-gov-documents-mags .wcg-file-info, body.page-documents-newsletters-mags .wcg-file-info, body.page-your-gov-documents-public-info .wcg-file-info, body.page-your-gov-facilities .wcg-file-info, body.page-your-gov-documents-annual-reports .wcg-file-info, body.page-your-gov-documents-budgets .wcg-file-info, body.page-your-gov-documents-guides .wcg-file-info, body.page-your-gov-documents-plans .wcg-file-info, body.page-your-gov-services .wcg-file-info, body.page-your-gov-projects .wcg-file-info, body.page-your-gov-public-entities .wcg-file-info, body.page-your-gov-events .wcg-file-info, body.page-your-gov-documents-policies .wcg-file-info, body.page-your-gov-documents-reports-research .wcg-file-info, body.page-your-gov-documents-acts .wcg-file-info, body.page-your-gov-documents-regulations .wcg-file-info, body.page-your-gov-documents-white-papers .wcg-file-info, body.page-your-gov-documents-bills .wcg-file-info, body.page-your-gov-documents-forms .wcg-file-info, body.page-your-gov-documents-green-papers .wcg-file-info, body.node-type-wcg-legislation .wcg-file-info, body.node-type-wcg-service .wcg-file-info, body.node-type-wcg-facility .wcg-file-info, body.node-type-wcg-project .wcg-file-info, body.node-type-wcg-public-entity .wcg-file-info, body.node-type-wcg-legislation .wcg-file-info, body.node-type-wcg-general-publication .wcg-file-info, body.node-type-wcg-annual-publication .wcg-file-info, body.node-type-wcg-newsletter-magazine-issue .wcg-file-info, body.page-your-gov-documents-notices .wcg-file-info, body.node-type-wcg-event .wcg-file-info, body.page-topics .wcg-file-info {
    font-size: 0.875em;
    color: #666666;
    white-space: nowrap;
}

body.wcg-documents-landing .responsive-grid h2 {
    padding: 11px 11px 11px 11px;
}

body.wcg-documents-landing .responsive-grid ul {
    padding: 11px 11px 11px 11px;
    padding-top: 0;
}

body.wcg-documents-landing .responsive-grid .pane-3 {
    border-top: 1px solid #CECECE;
}

body.wcg-documents-landing .responsive-grid .pane-4 {
    border-top: 1px solid #CECECE;
}

body.page-yourgov-landing .responsive-grid .pane-1 {
    padding: 15px;
}

body.page-yourgov-landing .responsive-grid h2 {
    padding: 11px 11px 11px 11px;
}

body.page-yourgov-landing .responsive-grid ul {
    padding: 11px 11px 11px 11px;
    padding-top: 0;
}

body.page-yourgov-landing .responsive-grid li {
    padding-top: 5px;
}

.context-your-life .pane-wcg-your-life-and-topics-panel-pane-1, .context-your-life .view-id-wcg_your_life_and_topics .view-display-id-panel_pane_1, .context-your-life .pane-wcg-topics-subcat-pane, .context-topics .pane-wcg-your-life-and-topics-panel-pane-1, .context-topics .view-id-wcg_your_life_and_topics .view-display-id-panel_pane_1, .context-topics .pane-wcg-topics-subcat-pane {
    width: 80%;
    padding-left: 0px;
    padding-top: 15px;
    margin-left: 100px;
}

    .context-your-life .pane-wcg-your-life-and-topics-panel-pane-1 .view-content div.views-field.views-field-body .field-content, .context-your-life .view-id-wcg_your_life_and_topics .view-display-id-panel_pane_1 .view-content div.views-field.views-field-body .field-content, .context-your-life .pane-wcg-topics-subcat-pane .view-content div.views-field.views-field-body .field-content, .context-topics .pane-wcg-your-life-and-topics-panel-pane-1 .view-content div.views-field.views-field-body .field-content, .context-topics .view-id-wcg_your_life_and_topics .view-display-id-panel_pane_1 .view-content div.views-field.views-field-body .field-content, .context-topics .pane-wcg-topics-subcat-pane .view-content div.views-field.views-field-body .field-content {
        display: block;
        padding: 8px 0px 8px 0px;
    }

.context-your-life .page-directories-dictionary .view-content, .context-your-life .view-wcg-legislation .view-content, .context-your-life .view-wcg-genernal-publications .view-content, .context-your-life .view-id-wcg_legislation .view-content, .context-your-life . view-id-wcg_dictionary .view-content, .context-topics .page-directories-dictionary .view-content, .context-topics .view-wcg-legislation .view-content, .context-topics .view-wcg-genernal-publications .view-content, .context-topics .view-id-wcg_legislation .view-content, .context-topics . view-id-wcg_dictionary .view-content {
    width: 80%;
    padding-left: 0px;
    padding-top: 15px;
    margin-left: 100px;
}

.view-id-wcg_directories .view-content div.views-field.views-field-body .field-content {
    display: block;
    padding: 8px 0px 8px 0px;
}

body .page-your-gov .view-id-wcg_directories .view-content .field-content {
    display: block;
    padding: 8px 0px 8px 0px;
}

body.page-documents.page-documents-reports-research .view-content, body.page-documents.page-documents-newsletters-mags .view-content, body.page-documents.page-documents-public-info .view-content, body.page-documents.page-documents-forms .view-content, body.page-documents.page-documents-guides .view-content, body.page-documents.page-documents-policies .view-content, body.page-documents.page-documents-constitutions .view-content, body.page-directories-public-entities .view-content, body.page-directories-dictionary .view-content, body.page-directories-services .view-content, body.page-directories-projects .view-content, body.page-documents-notices .view-content {
    width: 80%;
    padding-left: 0px;
    padding-top: 15px;
    margin-left: 100px;
}

body.page-documents.page-documents-notices .pane-content ul, body.page-documents.page-documents-by-laws .pane-content ul {
    width: 80%;
    padding-left: 20px;
    padding-top: 15px;
    margin-left: 100px;
}

body.page-documents.page-documents-newsletters-mags .pane-page-title h1, body.page-documents.page-documents-public-info .pane-page-title h1, body.page-documents.page-documents-reports-research .pane-page-title h1, body.page-documents.page-documents-forms .pane-page-title h1, body.page-documents.page-documents-guides .pane-page-title h1, body.page-documents.page-documents-policies .pane-page-title h1, body.page-documents.page-documents-constitutions .pane-page-title h1, body.page-documents.page-documents-notices .pane-page-title h1, body.page-documents.page-documents-by-laws .pane-page-title h1, .page-directories .pane-page-title h1 {
    padding-left: 110px;
}

body.page-documents.page-documents-newsletters-mags div.header-description, body.page-documents.page-documents-reports-research div.header-description, body.page-documents.page-documents-public-info div.header-description, body.page-documents.page-documents-forms div.header-description, body.page-documents.page-documents-guides div.header-description, body.page-documents.page-documents-policies div.header-description, body.page-directories.page-directories-services div.header-description, body.page-documents.page-documents-constitutions div.header-description, body.page-documents.page-documents-notices div.header-description, body.page-documents.page-documents-by-laws div.header-description, body.context-directories div.header-description {
    padding-left: 110px;
}

body.page-news.section-news-and-speeches #headline {
    padding-left: 225px;
}

body.page-directories-events div.header-description, body.page-directories-facilities div.header-description {
    padding-left: 10px;
}

body.page-directories-events .view-content, body.page-directories-facilities .view-content {
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}

body.page-directories-events .pane-page-title h1, body.page-directories-facilities .pane-page-title h1 {
    padding-left: 10px;
}

body.page-topics .storyheading, body.page-custom-your-life-landing .storyheading, body.page-custom-topics-landing .storyheading, body.page-custom-your-life-listing .storyheading, body.page-custom-topics-listing .storyheading {
    float: left;
    display: block;
    padding: 3px 0px 3px 0px;
    margin-right: 4px;
}

body.page-topics .wcg_type, body.page-custom-your-life-landing span.wcg_type, body.page-custom-topics-landing span.wcg_type, body.page-custom-your-life-listing span.wcg_type, body.page-custom-topics-listing span.wcg_type {
    float: left;
    display: block;
    padding: 3px 0px 3px 0px;
}

body.page-topics.context-your-life .pane-wcg-your-life-and-topics-panel-pane-1 .view-content div.views-field.views-field-body .field-content, .context-your-life .view-id-wcg_your_life_and_topics .view-display-id-panel_pane_1 .view-content div.views-field.views-field-body .field-content, .context-your-life .pane-wcg-topics-subcat-pane .view-content div.views-field.views-field-body .field-content, .context-topics .pane-wcg-your-life-and-topics-panel-pane-1 .view-content div.views-field.views-field-body .field-content, .context-topics .view-id-wcg_your_life_and_topics .view-display-id-panel_pane_1 .view-content div.views-field.views-field-body .field-content, .context-topics .pane-wcg-topics-subcat-pane .view-content div.views-field.views-field-body .field-content, .context-your-life .pane-wcg-your-life-and-topics-panel-pane-1 .view-content div.views-field.views-field-body .field-content, .context-your-life .view-id-wcg_your_life_and_topics .view-display-id-panel_pane_1 .view-content div.views-field.views-field-body .field-content, .context-your-life .pane-wcg-topics-subcat-pane .view-content div.views-field.views-field-body .field-content, .context-topics .pane-wcg-your-life-and-topics-panel-pane-1 .view-content div.views-field.views-field-body .field-content, .context-topics .view-id-wcg_your_life_and_topics .view-display-id-panel_pane_1 .view-content div.views-field.views-field-body .field-content, .context-topics .pane-wcg-topics-subcat-pane .view-content div.views-field.views-field-body .field-content {
    clear: left;
    padding-top: 5px;
}

.view-wcg-your-life-and-topics .wcg-file-info {
    font-size: 0.875em;
    color: #666666;
    white-space: nowrap;
    display: block;
    clear: left;
}

.view-wcg-your-life-and-topics .wcg-gc-and-ancestors, .view-wcg-your-life-and-topics .wcg-date-published, .view-wcg-your-life-and-topics .wcg-event-date-location {
    font-size: 0.75em;
    color: #666666;
    display: block;
    clear: left;
}

.field-collection-container {
    border: 0;
    margin: 0;
}

body.directories-landing h1 {
    padding-left: 170px;
}

body.directories-landing h2 {
    padding-bottom: 10px;
}

body.directories-landing .pane-2 {
    border-bottom: 1px solid #000000;
}

body.directories-landing .column-2 {
    border-left: 1px solid #000000;
}

    body.directories-landing .column-2 .panel-pane {
        padding-top: 10px;
        padding-left: 10px;
    }

body.directories-landing #directories-landing-menu ul {
    margin-left: 5px;
    padding-top: 10px;
}

    body.directories-landing #directories-landing-menu ul li {
        margin-bottom: 4px;
        list-style-type: none;
    }

body.directories-landing .pane-wcg-directories-landing-panel-pane-1, body.directories-landing .pane-wcg-directories-landing-panel-pane-2, body.directories-landing .pane-wcg-directories-landing-panel-pane-3, body.directories-landing .pane-wcg-directories-landing-panel-pane-4, body.directories-landing .pane-wcg-directories-landing-panel-pane-5 {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 20px;
}

body.directories-landing .pane-wcg-directories-landing-panel-pane-5 {
    border-bottom: none;
}

body.directories-landing .back-to-top {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 10px;
}

    body.directories-landing .back-to-top a {
        background-repeat: no-repeat;
        background-image: url(/sites/all/themes/wcg_simple/img/triangle.gif);
        padding-left: 17px;
        background-position: left center;
    }

body.node-type-job-ad #main, body.node-type-profile #main, body.page-your-gov-contact-us #main, body.node-type-wcg-service #region-content #main, body.node-type-wcg-project #region-content #main, body.node-type-wcg-facility #region-content #main, body.node-type-wcg-public-entity #region-content #main, body.node-type-wcg-event #region-content #main, body.page-your-gov-services #main, body.page-your-gov-projects #main, body.page-your-gov-facilities #main, body.page-your-gov-public-entities #main, body.page-your-gov-events #main, body.page-your-gov-services #main, body.page-your-gov-projects #main, body.page-your-gov-facilities #main, body.page-your-gov-public-entities #main, body.page-your-gov-events #main {
    width: 100%;
    padding: 0;
}

body.node-type-job-ad h1, body.node-type-profile h1, body.page-your-gov-contact-us h1, body.node-type-wcg-service #region-content h1, body.node-type-wcg-project #region-content h1, body.node-type-wcg-facility #region-content h1, body.node-type-wcg-public-entity #region-content h1, body.node-type-wcg-event #region-content h1, body.page-your-gov-services h1, body.page-your-gov-projects h1, body.page-your-gov-facilities h1, body.page-your-gov-public-entities h1, body.page-your-gov-events h1, body.page-your-gov-services h1, body.page-your-gov-projects h1, body.page-your-gov-facilities h1, body.page-your-gov-public-entities h1, body.page-your-gov-events h1 {
    background-color: #4C64A4;
    color: white;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 11px;
    padding-right: 11px;
    margin: 0;
    padding-left: 175px;
}

body.node-type-job-ad h3.page-title, body.node-type-profile h3.page-title, body.page-your-gov-contact-us h3.page-title, body.node-type-wcg-service #region-content h3.page-title, body.node-type-wcg-project #region-content h3.page-title, body.node-type-wcg-facility #region-content h3.page-title, body.node-type-wcg-public-entity #region-content h3.page-title, body.node-type-wcg-event #region-content h3.page-title, body.page-your-gov-services h3.page-title, body.page-your-gov-projects h3.page-title, body.page-your-gov-facilities h3.page-title, body.page-your-gov-public-entities h3.page-title, body.page-your-gov-events h3.page-title, body.page-your-gov-services h3.page-title, body.page-your-gov-projects h3.page-title, body.page-your-gov-facilities h3.page-title, body.page-your-gov-public-entities h3.page-title, body.page-your-gov-events h3.page-title {
    padding-left: 71px;
    color: white;
}

#ModuleNameSearch {
    background-image: url('/Content/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 30%; /* Full-width */
    height: 50px;
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#ModuleYearSearch {
    background-image: url('/Content/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 20%; /* Full-width */
    height: 50px;
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

.fullscreen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    cursor: auto;
    z-index: 0;
    padding-top:50px;
}



body.node-type-job-ad #content, body.node-type-profile #content, body.page-your-gov-contact-us #content, body.node-type-wcg-service #region-content #content, body.node-type-wcg-project #region-content #content, body.node-type-wcg-facility #region-content #content, body.node-type-wcg-public-entity #region-content #content, body.node-type-wcg-event #region-content #content, body.page-your-gov-services #content, body.page-your-gov-projects #content, body.page-your-gov-facilities #content, body.page-your-gov-public-entities #content, body.page-your-gov-events #content, body.page-your-gov-services #content, body.page-your-gov-projects #content, body.page-your-gov-facilities #content, body.page-your-gov-public-entities #content, body.page-your-gov-events #content {
    padding: 0;
}

body.node-type-job-ad .content, body.node-type-profile .content, body.page-your-gov-contact-us .content, body.node-type-wcg-service #region-content .content, body.node-type-wcg-project #region-content .content, body.node-type-wcg-facility #region-content .content, body.node-type-wcg-public-entity #region-content .content, body.node-type-wcg-event #region-content .content, body.page-your-gov-services .content, body.page-your-gov-projects .content, body.page-your-gov-facilities .content, body.page-your-gov-public-entities .content, body.page-your-gov-events .content, body.page-your-gov-services .content, body.page-your-gov-projects .content, body.page-your-gov-facilities .content, body.page-your-gov-public-entities .content, body.page-your-gov-events .content {
    display: table;
    width: 100%;
}

body.node-type-job-ad table, body.node-type-profile table, body.page-your-gov-contact-us table, body.node-type-wcg-service #region-content table, body.node-type-wcg-project #region-content table, body.node-type-wcg-facility #region-content table, body.node-type-wcg-public-entity #region-content table, body.node-type-wcg-event #region-content table, body.page-your-gov-services table, body.page-your-gov-projects table, body.page-your-gov-facilities table, body.page-your-gov-public-entities table, body.page-your-gov-events table, body.page-your-gov-services table, body.page-your-gov-projects table, body.page-your-gov-facilities table, body.page-your-gov-public-entities table, body.page-your-gov-events table {
    border-collapse: collapse;
}

    body.node-type-job-ad table td.the-field-label, body.node-type-profile table td.the-field-label, body.page-your-gov-contact-us table td.the-field-label, body.node-type-wcg-service #region-content table td.the-field-label, body.node-type-wcg-project #region-content table td.the-field-label, body.node-type-wcg-facility #region-content table td.the-field-label, body.node-type-wcg-public-entity #region-content table td.the-field-label, body.node-type-wcg-event #region-content table td.the-field-label, body.page-your-gov-services table td.the-field-label, body.page-your-gov-projects table td.the-field-label, body.page-your-gov-facilities table td.the-field-label, body.page-your-gov-public-entities table td.the-field-label, body.page-your-gov-events table td.the-field-label, body.page-your-gov-services table td.the-field-label, body.page-your-gov-projects table td.the-field-label, body.page-your-gov-facilities table td.the-field-label, body.page-your-gov-public-entities table td.the-field-label, body.page-your-gov-events table td.the-field-label {
        background-color: #D3D8E8;
        vertical-align: top;
        padding: 12px;
        border-bottom: 1px solid #CECECE;
        border-right: 1px solid #000000;
        width: 140px;
    }

    body.node-type-job-ad table td.the-field-items, body.node-type-profile table td.the-field-items, body.page-your-gov-contact-us table td.the-field-items, body.node-type-wcg-service #region-content table td.the-field-items, body.node-type-wcg-project #region-content table td.the-field-items, body.node-type-wcg-facility #region-content table td.the-field-items, body.node-type-wcg-public-entity #region-content table td.the-field-items, body.node-type-wcg-event #region-content table td.the-field-items, body.page-your-gov-services table td.the-field-items, body.page-your-gov-projects table td.the-field-items, body.page-your-gov-facilities table td.the-field-items, body.page-your-gov-public-entities table td.the-field-items, body.page-your-gov-events table td.the-field-items, body.page-your-gov-services table td.the-field-items, body.page-your-gov-projects table td.the-field-items, body.page-your-gov-facilities table td.the-field-items, body.page-your-gov-public-entities table td.the-field-items, body.page-your-gov-events table td.the-field-items {
        padding: 11px 11px 11px 11px;
        border-bottom: 1px solid #CECECE;
    }

    body.node-type-job-ad table tr.first td, body.node-type-profile table tr.first td, body.page-your-gov-contact-us table tr.first td, body.node-type-wcg-service #region-content table tr.first td, body.node-type-wcg-project #region-content table tr.first td, body.node-type-wcg-facility #region-content table tr.first td, body.node-type-wcg-public-entity #region-content table tr.first td, body.node-type-wcg-event #region-content table tr.first td, body.page-your-gov-services table tr.first td, body.page-your-gov-projects table tr.first td, body.page-your-gov-facilities table tr.first td, body.page-your-gov-public-entities table tr.first td, body.page-your-gov-events table tr.first td, body.page-your-gov-services table tr.first td, body.page-your-gov-projects table tr.first td, body.page-your-gov-facilities table tr.first td, body.page-your-gov-public-entities table tr.first td, body.page-your-gov-events table tr.first td {
        border-top: none;
    }

    body.node-type-job-ad table tr.last td, body.node-type-profile table tr.last td, body.page-your-gov-contact-us table tr.last td, body.node-type-wcg-service #region-content table tr.last td, body.node-type-wcg-project #region-content table tr.last td, body.node-type-wcg-facility #region-content table tr.last td, body.node-type-wcg-public-entity #region-content table tr.last td, body.node-type-wcg-event #region-content table tr.last td, body.page-your-gov-services table tr.last td, body.page-your-gov-projects table tr.last td, body.page-your-gov-facilities table tr.last td, body.page-your-gov-public-entities table tr.last td, body.page-your-gov-events table tr.last td, body.page-your-gov-services table tr.last td, body.page-your-gov-projects table tr.last td, body.page-your-gov-facilities table tr.last td, body.page-your-gov-public-entities table tr.last td, body.page-your-gov-events table tr.last td {
        border-bottom: 1px solid #000000;
    }

    body.node-type-job-ad table.related, body.node-type-profile table.related, body.page-your-gov-contact-us table.related, body.node-type-wcg-service #region-content table.related, body.node-type-wcg-project #region-content table.related, body.node-type-wcg-facility #region-content table.related, body.node-type-wcg-public-entity #region-content table.related, body.node-type-wcg-event #region-content table.related, body.page-your-gov-services table.related, body.page-your-gov-projects table.related, body.page-your-gov-facilities table.related, body.page-your-gov-public-entities table.related, body.page-your-gov-events table.related, body.page-your-gov-services table.related, body.page-your-gov-projects table.related, body.page-your-gov-facilities table.related, body.page-your-gov-public-entities table.related, body.page-your-gov-events table.related {
        margin-top: 28px;
    }

body.node-type-job-ad .heading-provided-by, body.node-type-profile .heading-provided-by, body.page-your-gov-contact-us .heading-provided-by, body.node-type-wcg-service #region-content .heading-provided-by, body.node-type-wcg-project #region-content .heading-provided-by, body.node-type-wcg-facility #region-content .heading-provided-by, body.node-type-wcg-public-entity #region-content .heading-provided-by, body.node-type-wcg-event #region-content .heading-provided-by, body.page-your-gov-services .heading-provided-by, body.page-your-gov-projects .heading-provided-by, body.page-your-gov-facilities .heading-provided-by, body.page-your-gov-public-entities .heading-provided-by, body.page-your-gov-events .heading-provided-by, body.page-your-gov-services .heading-provided-by, body.page-your-gov-projects .heading-provided-by, body.page-your-gov-facilities .heading-provided-by, body.page-your-gov-public-entities .heading-provided-by, body.page-your-gov-events .heading-provided-by {
    margin-top: -1px;
    padding-left: 12px;
    padding-top: 18px;
    padding-bottom: 5px;
    font-weight: normal;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

body.node-type-job-ad .heading-provided-by-1, body.node-type-profile .heading-provided-by-1, body.page-your-gov-contact-us .heading-provided-by-1, body.node-type-wcg-service #region-content .heading-provided-by-1, body.node-type-wcg-project #region-content .heading-provided-by-1, body.node-type-wcg-facility #region-content .heading-provided-by-1, body.node-type-wcg-public-entity #region-content .heading-provided-by-1, body.node-type-wcg-event #region-content .heading-provided-by-1, body.page-your-gov-services .heading-provided-by-1, body.page-your-gov-projects .heading-provided-by-1, body.page-your-gov-facilities .heading-provided-by-1, body.page-your-gov-public-entities .heading-provided-by-1, body.page-your-gov-events .heading-provided-by-1, body.page-your-gov-services .heading-provided-by-1, body.page-your-gov-projects .heading-provided-by-1, body.page-your-gov-facilities .heading-provided-by-1, body.page-your-gov-public-entities .heading-provided-by-1, body.page-your-gov-events .heading-provided-by-1 {
    margin-top: -1px;
    padding-left: 12px;
    padding-top: 18px;
    padding-bottom: 5px;
    font-weight: normal;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-weight: normal;
}

body.node-type-job-ad .language-text, body.node-type-profile .language-text, body.page-your-gov-contact-us .language-text, body.node-type-wcg-service #region-content .language-text, body.node-type-wcg-project #region-content .language-text, body.node-type-wcg-facility #region-content .language-text, body.node-type-wcg-public-entity #region-content .language-text, body.node-type-wcg-event #region-content .language-text, body.page-your-gov-services .language-text, body.page-your-gov-projects .language-text, body.page-your-gov-facilities .language-text, body.page-your-gov-public-entities .language-text, body.page-your-gov-events .language-text, body.page-your-gov-services .language-text, body.page-your-gov-projects .language-text, body.page-your-gov-facilities .language-text, body.page-your-gov-public-entities .language-text, body.page-your-gov-events .language-text {
    font-size: 9px;
    color: #666666;
}

body.node-type-job-ad .the-field-block, body.node-type-profile .the-field-block, body.page-your-gov-contact-us .the-field-block, body.node-type-wcg-service #region-content .the-field-block, body.node-type-wcg-project #region-content .the-field-block, body.node-type-wcg-facility #region-content .the-field-block, body.node-type-wcg-public-entity #region-content .the-field-block, body.node-type-wcg-event #region-content .the-field-block, body.page-your-gov-services .the-field-block, body.page-your-gov-projects .the-field-block, body.page-your-gov-facilities .the-field-block, body.page-your-gov-public-entities .the-field-block, body.page-your-gov-events .the-field-block, body.page-your-gov-services .the-field-block, body.page-your-gov-projects .the-field-block, body.page-your-gov-facilities .the-field-block, body.page-your-gov-public-entities .the-field-block, body.page-your-gov-events .the-field-block {
    margin-top: 28px;
}

.field-collection-container .field-collection-view {
    border: none;
}

.field-collection-container .field {
    display: inline-block;
}

.field-collection-container .field-collection-view {
    margin: 0;
    padding: 0;
}

.field-collection-container .field-items .field-item {
    margin: 0;
    padding: 0;
}

body.page-your-gov-facilities .view-content, body.page-your-gov-events .view-content, body.page-directories-events .view-content, body.page-directories-facilities .view-content {
    padding-left: 0;
    border-bottom: none;
}

body.page-your-gov-facilities .views-table th, body.page-your-gov-events .views-table th, body.page-directories-events .views-table th, body.page-directories-facilities .views-table th {
    background-color: #D3D8E8;
    color: #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #cccccc;
    padding: 4px 8px;
}

body.page-your-gov-facilities .views-table td, body.page-your-gov-events .views-table td, body.page-directories-events .views-table td, body.page-directories-facilities .views-table td {
    padding: 7px;
    padding-left: 10px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #cccccc;
}

body.page-your-gov-facilities .views-table tr.views-row-last td, body.page-your-gov-events .views-table tr.views-row-last td, body.page-directories-events .views-table tr.views-row-last td, body.page-directories-facilities .views-table tr.views-row-last td {
    margin-bottom: 20px;
}

body.page-your-gov-facilities .views-table .views-field-field-event-type, body.page-your-gov-events .views-table .views-field-field-event-type, body.page-directories-events .views-table .views-field-field-event-type, body.page-directories-facilities .views-table .views-field-field-event-type {
    border-right: none;
}

body.node-type-profile .profile_image {
    float: left;
    margin-right: 11px;
}

body.page-directories-facilities .views-field-title, body.page-your-gov-facilities .views-field-title {
    width: 50%;
}

body.page-directories-dictionary .view-wcg-dictionary .glossary_title {
    font-size: 1.2em;
}

body.node-type-wcg-general-publication .field-name-field-heading, body.node-type-wcg-annual-publication .field-name-field-heading, body.node-type-wcg-legislation .field-name-field-heading, body.page-your-gov-documents-forms .field-name-field-heading, body.page-your-gov-documents-policies .field-name-field-heading, body.page-your-gov-documents-public-info .field-name-field-heading, body.page-your-gov-documents-reports-research .field-name-field-heading, body.page-your-gov-documents-guides .field-name-field-heading, body.page-your-gov-documents-budgets .field-name-field-heading, body.page-your-gov-documents-draft-bills .field-name-field-heading, body.page-your-gov-documents-green-papers .field-name-field-heading, body.page-your-gov-documents-white-papers .field-name-field-heading, body.page-your-gov-documents-constitutions .field-name-field-heading, body.page-your-gov-documents-notices .field-name-field-heading, body.page-your-gov-documents-by-laws .field-name-field-heading, body.page-your-gov-documents-annual-reports .field-name-field-heading, body.page-your-gov-documents-plans .field-name-field-heading, body.page-your-gov-documents-mags .field-name-field-heading, body.page-documents-newsletters-mags .field-name-field-heading, body.page-your-gov-documents-acts .field-name-field-heading, body.page-your-gov-documents-bills .field-name-field-heading, body.page-your-gov-documents-regulations .field-name-field-heading, body.node-type-wcg-newsletter-magazine-issue .field-name-field-heading {
    font-size: 1.3em;
    font-weight: normal;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    margin-bottom: 8px;
}

body.node-type-wcg-general-publication .field-name-field-related-media .file-icon, body.node-type-wcg-general-publication .field-name-field-related-content .file-icon, body.node-type-wcg-annual-publication .field-name-field-related-media .file-icon, body.node-type-wcg-annual-publication .field-name-field-related-content .file-icon, body.node-type-wcg-legislation .field-name-field-related-media .file-icon, body.node-type-wcg-legislation .field-name-field-related-content .file-icon, body.page-your-gov-documents-forms .field-name-field-related-media .file-icon, body.page-your-gov-documents-forms .field-name-field-related-content .file-icon, body.page-your-gov-documents-policies .field-name-field-related-media .file-icon, body.page-your-gov-documents-policies .field-name-field-related-content .file-icon, body.page-your-gov-documents-public-info .field-name-field-related-media .file-icon, body.page-your-gov-documents-public-info .field-name-field-related-content .file-icon, body.page-your-gov-documents-reports-research .field-name-field-related-media .file-icon, body.page-your-gov-documents-reports-research .field-name-field-related-content .file-icon, body.page-your-gov-documents-guides .field-name-field-related-media .file-icon, body.page-your-gov-documents-guides .field-name-field-related-content .file-icon, body.page-your-gov-documents-budgets .field-name-field-related-media .file-icon, body.page-your-gov-documents-budgets .field-name-field-related-content .file-icon, body.page-your-gov-documents-draft-bills .field-name-field-related-media .file-icon, body.page-your-gov-documents-draft-bills .field-name-field-related-content .file-icon, body.page-your-gov-documents-green-papers .field-name-field-related-media .file-icon, body.page-your-gov-documents-green-papers .field-name-field-related-content .file-icon, body.page-your-gov-documents-white-papers .field-name-field-related-media .file-icon, body.page-your-gov-documents-white-papers .field-name-field-related-content .file-icon, body.page-your-gov-documents-constitutions .field-name-field-related-media .file-icon, body.page-your-gov-documents-constitutions .field-name-field-related-content .file-icon, body.page-your-gov-documents-notices .field-name-field-related-media .file-icon, body.page-your-gov-documents-notices .field-name-field-related-content .file-icon, body.page-your-gov-documents-by-laws .field-name-field-related-media .file-icon, body.page-your-gov-documents-by-laws .field-name-field-related-content .file-icon, body.page-your-gov-documents-annual-reports .field-name-field-related-media .file-icon, body.page-your-gov-documents-annual-reports .field-name-field-related-content .file-icon, body.page-your-gov-documents-plans .field-name-field-related-media .file-icon, body.page-your-gov-documents-plans .field-name-field-related-content .file-icon, body.page-your-gov-documents-mags .field-name-field-related-media .file-icon, body.page-your-gov-documents-mags .field-name-field-related-content .file-icon, body.page-documents-newsletters-mags .field-name-field-related-media .file-icon, body.page-documents-newsletters-mags .field-name-field-related-content .file-icon, body.page-your-gov-documents-acts .field-name-field-related-media .file-icon, body.page-your-gov-documents-acts .field-name-field-related-content .file-icon, body.page-your-gov-documents-bills .field-name-field-related-media .file-icon, body.page-your-gov-documents-bills .field-name-field-related-content .file-icon, body.page-your-gov-documents-regulations .field-name-field-related-media .file-icon, body.page-your-gov-documents-regulations .field-name-field-related-content .file-icon, body.node-type-wcg-newsletter-magazine-issue .field-name-field-related-media .file-icon, body.node-type-wcg-newsletter-magazine-issue .field-name-field-related-content .file-icon {
    display: none;
}

body.node-type-wcg-general-publication .field-name-field-related-media .field-item, body.node-type-wcg-general-publication .field-name-field-related-content .field-item, body.node-type-wcg-annual-publication .field-name-field-related-media .field-item, body.node-type-wcg-annual-publication .field-name-field-related-content .field-item, body.node-type-wcg-legislation .field-name-field-related-media .field-item, body.node-type-wcg-legislation .field-name-field-related-content .field-item, body.page-your-gov-documents-forms .field-name-field-related-media .field-item, body.page-your-gov-documents-forms .field-name-field-related-content .field-item, body.page-your-gov-documents-policies .field-name-field-related-media .field-item, body.page-your-gov-documents-policies .field-name-field-related-content .field-item, body.page-your-gov-documents-public-info .field-name-field-related-media .field-item, body.page-your-gov-documents-public-info .field-name-field-related-content .field-item, body.page-your-gov-documents-reports-research .field-name-field-related-media .field-item, body.page-your-gov-documents-reports-research .field-name-field-related-content .field-item, body.page-your-gov-documents-guides .field-name-field-related-media .field-item, body.page-your-gov-documents-guides .field-name-field-related-content .field-item, body.page-your-gov-documents-budgets .field-name-field-related-media .field-item, body.page-your-gov-documents-budgets .field-name-field-related-content .field-item, body.page-your-gov-documents-draft-bills .field-name-field-related-media .field-item, body.page-your-gov-documents-draft-bills .field-name-field-related-content .field-item, body.page-your-gov-documents-green-papers .field-name-field-related-media .field-item, body.page-your-gov-documents-green-papers .field-name-field-related-content .field-item, body.page-your-gov-documents-white-papers .field-name-field-related-media .field-item, body.page-your-gov-documents-white-papers .field-name-field-related-content .field-item, body.page-your-gov-documents-constitutions .field-name-field-related-media .field-item, body.page-your-gov-documents-constitutions .field-name-field-related-content .field-item, body.page-your-gov-documents-notices .field-name-field-related-media .field-item, body.page-your-gov-documents-notices .field-name-field-related-content .field-item, body.page-your-gov-documents-by-laws .field-name-field-related-media .field-item, body.page-your-gov-documents-by-laws .field-name-field-related-content .field-item, body.page-your-gov-documents-annual-reports .field-name-field-related-media .field-item, body.page-your-gov-documents-annual-reports .field-name-field-related-content .field-item, body.page-your-gov-documents-plans .field-name-field-related-media .field-item, body.page-your-gov-documents-plans .field-name-field-related-content .field-item, body.page-your-gov-documents-mags .field-name-field-related-media .field-item, body.page-your-gov-documents-mags .field-name-field-related-content .field-item, body.page-documents-newsletters-mags .field-name-field-related-media .field-item, body.page-documents-newsletters-mags .field-name-field-related-content .field-item, body.page-your-gov-documents-acts .field-name-field-related-media .field-item, body.page-your-gov-documents-acts .field-name-field-related-content .field-item, body.page-your-gov-documents-bills .field-name-field-related-media .field-item, body.page-your-gov-documents-bills .field-name-field-related-content .field-item, body.page-your-gov-documents-regulations .field-name-field-related-media .field-item, body.page-your-gov-documents-regulations .field-name-field-related-content .field-item, body.node-type-wcg-newsletter-magazine-issue .field-name-field-related-media .field-item, body.node-type-wcg-newsletter-magazine-issue .field-name-field-related-content .field-item {
    display: list-item;
    list-style-type: disc;
    margin-left: 15px;
}

body.node-type-wcg-general-publication .field-collection-view, body.node-type-wcg-annual-publication .field-collection-view, body.node-type-wcg-legislation .field-collection-view, body.page-your-gov-documents-forms .field-collection-view, body.page-your-gov-documents-policies .field-collection-view, body.page-your-gov-documents-public-info .field-collection-view, body.page-your-gov-documents-reports-research .field-collection-view, body.page-your-gov-documents-guides .field-collection-view, body.page-your-gov-documents-budgets .field-collection-view, body.page-your-gov-documents-draft-bills .field-collection-view, body.page-your-gov-documents-green-papers .field-collection-view, body.page-your-gov-documents-white-papers .field-collection-view, body.page-your-gov-documents-constitutions .field-collection-view, body.page-your-gov-documents-notices .field-collection-view, body.page-your-gov-documents-by-laws .field-collection-view, body.page-your-gov-documents-annual-reports .field-collection-view, body.page-your-gov-documents-plans .field-collection-view, body.page-your-gov-documents-mags .field-collection-view, body.page-documents-newsletters-mags .field-collection-view, body.page-your-gov-documents-acts .field-collection-view, body.page-your-gov-documents-bills .field-collection-view, body.page-your-gov-documents-regulations .field-collection-view, body.node-type-wcg-newsletter-magazine-issue .field-collection-view {
    border-top: 1px solid #CECECE;
    padding-bottom: 5px;
    width: 80%;
    padding-left: 11px;
    margin: 0;
}

    body.node-type-wcg-general-publication .field-collection-view .field-name-field-heading, body.node-type-wcg-annual-publication .field-collection-view .field-name-field-heading, body.node-type-wcg-legislation .field-collection-view .field-name-field-heading, body.page-your-gov-documents-forms .field-collection-view .field-name-field-heading, body.page-your-gov-documents-policies .field-collection-view .field-name-field-heading, body.page-your-gov-documents-public-info .field-collection-view .field-name-field-heading, body.page-your-gov-documents-reports-research .field-collection-view .field-name-field-heading, body.page-your-gov-documents-guides .field-collection-view .field-name-field-heading, body.page-your-gov-documents-budgets .field-collection-view .field-name-field-heading, body.page-your-gov-documents-draft-bills .field-collection-view .field-name-field-heading, body.page-your-gov-documents-green-papers .field-collection-view .field-name-field-heading, body.page-your-gov-documents-white-papers .field-collection-view .field-name-field-heading, body.page-your-gov-documents-constitutions .field-collection-view .field-name-field-heading, body.page-your-gov-documents-notices .field-collection-view .field-name-field-heading, body.page-your-gov-documents-by-laws .field-collection-view .field-name-field-heading, body.page-your-gov-documents-annual-reports .field-collection-view .field-name-field-heading, body.page-your-gov-documents-plans .field-collection-view .field-name-field-heading, body.page-your-gov-documents-mags .field-collection-view .field-name-field-heading, body.page-documents-newsletters-mags .field-collection-view .field-name-field-heading, body.page-your-gov-documents-acts .field-collection-view .field-name-field-heading, body.page-your-gov-documents-bills .field-collection-view .field-name-field-heading, body.page-your-gov-documents-regulations .field-collection-view .field-name-field-heading, body.node-type-wcg-newsletter-magazine-issue .field-collection-view .field-name-field-heading {
        margin-top: 15px;
    }

body.node-type-wcg-general-publication .the-field-container, body.node-type-wcg-annual-publication .the-field-container, body.node-type-wcg-legislation .the-field-container, body.page-your-gov-documents-forms .the-field-container, body.page-your-gov-documents-policies .the-field-container, body.page-your-gov-documents-public-info .the-field-container, body.page-your-gov-documents-reports-research .the-field-container, body.page-your-gov-documents-guides .the-field-container, body.page-your-gov-documents-budgets .the-field-container, body.page-your-gov-documents-draft-bills .the-field-container, body.page-your-gov-documents-green-papers .the-field-container, body.page-your-gov-documents-white-papers .the-field-container, body.page-your-gov-documents-constitutions .the-field-container, body.page-your-gov-documents-notices .the-field-container, body.page-your-gov-documents-by-laws .the-field-container, body.page-your-gov-documents-annual-reports .the-field-container, body.page-your-gov-documents-plans .the-field-container, body.page-your-gov-documents-mags .the-field-container, body.page-documents-newsletters-mags .the-field-container, body.page-your-gov-documents-acts .the-field-container, body.page-your-gov-documents-bills .the-field-container, body.page-your-gov-documents-regulations .the-field-container, body.node-type-wcg-newsletter-magazine-issue .the-field-container {
    padding: 11px 11px 11px 11px;
    width: 80%;
}

body.node-type-wcg-general-publication .field-type-field-collection, body.node-type-wcg-annual-publication .field-type-field-collection, body.node-type-wcg-legislation .field-type-field-collection, body.page-your-gov-documents-forms .field-type-field-collection, body.page-your-gov-documents-policies .field-type-field-collection, body.page-your-gov-documents-public-info .field-type-field-collection, body.page-your-gov-documents-reports-research .field-type-field-collection, body.page-your-gov-documents-guides .field-type-field-collection, body.page-your-gov-documents-budgets .field-type-field-collection, body.page-your-gov-documents-draft-bills .field-type-field-collection, body.page-your-gov-documents-green-papers .field-type-field-collection, body.page-your-gov-documents-white-papers .field-type-field-collection, body.page-your-gov-documents-constitutions .field-type-field-collection, body.page-your-gov-documents-notices .field-type-field-collection, body.page-your-gov-documents-by-laws .field-type-field-collection, body.page-your-gov-documents-annual-reports .field-type-field-collection, body.page-your-gov-documents-plans .field-type-field-collection, body.page-your-gov-documents-mags .field-type-field-collection, body.page-documents-newsletters-mags .field-type-field-collection, body.page-your-gov-documents-acts .field-type-field-collection, body.page-your-gov-documents-bills .field-type-field-collection, body.page-your-gov-documents-regulations .field-type-field-collection, body.node-type-wcg-newsletter-magazine-issue .field-type-field-collection {
    width: 100%;
}

body.page-documents-plans .view-header h1, body.page-documents-annual-reports .view-header h1, body.page-documents-budgets .view-header h1, body.page-your-gov-documents-annual-reports .view-header h1, body.page-your-gov-documents-plans .view-header h1, body.page-your-gov-documents-budgets .view-header h1 {
    background-color: #4C64A4;
    color: white;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 11px;
    padding-right: 11px;
    margin: 0;
}

body.page-documents-plans .view-header p, body.page-documents-annual-reports .view-header p, body.page-documents-budgets .view-header p, body.page-your-gov-documents-annual-reports .view-header p, body.page-your-gov-documents-plans .view-header p, body.page-your-gov-documents-budgets .view-header p {
    padding-left: 7px;
    margin-top: 10px;
}

body.page-documents-plans .view th.views-field-title, body.page-documents-annual-reports .view th.views-field-title, body.page-documents-budgets .view th.views-field-title, body.page-your-gov-documents-annual-reports .view th.views-field-title, body.page-your-gov-documents-plans .view th.views-field-title, body.page-your-gov-documents-budgets .view th.views-field-title {
    width: 40%;
}

body.page-documents-plans .view th.views-field-field-year-range, body.page-documents-annual-reports .view th.views-field-field-year-range, body.page-documents-budgets .view th.views-field-field-year-range, body.page-your-gov-documents-annual-reports .view th.views-field-field-year-range, body.page-your-gov-documents-plans .view th.views-field-field-year-range, body.page-your-gov-documents-budgets .view th.views-field-field-year-range {
    width: 15%;
}

body.page-documents-plans .view th, body.page-documents-annual-reports .view th, body.page-documents-budgets .view th, body.page-your-gov-documents-annual-reports .view th, body.page-your-gov-documents-plans .view th, body.page-your-gov-documents-budgets .view th {
    padding: 7px;
    background-color: #D3D8E8;
    border-bottom: 1px solid #000000;
    color: #000000;
}

body.page-documents-plans .view td, body.page-documents-annual-reports .view td, body.page-documents-budgets .view td, body.page-your-gov-documents-annual-reports .view td, body.page-your-gov-documents-plans .view td, body.page-your-gov-documents-budgets .view td {
    padding: 7px;
    border-bottom: 1px solid #000000;
}

    body.page-documents-plans .view th.views-field-field-year-range, body.page-documents-plans .view td.views-field-field-year-range, body.page-documents-annual-reports .view th.views-field-field-year-range, body.page-documents-annual-reports .view td.views-field-field-year-range, body.page-documents-budgets .view th.views-field-field-year-range, body.page-documents-budgets .view td.views-field-field-year-range, body.page-your-gov-documents-annual-reports .view th.views-field-field-year-range, body.page-your-gov-documents-annual-reports .view td.views-field-field-year-range, body.page-your-gov-documents-plans .view th.views-field-field-year-range, body.page-your-gov-documents-plans .view td.views-field-field-year-range, body.page-your-gov-documents-budgets .view th.views-field-field-year-range, body.page-your-gov-documents-budgets .view td.views-field-field-year-range {
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
    }

body.page-custom-your-life-listing .view-content .views-row, body.page-custom-topics-listing .view-content .views-row, body.page-directories-dictionary .view-content .views-row, body.page-your-gov .view-content .views-row, body.page-directories-services .view-content .views-row, body.page-directories-projects .view-content .views-row, body.page-directories-public-entities .view-content .views-row, body.page-documents-forms .view-content .views-row, body.page-documents-guides .view-content .views-row, body.page-documents-policies .view-content .views-row, body.page-documents-public-info .view-content .views-row, body.page-documents-reports-research .view-content .views-row, body.page-documents-draft-bills .view-content .views-row, body.page-documents-green-papers .view-content .views-row, body.page-documents-white-papers .view-content .views-row, body.page-documents-acts-national .view-content .views-row, body.page-documents-acts-provincial .view-content .views-row, body.page-documents-bills-national .view-content .views-row, body.page-documents-bills-provincial .view-content .views-row, body.page-documents-regulations-national .view-content .views-row, body.page-documents-regulations-provincial .view-content .views-row, body.page-documents-by-laws .view-content .views-row, body.page-documents-constitutions .view-content .views-row, body.page-documents-notices .view-content .views-row, body.page-your-gov-documents .view-content .views-row, body.page-your-gov-services .view-content .views-row, body.page-your-gov-public-entities .view-content .views-row, body.page-your-gov-projects .view-content .views-row, body.page-your-gov-facilities .view-content .views-row, body.page-your-gov-events .view-content .views-row, body.page-your-gov-documents-mags .view-content .views-row, body.page-documents-newsletters-mags .view-content .views-row {
    border-bottom: 1px solid #CECECE;
    padding: 11px 11px 11px 11px;
}

    body.page-custom-your-life-listing .view-content .views-row .views-field-body p, body.page-custom-topics-listing .view-content .views-row .views-field-body p, body.page-directories-dictionary .view-content .views-row .views-field-body p, body.page-your-gov .view-content .views-row .views-field-body p, body.page-directories-services .view-content .views-row .views-field-body p, body.page-directories-projects .view-content .views-row .views-field-body p, body.page-directories-public-entities .view-content .views-row .views-field-body p, body.page-documents-forms .view-content .views-row .views-field-body p, body.page-documents-guides .view-content .views-row .views-field-body p, body.page-documents-policies .view-content .views-row .views-field-body p, body.page-documents-public-info .view-content .views-row .views-field-body p, body.page-documents-reports-research .view-content .views-row .views-field-body p, body.page-documents-draft-bills .view-content .views-row .views-field-body p, body.page-documents-green-papers .view-content .views-row .views-field-body p, body.page-documents-white-papers .view-content .views-row .views-field-body p, body.page-documents-acts-national .view-content .views-row .views-field-body p, body.page-documents-acts-provincial .view-content .views-row .views-field-body p, body.page-documents-bills-national .view-content .views-row .views-field-body p, body.page-documents-bills-provincial .view-content .views-row .views-field-body p, body.page-documents-regulations-national .view-content .views-row .views-field-body p, body.page-documents-regulations-provincial .view-content .views-row .views-field-body p, body.page-documents-by-laws .view-content .views-row .views-field-body p, body.page-documents-constitutions .view-content .views-row .views-field-body p, body.page-documents-notices .view-content .views-row .views-field-body p, body.page-your-gov-documents .view-content .views-row .views-field-body p, body.page-your-gov-services .view-content .views-row .views-field-body p, body.page-your-gov-public-entities .view-content .views-row .views-field-body p, body.page-your-gov-projects .view-content .views-row .views-field-body p, body.page-your-gov-facilities .view-content .views-row .views-field-body p, body.page-your-gov-events .view-content .views-row .views-field-body p, body.page-your-gov-documents-mags .view-content .views-row .views-field-body p, body.page-documents-newsletters-mags .view-content .views-row .views-field-body p {
        display: inline;
    }

    body.page-custom-your-life-listing .view-content .views-row .views-field-title-1, body.page-custom-topics-listing .view-content .views-row .views-field-title-1, body.page-directories-dictionary .view-content .views-row .views-field-title-1, body.page-your-gov .view-content .views-row .views-field-title-1, body.page-directories-services .view-content .views-row .views-field-title-1, body.page-directories-projects .view-content .views-row .views-field-title-1, body.page-directories-public-entities .view-content .views-row .views-field-title-1, body.page-documents-forms .view-content .views-row .views-field-title-1, body.page-documents-guides .view-content .views-row .views-field-title-1, body.page-documents-policies .view-content .views-row .views-field-title-1, body.page-documents-public-info .view-content .views-row .views-field-title-1, body.page-documents-reports-research .view-content .views-row .views-field-title-1, body.page-documents-draft-bills .view-content .views-row .views-field-title-1, body.page-documents-green-papers .view-content .views-row .views-field-title-1, body.page-documents-white-papers .view-content .views-row .views-field-title-1, body.page-documents-acts-national .view-content .views-row .views-field-title-1, body.page-documents-acts-provincial .view-content .views-row .views-field-title-1, body.page-documents-bills-national .view-content .views-row .views-field-title-1, body.page-documents-bills-provincial .view-content .views-row .views-field-title-1, body.page-documents-regulations-national .view-content .views-row .views-field-title-1, body.page-documents-regulations-provincial .view-content .views-row .views-field-title-1, body.page-documents-by-laws .view-content .views-row .views-field-title-1, body.page-documents-constitutions .view-content .views-row .views-field-title-1, body.page-documents-notices .view-content .views-row .views-field-title-1, body.page-your-gov-documents .view-content .views-row .views-field-title-1, body.page-your-gov-services .view-content .views-row .views-field-title-1, body.page-your-gov-public-entities .view-content .views-row .views-field-title-1, body.page-your-gov-projects .view-content .views-row .views-field-title-1, body.page-your-gov-facilities .view-content .views-row .views-field-title-1, body.page-your-gov-events .view-content .views-row .views-field-title-1, body.page-your-gov-documents-mags .view-content .views-row .views-field-title-1, body.page-documents-newsletters-mags .view-content .views-row .views-field-title-1 {
        display: inline;
        font-weight: normal;
        font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    }

body.page-custom-your-life-listing .view-content .views-row-last, body.page-custom-topics-listing .view-content .views-row-last, body.page-directories-dictionary .view-content .views-row-last, body.page-your-gov .view-content .views-row-last, body.page-directories-services .view-content .views-row-last, body.page-directories-projects .view-content .views-row-last, body.page-directories-public-entities .view-content .views-row-last, body.page-documents-forms .view-content .views-row-last, body.page-documents-guides .view-content .views-row-last, body.page-documents-policies .view-content .views-row-last, body.page-documents-public-info .view-content .views-row-last, body.page-documents-reports-research .view-content .views-row-last, body.page-documents-draft-bills .view-content .views-row-last, body.page-documents-green-papers .view-content .views-row-last, body.page-documents-white-papers .view-content .views-row-last, body.page-documents-acts-national .view-content .views-row-last, body.page-documents-acts-provincial .view-content .views-row-last, body.page-documents-bills-national .view-content .views-row-last, body.page-documents-bills-provincial .view-content .views-row-last, body.page-documents-regulations-national .view-content .views-row-last, body.page-documents-regulations-provincial .view-content .views-row-last, body.page-documents-by-laws .view-content .views-row-last, body.page-documents-constitutions .view-content .views-row-last, body.page-documents-notices .view-content .views-row-last, body.page-your-gov-documents .view-content .views-row-last, body.page-your-gov-services .view-content .views-row-last, body.page-your-gov-public-entities .view-content .views-row-last, body.page-your-gov-projects .view-content .views-row-last, body.page-your-gov-facilities .view-content .views-row-last, body.page-your-gov-events .view-content .views-row-last, body.page-your-gov-documents-mags .view-content .views-row-last, body.page-documents-newsletters-mags .view-content .views-row-last {
    border-bottom: none;
}

body.page-custom-your-life-listing ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-custom-topics-listing ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-directories-dictionary ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-your-gov ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-directories-services ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-directories-projects ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-directories-public-entities ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-forms ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-guides ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-policies ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-public-info ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-reports-research ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-draft-bills ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-green-papers ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-white-papers ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-acts-national ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-acts-provincial ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-bills-national ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-bills-provincial ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-regulations-national ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-regulations-provincial ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-by-laws ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-constitutions ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-notices ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-your-gov-documents ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-your-gov-services ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-your-gov-public-entities ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-your-gov-projects ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-your-gov-facilities ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-your-gov-events ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-your-gov-documents-mags ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane, body.page-documents-newsletters-mags ul.pager border-top:1px sdiv.panel-pane-gradient-box div.panel-pane {
    background-color: #FBFBFB;
    background-image: -moz-linear-gradient(center top,#FBFBFB 0%,#F4F4F4 100%);
    border: 1px solid #E8E6E3;
    box-shadow: 0 0 5px #CCCCCC;
}

body.page-documents-acts .views-field-php-1, body.page-documents-bills .views-field-php-1, body.page-documents-regulations .views-field-php-1, body.page-your-gov-documents-acts .views-field-php-1, body.page-your-gov-documents-bills .views-field-php-1, body.page-your-gov-documents-regulations .views-field-php-1 {
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 1.1em;
    font-weight: normal;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

body.page-documents-acts .grid-12.row-2, body.page-documents-bills .grid-12.row-2, body.page-documents-regulations .grid-12.row-2, body.page-your-gov-documents-acts .grid-12.row-2, body.page-your-gov-documents-bills .grid-12.row-2, body.page-your-gov-documents-regulations .grid-12.row-2 {
    background-color: #D3D8E8;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}

body.page-documents-acts .pane-wcg-legislation-menu-pane.left, body.page-documents-bills .pane-wcg-legislation-menu-pane.left, body.page-documents-regulations .pane-wcg-legislation-menu-pane.left, body.page-your-gov-documents-acts .pane-wcg-legislation-menu-pane.left, body.page-your-gov-documents-bills .pane-wcg-legislation-menu-pane.left, body.page-your-gov-documents-regulations .pane-wcg-legislation-menu-pane.left {
    border-right: 1px solid #ffffff;
    padding-left: 20px;
}

body.page-documents-acts .pane-wcg-legislation-menu-pane.left, body.page-documents-acts .pane-wcg-legislation-menu-pane.right, body.page-documents-bills .pane-wcg-legislation-menu-pane.left, body.page-documents-bills .pane-wcg-legislation-menu-pane.right, body.page-documents-regulations .pane-wcg-legislation-menu-pane.left, body.page-documents-regulations .pane-wcg-legislation-menu-pane.right, body.page-your-gov-documents-acts .pane-wcg-legislation-menu-pane.left, body.page-your-gov-documents-acts .pane-wcg-legislation-menu-pane.right, body.page-your-gov-documents-bills .pane-wcg-legislation-menu-pane.left, body.page-your-gov-documents-bills .pane-wcg-legislation-menu-pane.right, body.page-your-gov-documents-regulations .pane-wcg-legislation-menu-pane.left, body.page-your-gov-documents-regulations .pane-wcg-legislation-menu-pane.right {
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 14px;
}

    body.page-documents-acts .pane-wcg-legislation-menu-pane.left h2, body.page-documents-acts .pane-wcg-legislation-menu-pane.right h2, body.page-documents-bills .pane-wcg-legislation-menu-pane.left h2, body.page-documents-bills .pane-wcg-legislation-menu-pane.right h2, body.page-documents-regulations .pane-wcg-legislation-menu-pane.left h2, body.page-documents-regulations .pane-wcg-legislation-menu-pane.right h2, body.page-your-gov-documents-acts .pane-wcg-legislation-menu-pane.left h2, body.page-your-gov-documents-acts .pane-wcg-legislation-menu-pane.right h2, body.page-your-gov-documents-bills .pane-wcg-legislation-menu-pane.left h2, body.page-your-gov-documents-bills .pane-wcg-legislation-menu-pane.right h2, body.page-your-gov-documents-regulations .pane-wcg-legislation-menu-pane.left h2, body.page-your-gov-documents-regulations .pane-wcg-legislation-menu-pane.right h2 {
        padding-bottom: 15px;
    }

    body.page-documents-acts .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu, body.page-documents-acts .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu, body.page-documents-bills .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu, body.page-documents-bills .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu, body.page-documents-regulations .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu, body.page-documents-regulations .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu, body.page-your-gov-documents-acts .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu, body.page-your-gov-documents-acts .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu, body.page-your-gov-documents-bills .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu, body.page-your-gov-documents-bills .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu, body.page-your-gov-documents-regulations .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu, body.page-your-gov-documents-regulations .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu {
        padding-left: 10px;
    }

        body.page-documents-acts .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu li, body.page-documents-acts .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu li, body.page-documents-bills .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu li, body.page-documents-bills .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu li, body.page-documents-regulations .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu li, body.page-documents-regulations .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu li, body.page-your-gov-documents-acts .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu li, body.page-your-gov-documents-acts .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu li, body.page-your-gov-documents-bills .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu li, body.page-your-gov-documents-bills .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu li, body.page-your-gov-documents-regulations .pane-wcg-legislation-menu-pane.left ul.wcg-legislation-menu li, body.page-your-gov-documents-regulations .pane-wcg-legislation-menu-pane.right ul.wcg-legislation-menu li {
            list-style-type: disc;
        }

body.page-documents-acts .views-field-body, body.page-documents-bills .views-field-body, body.page-documents-regulations .views-field-body, body.page-your-gov-documents-acts .views-field-body, body.page-your-gov-documents-bills .views-field-body, body.page-your-gov-documents-regulations .views-field-body {
    margin-top: 10px;
}

body.page-documents-acts .views-field-filemime-1, body.page-documents-acts .views-field-filesize, body.page-documents-acts .views-field-field-legislation-number, body.page-documents-bills .views-field-filemime-1, body.page-documents-bills .views-field-filesize, body.page-documents-bills .views-field-field-legislation-number, body.page-documents-regulations .views-field-filemime-1, body.page-documents-regulations .views-field-filesize, body.page-documents-regulations .views-field-field-legislation-number, body.page-your-gov-documents-acts .views-field-filemime-1, body.page-your-gov-documents-acts .views-field-filesize, body.page-your-gov-documents-acts .views-field-field-legislation-number, body.page-your-gov-documents-bills .views-field-filemime-1, body.page-your-gov-documents-bills .views-field-filesize, body.page-your-gov-documents-bills .views-field-field-legislation-number, body.page-your-gov-documents-regulations .views-field-filemime-1, body.page-your-gov-documents-regulations .views-field-filesize, body.page-your-gov-documents-regulations .views-field-field-legislation-number {
    font-size: 0.75em;
    color: #666666;
}

body.wcg-gc-documents-landing .column-2 .column-wrap {
    padding-left: 0;
}

body.wcg-gc-documents-landing h2 {
    font-size: 1.1em;
    padding-left: 11px;
}

body.wcg-gc-documents-landing ul.the-items {
    width: 80%;
    padding-left: 11px;
    padding-top: 10px;
}

body.wcg-gc-documents-landing .line {
    clear: both;
    border-bottom: 1px solid #CECECE;
    margin-top: 20px;
    margin-bottom: 15px;
}

body.wcg-gc-documents-landing .pane-wcg-documents-landing-pane {
    padding-top: 20px;
    padding-bottom: 25px;
}

body.page-documents-notices .responsive-grid .grid-10.column-2 {
    border-left: 1px solid #000000;
}

body.page-documents-notices .pane-wcg-notices-menu-pane {
    float: left;
    padding-top: 15px;
}

    body.page-documents-notices .pane-wcg-notices-menu-pane h2 {
        font-size: 1.1em;
        padding-left: 13px;
        padding-bottom: 5px;
    }

body.page-documents-notices ul.wcg-news-menu {
    border: 0 solid #00FF00;
    float: left;
    margin-top: 0;
    width: 100%;
}

    body.page-documents-notices ul.wcg-news-menu .news-year {
        clear: left;
        float: left;
        margin-left: 10px;
        padding-bottom: 5px;
        padding-left: 20px;
    }

body.page-dept table.views-table, body.page-directories-events table.views-table, body.page-your-gov-events table.views-table, body.page-your-gov-facilities table.views-table, .view-wcg-annual-publications table.views-table, .page-directories-facilities table.views-table {
    width: 100%;
}

body.page-dept ul.wcg-taxonomy-tree, body.page-your-gov ul.wcg-taxonomy-tree {
    padding: 11px 11px 11px 11px;
}

body.page-your-gov-documents-forms h1 {
    padding-left: 172px;
}

.block-cover h2, .block-cover-body h2 {
    margin-top: -4px;
}

.block-cover, .pane-wcg-department-news-latest {
    box-shadow: 0 0 5px #cccccc;
    border: 1px solid #e8e6e3;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -ms-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -o-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#fbfbfb),color-stop(100%,#f4f4f4));
    height: 230px;
    padding: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}

.block-cover-body, .block-cover-more-link {
    padding-left: 8px;
    width: 250px;
}

.block-cover-body {
    float: right;
    border-left: 1px solid #cccccc;
    height: 180px;
}

.block-cover-more-link {
    float: right;
    padding-top: 30px;
    width: 250px;
}

.block-cover-more-link {
    right: left;
    border-left: 1px solid #cccccc;
    text-align: right;
    width: 250px;
}

.block-cover-body-minister table {
    width: 100%;
}

.block-cover-body-minister img {
    float: left;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 2px;
}

.block-cover-body-minister ul {
    float: left;
}

.grid-10 .grid-3 .block-cover-body, .grid-10 .grid-3 .block-cover-more-link, .grid-10 .grid-4 .block-cover-body, .grid-10 .grid-4 .block-cover-more-link {
    width: auto;
    border: 0;
}

.grid-10 .grid-3 .block-cover, .grid-10 .grid-4 .block-cover {
    box-shadow: none;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
}

.grid-10 .grid-4 .block-cover-body {
    width: 150px;
}

.grid-10 .grid-4 .block-cover {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

body.page-dept-landing h1 {
    padding-left: 11px;
}

body.page-dept-landing .column-2 .column-wrap {
    padding-left: 11px;
    padding-top: 10px;
    border-left: 1px solid #cccccc;
}

body.page-dept-landing .grid-10.row-3 {
    box-shadow: 0 0 5px #cccccc;
    border: 1px solid #e8e6e3;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -ms-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -o-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#fbfbfb),color-stop(100%,#f4f4f4));
    margin-bottom: 30px;
    margin-bottom: 20px;
}

body.page-dept-landing ul, body.page-dept-landing li {
    margin-bottom: 4px;
}

body.page-dept-landing .views-field-created {
    font-style: italic;
}

body.page-dept .view-wcg-directories-landing .view-content {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 11px;
}

body.context-dept ul.menu li {
    padding-bottom: 2px;
    list-style: inside;
    list-style-image: url("/sites/all/themes/wcg_simple/img/structure/yourgov_arrow.gif");
}

    body.context-dept ul.menu li a {
        font-size: 0.875em;
    }

    body.context-dept ul.menu li.separator {
        list-style: none;
    }

body.context-dept .view-wcg-department-feature-rotator {
    position: relative;
    height: 210px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #cccccc;
    background-color: #7589be;
    background-image: -moz-linear-gradient(top,#7589be 0%,#143c91 100%);
    background-image: -webkit-linear-gradient(top,#7589be 0%,#143c91 100%);
    background-image: -ms-linear-gradient(top,#7589be 0%,#143c91 100%);
    background-image: linear-gradient(top,#7589be 0%,#143c91 100%);
    background-image: -o-linear-gradient(top,#7589be 0%,#143c91 100%);
    background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#7589be),color-stop(100%,#143c91));
    -pie-background: linear-gradient(#7589be,#143c91);
    behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
    position: relative;
    border-radius: 20px 0 20px 20px;
}

    body.context-dept .view-wcg-department-feature-rotator .views-slideshow-cycle-main-frame-row {
        width: 100%;
    }

    body.context-dept .view-wcg-department-feature-rotator #views_slideshow_cycle_main_wcg_department_feature_rotator-pane_homepage_rotator {
        box-shadow: 0 0 5px #cccccc;
        background-color: #7589be;
        background-image: -moz-linear-gradient(top,#7589be 0%,#143c91 100%);
        background-image: -webkit-linear-gradient(top,#7589be 0%,#143c91 100%);
        background-image: -ms-linear-gradient(top,#7589be 0%,#143c91 100%);
        background-image: linear-gradient(top,#7589be 0%,#143c91 100%);
        background-image: -o-linear-gradient(top,#7589be 0%,#143c91 100%);
        background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#7589be),color-stop(100%,#143c91));
        -pie-background: linear-gradient(#7589be,#143c91);
        behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
        position: relative;
        height: 178px;
        overflow: hidden;
        padding: 10px;
        padding-right: 0px;
        padding-left: 0px;
        padding: 0px;
        width: 100%;
        width: 700px;
    }

    body.context-dept .view-wcg-department-feature-rotator .views-slideshow-controls-top {
        position: absolute;
        top: 180px;
        left: 410px;
        z-index: 200;
    }

        body.context-dept .view-wcg-department-feature-rotator .views-slideshow-controls-top .views-slideshow-pager-field-item {
            float: left;
            width: 15px;
            margin-right: 10px;
            background: url("/sites/all/themes/wcg_theme/img/wcg/carousel_sprite.png") repeat-x scroll -80px 0 transparent;
            cursor: pointer;
        }

        body.context-dept .view-wcg-department-feature-rotator .views-slideshow-controls-top .active {
            background: url("/sites/all/themes/wcg_theme/img/wcg/carousel_sprite.png") repeat-x scroll -37px 0 transparent;
        }

        body.context-dept .view-wcg-department-feature-rotator .views-slideshow-controls-top :hover {
            background: url("/sites/all/themes/wcg_theme/img/wcg/carousel_sprite.png") repeat-x scroll 0 0 transparent;
        }

        body.context-dept .view-wcg-department-feature-rotator .views-slideshow-controls-top .views-content-nid {
            visibility: hidden;
        }

    body.context-dept .view-wcg-department-feature-rotator .views-field-entity-id-1 {
        float: left;
        margin-left: 12px;
        margin-top: 14px;
    }

    body.context-dept .view-wcg-department-feature-rotator .views-field-title {
        float: left;
        width: 400px;
        margin-top: 13px;
        margin-left: 11px;
        color: #ffffff;
        border: 0px solid #ff0000;
        font-size: 1.5em;
        line-height: 100%;
        clear: right;
    }

        body.context-dept .view-wcg-department-feature-rotator .views-field-title .field-content {
            float: left;
            width: 220px;
        }

        body.context-dept .view-wcg-department-feature-rotator .views-field-title a {
            color: #ffffff;
        }

    body.context-dept .view-wcg-department-feature-rotator .views-field-entity-id {
        float: left;
        margin-top: 8px;
        margin-left: 11px;
        width: 220px;
        color: #ffffff;
        margin-top: 10px;
        font-size: 1.1em;
    }

        body.context-dept .view-wcg-department-feature-rotator .views-field-entity-id a {
            color: #ffffff;
        }

    body.context-dept .view-wcg-department-feature-rotator .views-field-nid {
        visibility: hidden;
    }

    body.context-dept .view-wcg-department-feature-rotator .view-footer {
        position: absolute;
        top: 175px;
        left: 420px;
        z-index: 200;
    }

        body.context-dept .view-wcg-department-feature-rotator .view-footer a {
            color: #cccccc;
            font-size: 1.0em;
        }

body.context-dept .column-2 .column-wrap {
    float: left;
}

body.context-dept .carousel_contact_box {
    background: none repeat scroll 0 0 #3D5186;
    border: 3px solid #5B70A5;
    border-radius: 15px 0 15px 15px;
    float: right;
    margin-right: 0px;
    overflow: hidden;
    padding-bottom: 0;
    width: 210px;
    height: 160px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 200;
    font-size: 0.875em;
    padding: 10px 10px;
    behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
}

    body.context-dept .carousel_contact_box td {
        white-space: nowrap;
        color: #ffffff;
        padding-bottom: 10px;
        padding-right: 5px;
    }

        body.context-dept .carousel_contact_box td a {
            color: #ffffff;
        }

    body.context-dept .carousel_contact_box h2.pane-title {
        color: #ffffff;
        padding-bottom: 10px;
        text-transform: capitalize;
        font-size: 1.4em;
    }

body.context-dept.page-node .grid-10.row-3 {
    display: none;
}

body.context-dept.page-node #changed_date {
    margin: 0 -10px;
    border-top: 1px solid #000000;
    color: #666666;
    font-size: 0.875em;
    font-weight: normal;
    padding: 10px 0;
    padding-right: 2%;
    text-align: right;
}

    body.context-dept.page-node #changed_date p {
        padding: 0;
        margin: 0;
    }

body.page-custom-your-life-listing .responsive-grid .grid-10, body.page-custom-topics-listing .responsive-grid .grid-10, body.context-tenders .responsive-grid .grid-10, body.page-your-gov .responsive-grid .grid-10, body.page-your-gov-documents-forms .responsive-grid .grid-10, body.page-your-gov-documents-policies .responsive-grid .grid-10, body.page-your-gov-documents-draft-bills .responsive-grid .grid-10, body.page-your-gov-documents-green-papers .responsive-grid .grid-10, body.page-your-gov-documents-white-papers .responsive-grid .grid-10, body.page-your-gov-documents-annual-reports .responsive-grid .grid-10, body.page-your-gov-documents-guides .responsive-grid .grid-10, body.page-your-gov-documents-reports-research .responsive-grid .grid-10, body.page-your-gov-documents-public-info .responsive-grid .grid-10, body.page-your-gov-publications .responsive-grid .grid-10, body.page-your-gov-documents-plans .responsive-grid .grid-10, body.page-your-gov-documents-budgets .responsive-grid .grid-10, body.page-your-gov-documents-acts .responsive-grid .grid-10, body.page-your-gov-documents-bills .responsive-grid .grid-10, body.page-your-gov-documents-regulations .responsive-grid .grid-10, body.page-your-gov-documents-constitutions .responsive-grid .grid-10, body.page-your-gov-documents-notices .responsive-grid .grid-10, body.page-your-gov-documents-by-laws .responsive-grid .grid-10, body.page-your-gov-services .responsive-grid .grid-10, body.page-your-gov-public-entities .responsive-grid .grid-10, body.page-your-gov-projects .responsive-grid .grid-10, body.page-your-gov-facilities .responsive-grid .grid-10, body.page-your-gov-events .responsive-grid .grid-10, body.page-your-gov-documents-notices .responsive-grid .grid-10, body.page-your-gov-documents-mags .responsive-grid .grid-10, body.node-type-wcg-service .responsive-grid .grid-10 {
    width: 799px;
}

    body.page-custom-your-life-listing .responsive-grid .grid-10.column-2, body.page-custom-topics-listing .responsive-grid .grid-10.column-2, body.context-tenders .responsive-grid .grid-10.column-2, body.page-your-gov .responsive-grid .grid-10.column-2, body.page-your-gov-documents-forms .responsive-grid .grid-10.column-2, body.page-your-gov-documents-policies .responsive-grid .grid-10.column-2, body.page-your-gov-documents-draft-bills .responsive-grid .grid-10.column-2, body.page-your-gov-documents-green-papers .responsive-grid .grid-10.column-2, body.page-your-gov-documents-white-papers .responsive-grid .grid-10.column-2, body.page-your-gov-documents-annual-reports .responsive-grid .grid-10.column-2, body.page-your-gov-documents-guides .responsive-grid .grid-10.column-2, body.page-your-gov-documents-reports-research .responsive-grid .grid-10.column-2, body.page-your-gov-documents-public-info .responsive-grid .grid-10.column-2, body.page-your-gov-publications .responsive-grid .grid-10.column-2, body.page-your-gov-documents-plans .responsive-grid .grid-10.column-2, body.page-your-gov-documents-budgets .responsive-grid .grid-10.column-2, body.page-your-gov-documents-acts .responsive-grid .grid-10.column-2, body.page-your-gov-documents-bills .responsive-grid .grid-10.column-2, body.page-your-gov-documents-regulations .responsive-grid .grid-10.column-2, body.page-your-gov-documents-constitutions .responsive-grid .grid-10.column-2, body.page-your-gov-documents-notices .responsive-grid .grid-10.column-2, body.page-your-gov-documents-by-laws .responsive-grid .grid-10.column-2, body.page-your-gov-services .responsive-grid .grid-10.column-2, body.page-your-gov-public-entities .responsive-grid .grid-10.column-2, body.page-your-gov-projects .responsive-grid .grid-10.column-2, body.page-your-gov-facilities .responsive-grid .grid-10.column-2, body.page-your-gov-events .responsive-grid .grid-10.column-2, body.page-your-gov-documents-notices .responsive-grid .grid-10.column-2, body.page-your-gov-documents-mags .responsive-grid .grid-10.column-2, body.node-type-wcg-service .responsive-grid .grid-10.column-2 {
        border-left: 1px solid #000000;
    }

body.page-custom-your-life-listing h1, body.page-custom-topics-listing h1, body.context-tenders h1, body.page-your-gov h1, body.page-your-gov-documents-forms h1, body.page-your-gov-documents-policies h1, body.page-your-gov-documents-draft-bills h1, body.page-your-gov-documents-green-papers h1, body.page-your-gov-documents-white-papers h1, body.page-your-gov-documents-annual-reports h1, body.page-your-gov-documents-guides h1, body.page-your-gov-documents-reports-research h1, body.page-your-gov-documents-public-info h1, body.page-your-gov-publications h1, body.page-your-gov-documents-plans h1, body.page-your-gov-documents-budgets h1, body.page-your-gov-documents-acts h1, body.page-your-gov-documents-bills h1, body.page-your-gov-documents-regulations h1, body.page-your-gov-documents-constitutions h1, body.page-your-gov-documents-notices h1, body.page-your-gov-documents-by-laws h1, body.page-your-gov-services h1, body.page-your-gov-public-entities h1, body.page-your-gov-projects h1, body.page-your-gov-facilities h1, body.page-your-gov-events h1, body.page-your-gov-documents-notices h1, body.page-your-gov-documents-mags h1, body.node-type-wcg-service h1 {
    padding-left: 172px;
}

.department-banner {
    margin-bottom: 20px;
}

    .department-banner img {
        border-radius: 20px 0 20px 20px;
    }

.department-description {
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}

.contact-person {
    padding-top: 10px;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
}

body.context-dept .pane-wcg-department-news-latest h2.pane-title {
    float: right;
    width: 250px;
    border-left: 1px solid #cccccc;
    padding-left: 8px;
}

body.context-dept .pane-wcg-department-news-latest .view-header {
    float: left;
}

body.context-dept .pane-wcg-department-news-latest .view-content {
    float: right;
    width: 250px;
    height: 156px;
    border-left: 1px solid #cccccc;
    padding-left: 8px;
}

body.context-dept .pane-wcg-department-news-latest .view-footer {
    width: 250px;
    float: right;
    padding-left: 8px;
    text-align: right;
}

.view-wcg-goverment-employee .views-row {
    list-style-type: disc;
}

#zone-branding .block-search {
    padding-top: 30px;
    padding-left: 60px;
}

    #zone-branding .block-search input.form-submit {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023fba',endColorstr='#003399');
        -moz-box-shadow: inset 0px 1px 0px 0px #012a7b;
        -webkit-box-shadow: inset 0px 1px 0px 0px #012a7b;
        box-shadow: inset 0px 0px 0px 0px;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#023fba),color-stop(1,#003399));
        background: -moz-linear-gradient(center top,#023fba 5%,#003399 100%);
        background-color: #023fba;
        text-indent: 0;
        display: inline-block;
        color: #ffffff;
        font-family: 'Open Sans','Verdana','Arial',sans-serif;
        font-size: 1.0em;
        font-weight: normal;
        font-style: normal;
        width: auto;
        line-height: 12px;
        height: 24px;
        text-decoration: none;
        text-align: center;
        text-shadow: 1px 1px 0px #012a7b;
        padding: 0px 5x 0px 5px;
        border: 0px #000000 solid;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
        position: relative;
    }

        #zone-branding .block-search input.form-submit:hover {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#6785c3),color-stop(1,#023fba));
            background: -moz-linear-gradient(center top,#6785c3 5%,#023fba 100%);
        }

        #zone-branding .block-search input.form-submit:active {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#001a4d),color-stop(1,#023fba));
            background: -moz-linear-gradient(center top,#001a4d 5%,#023fba 100%);
            position: relative;
            top: 1px;
            -moz-box-shadow: 0px;
            -webkit-box-shadow: 0px;
            box-shadow: 0px;
        }

        #zone-branding .block-search input.form-submit a {
            text-align: center;
            vertical-align: middle;
            padding: 7px;
            color: #ffffff;
        }

            #zone-branding .block-search input.form-submit a:hover {
                color: #ffffff;
                text-decoration: none;
            }

    #zone-branding .block-search input.custom-search-box {
        width: 157px;
        margin-right: 3px;
    }

    #zone-branding .block-search a {
        font-size: 10px;
        padding-top: 5px;
    }

body.page-search #breadcrumb {
    margin-bottom: 10px;
}

    body.page-search #breadcrumb .breadcrumb {
        display: none;
    }

body.page-search .region-content form.search-form .form-item-language {
    display: none;
}

body.page-search h2.search-results-heading {
    background-color: #4C64A4;
    color: white;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 11px;
    padding-right: 11px;
    margin: 0;
    padding-left: 115px;
    padding-top: 0px;
}

body.page-search ol.search-results {
    margin-left: 0px;
    list-style: none;
    width: 80%;
    padding-left: 0px;
    padding-top: 15px;
    margin-left: 100px;
}

    body.page-search ol.search-results li.search-result {
        list-style: none;
        border-bottom: 1px solid #cecece;
        margin-left: 0px;
    }

        body.page-search ol.search-results li.search-result h3 {
            padding: 0px 15px 0px 15px;
        }

        body.page-search ol.search-results li.search-result .search-snippet-info {
            padding: 0px 15px 0px 15px;
        }

body.page-search .wcg-search-no-results {
    padding-left: 115px;
    padding-top: 20px;
    width: 80%;
}

body.page-search #search-form {
    padding-left: 115px;
    padding-top: 10px;
    padding-bottom: 15px;
}

    body.page-search #search-form legend {
        padding-top: 10px;
    }

    body.page-search #search-form label {
        vertical-align: middle;
    }

.criterion {
    float: left;
    clear: both;
    padding-bottom: 5px;
}

    .criterion .form-type-textfield label {
        float: left;
        width: 240px;
    }

    .criterion .form-type-checkboxes label {
        vertical-align: middle;
    }

    .criterion .form-type-checkboxes input {
        margin-right: 5px;
    }

    .criterion .form-type-textfield input .form-text {
        float: right;
    }

.subheading {
    color: #000000;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.1em;
    margin-bottom: 0.8em;
    font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
}

.context-tenders .responsive-grid .tenders-table table, .context-tenders .responsive-grid .tenders-table tr, .context-tenders .responsive-grid .tenders-table td {
    border: 1px #ccc solid;
}

.context-tenders .responsive-grid .tenders-table table {
    border-collapse: collapse;
    width: auto;
}

.context-tenders .responsive-grid .tenders-table tr {
    padding: 5px;
}

.context-tenders .responsive-grid .tenders-table td {
    padding: 5px;
}

    .context-tenders .responsive-grid .tenders-table td.active {
        background: none;
    }

.pane-node-field-social-sharing {
    width: 200px;
    position: absolute;
    display: inline-block;
    right: 5px;
    z-index: 10;
}

.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.pane-wcg-document-date-gc-pane {
    min-height: 60px;
    padding-right: 200px;
}

    .pane-wcg-document-date-gc-pane .wcg-gc-ancestors {
        white-space: nowrap;
    }

#document-date-gc-div {
    min-height: 40px;
    width: auto;
    margin-right: 210px;
}

    #document-date-gc-div .wcg-gc-ancestors {
        white-space: nowrap;
    }

body.node-type-site-page .pane-node-field-social-sharing, body.page-your-gov-documents-plans .pane-node-field-social-sharing, body.page-your-gov-documents-budgets .pane-node-field-social-sharing, body.page-your-gov-documents-annual-reports .pane-node-field-social-sharing, body.node-type-wcg-general-publication .pane-node-field-social-sharing, body.node-type-wcg-annual-publication .pane-node-field-social-sharing, body.page-your-gov-documents-forms .pane-node-field-social-sharing, body.page-your-gov-documents-guides .pane-node-field-social-sharing, body.page-your-gov-documents-policies .pane-node-field-social-sharing, body.page-your-gov-documents-public-info .pane-node-field-social-sharing, body.page-your-gov-documents-acts .pane-node-field-social-sharing, body.page-your-gov-documents-green-papers .pane-node-field-social-sharing, body.page-your-gov-documents-notices .pane-node-field-social-sharing, body.page-your-gov-documents-white-papers .pane-node-field-social-sharing, body.node-type-wcg-legislation .pane-node-field-social-sharing, body.page-your-gov-documents-bills .pane-node-field-social-sharing, body.node-type-wcg-newsletter-magazine-issue .pane-node-field-social-sharing, body.page-your-gov-documents-mags .pane-node-field-social-sharing, body.page-your-gov-documents-regulations .pane-node-field-social-sharing, body.page-your-gov-documents-constitutions .pane-node-field-social-sharing, body.page-your-gov-documents-reports-research .pane-node-field-social-sharing {
    padding-top: 15px;
}

body.node-type-wcg-event .pane-node-field-social-sharing, body.page-your-gov-events .pane-node-field-social-sharing, body.node-type-wcg-service .pane-node-field-social-sharing, body.page-your-gov-services .pane-node-field-social-sharing, body.node-type-profile .pane-node-field-social-sharing, body.node-type-wcg-facility .pane-node-field-social-sharing, body.page-your-gov-facilities .pane-node-field-social-sharing, body.node-type-wcg-project .pane-node-field-social-sharing, body.page-your-gov-projects .pane-node-field-social-sharing, body.page-your-gov-documents-regulations .pane-node-field-social-sharing, body.node-type-wcg-public-entity .pane-node-field-social-sharing, body.page-your-gov-public-entities .pane-node-field-social-sharing {
    position: absolute;
    right: 5px;
    padding-top: 15px;
}

body.node-type-wcg-event #region-content table.table-social tr.first td.the-field-items, body.node-type-wcg-event #region-content table.table-social tr.row-1 td.the-field-items, body.page-your-gov-events #region-content table.table-social tr.first td.the-field-items, body.page-your-gov-events #region-content table.table-social tr.row-1 td.the-field-items, body.node-type-wcg-service #region-content table.table-social tr.first td.the-field-items, body.node-type-wcg-service #region-content table.table-social tr.row-1 td.the-field-items, body.page-your-gov-services #region-content table.table-social tr.first td.the-field-items, body.page-your-gov-services #region-content table.table-social tr.row-1 td.the-field-items, body.node-type-profile #region-content table.table-social tr.first td.the-field-items, body.node-type-profile #region-content table.table-social tr.row-1 td.the-field-items, body.node-type-wcg-facility #region-content table.table-social tr.first td.the-field-items, body.node-type-wcg-facility #region-content table.table-social tr.row-1 td.the-field-items, body.page-your-gov-facilities #region-content table.table-social tr.first td.the-field-items, body.page-your-gov-facilities #region-content table.table-social tr.row-1 td.the-field-items, body.node-type-wcg-project #region-content table.table-social tr.first td.the-field-items, body.node-type-wcg-project #region-content table.table-social tr.row-1 td.the-field-items, body.page-your-gov-projects #region-content table.table-social tr.first td.the-field-items, body.page-your-gov-projects #region-content table.table-social tr.row-1 td.the-field-items, body.page-your-gov-documents-regulations #region-content table.table-social tr.first td.the-field-items, body.page-your-gov-documents-regulations #region-content table.table-social tr.row-1 td.the-field-items, body.node-type-wcg-public-entity #region-content table.table-social tr.first td.the-field-items, body.node-type-wcg-public-entity #region-content table.table-social tr.row-1 td.the-field-items, body.page-your-gov-public-entities #region-content table.table-social tr.first td.the-field-items, body.page-your-gov-public-entities #region-content table.table-social tr.row-1 td.the-field-items {
    padding-top: 55px;
}

body.node-type-wcg-event #region-content table.table-social tr.first td.the-field-label, body.node-type-wcg-event #region-content table.table-social tr.row-1 td.the-field-label, body.page-your-gov-events #region-content table.table-social tr.first td.the-field-label, body.page-your-gov-events #region-content table.table-social tr.row-1 td.the-field-label, body.node-type-wcg-service #region-content table.table-social tr.first td.the-field-label, body.node-type-wcg-service #region-content table.table-social tr.row-1 td.the-field-label, body.page-your-gov-services #region-content table.table-social tr.first td.the-field-label, body.page-your-gov-services #region-content table.table-social tr.row-1 td.the-field-label, body.node-type-profile #region-content table.table-social tr.first td.the-field-label, body.node-type-profile #region-content table.table-social tr.row-1 td.the-field-label, body.node-type-wcg-facility #region-content table.table-social tr.first td.the-field-label, body.node-type-wcg-facility #region-content table.table-social tr.row-1 td.the-field-label, body.page-your-gov-facilities #region-content table.table-social tr.first td.the-field-label, body.page-your-gov-facilities #region-content table.table-social tr.row-1 td.the-field-label, body.node-type-wcg-project #region-content table.table-social tr.first td.the-field-label, body.node-type-wcg-project #region-content table.table-social tr.row-1 td.the-field-label, body.page-your-gov-projects #region-content table.table-social tr.first td.the-field-label, body.page-your-gov-projects #region-content table.table-social tr.row-1 td.the-field-label, body.page-your-gov-documents-regulations #region-content table.table-social tr.first td.the-field-label, body.page-your-gov-documents-regulations #region-content table.table-social tr.row-1 td.the-field-label, body.node-type-wcg-public-entity #region-content table.table-social tr.first td.the-field-label, body.node-type-wcg-public-entity #region-content table.table-social tr.row-1 td.the-field-label, body.page-your-gov-public-entities #region-content table.table-social tr.first td.the-field-label, body.page-your-gov-public-entities #region-content table.table-social tr.row-1 td.the-field-label {
    padding-top: 55px;
}

body.page-your-gov-about div.row-1 div.inside, body.page-your-gov-overview div.row-1 div.inside {
    padding-top: 50px;
}

    body.page-your-gov-about div.row-1 div.inside .pane-wcg-readspeaker-button-pane, body.page-your-gov-overview div.row-1 div.inside .pane-wcg-readspeaker-button-pane {
        position: absolute;
        top: 0;
    }

    body.page-your-gov-about div.row-1 div.inside .pane-node-field-social-sharing, body.page-your-gov-overview div.row-1 div.inside .pane-node-field-social-sharing {
        top: 0;
        padding-top: 15px;
    }

body.node-type-job-ad #wcg_readspeaker_button, body.node-type-site-page #wcg_readspeaker_button {
    margin-top: 18px;
    margin-bottom: 15px;
}

body.node-type-job-ad div.row-0 div.pane-node, body.node-type-job-ad div.panel-1col div.pane-node, body.node-type-job-ad #jobs-section div.panel-col-last div.pane-node, body.node-type-site-page div.row-0 div.pane-node, body.node-type-site-page div.panel-1col div.pane-node, body.node-type-site-page #jobs-section div.panel-col-last div.pane-node {
    padding-top: 60px;
}

body.node-type-job-ad div.row-0 .pane-node-field-social-sharing, body.node-type-job-ad div.panel-1col .pane-node-field-social-sharing, body.node-type-job-ad #jobs-section div.panel-col-last .pane-node-field-social-sharing, body.node-type-site-page div.row-0 .pane-node-field-social-sharing, body.node-type-site-page div.panel-1col .pane-node-field-social-sharing, body.node-type-site-page #jobs-section div.panel-col-last .pane-node-field-social-sharing {
    float: right;
}

    body.node-type-job-ad div.row-0 .pane-node-field-social-sharing .addthis_toolbox, body.node-type-job-ad div.panel-1col .pane-node-field-social-sharing .addthis_toolbox, body.node-type-job-ad #jobs-section div.panel-col-last .pane-node-field-social-sharing .addthis_toolbox, body.node-type-site-page div.row-0 .pane-node-field-social-sharing .addthis_toolbox, body.node-type-site-page div.panel-1col .pane-node-field-social-sharing .addthis_toolbox, body.node-type-site-page #jobs-section div.panel-col-last .pane-node-field-social-sharing .addthis_toolbox {
        min-width: 200px;
    }

body.node-type-job-ad .pane-node-field-social-sharing {
    padding-right: 15px;
}

body.node-type-site-page #jobs-section div.panel-col-last div.panel-separator {
    margin: 0;
}

body.node-type-site-page #jobs-section div.panel-col-last div.pane-node-body {
    padding-top: 60px;
}

body.node-type-wcg-news #news-node .pane-wcg-readspeaker-button-pane, body.node-type-wcg-news #speech-node .pane-wcg-readspeaker-button-pane, body.node-type-wcg-speech #news-node .pane-wcg-readspeaker-button-pane, body.node-type-wcg-speech #speech-node .pane-wcg-readspeaker-button-pane, body.page-gc-news #news-node .pane-wcg-readspeaker-button-pane, body.page-gc-news #speech-node .pane-wcg-readspeaker-button-pane {
    float: left;
}

body.node-type-wcg-news #news-node .pane-node-field-social-sharing, body.node-type-wcg-news #speech-node .pane-node-field-social-sharing, body.node-type-wcg-speech #news-node .pane-node-field-social-sharing, body.node-type-wcg-speech #speech-node .pane-node-field-social-sharing, body.page-gc-news #news-node .pane-node-field-social-sharing, body.page-gc-news #speech-node .pane-node-field-social-sharing {
    float: right;
}

body.node-type-wcg-news #news-node div.field-name-body, body.node-type-wcg-news #speech-node div.field-name-body, body.node-type-wcg-speech #news-node div.field-name-body, body.node-type-wcg-speech #speech-node div.field-name-body, body.page-gc-news #news-node div.field-name-body, body.page-gc-news #speech-node div.field-name-body {
    padding-top: 55px;
}

body.node-type-wcg-news #featured-image-caption, body.node-type-wcg-news #content-text, body.node-type-wcg-speech #featured-image-caption, body.node-type-wcg-speech #content-text, body.page-gc-news #featured-image-caption, body.page-gc-news #content-text {
    padding-top: 55px;
}

    body.node-type-wcg-news #featured-image-caption div.field-name-body, body.node-type-wcg-news #content-text div.field-name-body, body.node-type-wcg-speech #featured-image-caption div.field-name-body, body.node-type-wcg-speech #content-text div.field-name-body, body.page-gc-news #featured-image-caption div.field-name-body, body.page-gc-news #content-text div.field-name-body {
        padding-top: 0;
    }

a:visited.addthis_button_mailto, a:hover.addthis_button_mailto {
    text-decoration: none;
}

#webfac-wrapper {
    position: relative;
    float: left;
    clear: none;
    width: 100%;
    min-height: 500px;
}

.webfac-img-thumb {
    position: relative;
    float: left;
    clear: both;
    margin: 5px 0 5px 0;
    width: 100%;
    height: 130px;
    background: none;
}

.webfac-img-thumb-cultural {
    position: relative;
    float: left;
    clear: both;
    margin: 5px 0 5px 0;
    width: 100%;
    height: 130px;
}

.webfac-img-thumb-heritage {
    position: relative;
    float: left;
    clear: both;
    margin: 5px 0 5px 0;
    width: 100%;
    height: 130px;
}

.webfac-img-thumb-museums {
    position: relative;
    float: left;
    clear: both;
    margin: 5px 0 5px 0;
    width: 100%;
    height: 130px;
}

.webfac-img-thumb-lang {
    position: relative;
    float: left;
    clear: both;
    margin: 5px 0 5px 0;
    width: 100%;
    height: 130px;
}

.webfac-img-thumb-lib {
    position: relative;
    float: left;
    clear: both;
    margin: 5px 0 5px 0;
    width: 100%;
    height: 130px;
}

.webfac-img-thumb-arch {
    position: relative;
    float: left;
    clear: both;
    margin: 5px 0 5px 0;
    width: 100%;
    height: 130px;
}

.webfac-img-thumb-home {
    position: relative;
    float: left;
    clear: both;
    margin: 5px 0 5px 0;
    width: 100%;
    height: 130px;
}

.webfac-img-thumb-twenty {
    position: relative;
    float: left;
    clear: both;
    margin: 5px 0 5px 0;
    width: 100%;
    height: 130px;
}

.webfac-menu-holder {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 73px;
}

.webfac-menu-holder-cultural {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 73px;
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_nav-tile-arts.png) top left repeat-x;
}

.webfac-menu-holder-twenty {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 73px;
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_nav-tile-2010.png) top left repeat-x;
}

.webfac-menu-holder-heritage {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 73px;
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_nav-tile-heritage.png) top left repeat-x;
}

.webfac-menu-holder-museums {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 73px;
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_nav-tile-museums.png) top left repeat-x;
}

.webfac-menu-holder-lang {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 73px;
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_nav-tile-lang.png) top left repeat-x;
}

.webfac-menu-holder-lib {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 73px;
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_nav-tile-lib.png) top left repeat-x;
}

.webfac-menu-holder-home {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 73px;
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_nav-tile-home.png) top left repeat-x;
}

.webfac-menu-holder-sport {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 73px;
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_nav-tile.png) top left repeat-x;
}

.webfac-menu-lft {
    position: absolute;
    float: left;
    clear: none;
    left: 0;
    top: 0;
    width: 30px;
    height: 73px;
}

.webfac-menu-lft-cultural {
    background-image: none;
}

.webfac-menu-lft-twenty {
    background-image: none;
}

.webfac-menu-lft-heritage {
    background-image: none;
}

.webfac-menu-lft-museums {
    background-image: none;
}

.webfac-menu-lft-lang {
    background-image: none;
}

.webfac-menu-lft-lib {
    background-image: none;
}

.webfac-menu-lft-home {
    background-image: none;
}

.webfac-menu-lft-sport {
    background-image: none;
}

.webfac-menu-rt {
    position: absolute;
    clear: none;
    right: -1px;
    top: 0;
    width: 30px;
    height: 73px;
}

.webfac-menu-rt-cultural {
    background-image: none;
}

.webfac-menu-rt-twenty {
    background-image: none;
}

.webfac-menu-rt-heritage {
    background-image: none;
}

.webfac-menu-rt-museums {
    background-image: none;
}

.webfac-menu-rt-lang {
    background-image: none;
}

.webfac-menu-rt-lib {
    background-image: none;
}

.webfac-menu-rt-home {
    background-image: none;
}

.webfac-menu-rt-sport {
    background-image: none;
}

.webfac-header-txt {
    position: relative;
    float: left;
    height: 25px;
    padding: 10px 5px 5px 22px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    top: 0;
    left: 0;
}

.webfac-header-txt-home {
    color: #025b6b;
}

.webfac-home {
    position: absolute;
    right: 25px;
    top: 15px;
    margin: 0;
    clear: none;
    width: 55px;
    height: 20px;
}

    .webfac-home a {
        display: block;
        float: left;
        clear: none;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        padding: 0 20px 0 0;
        background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_home-icon.png) center right no-repeat;
    }

.webfac-home-cultural a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_home-ico-green.png) center right no-repeat;
}

.webfac-home-twenty a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_home-icon-2010.png) center right no-repeat;
}

.webfac-home-heritage a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_ico-home-heritage.png) center right no-repeat;
}

.webfac-home-museum a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_ico-home-museum.png) center right no-repeat;
}

.webfac-home-lib a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_ico-home-lib.png) center right no-repeat;
}

.webfac-home-lang a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_ico-home-lang.png) center right no-repeat;
}

.webfac-nav-holder {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0px;
}

    .webfac-nav-holder ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .webfac-nav-holder ul li {
            margin: 0;
            padding: 0;
            float: left;
            clear: none;
            color: #00434f;
            background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet.png) center left no-repeat;
        }

.webfac-nav-holder-cultural ul li {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-green.png) center right no-repeat;
}

.webfac-nav-holder-twenty ul li {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-2010.png) center right no-repeat;
}

.webfac-nav-holder-heritage ul li {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-heritage.png) center right no-repeat;
}

.webfac-nav-holder-museums ul li {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-museums.png) center right no-repeat;
}

.webfac-nav-holder-lang ul li {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-lang.png) center right no-repeat;
}

.webfac-nav-holder-lib ul li {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-lib.png) center right no-repeat;
}

.webfac-nav-holder-home ul li {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-home.png) center right no-repeat;
}

.webfac-nav-holder ul li a {
    display: block;
    float: left;
    clear: none;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

.webfac-nav-holder-home ul li a.langlink {
    color: #C50000;
}

.webfac-nav-holder-home ul li a.sportlink {
    color: #01798E;
}

.webfac-nav-holder-home ul li a.cultlink {
    color: #015125;
}

.webfac-nav-holder-home ul li a.liblink {
    color: #71129D;
}

.webfac-nav-holder-home ul li a.heritagelink {
    color: #D13500;
}

.webfac-nav-holder-home ul li a.twentylink {
    color: #FF6C00;
}

.webfac-nav-holder-home ul li a.museumslink {
    color: #7b3e01;
}

.webfac-nav-holder-home ul li a:hover {
    color: #333;
}

.webfac-nav-holder ul li a:hover {
    color: #333;
}

.webfac-nav-holder-cultural ul li a:hover {
    color: #000;
}

.webfac-nav-holder-twenty ul li a {
    color: #666;
}

    .webfac-nav-holder-twenty ul li a:hover {
        color: #333;
    }

.webfac-nav-holder-heritage ul li a {
    color: #e54a2e;
}

    .webfac-nav-holder-heritage ul li a:hover {
        color: #000;
    }

.webfac-nav-holder-museums ul li a:hover {
    color: #ad7241;
}

.webfac-nav-holder-lib ul li a:hover {
    color: #000;
}

.webfac-nav-holder-lang ul li a {
    color: #666;
}

    .webfac-nav-holder-lang ul li a:hover {
        color: #D83838;
    }

.webfac-nav-holder-sport ul li a:hover {
    color: #018CA4;
}

.txtnormal {
    font-weight: normal;
}

.webfac-content-holder {
    position: relative;
    float: left;
    clear: none;
    width: 100%;
    margin: 30px 0 0 0;
}

.webfac-rightcol {
    position: relative;
    float: right;
    clear: none;
    margin: 0 0 0 20px;
    width: 220px;
}

a.webfac-rtmain-link {
    display: block;
    float: left;
    width: 210px;
    padding: 6px 5px 6px 5px;
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_rtcol-navs.png) top left no-repeat;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

    a.webfac-rtmain-link:hover {
        color: #003399;
    }

a.webfac-rtmain-link-cultural {
    background-position: 0 -135px;
}

a.webfac-rtmain-link-twenty {
    background-position: 0 -67px;
}

a.webfac-rtmain-link-heritage {
    background-position: 0 -272px;
}

a.webfac-rtmain-link-museums {
    background-position: 0 -482px;
}

a.webfac-rtmain-link-lang {
    background-position: 0 -203px;
}

a.webfac-rtmain-link-lib {
    background-position: 0 -340px;
}

a.webfac-rtmain-link-sports {
    background-position: 0 0;
}

a.webfac-rtmain-link-home {
    background-position: 0 -410px;
    color: #666;
}

.webfac-rightcol ul {
    display: block;
    float: left;
    clear: both;
    margin: 0;
    padding: 10px 0 10px 0;
    list-style: none;
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_rightcol-tiles.png) top left repeat-x #d4d2d2;
    background-position: 0 -75px;
}

    .webfac-rightcol ul li {
        display: block;
        clear: none;
        width: 215px;
        margin: 0 0 0 5px;
        padding: 0;
    }

        .webfac-rightcol ul li a, .webfac-rightcol-home ul li a {
            display: block;
            float: left;
            padding: 0 0 0 10px;
            margin: 3px 0 3px 0;
            width: 205px;
            font-size: 11px;
            text-decoration: none;
            color: #333;
            background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet.png) top left no-repeat;
            background-position: 0 5px;
        }

.webfac-rightcol-cultural ul li a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-green.png) top left no-repeat;
    background-position: 0 3px;
}

.webfac-rightcol-twenty ul li a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_rightcol-bullet-2010.png) top left no-repeat;
    background-position: 0 4px;
}

.webfac-rightcol-heritage ul li a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_rightcol-bullet-heritage.png) top left no-repeat;
    background-position: 0 4px;
}

.webfac-rightcol-museums ul li a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_rightcol-bullet-museums.png) top left no-repeat;
    background-position: 0 4px;
}

.webfac-rightcol-lang ul li a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-lang.png) top left no-repeat;
    background-position: 0 4px;
}

.webfac-rightcol-lib ul li a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-lib.png) top left no-repeat;
    background-position: 0 4px;
}

.webfac-rightcol ul li a:hover {
    color: #014A22;
}

.webfac-rightcol-sport ul li a:hover, a:hover.content-links-sport {
    color: #0193ad;
}

.webfac-rightcol-cultural ul li a:hover, a:hover.content-links-cultural {
    color: #014A22;
}

.webfac-rightcol-twenty ul li a:hover, a:hover.content-links-twenty {
    color: #FF6C00;
}

.webfac-rightcol-heritage ul li a:hover, a:hover.content-links-heritage {
    color: #D13500;
}

.webfac-rightcol-museums ul li a:hover, a:hover.content-links-museums {
    color: #643910;
}

.webfac-rightcol-lang ul li a:hover, a:hover.content-links-lang {
    color: #900000;
}

.webfac-rightcol-lib ul li a:hover, a:hover.content-links-lib {
    color: #871DB8;
}

.webfac-rightcol-home ul li a:hover, a:hover.content-links-home {
    color: #000;
}

.webfac-content-txt {
    float: left;
    clear: none;
    width: auto;
    padding: 0 25px 0 25px;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.content-headers, .webfac-content-headers-home, .webfac-content-headers {
    font-size: 12px;
    font-weight: bold;
    color: #019eba;
    display: block;
    float: left;
}

.webfac-content-headers-cultural {
    color: #00672E;
}

.webfac-content-headers-twenty {
    color: #FF6C00;
}

.webfac-content-headers-heritage {
    color: #C33200;
}

.webfac-content-headers-museums {
    color: #4D2E0F;
}

.webfac-content-headers-lang {
    color: #A20000;
}

.webfac-content-headers-lib {
    color: #620A8A;
}

a.content-links {
    color: #666;
}

.webfac-med-header {
    font-weight: bold;
    color: #444;
    font-size: 12px;
}

.webfac-menu-holder-arch {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 73px;
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_nav-tile-arch.jpg) top left repeat-x;
}

.webfac-nav-holder-arch ul li {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-arch.jpg) center right no-repeat;
}

    .webfac-nav-holder-arch ul li a.archlink {
        color: #d59f0f;
    }

.webfac-rightcol-arch ul li a:hover, a:hover.content-links-arch {
    color: #d59f0f;
}

.webfac-rightcol-arch ul li a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-arch.jpg) top left no-repeat;
    background-position: 0 4px;
}

a.webfac-rtmain-link-arch {
    background-position: 0 -556px;
}

.webfac-content-holder {
    padding-top: 10px;
}

.webfac-header-txt a:hover {
    color: #003399;
}

a.webfac-rtmain-link.right-highlight:hover {
    color: #fff;
    cursor: default;
}

.webfac-rightcol.heritage ul li a {
    background: url(/sites/all/themes/wcg_simple/css/dcas/images/img_bullet-heritage.png) top left no-repeat;
    background-position: 0 4px;
}

body .pane-wcg-readspeaker-button-pane {
    width: 200px;
}

body.page-jobs #wcg_readspeaker_button, body.page-gc-news #wcg_readspeaker_button, body.node-type-wcg-news #wcg_readspeaker_button, body.node-type-wcg-speech #wcg_readspeaker_button {
    margin-left: 0px;
}

body.page-your-gov-documents-public-info #wcg_readspeaker_button, body.node-type-wcg-general-publication #wcg_readspeaker_button {
    margin-top: 5px;
}

body.section-news-and-speeches #wcg_readspeaker_button {
    margin-top: 5px;
    margin-bottom: 15px;
}

body.page-your-gov-overview #wcg_readspeaker_button, body.page-your-gov-about #wcg_readspeaker_button, body.node-type-site-page #wcg_readspeaker_button {
    margin-bottom: 5px;
}

form#webform-client-form-32436, form#webform-client-form-32877, form#webform-client-form-32885--2 {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.webform-component-matrix th {
    background-color: #eee;
    text-align: center;
    vertical-align: middle;
    padding: 0.4em 0.2em;
    line-height: 1.1em;
}

.webform-component-matrix select, .webform-component-matrix input {
    width: 100%;
}

body.page-node-32885 #block-system-main .links {
    display: none;
}

body.page-node-32885 .form-submit {
    margin-top: 6px;
    margin-bottom: 6px;
}

@-moz-document url-prefix(http),url-prefix(file) {
    img:-moz-broken {
        -moz-force-broken-image-icon: 1;
        width: 70px;
        height: 70px;
    }
}

.wcg-search-total {
    float: right;
}

#block-system-main, .breadcrumb {
    margin-left: -10px;
    margin-right: -10px;
}

.default-page-padding {
    padding: 11px 11px 11px 11px;
}

.default-table-1 {
    width: 100%;
}

.the-field-items table td {
    padding: 0 10px 0 0;
}

.wcg-table {
    border: 1px solid #CECECE;
    padding: 10px;
}

    .wcg-table td {
        border: 1px solid #CECECE;
        padding: 10px;
    }

    .wcg-table .first-row {
        background-color: #8ca3d1;
    }

input[type="text"], textarea {
    border-radius: 3px;
    border-color: #999999;
}

.wcg-default-button, .form-submit, input[type="reset"], input[type="submit"], input[type="button"] {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023fba',endColorstr='#003399');
    -moz-box-shadow: inset 0px 1px 0px 0px #012a7b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #012a7b;
    box-shadow: inset 0px 0px 0px 0px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#023fba),color-stop(1,#003399));
    background: -moz-linear-gradient(center top,#023fba 5%,#003399 100%);
    background-color: #023fba;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-family: 'Open Sans','Verdana','Arial',sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    width: auto;
    line-height: 12px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #012a7b;
    padding: 0px 5x 0px 5px;
    border: 0px #000000 solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/sites/all/themes/wcg_simple/css/css3pie/PIE.htc);
    position: relative;
}

    .wcg-default-button:hover, .form-submit:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#6785c3),color-stop(1,#023fba));
        background: -moz-linear-gradient(center top,#6785c3 5%,#023fba 100%);
    }

    .wcg-default-button:active, .form-submit:active, input[type="reset"]:active, input[type="submit"]:active, input[type="button"]:active {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#001a4d),color-stop(1,#023fba));
        background: -moz-linear-gradient(center top,#001a4d 5%,#023fba 100%);
        position: relative;
        top: 1px;
        -moz-box-shadow: 0px;
        -webkit-box-shadow: 0px;
        box-shadow: 0px;
    }

    .wcg-default-button a, .form-submit a, input[type="reset"] a, input[type="submit"] a, input[type="button"] a {
        text-align: center;
        vertical-align: middle;
        padding: 7px;
        color: #ffffff;
    }

        .wcg-default-button a:hover, .form-submit a:hover, input[type="reset"] a:hover, input[type="submit"] a:hover, input[type="button"] a:hover {
            color: #ffffff;
            text-decoration: none;
        }

.media-element button, .media-element input[type="button"] {
    filter: -;
}

button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
    -moz-box-shadow: #003399 0 0 5px;
    -webkit-box-shadow: #003399 0 0 5px;
    box-shadow: #003399 0 0 5px;
    z-index: 1;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    -webkit-appearance: none;
    -moz-border-radius: 2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: #555555;
    outline: 0;
    padding: 2px 3px;
    font-size: 12px;
    height: 1.8em;
    margin: 0px;
    width: 100%;
}

.breadcrumb {
    background: white;
    color: #333;
    font-size: 0.875em;
    padding-bottom: 10px;
    padding-left: 11px;
    padding-top: 10px;
}

.far {
    padding-left: 71px;
}

.farbig {
    padding-left: 175px;
}

.flush {
    padding-left: 7px;
}

.gen {
    padding-left: 75px;
}

.clear {
    clear: both;
}

.item-list ul li {
    margin: 0;
    padding: 0;
}

.item-list li {
    list-style-type: disc;
}

.item-list ul li {
    margin-bottom: 4px;
}

.item-list ul {
    margin-left: 28px;
}

body.front .item-list ul {
    margin-left: 19px;
}

.bullet_style_1 {
    margin-left: 0;
    padding-top: 10px;
}

    .bullet_style_1 li {
        margin-bottom: 4px;
        list-style-image: url(/sites/all/themes/wcg_simple/css/img/arrow_bullet.gif);
        list-style-position: inside;
    }

.bullet_style_2 {
    margin-left: 5px;
    padding-top: 10px;
}

    .bullet_style_2 li {
        margin-bottom: 4px;
        list-style-type: none;
    }

.panel-pane pane-page-title {
    margin-bottom: 5px;
}

.panelsDecoration .panel-bee-2col-stacked .panel-col-bottom {
    border: 1px solid black;
    border-width: 1px 0;
}

.panelsDecoration .panels-flexible-row-bee_2_columns-1 {
    padding-bottom: 4em;
}

.panelsDecoration .panel-bee-2col-stacked .panel-col-first {
    min-height: 600px;
}

.panelsDecoration * html .panel-bee-2col-stacked .panel-col-first {
    border-right: 1px solid black;
    min-height: 600px;
}

.panelsDecoration .panel-bee-2col-stacked .panel-col-last {
    width: 700px;
    margin-left: -1px;
    border-left: 1px solid black;
    padding: 0px 15px 45px 15px;
}

.panelsDecoration .panel-bee-3col-stacked .right-wrapper {
    border-left: 1px solid black;
}

.panelsDecoration .panel-bee-3col-stacked .panel-col {
    float: left;
}

.panelsDecoration .view .panel-col-bottom {
    border: none;
}

.panelsDecoration .view .panel-col-first {
    min-height: 0;
    border-right: none;
}

.panelsDecoration .view .panel-col-last {
    width: auto;
    margin-left: 0;
    border-left: none;
}

.panelsDecoration .view .panel-col-top {
    width: auto;
    margin: 0;
    border-left: none;
}

.box-bg {
    box-shadow: 0 0 5px #cccccc;
    border: 1px solid #e8e6e3;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -ms-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -o-linear-gradient(top,#fbfbfb 0%,#f4f4f4 100%);
    background-image: -webkit-gradient(linear,right top,right bottom,color-stop(0%,#fbfbfb),color-stop(100%,#f4f4f4));
}

.node-site-page .content {
    padding: 20px;
}

.panel-bee-3col-stacked .panel-two-col {
    float: right;
}

    .panel-bee-3col-stacked .panel-two-col img {
        float: right;
    }

.panel-col-first {
    float: left;
    padding-top: 20px;
}

.right-wrapper {
    width: 720px;
    padding-left: 10px;
    border-left: 1px solid #000000;
    padding-top: 20px;
}

#last-updated-node, .updated-date {
    margin-top: -1px;
    color: #666666;
    font-size: 0.9em;
    padding: 10px 2% 10px 0;
    text-align: right;
    border-top: 1px solid #000000;
}

body.page-node p.updated-date {
    margin-bottom: 0;
}

.item-list ul.pager {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 40px;
    border-radius: 0;
}

    .item-list ul.pager li {
        padding-left: 5px;
        padding-right: 5px;
    }

        .item-list ul.pager li .pager-last, .item-list ul.pager li .pager-first {
            display: none;
        }

        .item-list ul.pager li a {
            padding: 3px 7px;
            background: none repeat scroll 0 0;
            -moz-box-shadow: inset 0px 1px 0px 0px #012a7b;
            -webkit-box-shadow: inset 0px 1px 0px 0px #012a7b;
            box-shadow: inset 0px 0px 0px 0px;
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#023fba),color-stop(1,#003399));
            background: -moz-linear-gradient(center top,#023fba 5%,#003399 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023fba',endColorstr='#003399');
            background-color: #023fba;
            text-indent: 0;
            display: inline-block;
            color: #ffffff;
            font-family: 'Open Sans','Verdana','Arial',sans-serif;
            font-size: 1.0em;
            font-weight: normal;
            font-style: normal;
            line-height: normal;
            text-decoration: none;
            text-align: center;
            text-shadow: 1px 1px 0px #012a7b;
            border: 0px #000000 solid;
            -moz-border-radius: 2;
            -webkit-border-radius: 2px;
            border-radius: 2px;
        }

            .item-list ul.pager li a:hover {
                background: none repeat scroll;
                background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#9eb8ed),color-stop(1,#6785c3));
                background: -moz-linear-gradient(center top,#9eb8ed 5%,#6785c3 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9eb8ed',endColorstr='#6785c3');
            }

            .item-list ul.pager li a:active {
                background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#001a4d),color-stop(1,#023fba));
                background: -moz-linear-gradient(center top,#001a4d 5%,#023fba 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a4d',endColorstr='#023fba');
                position: relative;
                top: 1px;
                -moz-box-shadow: 0px;
                -webkit-box-shadow: 0px;
                box-shadow: 0px;
                padding: 3px 7px;
            }

    .item-list ul.pager .pager-current {
        padding: 5px 7px;
        margin: 0 2px;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#6785c3),color-stop(1,#023fba));
        background: -moz-linear-gradient(center top,#6785c3 5%,#023fba 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c3',endColorstr='#023fba');
        color: white;
        display: inline-table;
        -moz-border-radius: 2;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

.node-type-site-page #block-system-main .panel-col-first {
    padding-top: 0;
}

#content-text table, #content-text td {
    border: 1px solid #000000 !important;
}

#content-text tbody {
    border: 1px solid #000000 !important;
}

#content-text tbody {
    border: medium none;
}

#content-text table {
    border-collapse: collapse;
}

.field-name-field-wcg-tags .field-item {
    float: left;
    padding-right: 5px;
}

ul {
    list-style: disc;
    margin-bottom: 13px;
}

body.context-tenders .margin-wrap {
    min-height: 500px;
}

body.context-pubs .margin-wrap, body.node-type-site-page .margin-wrap, body.context-contact .margin-wrap {
    padding: 11px 11px 11px 11px;
    overflow: hidden;
}

body.context-contact .form-text, body.context-contact .form-textarea {
    width: 50%;
}

body.context-contact .form-textarea {
    height: 200px;
}

body.context-contact .grippie {
    display: none;
}

body.context-tenders .menu-name-menu-tenders-pages {
    padding-top: 11px;
}

    body.context-tenders .menu-name-menu-tenders-pages ul.menu {
        border: 0px solid #ff0000;
        margin-left: 8px;
    }

        body.context-tenders .menu-name-menu-tenders-pages ul.menu .nolink {
            font-weight: normal;
            font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
            display: block;
            padding-top: 20px;
        }

        body.context-tenders .menu-name-menu-tenders-pages ul.menu li {
            padding: 0px;
            margin: 0px;
            margin-left: 12px;
        }

            body.context-tenders .menu-name-menu-tenders-pages ul.menu li.expanded {
                list-style-image: none;
                list-style-type: none;
                margin-left: 0px;
            }

            body.context-tenders .menu-name-menu-tenders-pages ul.menu li.leaf {
                list-style-image: none;
            }

            body.context-tenders .menu-name-menu-tenders-pages ul.menu li.active a {
                font-weight: normal;
                font-family: 'Open Sans bold','Verdana','Arial',sans-serif;
            }

td, th {
    vertical-align: top;
}

#errorbody {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
    text-align: center;
}

    #errorbody h1 {
        color: #000000;
        background-color: #ffffff;
        font-size: 40px;
    }

    #errorbody #error-search {
        margin-bottom: 25px;
    }

    #errorbody #return-btn {
        margin-left: auto;
        margin-right: auto;
    }

    #errorbody a {
        line-height: 24px;
    }

#user-login {
    margin-left: 10px;
    margin-bottom: 20px;
}

.search-info {
    color: #666666;
}

form#webform-client-form-21114, #webform-client-form-32436, #webform-client-form-32877, #webform-client-form-32885--2 {
    background: none repeat scroll 0 0 #F9F9F9;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    margin-bottom: 1em;
    padding: 20px;
    width: 50%;
}

    form#webform-client-form-21114 label.error, #webform-client-form-32436 label.error, #webform-client-form-32877 label.error, #webform-client-form-32885--2 label.error {
        background: none repeat scroll 0 0 #FEF5F1;
        border: 1px solid #ED541D;
        margin-top: .5em;
        margin-right: 0;
        padding: 1em;
        color: #333333;
        display: block;
        white-space: normal;
    }

    form#webform-client-form-21114 .form-text, form#webform-client-form-21114 .form-textarea, #webform-client-form-32436 .form-text, #webform-client-form-32436 .form-textarea, #webform-client-form-32877 .form-text, #webform-client-form-32877 .form-textarea, #webform-client-form-32885--2 .form-text, #webform-client-form-32885--2 .form-textarea {
        border: 1px solid #999999;
        width: 100%;
    }

    form#webform-client-form-21114 .form-textarea, #webform-client-form-32436 .form-textarea, #webform-client-form-32877 .form-textarea, #webform-client-form-32885--2 .form-textarea {
        height: 150px;
    }

.media-with-caption {
    display: inline-block;
}

    .media-with-caption[style*="float:left"], .media-with-caption[style*="float:left"] {
        margin: 0 1em 1em 0;
    }

    .media-with-caption[style*="float:right"], .media-with-caption[style*="float:right"] {
        margin: 0 0 1em 1em;
    }

    .media-with-caption img {
        display: block;
    }

    .media-with-caption .field-name-field-caption {
        width: 350px;
        margin-right: 5px;
        margin-bottom: 5px;
        float: left;
        color: #666666;
        font-size: 0.875em;
        width: 100%;
        margin-right: 0;
    }


.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4, .push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8, .push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12 {
    position: relative;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

body {
    min-width: 960px;
}

.container-12 {
    margin-left: auto;
    margin-right: auto;
    width: 1028px;
}

    .container-12 .grid-1 {
        width: 60px;
    }

    .container-12 .grid-2 {
        width: 140px;
    }

    .container-12 .grid-3 {
        width: 220px;
    }

    .container-12 .grid-4 {
        width: 300px;
    }

    .container-12 .grid-5 {
        width: 380px;
    }

    .container-12 .grid-6 {
        width: 460px;
    }

    .container-12 .grid-7 {
        width: 540px;
    }

    .container-12 .grid-8 {
        width: 620px;
    }

    .container-12 .grid-9 {
        width: 700px;
    }

    .container-12 .grid-10 {
        width: 780px;
    }

    .container-12 .grid-11 {
        width: 860px;
    }

    .container-12 .grid-12 {
        width: 940px;
    }

    .container-12 .prefix-1 {
        padding-left: 80px;
    }

    .container-12 .prefix-2 {
        padding-left: 160px;
    }

    .container-12 .prefix-3 {
        padding-left: 240px;
    }

    .container-12 .prefix-4 {
        padding-left: 320px;
    }

    .container-12 .prefix-5 {
        padding-left: 400px;
    }

    .container-12 .prefix-6 {
        padding-left: 480px;
    }

    .container-12 .prefix-7 {
        padding-left: 560px;
    }

    .container-12 .prefix-8 {
        padding-left: 640px;
    }

    .container-12 .prefix-9 {
        padding-left: 720px;
    }

    .container-12 .prefix-10 {
        padding-left: 800px;
    }

    .container-12 .prefix-11 {
        padding-left: 880px;
    }

    .container-12 .suffix-1 {
        padding-right: 80px;
    }

    .container-12 .suffix-2 {
        padding-right: 160px;
    }

    .container-12 .suffix-3 {
        padding-right: 240px;
    }

    .container-12 .suffix-4 {
        padding-right: 320px;
    }

    .container-12 .suffix-5 {
        padding-right: 400px;
    }

    .container-12 .suffix-6 {
        padding-right: 480px;
    }

    .container-12 .suffix-7 {
        padding-right: 560px;
    }

    .container-12 .suffix-8 {
        padding-right: 640px;
    }

    .container-12 .suffix-9 {
        padding-right: 720px;
    }

    .container-12 .suffix-10 {
        padding-right: 800px;
    }

    .container-12 .suffix-11 {
        padding-right: 880px;
    }

    .container-12 .push-1 {
        left: 80px;
    }

    .container-12 .push-2 {
        left: 160px;
    }

    .container-12 .push-3 {
        left: 240px;
    }

    .container-12 .push-4 {
        left: 320px;
    }

    .container-12 .push-5 {
        left: 400px;
    }

    .container-12 .push-6 {
        left: 480px;
    }

    .container-12 .push-7 {
        left: 560px;
    }

    .container-12 .push-8 {
        left: 640px;
    }

    .container-12 .push-9 {
        left: 720px;
    }

    .container-12 .push-10 {
        left: 800px;
    }

    .container-12 .push-11 {
        left: 880px;
    }

    .container-12 .pull-1 {
        left: -80px;
    }

    .container-12 .pull-2 {
        left: -160px;
    }

    .container-12 .pull-3 {
        left: -240px;
    }

    .container-12 .pull-4 {
        left: -320px;
    }

    .container-12 .pull-5 {
        left: -400px;
    }

    .container-12 .pull-6 {
        left: -480px;
    }

    .container-12 .pull-7 {
        left: -560px;
    }

    .container-12 .pull-8 {
        left: -640px;
    }

    .container-12 .pull-9 {
        left: -720px;
    }

    .container-12 .pull-10 {
        left: -800px;
    }

    .container-12 .pull-11 {
        left: -880px;
    }
.container-inline-date {
    clear: both;
}

    .container-inline-date .form-item {
        float: none;
        margin: 0;
        padding: 0;
    }

    .container-inline-date > .form-item {
        display: inline-block;
        margin-right: 0.5em;
        margin-bottom: 10px;
        vertical-align: top;
    }

    .container-inline-date .form-item .form-item {
        float: left;
    }

    .container-inline-date .form-item, .container-inline-date .form-item input {
        width: auto;
    }

    .container-inline-date .description {
        clear: both;
    }

    .container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
        margin-right: 5px;
    }

    .container-inline-date .date-spacer {
        margin-left: -5px;
    }

.views-right-60 .container-inline-date div {
    margin: 0;
    padding: 0;
}

.container-inline-date .date-timezone .form-item {
    clear: both;
    float: none;
    width: auto;
}

.container-inline-date .date-padding {
    padding: 10px;
    float: left;
}

.views-exposed-form .container-inline-date .date-padding {
    padding: 0;
}

#calendar_div, #calendar_div td, #calendar_div th {
    margin: 0;
    padding: 0;
}

#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
    border-collapse: separate;
    margin: 0;
    width: 185px;
}

    .calendar td {
        padding: 0;
    }

span.date-display-single {
}

span.date-display-start {
}

span.date-display-end {
}

.date-prefix-inline {
    display: inline-block;
}

.date-clear {
    clear: both;
    display: block;
    float: none;
}

.date-no-float {
    clear: both;
    float: none;
    width: 98%;
}

.date-float {
    clear: none;
    float: left;
    width: auto;
}

    .date-float .form-type-checkbox {
        padding-right: 1em;
    }

.form-type-date-select .form-type-select[class$=hour] {
    margin-left: .75em;
}

.date-container .date-format-delete {
    float: left;
    margin-top: 1.8em;
    margin-left: 1.5em;
}

.date-container .date-format-name {
    float: left;
}

.date-container .date-format-type {
    float: left;
    padding-left: 10px;
}

.date-container .select-container {
    clear: left;
    float: left;
}

div.date-calendar-day {
    background: #F3F3F3;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    color: #999;
    float: left;
    line-height: 1;
    margin: 6px 10px 0 0;
    text-align: center;
    width: 40px;
}

    div.date-calendar-day span {
        display: block;
        text-align: center;
    }

        div.date-calendar-day span.month {
            background-color: #B5BEBE;
            color: white;
            font-size: .9em;
            padding: 2px;
            text-transform: uppercase;
        }

        div.date-calendar-day span.day {
            font-size: 2em;
            font-weight: bold;
        }

        div.date-calendar-day span.year {
            font-size: .9em;
            padding: 2px;
        }

.form-item.form-item-instance-widget-settings-input-format-custom, .form-item.form-item-field-settings-enddate-required {
    margin-left: 1.3em;
}

#edit-field-settings-granularity .form-type-checkbox {
    margin-right: .6em;
}

.date-year-range-select {
    margin-right: 1em;
}

#ui-datepicker-div {
    font-size: 100%;
    font-family: Verdana,sans-serif;
    background: #eee;
    border-right: 2px #666 solid;
    border-bottom: 2px #666 solid;
    z-index: 9999;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            float: left;
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
        background-color: #003399;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
        background-color: #003399;
    }

    .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
        float: right;
    }

    .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;
            }

    .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 {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.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 {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.field .field-label {
    font-weight: bold;
}

.field-label-inline .field-label, .field-label-inline .field-items {
    float: left;
}

form .field-multiple-table {
    margin: 0;
}

    form .field-multiple-table th.field-label {
        padding-left: 0;
    }

    form .field-multiple-table td.field-multiple-drag {
        width: 30px;
        padding-right: 0;
    }

        form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
            padding-right: .5em;
        }

form .field-add-more-submit {
    margin: .5em 0 0;
}

.node-unpublished {
    background-color: #fff4f4;
}

.preview .node {
    background-color: #ffffea;
}

td.revision-current {
    background: #ffc;
}

.search-form {
    margin-bottom: 1em;
}

    .search-form input {
        margin-top: 0;
        margin-bottom: 0;
    }

.search-results {
    list-style: none;
}

    .search-results p {
        margin-top: 0;
    }

    .search-results .title {
        font-size: 1.2em;
    }

    .search-results li {
        margin-bottom: 1em;
    }

    .search-results .search-snippet-info {
        padding-left: 1em;
    }

    .search-results .search-info {
        font-size: 0.85em;
    }

.search-advanced .criterion {
    float: left;
    margin-right: 2em;
}

.search-advanced .action {
    float: left;
    clear: left;
}

#permissions td.module {
    font-weight: bold;
}

#permissions td.permission {
    padding-left: 1.5em;
}

#permissions tr.odd .form-item, #permissions tr.even .form-item {
    white-space: normal;
}

#user-admin-settings fieldset .fieldset-description {
    font-size: 0.85em;
    padding-bottom: .5em;
}

#user-admin-roles td.edit-name {
    clear: both;
}

#user-admin-roles .form-item-name {
    float: left;
    margin-right: 1em;
}

.password-strength {
    width: 17em;
    float: right;
    margin-top: 1.4em;
}

.password-strength-title {
    display: inline;
}

.password-strength-text {
    float: right;
    font-weight: bold;
}

.password-indicator {
    background-color: #C4C4C4;
    height: 0.3em;
    width: 100%;
}

    .password-indicator div {
        height: 100%;
        width: 0%;
        background-color: #47C965;
    }

input.password-confirm, input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
}

div.password-confirm {
    float: right;
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
}

div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
}

div.password-suggestions ul {
    margin-bottom: 0;
}

.confirm-parent, .password-parent {
    clear: left;
    margin: 0;
    width: 36.3em;
}

.profile {
    clear: both;
    margin: 1em 0;
}

    .profile .user-picture {
        float: right;
        margin: 0 1em 1em 0;
    }

    .profile h3 {
        border-bottom: 1px solid #ccc;
    }

    .profile dl {
        margin: 0 0 1.5em 0;
    }

    .profile dt {
        margin: 0 0 0.2em 0;
        font-weight: bold;
    }

    .profile dd {
        margin: 0 0 1em 0;
    }

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
}

    .views-exposed-form .views-exposed-widget .form-submit {
        margin-top: 1.6em;
    }

.views-exposed-form .form-item, .views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}

.views-exposed-form label {
    font-weight: bold;
}

.views-exposed-widgets {
    margin-bottom: .5em;
}

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

.views-view-grid tbody {
    border-top: none;
}

.view .progress-disabled {
    float: none;
}
#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

    #autocomplete ul {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

    #autocomplete li {
        background: #fff;
        color: #000;
        cursor: default;
        white-space: pre;
        zoom: 1;
    }

html.js input.form-autocomplete {
    background-image: url(/misc/throbber-inactive.png);
    background-position: 100% center;
    background-repeat: no-repeat;
}

html.js input.throbbing {
    background-image: url(/misc/throbber-active.gif);
    background-position: 100% center;
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
}

    html.js fieldset.collapsed .fieldset-wrapper {
        display: none;
    }

fieldset.collapsible {
    position: relative;
}

    fieldset.collapsible .fieldset-legend {
        display: block;
    }

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resizable-textarea .grippie {
    background: #eee url(/misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}

body.drag {
    cursor: move;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(/misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 0.42em 0.5em;
    width: 13px;
}

a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}

div.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

div.tree-child {
    background: url(/misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(/misc/tree-bottom.png) no-repeat 11px center;
}

div.tree-child-horizontal {
    background: url(/misc/tree.png) no-repeat -11px center;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
}

.progress .bar {
    background-color: #fff;
    border: 1px solid;
}

.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
}

.progress .percentage {
    float: right;
}

.ajax-progress {
    display: inline-block;
}

    .ajax-progress .throbber {
        background: transparent url(/misc/throbber-active.gif) no-repeat 0px center;
        float: left;
        height: 15px;
        margin: 2px;
        width: 15px;
    }

    .ajax-progress .message {
        padding-left: 20px;
    }

tr .ajax-progress .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.container-inline div, .container-inline label {
    display: inline;
}

.container-inline .fieldset-wrapper {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

html.js .js-hide {
    display: none;
}

.element-hidden {
    display: none;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
}

    .element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
        position: static !important;
        clip: auto;
        overflow: visible;
        height: auto;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*:first-child + html .clearfix {
    min-height: 1%;
}

ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}

    ul.menu li {
        margin: 0 0 0 0.5em;
    }

ul li.expanded {
    list-style-image: url(/misc/menu-expanded.png);
    list-style-type: circle;
}

ul li.collapsed {
    list-style-image: url(/misc/menu-collapsed.png);
    list-style-type: disc;
}

ul li.leaf {
    list-style-image: url(/misc/menu-leaf.png);
    list-style-type: square;
}

li.expanded, li.collapsed, li.leaf {
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li a.active {
    color: #000;
}

td.menu-disabled {
    background: #ccc;
}

ul.inline, ul.links.inline {
    display: inline;
    padding-left: 0;
}

    ul.inline li {
        display: inline;
        list-style-type: none;
        padding: 0 0.5em;
    }

.breadcrumb {
    padding-bottom: 0.5em;
}

ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}

    ul.primary li {
        display: inline;
    }

        ul.primary li a {
            background-color: #ddd;
            border-color: #bbb;
            border-style: solid solid none solid;
            border-width: 1px;
            height: auto;
            margin-right: 0.5em;
            padding: 0 1em;
            text-decoration: none;
        }

        ul.primary li.active a {
            background-color: #337ab7;
            border: 1px solid #bbb;
            border-bottom: 1px solid #fff;
        }

        ul.primary li a:hover {
            background-color: #eee;
            border-color: #ccc;
            border-bottom-color: #eee;
        }

ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}

    ul.secondary li {
        border-right: 1px solid #ccc;
        display: inline;
        padding: 0 1em;
    }

    ul.secondary a {
        padding: 0;
        text-decoration: none;
    }

        ul.secondary a.active {
            border-bottom: 4px solid #999;
        }

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}

div.status {
    background-image: url(/misc/message-24-ok.png);
    border-color: #be7;
}

div.status, .ok {
    color: #234600;
}

div.status, table tr.ok {
    background-color: #f8fff0;
}

div.warning {
    background-image: url(/misc/message-24-warning.png);
    border-color: #ed5;
}

div.warning, .warning {
    color: #840;
}

div.warning, table tr.warning {
    background-color: #fffce5;
}

div.error {
    background-image: url(/misc/message-24-error.png);
    border-color: #ed541d;
}

div.error, .error {
    color: #8c2e0b;
}

div.error, table tr.error {
    background-color: #fef5f1;
}

    div.error p.error {
        color: #333;
    }

div.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}

    div.messages ul li {
        list-style-image: none;
    }

fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
}

form {
    margin: 5pt;
    padding: 0;
}

hr {
    border: 1px solid gray;
    height: 1px;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
}

/*tbody {
    border-top: 1px solid #ccc;
}*/

tr.even, tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

th.active img {
    display: inline;
}

td.active {
    background-color: #ddd;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

    .item-list ul li {
        margin: 0 0 0.25em 1.5em;
        padding: 0;
    }

.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item, tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

.form-item .description {
    font-size: 0.85em;
}

label {
    display: block;
    font-weight: bold;
}

    label.option {
        display: inline;
        font-weight: normal;
    }

.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 2.4em;
}

input.form-checkbox, input.form-radio {
    vertical-align: middle;
}

.marker, .form-required {
    color: #f00;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red;
}

.container-inline .form-actions, .container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

.more-link {
    text-align: right;
}

.more-help-link {
    text-align: right;
}

    .more-help-link a {
        background: url(/misc/help.png) 0 50% no-repeat;
        padding: 1px 0 1px 20px;
    }

.item-list .pager {
    clear: both;
    text-align: center;
}

    .item-list .pager li {
        background-image: none;
        display: inline;
        list-style-type: none;
        padding: 0.5em;
    }

.pager-current {
    font-weight: bold;
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}

html.js fieldset.collapsible .fieldset-legend {
    background: url(/misc/menu-expanded.png) 5px 65% no-repeat;
    padding-left: 15px;
}

html.js fieldset.collapsed .fieldset-legend {
    background-image: url(/misc/menu-collapsed.png);
    background-position: 5px 50%;
}

.fieldset-legend span.summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

.tabledrag-toggle-weight {
    font-size: 0.9em;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

tr.selected td {
    background: #ffc;
}

td.checkbox, th.checkbox {
    text-align: center;
}

.progress {
    font-weight: bold;
}

    .progress .bar {
        background: #ccc;
        border-color: #666;
        margin: 0 0.2em;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .progress .filled {
        background: #0072b9 url(/misc/progress.gif);
    }
.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica,Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}

.me-plugin {
    position: absolute;
    height: auto;
    width: auto;
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.mejs-fullscreen {
    overflow: hidden !important;
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}

    .mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
        width: 100%;
        height: 100%;
    }

.mejs-clear {
    clear: both;
}

.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

:root .mejs-poster img {
    display: none;
}

.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0;
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-overlay-play {
    cursor: pointer;
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(/sites/all/libraries/mediaelement/build/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
    background-image: url(/sites/all/libraries/mediaelement/build/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(/sites/all/libraries/mediaelement/build/background.png);
    background: rgba(0,0,0,0.9);
    background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));
    background: -moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));
    background: -o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));
    background: -ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));
    background: linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));
}

    .mejs-overlay-loading span {
        display: block;
        width: 80px;
        height: 80px;
        background: transparent url(/sites/all/libraries/mediaelement/build/loading.gif) 50% 50% no-repeat;
    }

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(/sites/all/libraries/mediaelement/build/background.png);
    background: rgba(0,0,0,0.7);
    background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
    background: -moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
    background: -o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
    background: -ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
    background: linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));
    height: 30px;
    width: 100%;
}

    .mejs-container .mejs-controls div {
        list-style-type: none;
        background-image: none;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 26px;
        height: 26px;
        font-size: 11px;
        line-height: 11px;
        font-family: Helvetica,Arial;
        border: 0;
    }

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(/sites/all/libraries/mediaelement/build/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(/sites/all/libraries/mediaelement/build/controls.png);
}

.mejs-controls .mejs-button button:focus {
    outline: dotted 1px #999;
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 8px 3px 0 3px;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .mejs-container .mejs-controls .mejs-time span {
        color: #fff;
        font-size: 11px;
        line-height: 12px;
        display: block;
        float: left;
        margin: 1px 2px 0 0;
        width: auto;
    }

.mejs-controls .mejs-play button {
    background-position: 0 0;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50,50,50,0.8);
    background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: -o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60,170,200,0.8);
    background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));
    background: -webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));
    background: -moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));
    background: -o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));
    background: -ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));
    background: linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: -o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

    .mejs-controls .mejs-volume-button .mejs-volume-slider {
        display: none;
        height: 115px;
        width: 25px;
        background: url(/sites/all/libraries/mediaelement/build/background.png);
        background: rgba(50,50,50,0.7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        top: -115px;
        left: 0;
        z-index: 1;
        position: absolute;
        margin: 0;
    }

    .mejs-controls .mejs-volume-button:hover {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255,255,255,0.5);
        margin: 0;
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255,255,255,0.9);
        margin: 0;
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
        position: absolute;
        left: 4px;
        top: -3px;
        width: 16px;
        height: 6px;
        background: #ddd;
        background: rgba(255,255,255,0.9);
        cursor: N-resize;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        margin: 0;
    }

.mejs-controls div.mejs-horizontal-volume-slider {
    height: 26px;
    width: 60px;
    position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50,50,50,0.8);
    background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: -o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: -o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

.mejs-controls .mejs-captions-button {
    position: relative;
}

    .mejs-controls .mejs-captions-button button {
        background-position: -48px 0;
    }

    .mejs-controls .mejs-captions-button .mejs-captions-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -51px;
        width: 85px;
        height: 100px;
        background: url(/sites/all/libraries/mediaelement/build/background.png);
        background: rgba(50,50,50,0.7);
        border: solid 1px transparent;
        padding: 10px 10px 0 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden;
        }

            .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
                margin: 0 0 6px 0;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden;
            }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px;
                }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
                    width: 55px;
                    float: left;
                    padding: 4px 0 0 0;
                    line-height: 15px;
                    font-family: helvetica,arial;
                    font-size: 10px;
                }

    .mejs-controls .mejs-captions-button .mejs-captions-translations {
        font-size: 10px;
        margin: 0 0 5px 0;
    }

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}

    .mejs-chapters .mejs-chapter {
        position: absolute;
        float: left;
        background: #222;
        background: rgba(0,0,0,0.7);
        background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));
        background: -webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
        background: -moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
        background: -o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
        background: -ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
        background: linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);
        overflow: hidden;
        border: 0;
    }

        .mejs-chapters .mejs-chapter .mejs-chapter-block {
            font-size: 11px;
            color: #fff;
            padding: 5px;
            display: block;
            border-right: solid 1px #333;
            border-bottom: solid 1px #333;
            cursor: pointer;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
            border-right: none;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
            background: #666;
            background: rgba(102,102,102,0.7);
            background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));
            background: -webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));
            background: -moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));
            background: -o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));
            background: -ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));
            background: linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
            font-size: 12px;
            font-weight: bold;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 0 0 3px 0;
            line-height: 12px;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
            font-size: 12px;
            line-height: 12px;
            margin: 3px 0 4px 0;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

    .mejs-captions-layer a {
        color: #fff;
        text-decoration: underline;
    }

    .mejs-captions-layer[lang=ar] {
        font-size: 20px;
        font-weight: normal;
    }

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.mejs-captions-position-hover {
    bottom: 35px;
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(/sites/all/libraries/mediaelement/build/background.png);
    background: rgba(20,20,20,0.5);
    white-space: pre-wrap;
}

.me-cannotplay a {
    color: #fff;
    font-weight: bold;
}

.me-cannotplay span {
    padding: 15px;
    display: block;
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001;
}

    .mejs-contextmenu .mejs-contextmenu-separator {
        height: 1px;
        font-size: 0;
        margin: 5px 6px;
        background: #333;
    }

    .mejs-contextmenu .mejs-contextmenu-item {
        font-family: Helvetica,Arial;
        font-size: 12px;
        padding: 4px 6px;
        cursor: pointer;
        color: #333;
    }

        .mejs-contextmenu .mejs-contextmenu-item:hover {
            background: #2C7C91;
            color: #fff;
        }

.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}

    .mejs-controls .mejs-sourcechooser-button button {
        background-position: -128px 0;
    }

    .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -10px;
        width: 130px;
        height: 100px;
        background: url(/sites/all/libraries/mediaelement/build/background.png);
        background: rgba(50,50,50,0.7);
        border: solid 1px transparent;
        padding: 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden;
        }

            .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
                margin: 0 0 6px 0;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden;
            }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px;
                }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
                    width: 100px;
                    float: left;
                    padding: 4px 0 0 0;
                    line-height: 15px;
                    font-family: helvetica,arial;
                    font-size: 10px;
                }

.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/sites/all/libraries/mediaelement/build/background.png);
    background: rgba(50,50,50,0.7);
    z-index: 1000;
    overflow: hidden;
}

.mejs-postroll-layer-content {
    width: 100%;
    height: 100%;
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(/sites/all/libraries/mediaelement/build/background.png);
    background: rgba(50,50,50,0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer;
}

div.mejs-speed-button {
    width: 46px !important;
    position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
    background: transparent;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #fff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
    visibility: hidden;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(/sites/all/libraries/mediaelement/build/background.png);
    background: rgba(50,50,50,0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
    visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: rgba(33,248,248,1);
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

    .mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
        margin: 0 0 6px 0;
        padding: 0 10px;
        list-style-type: none !important;
        display: block;
        color: #fff;
        overflow: hidden;
    }

        .mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
            clear: both;
            float: left;
            margin: 3px 3px 0 5px;
            display: none;
        }

        .mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
            width: 60px;
            float: left;
            padding: 4px 0 0 0;
            line-height: 15px;
            font-family: helvetica,arial;
            font-size: 11.5px;
            color: white;
            margin-left: 5px;
            cursor: pointer;
        }

        .mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
            background-color: #c8c8c8 !important;
            background-color: rgba(255,255,255,.4) !important;
        }

select.form-control {
    -webkit-appearance: menulist;
    height: 23px;
    padding: 0;
    padding-left: 2px;
    font-size: 12px;
    font-family: Arial,sans-serif;
}

span.field-validation-error {
    font-size: 85%;
}
#wizardBar {
    min-height: 30px;

}

#step {
    padding-bottom: 39px;
}

#wizardBar .nav > li > a,
#wizardBar .navbar .nav > li > a, 
#wizardBar .navbar .nav > li > a:first-letter {
display:        inline;
padding:        10px;
}
 
form .input-group-addon {
    padding-top: 2px;
    padding-bottom: 2px;
}

#applicationWizard .control-label {
    
}
.bs-accordion .panel-heading {
    padding: 0;
}

    .bs-accordion .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

        .bs-accordion .panel-heading a[aria-expanded=true] .glyphicon.glyphicon-circle-arrow-up {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .bs-accordion .panel-heading a .glyphicon.glyphicon-circle-arrow-up {
            transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
        }
.container {
    margin: 0 auto;
}

.autocomplete-suggestions {
    background: #FFF;
    border: 1px solid #999;
    cursor: default;
    overflow: auto;
}

.autocomplete-suggestion {
    overflow: hidden;
    padding: 2px 5px;
    white-space: nowrap;
    font-size: 13px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    color: #3399FF;
    font-weight: normal;
}
/* Adjust Menu colors - Normal */
/*.navbar .nav > li > a, .navbar .nav > li > a:first-letter {
color:          lightgray;
text-shadow:    none;
}
/* Adjust Menu colors - Hover */
/*.navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter { 
color:          white;                      
text-shadow:    none;
}*/
/* Adjust Menu colors - Active */
/*.navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a,
.navbar .nav > li.current-menu-item > a:first-letter, 
.navbar .nav > li.current-menu-ancestor > a:first-letter {
color:          blue;
text-shadow:    none;
}*/
 
/* Adjust dropdown Menu items (blue) text color, (yellow) shading and (green) border */
/*.dropdown-menu > li > a {
color:          blue;
background:     yellow;
border-bottom:  2px solid green;
}*/
 
/* Remove the Hover/Focus Colors  */
/*.navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a, 
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
color:          #5A5A5A;*/
/*}*/



/* Site3.css */

.wcg-nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .wcg-nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .wcg-nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .wcg-nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .wcg-nav-tabs > li.active > a,
        .wcg-nav-tabs > li.active > a:hover,
        .wcg-nav-tabs > li.active > a:focus {
            color: #fff;
            cursor: default;
            background-color: #003399;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .wcg-nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .wcg-nav-tabs.nav-justified > li {
            float: none;
        }

            .wcg-nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .wcg-nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }


.wcg-tab-content > .tab-pane {
    display: none;
}

.wcg-tab-content > .active {
    display: block;
    padding: 1em;
}

.wcg-table2 {
    /*width: 100%;
    max-width: 100%;*/
    margin-bottom: 20px;
}

    .wcg-table2 > thead > tr > th,
    .wcg-table2 > tbody > tr > th,
    .wcg-table2 > tfoot > tr > th,
    .wcg-table2 > thead > tr > td,
    .wcg-table2 > tbody > tr > td,
    .wcg-table2 > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
        word-break: break-all;
    }

    .wcg-table2 > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .wcg-table2 > caption + thead > tr:first-child > th,
    .wcg-table2 > colgroup + thead > tr:first-child > th,
    .wcg-table2 > thead:first-child > tr:first-child > th,
    .wcg-table2 > caption + thead > tr:first-child > td,
    .wcg-table2 > colgroup + thead > tr:first-child > td,
    .wcg-table2 > thead:first-child > tr:first-child > td {
        border-top: 0;
        word-wrap: break-word;
    }

    .wcg-table2 > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .wcg-table2 .wcg-table2 {
        background-color: #003399;
    }

.wcg-table2-condensed > thead > tr > th,
.wcg-table2-condensed > tbody > tr > th,
.wcg-table2-condensed > tfoot > tr > th,
.wcg-table2-condensed > thead > tr > td,
.wcg-table2-condensed > tbody > tr > td,
.wcg-table2-condensed > tfoot > tr > td {
    padding: 5px;
}

.wcg-table2-bordered {
    border: 1px solid #ddd;
}

    .wcg-table2-bordered > thead > tr > th,
    .wcg-table2-bordered > tbody > tr > th,
    .wcg-table2-bordered > tfoot > tr > th,
    .wcg-table2-bordered > thead > tr > td,
    .wcg-table2-bordered > tbody > tr > td,
    .wcg-table2-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .wcg-table2-bordered > thead > tr > th,
    .wcg-table2-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.wcg-table2-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.wcg-table2-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.wcg-table2 > thead > tr > td.active,
.wcg-table2 > tbody > tr > td.active,
.wcg-table2 > tfoot > tr > td.active,
.wcg-table2 > thead > tr > th.active,
.wcg-table2 > tbody > tr > th.active,
.wcg-table2 > tfoot > tr > th.active,
.wcg-table2 > thead > tr.active > td,
.wcg-table2 > tbody > tr.active > td,
.wcg-table2 > tfoot > tr.active > td,
.wcg-table2 > thead > tr.active > th,
.wcg-table2 > tbody > tr.active > th,
.wcg-table2 > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.wcg-table2-hover > tbody > tr > td.active:hover,
.wcg-table2-hover > tbody > tr > th.active:hover,
.wcg-table2-hover > tbody > tr.active:hover > td,
.wcg-table2-hover > tbody > tr:hover > .active,
.wcg-table2-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.wcg-table2 > thead > tr > td.success,
.wcg-table2 > tbody > tr > td.success,
.wcg-table2 > tfoot > tr > td.success,
.wcg-table2 > thead > tr > th.success,
.wcg-table2 > tbody > tr > th.success,
.wcg-table2 > tfoot > tr > th.success,
.wcg-table2 > thead > tr.success > td,
.wcg-table2 > tbody > tr.success > td,
.wcg-table2 > tfoot > tr.success > td,
.wcg-table2 > thead > tr.success > th,
.wcg-table2 > tbody > tr.success > th,
.wcg-table2 > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.wcg-table2-hover > tbody > tr > td.success:hover,
.wcg-table2-hover > tbody > tr > th.success:hover,
.wcg-table2-hover > tbody > tr.success:hover > td,
.wcg-table2-hover > tbody > tr:hover > .success,
.wcg-table2-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.wcg-table2 > thead > tr > td.info,
.wcg-table2 > tbody > tr > td.info,
.wcg-table2 > tfoot > tr > td.info,
.wcg-table2 > thead > tr > th.info,
.wcg-table2 > tbody > tr > th.info,
.wcg-table2 > tfoot > tr > th.info,
.wcg-table2 > thead > tr.info > td,
.wcg-table2 > tbody > tr.info > td,
.wcg-table2 > tfoot > tr.info > td,
.wcg-table2 > thead > tr.info > th,
.wcg-table2 > tbody > tr.info > th,
.wcg-table2 > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.wcg-table2-hover > tbody > tr > td.info:hover,
.wcg-table2-hover > tbody > tr > th.info:hover,
.wcg-table2-hover > tbody > tr.info:hover > td,
.wcg-table2-hover > tbody > tr:hover > .info,
.wcg-table2-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.wcg-table2 > thead > tr > td.warning,
.wcg-table2 > tbody > tr > td.warning,
.wcg-table2 > tfoot > tr > td.warning,
.wcg-table2 > thead > tr > th.warning,
.wcg-table2 > tbody > tr > th.warning,
.wcg-table2 > tfoot > tr > th.warning,
.wcg-table2 > thead > tr.warning > td,
.wcg-table2 > tbody > tr.warning > td,
.wcg-table2 > tfoot > tr.warning > td,
.wcg-table2 > thead > tr.warning > th,
.wcg-table2 > tbody > tr.warning > th,
.wcg-table2 > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.wcg-table2-hover > tbody > tr > td.warning:hover,
.wcg-table2-hover > tbody > tr > th.warning:hover,
.wcg-table2-hover > tbody > tr.warning:hover > td,
.wcg-table2-hover > tbody > tr:hover > .warning,
.wcg-table2-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.wcg-table2 > thead > tr > td.danger,
.wcg-table2 > tbody > tr > td.danger,
.wcg-table2 > tfoot > tr > td.danger,
.wcg-table2 > thead > tr > th.danger,
.wcg-table2 > tbody > tr > th.danger,
.wcg-table2 > tfoot > tr > th.danger,
.wcg-table2 > thead > tr.danger > td,
.wcg-table2 > tbody > tr.danger > td,
.wcg-table2 > tfoot > tr.danger > td,
.wcg-table2 > thead > tr.danger > th,
.wcg-table2 > tbody > tr.danger > th,
.wcg-table2 > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.wcg-table2-hover > tbody > tr > td.danger:hover,
.wcg-table2-hover > tbody > tr > th.danger:hover,
.wcg-table2-hover > tbody > tr.danger:hover > td,
.wcg-table2-hover > tbody > tr:hover > .danger,
.wcg-table2-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.wcg-table2-responsive {
    min-height: .01%;
    overflow-x: auto;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{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}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:darkcyan;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/* All styling that adds/edits the values of the WCG stylesheets should go here. */
/* Ensure that this stylesheet is loaded after all the WCG stylesheets so that it overwrites the orignal with whatever was changed. */

/* Header */
.container-12 .grid-8 {
    width: 300px;
}

.container-12 .grid-4 {
    width: 600px;
}

#zone-branding {
    /*background: url("Images/prog_line.png") no-repeat scroll right bottom transparent;*/
    background-color: #040582;
    height: 110px;
}

    #zone-branding .block-search {
        padding-top: 0;
    }
/*NEW*/
#push_login {
    padding-left: 435px;
    overflow: hidden;
}
/* Body */
.wrapper-div {
    display: inline-block;
}

.td-cal-position {
    position: absolute;
}

.td-cal {
    padding: 3px;
}

.td-cal-title {
    padding: 0;
}

/*NEW*/

#heritage-logo {
    vertical-align: top;
    float: right;
    margin: 10px 5px 15px 10px;
}

body {
    background-color: #f7f7f7;
}

#zone-content {
    padding: 0 15px 0 15px;
}

#MainContent_rbtSingleSelect {
    margin-right: 5px;
}

#MainContent_rbtQuestionSelect {
    margin-right: 5px;
}

.textbox_width {
    width: auto;
}

input[type='radio'], input[type='checkbox'] {
    margin: 0;
    padding: 0 5px 0 0;
}

/* Footer */


/* Other */

.navbar-branding {
    float: left;
    padding: 12px 15px 8px 15px;
    line-height: 10px;
    font-size: 18px;
    text-decoration: none;
}

.navbar-nav > li > a {
    line-height: 15px;
    padding-top: 10px;
    padding-bottom: 0px;
    min-height: 34px;
    color: black;
}

.navbar-inverse .navbar-nav > li > a {
    color: #54595F;
}

.navbar {
    margin-bottom: 0;
    margin: 0 auto 0 auto;
    max-width: 1028px;
    /*background-image: url("Images/menu_bg.png");*/
    background: #F5F5F5;
    min-height: 25px;
    border-radius: 0px;
    border: none;
    padding-bottom: -5px;
}

.vertical-align {
    vertical-align: middle;
}

.navbar-header {
    min-height: 40px;
}

#nav {
    background-image: url("Images/menu_bg.png");
}

    #nav li a {
        height: 35px;
    }

.navitemyourlife a:hover ul {
    display: block;
}

.container {
    max-width: 1028px;
    padding: 0;
    font-family: "Open Sans semi","Verdana","Arial",sans-serif;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #040582;
}

/* Seperator Line between sub menu items */
.dynamic {
    border-bottom: 0.1px solid #CCCCCC;
}

.padding {
    padding: 5px 0 0 0;
}

/* GRID View Styling */
#MainContent_HIMSGrid1_divMain {
    margin: 25px 0px 25px 10px;
}

#MainContent_divDefaultMain {
    height: auto;
}

td {
    padding: 5px;
}

th {
    padding: 5px;
}

/* All styling changes that is affecting the BOOTSRAP stylesheets should go here. */

/* Header */
h1, h2, h3 {
    margin-top: 0;
    padding-top: 20px;
}

/* Body */

.body-content {
    width: 1028px;
    margin: 0 auto 0 auto;
}

.form-group {
    margin-bottom: 0;
    display: table-cell;
}
/* Footer */


/* Other */

/*NEW*/
.navbar-header-anchor {
    color: black;
    text-decoration: none;
    min-height: 34px;
}

    .navbar-header-anchor:hover {
        color: #fff;
        text-decoration: none;
        background-color: #003299;
    }

.t-and-c {
    margin-left: 5px;
    padding-top: 15px;
}

.MainContent_chkTandCAccept {
    margin: 4px 0 10px 0;
}

.col-md-offset-2 {
    margin-left: 23%;
    padding-bottom: 20px;
}

#registration-personal {
    max-width: 450px;
    width: 300px;
}

#registration-contact {
    max-width: 450px;
    width: 300px;
}

#registration-address {
    max-width: 450px;
    width: 300px;
}

#registration-security {
    max-width: 450px;
    width: 300px;
}

#registration-block-1 {
    display: inline-block;
    vertical-align: top;
    margin-left: 150px;
}

#registration-block-2 {
    display: inline-block;
    margin-right: 150px;
}

#registration-holder {
    max-width: inherit;
}

#registration-terms {
    align-content: center;
    margin-left: 250px;
}

.regigstration-field-block {
}

.registration-label {
    width: 300px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
        padding-top: 0;
    }
}

.registration-field {
    max-width: inherit;
}

.registration-section-header {
    padding-top: 10px;
}

.field-validation-imitator {
    height: 21px;
}

.address-area-code {
    width: 60px;
}

/*Jquery dialog css*/

.ui-widget-overlay {
    opacity: 0.7;
}

    .ui-widget-overlay ui-front {
        z-index: 1000;
        opacity: 0.7;
    }

.ui-dialog {
    z-index: 1001;
}

.section_question > span {
    padding-left: 10px;
}

.hidden {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: 0 0 0 690px;
    top: 30%;
}

h1 {
    display: inline-block;
    background-color: #AFB7CB;
    font-size: 23px;
    padding: 5px 25px 5px 20px;
    color: #fff;
    text-decoration: none;
}

h2 {
    font-size: 23px;
    font-family: sans-serif;
    font-weight: bold;
    color: #003299;
    margin-bottom: 10pt;
}

#top-wcg-links {
    text-align: center;
    color: #fff;
}

.block-content-wrap {
    background-color: #A99E96;
    border-radius: 9px 0px 9px 9px;
    -webkit-border-radius: 9px 0px 9px 9px;
    -moz-border-radius: 9px 0px 9px 9px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 5px;
}

th {
    background-color: #003399;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.clickable-row {
    cursor: pointer;
    font-size: 12px;
}

    .clickable-row:hover {
        background-color: #AFB7CB;
        color: #fff;
    }

.clickable-cell {
    cursor: pointer;
    /*font-size: 12px;*/
    color: #003299;
}

    .clickable-cell:hover {
        /*background-color: #AFB7CB;
        color: #fff;*/
        color: #4c70b7;
        text-decoration: underline;
    }

table {
    border: solid;
    border-color: #555555;
    border-width: 1px;
}

.search-navigator {
    float: right;
    text-align: right;
    padding-right: 0px;
    margin-bottom: 5px;
}

input[type="search"] {
    width: 200px;
    margin-top: 1px;
}

.table-footer-checkbox {
    float: left; /* add this */
    line-height: 13px;
    width: 320px;
}

.current {
    background: #003399;
    color: #fff !important;
    font-weight: bold;
}

.table-footer-pager {
    float: left; /* add this */
    text-align: center;
    width: 306px;
}

    .table-footer-pager a {
        border-radius: 2px 2px;
        padding: 4px;
    }

        .table-footer-pager a:hover {
            background-color: #003399;
            color: #fff;
        }

.table-footer-button {
    float: right; /* add this */
    width: 320px;
}

.table-footer-wrapper {
    overflow: hidden; /* add this to contain floated children */
    vertical-align: middle;
}

.formbuttons {
    margin-top: 5px;
    padding-right: 0px;
}

.editor-label {
    width: 41.66666666666667%;
}

.editor-field {
    width: 41.66666666666667%;
}

.modal-table {
    height: 610px;
    width: 540px;
    overflow-y: scroll;
}

article {
    padding: 20px 20px 45px 20px;
    background-color: #eeeeee;
    border-radius: 6px;
}

.float-right {
    float: right;
}

.padding-bottom-50px {
    padding-bottom: 50px;
}

.modal-styling {
    height: 750px;
    width: 650px;
    background-color: white;
    border: 2px solid;
    overflow-y: hidden;
    margin-left: -335px;
    top: 125px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.group-styling-table {
    margin: 20px 120px 30px 120px;
    width: 700px;
}

.summary-header {
    background-color: darkblue;
    font-size: large;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.summary-group {
    border: 1px;
    border-radius: 5px;
    border-color: #000;
    margin: 15px;
    padding: 0px;
    background-color: #eee;
    padding-bottom: 10px;
}

.notification {
    background-position: 98.5% 10px;
    background-repeat: no-repeat;
    border: 2px solid #cbe3e8;
    clear: both;
    color: #4a4a4a;
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin: 0 0 15px 0;
    max-width: 990px;
    overflow: hidden;
    padding: 20px 65px 20px 18px;
}

.notification p { margin: 10px 0 0 0; }

.notification p:first-child { margin-top: 0; }

.notification a { color: #009de0; }

.notification a:hover { text-decoration: underline; }

.fullWidthNotify {
    margin: 16px 0;
    max-width: 100%;
}

.notification:before {
    border-color: white transparent transparent transparent;
    border-style: solid;
    border-width: 15px;
    content: 'arrow';
    font-size: 0;
    line-height: 0;
    margin-top: -20px;
    position: absolute;
}


.notification.info {
    background-image: url(../Content/images/notification-info.png);
    border-color: #009de0;
}

.notification.error {
    background-image: url(../Content/images/notification-error.png);
    border-color: #d9161d;
}

.notification.warning {
    background-image: url(../Content/images/notification-warning.png);
    border-color: #FFD105;
}

.notification.success {
    background-image: url(../Content/images/notification-success.png);
    border-color: #5a9b00;
}

/* -------------------------------------------------- */

/* twipsy CSS */

/* -------------------------------------------------- */
.fade {
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in { opacity: 1; }
.settings {
    background: url("images/settings.png") no-repeat local center;
}

.settings:hover, .settings:focus {
    background: url("images/settings_hover.png") no-repeat local center;
}

.myaccount {
    background: url("images/user.png") no-repeat local center;
}

.myaccount:hover, .myaccount:focus {
    background: url("images/user_hover.png") no-repeat local center;
}

.logout {
    background: url("images/login.png") no-repeat local center;
}

.logout:hover, .logout:focus {
    background: url("images/login.png") no-repeat local center;
}

.login {
    background: url("images/logout.png") no-repeat local center;
}

.login:hover, .logout:focus {
    background: url("images/logout_hover.png") no-repeat local center;
}

.home {
    background: url("images/home.png") no-repeat local center;
}

.home:hover, .home:focus {
    background: url("images/home_hover.png") no-repeat local center;
}

.submitpager {
    border: 0 none;
    border-radius: 2px 2px;
    padding: 4px;
    background: orange;
}
/**
 * jQuery Timepicker - v1.3.2 - 2014-09-13
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2014 Willington Vega; Licensed MIT, GPL
 */


.ui-timepicker-container{position:absolute;overflow:hidden;box-sizing:border-box}.ui-timepicker{box-sizing:content-box;display:block;height:205px;list-style:none outside none;margin:0;padding:0 1px;text-align:center}.ui-timepicker-viewport{box-sizing:content-box;display:block;height:205px;margin:0;padding:0;overflow:auto;overflow-x:hidden}.ui-timepicker-standard{font-family:Verdana,Arial,sans-serif;font-size:1.1em;background-color:#FFF;border:1px solid #AAA;color:#222;margin:0;padding:2px}.ui-timepicker-standard a{border:1px solid transparent;color:#222;display:block;padding:.2em .4em;text-decoration:none}.ui-timepicker-standard .ui-state-hover{background-color:#DADADA;border:1px solid #999;font-weight:400;color:#212121}.ui-timepicker-standard .ui-menu-item{margin:0;padding:0}.ui-timepicker-corners,.ui-timepicker-corners .ui-corner-all{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ui-timepicker-hidden{display:none}.ui-timepicker-no-scrollbar .ui-timepicker{border:0}
