/*font-family*/
@font-face {
	font-family: 'Gotham Pro';
	src: url('/themes/custom/prc/fonts/Gotham/GothamPro-Medium.eot');
	src: url('/themes/custom/prc/fonts/Gotham/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro-Medium.woff2') format('woff2'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro-Medium.woff') format('woff'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro-Medium.ttf') format('truetype'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/themes/custom/prc/fonts/Gotham/GothamPro.eot');
	src: url('/themes/custom/prc/fonts/Gotham/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro.woff2') format('woff2'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro.woff') format('woff'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro.ttf') format('truetype'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro.svg#GothamPro') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/themes/custom/prc/fonts/Gotham/GothamPro-Bold.eot');
	src: url('/themes/custom/prc/fonts/Gotham/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro-Bold.woff2') format('woff2'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro-Bold.woff') format('woff'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro-Bold.ttf') format('truetype'),
		url('/themes/custom/prc/fonts/Gotham/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/*! jQuery UI - v1.11.4 - 2016-06-13
* 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=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
/*color variables*/
:root {
	--yellowColor: #F5CA00;
	--textColor: #1A2136;
	--bgColor: #4B5666;
	--GothamFont: 'Gotham Pro';
}

html {
	font-size: 62.5%;
}

* {
	font-family: var(--GothamFont);
}

*,
:after,
:before {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing:
		subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
}

.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 #dddddd;
	background: #f2f5f7 url("images/ui-bg_highlight-hard_100_f2f5f7_1x100.png") 50% top repeat-x;
	color: #362b36;
}

.ui-widget-content a {
	color: #362b36;
}

.ui-widget-header {
	border: 1px solid #aed0ea;
	background: #deedf7 url("images/ui-bg_highlight-soft_100_deedf7_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}

.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #aed0ea;
	background: #d7ebf9 url("images/ui-bg_glass_80_d7ebf9_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #2779aa;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2779aa;
	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 #74b2e2;
	background: #e4f1fb url("images/ui-bg_glass_100_e4f1fb_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #0070a3;
}

.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: #0070a3;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #2694e8;
	background: #3baae3 url("images/ui-bg_glass_50_3baae3_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f9dd34;
	background: #ffef8f url("images/ui-bg_highlight-soft_25_ffef8f_1x100.png") 50% top 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: #cd0a0a;
	color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}

.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,
/* TECODO .ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_72a7cf_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_72a7cf_256x240.png");
}

.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_3d80b3_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_2694e8_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffffff_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: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url("images/ui-bg_diagonals-thick_90_eeeeee_40x40.png") 50% 50% repeat;
	opacity: .8;
	filter: Alpha(Opacity=80);
	/* support: IE8 */
}

.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #000000 url("images/ui-bg_highlight-hard_70_000000_1x100.png") 50% top repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	/* support: IE8 */
	border-radius: 8px;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clear:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clear {
	height: 1%;
}

/*
  Style HTML Tags
*/

/*admin toolbar css*/
.toolbar li {
	padding-left: 0;
	font: unset;
}

/*end*/
body {
	color: var(--textColor);
	font-size: 1.6rem;
	line-height: 2.4rem;
	background: rgb(251, 250, 246);
}

a {
	text-decoration: none;
	color: var(--textColor);
}

a:hover {
	color: rgb(209, 146, 129);
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--textColor);
	font-weight: 500;
	font-family: var(--GothamFont);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: var(--textColor);
}

h1.page-title {
	font-size: 4rem;
	line-height: 5rem;
	margin: 0 0 4rem;
}

h1 {
	font-size: 3.2rem;
	line-height: 4rem;
}

h2 {
	font-size: 3.2rem;
	line-height: 4rem;
}

h3 {
	font-size: 2.4rem;
	line-height: 3.2rem;
	margin: 0 0 1.2rem;
}

h4 {
	font-size: 2rem;
	line-height: 2.8rem
}

h5 {
	font-size: 1.8rem;
	line-height: 2.4rem
}

h6 {
	font-size: 1.6rem;
	line-height: 2.4rem
}

p {
	margin: 0 0 1.8rem;
	font-size: 1.8rem;
	line-height: 2.6rem;
	color: var(--textColor);
	font-weight: 400;
}

ul li,
ol li,
td,
th {
	font-size: 1.8rem;
	line-height: 2.6rem;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.5rem;
	width: 100%;
}

table.views-table {
	margin: 0;
}

th,
tr,
td {
	vertical-align: middle;
}

.sticky-header th,
.sticky-table th {
	border-bottom: 3px solid #ccc;
	padding-right: 1em;
	text-align: left;
}

ul.site-map-menu li.leaf {
	list-style-image: url(images/menu-leaf.png);
	list-style-type: square;
}

ul.site-map-menu li.expanded {
	list-style-image: url(images/menu-expanded.png);
	list-style-type: circle;
}

ul.site-map-menu li.leaf,
ul.site-map-menu li.expanded {
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

th {
	/*background: #dbdbdb;*/
	padding: 0.5rem 0.4rem;
	text-shadow: 1px 1px #fff;
	color: #333;
}
div#block-prc-postal-regulatory-commission-system-main table tr th {
    text-align: left;
}
tr.even,
tr.odd {
	border-bottom: 2px solid rgb(66, 90, 128);
	padding: 0.1em 0.6em;
}

td {
	color: #747474;
	text-align: left;
	padding-left: 0.4rem;
}

code {
	background: #d8d8d8;
	text-shadow: 1px 1px #fff;
	border: 1px solid #bbbbbb;
	display: block;
	padding: 0.7rem;
	margin: 0.5rem 0;
	border-radius: 7px;
}

mark {
	background-color: #fdfc9b;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

hr {
	border: none;
	border-top: #EEE 1px solid;
}

dt {
	font-weight: bold;
	margin-bottom: 2.4rem;
}

dd {
	margin-left: 3rem;
	margin-bottom: 2.4rem;
}

ul {
	list-style-type: disc;
	margin-left: 1.5rem;
	margin-bottom: 1.2rem;
}

ul ul {
	list-style-type: square;
	margin-bottom: 0;
}

ul ul ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
	margin-left: 3rem;
	margin-bottom: 2.4rem;
}

ol ol {
	list-style: upper-alpha;
	margin-bottom: 0
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

abbr,
acronym {
	border-bottom: #999 1px dotted;
	cursor: help;
}

big {
	font-size: 1.3em;
}

cite,
em {
	font-style: italic;
}

ins {
	background-color: #fdfc9b;
	text-decoration: none;
}

pre {
	background: #d8d8d8;
	text-shadow: 1px 1px #fff;
	border: 1px solid #bbbbbb;
	padding: 7px;
	margin: 5px 0;
	border-radius: 7px;
}

blockquote,
q {
	quotes: none;
	border: 1px solid rgb(226, 220, 220);
	background: rgb(250, 247, 247) url(images/quote.png) no-repeat;
	padding: 10px 5px 5px 47px;
	text-shadow: 1px 1px #fff;
	margin: 5px 0;
	border-radius: 7px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 10px;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

img,
video {
	max-width: 100%;
	height: auto;
}

video {
	display: block;
}

audio {
	max-width: 100%;
}
/*
  Theme Design, Layout and Typography
*/

#inner_header_wrapper {
	padding: 1.5rem 0 1rem;
	margin: 0 auto;
	position: relative;
	background-color: var(--yellowColor);
}

#header {
	max-width: 160rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}

#header .menu_wrapper a.nav-toggle {
	display: none;
}

#header_wrapper .main-menu-block {
	background: #667080;
}

#header_wrapper .main-menu-block .header_menu,
.front-page-container .content-sidebar-wrap #post-content {
	max-width: 160rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.front-page-container .content-sidebar-wrap div#top-area {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1rem;
	margin-top: -15rem;
	z-index: 9;
}

.front-page-container .content-sidebar-wrap div#top-area .column h2 {
	text-transform: uppercase;
	margin: 0;
	font-size: 2.4rem;
	line-height: 3.2rem;
}

.front-page-container .content-sidebar-wrap div#top-area .column {
	margin: 0;
	padding: 0 1rem;
	width: 100%;
	max-width: 33.33%;
}

.front-page-container .content-sidebar-wrap div#top-area .column>.region {
	border: 2px solid #667080;
	background: #f1f1f1;
	padding: 5.2rem 5rem;
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 4px;
}

.front-page-container .content-sidebar-wrap div#top-area .column>.region>div {
	width: 100%;
}

.front-page-container .content-sidebar-wrap div#top-area .column .content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}

.front-page-container .content-sidebar-wrap div#top-area .column img {
	max-height: 3rem;
	width: auto;
	margin: 0 3rem 0 0;
}

.front-page-container .content-sidebar-wrap div#top-area .column .content p {
	margin: 0;
}

#header .header_Wrap>div#header-right .form-item {
	margin: 0;
}

.social-icons ul {
	margin: 0;
}

.social-icons li {
	display: inline;
	list-style: none;
	background: none;
	padding: 3px 5px 3px 0px;
	margin: 0 0 0 5px;
	white-space: nowrap;
}

.social-icons li img:hover {
	opacity: .9;
}

.header_menu ul.tbm-nav {
	margin: 0;
	z-index: 11;
}

#header .header_Wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

#header .header_Wrap>div {
	width: 100%;
	max-width: 50%;
}

.header_Wrap .header_left #site-title a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	max-width: 24rem;
}

.header_Wrap .header_left #site-title a img {
	width: 5rem;
}

.header_menu ul.tbm-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

.header_Wrap .header_left #site-title a>span {
	max-width: 15rem;
	border-left: 1px solid var(--textColor);
	padding: 0 0 0 1.8rem;
	margin: 0 0 0 1.8rem;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 500;
	color: var(--textColor);
}

.header_menu nav.tbm-main {
	text-align: right;
}

#header .header_Wrap>div#header-right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: row-reverse;
}

.search-block-form form#search-block-form {
	position: relative;
}

.search-block-form form#search-block-form input.form-submit {
	position: absolute;
	left: 1rem;
	top: 0.9rem;
	margin: 0;
	padding: 0;
}

.search-block-form form#search-block-form input[type="search"] {
	background-color: #E4E4E4;
	border: 1px solid #879DB4;
	width: 33.8rem;
	max-width: 100%;
	margin: 0 1.5rem 0 0;
	border-radius: 1.8rem;
	height: 3.6rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: normal;
	color: var(--textColor);
}

input::placeholder,
select::placeholder {
	opacity: 1;
}

.search-block-form form#search-block-form input[type=search]::placeholder {
	color: #1b346a;
}

#header .header_Wrap>div .social-icons a {
	background: var(--bgColor);
	border-radius: 1.8rem;
	color: var(--yellowColor);
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.8rem;
	padding: 0.9rem 2.2rem;
	text-decoration: none;
}
#header .header_Wrap > div .social-icons ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	 -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.social-icons li.linkedin_link > a, 
.social-icons li.twitter_link > a {
	background: transparent !important;
	padding: 0 !important;
	width: 2.8rem;
	min-width: 2.8rem;
	display: block;
	text-align: center;
	height: 2.8rem;
	line-height: 3.6rem !important;
}
.social-icons li.linkedin_link, 
.social-icons li.twitter_link {
	padding: 0;
	margin: 0 0px 0 5px;
	text-align: center;
}
.tbm-link-container button.tbm-submenu-toggle {
	display: inline-block;
	padding: 0;
	width: auto;
	color: var(--yellowColor);
}

#header .header_Wrap>div .social-icons a img {
	max-width: 2rem;
	margin-right: 0.8rem;
	display: inline-block;
	min-width: 2rem;
}

.header_menu ul li.tbm-item.level-1 {
	background: none;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	display: inline-block;
}

.header_menu ul.tbm-nav a {
	display: block;
	color: var(--yellowColor);
	text-align: left;
	padding: 1rem;
	text-decoration: none;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 2.4rem;
	margin: 0 0 0 1.8rem;
	padding-right: 1rem;
}

.header_menu .tbm-submenu-toggle::before {
	border-left: 0.55rem solid transparent;
	border-right: 0.55rem solid transparent;
	border-top: 0.55rem solid currentColor;
}

.mm-container {
	top: 47px !important;
}

.mm-item-5 .mm-container {
	top: 52px !important;
}

.header_menu ul.tbm-nav a:hover,
.header_menu ul li.tbm-item.level-1 a.active-trail,
.header_menu ul li.tbm-item.level-1 a.mm-active {
	color: #fff;
	text-decoration: none;
	/*background: rgb(251, 250, 246);*/
}

.header_menu ul li.tbm-item.level-1 li a.active-trail {
	background: rgb(251, 250, 246);
}

.tbm-link.level-1:hover,
.tbm-link.level-1:focus {
	background-color: transparent;
}

ul,
ol,
div.item-list ul {
	padding: 0;
}

ul.menu {
	margin: 5px 0;
}

ul li,
ul.menu li,
ul.links li,
.item-list ul li {
	background: url("images/marker.png") no-repeat scroll 0 1rem rgba(0, 0, 0, 0);
	list-style: none outside none;
	padding: 0 0 0 2rem;
}

.drop-down-toggle {
	position: absolute;
	top: 7px;
	right: 16px;
	display: none;
	width: 20px;
	height: 20px;
	border-radius: 15px;
	background: #333;
	background: -moz-linear-gradient(#333, #444);
	background: -webkit-linear-gradient(#333, #444);
	background: -o-linear-gradient(#333, #444);
	background: -ms-linear-gradient(#333, #444);
	background: linear-gradient(#333, #444);
	border: #aaa 3px solid;
}

.drop-down-arrow {
	display: block;
	width: 0;
	height: 0;
	margin: 8px 0 0 5px;
	border-top: 5px solid #aaa;
	border-left: transparent 5px solid;
	border-right: transparent 5px solid;
}

/*////////////// Below was removed for some reason*/


.header_menu ul.tbm-subnav li.tbm-item.level-2>.tbm-link-container>a.tbm-link {
	color: rgb(255, 255, 255);
	min-width: 150px;
	background: rgb(30, 39, 48);
	border-bottom: 1px solid #E7E4E4;
	font-size: 1.2rem;
	line-height: 2rem;
	text-align: left;
	padding: 5px 2px;
	margin: 0;
	text-transform: uppercase;
}

.header_menu .tbm-subnav>li.tbm-item {
	padding: 0 1.5rem;
}

.header_menu ul li.tbm-item.level-1 li.active-trail a.level-2.active-trail {
	color: var(--yellowColor);
}

.header_menu ul.tbm-subnav li.tbm-item.level-2>.tbm-link-container>a.tbm-link:hover {
	color: var(--yellowColor);
	text-decoration: none;
}

.header_menu ul li.tbm-item.level-1 li:first-child>a {
	border-top: none;
}

.header_menu ul li.tbm-item.level-1 li a:hover {
	background: rgb(52, 69, 82);
	color: rgb(138, 138, 138);
}

.header_menu ul li.tbm-item.level-1 ul {
	display: none;
	position: absolute;
	z-index: 9999;
	min-width: 190px;
	height: auto;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 3px #333;
	background: rgb(30, 39, 48);
	padding: 5px 0 10px;
}

.header_menu ul li.tbm-item.level-1 ul.tbm-subnav.level-1.items-1 {
	left: 190px;
}

.header_menu ul li.tbm-item.level-1 ul ul {
	margin: -33px 0 0 190px !important;
}

.header_menu ul li.tbm-item.level-1:hover>ul,
.header_menu ul li.tbm-item.level-1 li:hover>ul,
.header_menu ul li.tbm-item.level-1 li li:hover>ul {
	display: block;
}

.header_menu ul.tbm-nav .nav-toggle {
	display: none;
}

.header_menu ul.tbm-nav ul li.leaf,
.header_menu ul.tbm-nav ul li.expanded,
.header_menu ul.tbm-nav ul li.collapsed {
	list-style: none;
}

.header_menu ul.tbm-nav ul.menu li {
	margin: 0;
}

.header_menu ul li.tbm-item.level-1.expanded,
.header_menu ul li.tbm-item.level-1.collapsed,
.header_menu ul li.tbm-item.level-1.leaf {
	margin: 0;
	padding: 0;
}

.header_menu ul li.tbm-item.level-1.open ul.tbm-subnav {
	display: block;
}

.header_menu ul li.tbm-item.level-1 .tbm-submenu.tbm-item-child {
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: 0;
	background: transparent;
}

/*//////////////*/
#megamenu-1 .mm-sub h3.mm-header {
	margin: 12px 0 5px 10px;
}

.front #container {
	margin-top: 0;
}

#container {
	clear: both;
	margin: 8rem auto 5rem;
	max-width: 160rem;
	padding: 0 1.5rem;
	width: 100%;
}

#container.user_login_class,
#container.user_pass_class {
	max-width: 120rem;
}

#container.front-page-container {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.front-page-container .content-sidebar-wrap {
	padding: 0 0 5rem;
	display: block;
}

.region-slideshow {
	padding: 0;
}


#slider {
	background: transparent;
	position: relative;
	box-shadow: none;
	overflow: visible;
}

.nivo-caption {
	background: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 29px;
	font-family: Arial, sans-serif;
	color: rgba(59, 58, 58, 1);
	line-height: 120%;
	text-align: center;
	bottom: 120px;
	opacity: 1;
}

.nivo-caption1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: block;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nivo-caption1 {
	background: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 29px;
	font-family: Arial, sans-serif;
	color: rgba(59, 58, 58, 1);
	line-height: 120%;
	text-align: center;
	bottom: 35%;
	opacity: 1;
}

.nivo-caption1 p:first-child {
	background: rgba(255, 255, 255, .8);
	margin: 0px;
	width: 100%;
	font-size: 29px;
	padding: 10px;
	font-family: Arial, sans-serif;
	color: rgba(59, 58, 58, 1);
	line-height: 120%;
	text-align: center;
}

.slider-row .views-field-body {
	display: none;
}

.nivo-caption1 p:nth-child(2) a {
	background-image: url(images/background.png);
	background-color: rgba(72, 100, 142, 1.00);
	color: #FFFFFF;
	padding: 8px 1em 9px 1em;
	font-weight: normal;
	font-size: 22px;
	border: none;
	margin-top: 10px;
}

.slider-wrapper #slider {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.theme-default .nivo-controlNav {
	padding: 20px 0 0 0;
}

#slider a:active {
	outline: none;
}

.slides,
.flex-control-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slides {
	width: 100%;
	overflow: hidden;
}

#slider .slides>li {
	display: none;
	position: relative;
	margin: 0;
}

#slider .slides li:first-child {
	display: list-item;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.flex-control-nav {
	position: absolute;
	right: 4%;
	bottom: 7.3%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	margin: 0 0 0 15px;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {
	display: block;
	width: 24px;
	height: 24px;
	box-shadow: 0 0 3px #999;
	cursor: pointer;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
	line-height: 24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
	background: #fff;
}

#slider .post {
	padding: 1.83%;
	margin: 0;
	box-shadow: none;
	background: none;
}

#slider .entry-container {
	float: right;
	max-width: 50%;
}

#slider .slide-image {
	max-width: 49%;
	padding: 0.47%;
	background: #E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
	margin-left: 5%;
}

#slider .entry-title {
	margin-left: 0;
	margin-bottom: 15px;
}

.content-sidebar-wrap-two {
	display: inline;
	margin-bottom: 2.7%;
	float: right;
	width: 100%;
}

.content-sidebar-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.content-sidebar-wrap-full #content {
	display: inline;
	margin-bottom: 2.7%;
	float: right;
	width: 100%;
}

.no-sidebar .content-sidebar-wrap {
	display: block;
}

#sidebar-first {
	width: 26rem;
}

.sidebar-first #content {
	max-width: 100%;
	width: calc(100% - 26rem);
	padding: 0 0 0 8rem;
}

#sidebar-second {
	width: 28.5rem;
}

/* 2 columns: sidebar-first */

.item-list ul li {
	padding: 0;
	background: none;
}

/* 2 columns: sidebar-second */
body.sidebar-second .content-sidebar-wrap {
	width: 70%;
	clear: both;
}

body.sidebar-second #content {
	width: 100%;
}

.breadcrumb {
	margin: 0 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom: #eee 1px solid;
}

.block>h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 5px auto;
	text-align: center;
	padding-right: 20px;
	padding: 0px 0px 4px 0px;
	text-transform: uppercase;
	color: rgb(65, 91, 129);
}

.theme-default .nivo-directionNav a {
	background: url("images/arrows.png") no-repeat;
}

.theme-default a.nivo-nextNav {
	background-position: -30px 0;
}

#footer-area .block>h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: rgb(251, 90, 2);
}

#footer-area ul.menu li a.active {
	color: #ddd;
}

.region-front-welcome {
	background: url("images/hr.png") top center no-repeat;
	padding-top: 2%;
	margin-top: 3%;
}

.region-front-welcome h2 {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
}

.submitted {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: rgb(247, 247, 247);
	border: 1px solid rgb(236, 236, 236);
	border-radius: 4px;
	clear: both;
	color: rgb(56, 56, 56);
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 8px;
}

.links {
	color: #000;
	margin-top: 10px;
	font-size: 14px;
}

ul.links {
	margin: 0;
}

.links li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #696F72;
	border-radius: 4px;
	color: #FFF;
	font-weight: normal;
	padding: 4px 8px;
}

.links li a:hover {
	background: #000;
	color: #DDD;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
	background: transparent;
	border: 0;
}

table.cke_editor td {
	background: transparent;
	padding: 0;
	border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
}

.poll .vote-form .choices {
	margin: 0;
}

.form-submit {
	cursor: pointer;
	margin: 5px;
}

input.form-checkbox,
input.form-radio {
	vertical-align: baseline;
}

.form-text,
.form-text2 {
	padding: 0.4rem 0.5rem;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
	margin: 0;
	padding: 0 0 0 1.5385em;
}

ul.menu li {
	margin: 0;
	padding: 0;
}

ul.inline {
	clear: both;
}

ul.inline li {
	margin: 0;
	padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
	border-bottom: 1px solid #b7b7b7;
	margin: 0 0 5px 0;
}

ul.primary {
	border: none;
	margin: 0;
	padding: 0;
}

ul.primary li {
	background: none;
	display: block;
}

ul.primary li a {
	background: none;
	border: none;
	display: block;
	float: left;
	line-height: 1.5385em;
	margin: 0;
	padding: 0 1em;
	border-radius: 4px 4px 0 0;
	margin-right: 5px;
}

ul.primary li a:hover,
ul.primary li a.active {
	background: #666;
	border: none;
	color: #fff;
}

ul.primary li a:hover {
	background: #888;
	text-decoration: none;
}

ul.secondary {
	background: #666;
	border-bottom: none;
	clear: both;
	margin: 0;
	padding: 0;
}

ul.secondary li {
	border-right: none;
}

ul.secondary li a,
ul.secondary li a:link {
	border: none;
	color: #ccc;
	display: block;
	float: left;
	line-height: 1.5385em;
	padding: 0 1em;
}

ul.secondary li a:hover,
ul.secondary li a.active {
	background: #888;
	color: #fff;
	text-decoration: none;
}

ul.secondary a.active {
	border-bottom: none;
}

.speech-classes {
	width: 320px;
	height: 80px;
	background-color: #426280;
	margin-bottom: 5px;
	text-align: center;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
	margin: 0 0 10px 0;
}

.field-name-field-tags a {
	display: inline-block;
	background: url(images/tag.png) no-repeat;
	padding: 0px 8px 0 16px;
	height: 22px;
	text-shadow: 1px 1px #fff;
	border-radius: 2px;
	font-size: 12px;
}

.field-name-field-tags .field-item {
	margin: 0 1em 0 0;
}

.field-name-field-tags div {
	display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
	margin: 1.5385em 0;
}

.profile dd {
	margin-bottom: 1.5385em;
}

.profile h3 {
	border: none;
}

.profile dt {
	margin-bottom: 0;
}

.password-parent {
	width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
nav .pager__items {
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
}
nav .pager__items li {
	color: #bbb8b6;
	font-size: 1.8rem;
	background: #f3f2ef;
	border: #eaeaea 1px solid;
	border-radius: 3px;
	margin-right: 4px;
	text-shadow: 1px 1px #fff;
	padding: 1rem;
	text-align: center;
	display: inline-block;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
	display: inline;
	margin-top: 4px;
}

#forum .title {
	font-size: 16px;
}

#forum .submitted {
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	background: transparent;
	padding: 0;
}

#forum .container {
	background: #a1a1a1;
	color: #fff;
}

#forum .container a {
	color: #000;
	font-weight: bold;
}

#forum div.indent {
	margin-left: 2px;
}

.forum-starter-picture {
	float: left;
	padding: 4px;
	border: 1px solid #d9d9d9;
	margin: 5px 7px 5px 0;
}

#forum th {
	background: #434343;
	text-shadow: none;
	color: #fff;
}

#forum th a {
	color: #fff;
}

#forum td.forum .icon,
#forum .icon div {
	background: url(images/no-new-posts.png) no-repeat;
	width: 35px;
	height: 35px;
}

#forum .name a {
	font-size: 16px;
}

/* Images */

img {
	outline: 0;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/* Comments */

.comment h2.title {
	margin-bottom: 1em;
}

.comment div.user-picture img {
	margin-left: 0;
}

.comment {
	margin-bottom: 20px;
	display: table;
	vertical-align: top;
}

.comment .attribution {
	display: table-cell;
	padding: 0 35px 0 0;
	vertical-align: top;
	overflow: hidden;
}

.comment .attribution img {
	margin: 0;
	border: 1px solid #d3d7d9;
}

.comment .attribution .username {
	white-space: nowrap;
}

.comment .comment-submitted p {
	margin: 4px 0;
	font-size: 1.071em;
	line-height: 1.2;
}

.comment .comment-submitted .comment-time {
	font-size: 0.786em;
}

.comment .comment-submitted .comment-permalink {
	font-size: 0.786em;
	text-transform: lowercase;
}

.comment .content {
	font-size: 0.929em;
	line-height: 1.6;
}

.comment .comment-arrow {
	background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
	border-left: 1px solid;
	border-right: 1px solid;
	height: 40px;
	margin-left: -36px;
	margin-top: 15px;
	position: absolute;
	width: 20px;
}

.comment .comment-text {
	padding: 0 25px 10px 35px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 100%;
	border-left: 1px solid #d3d7d9;
}

.comment .indented {
	margin-left: 40px;
}

.comment-unpublished {
	margin-right: 5px;
	padding: 5px 2px 5px 5px;
}

.comment .comment-text .comment-arrow {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* -------------- Form Elements   ------------- */

fieldset {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 32px;
	padding: 0 0 10px;
	position: relative;
	top: 12px;
	/* Offsets the negative margin of legends */
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.fieldset-wrapper {
	margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
	margin-top: 0;
}

.filter-wrapper {
	top: 0;
	padding: 1em 0 0.2em;
	-khtml-border-radius-topright: 0;
	-khtml-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.filter-help a {
	font-size: 0.857em;
	padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
	margin-right: 10px;
}

.filter-wrapper .form-item {
	padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
	padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
	background: transparent;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

fieldset legend {
	background: #a9a5a5;
	border: 1px solid #ccc;
	border-bottom: none;
	display: block;
	height: 2em;
	left: -1px;
	line-height: 2;
	padding: 0;
	position: absolute;
	text-indent: 10px;
	text-shadow: 0 1px 0 #fff;
	top: -12px;
	width: 100%;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

fieldset.collapsed legend {
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

fieldset .fieldset-wrapper {
	padding: 0 1rem;
}

fieldset .fieldset-description {
	margin-top: 0.5rem;
	margin-bottom: 1em;
	line-height: 1.4;
	font-style: italic;
}

input {
	margin: 0.2rem 0;
	padding: 0.4rem;
}

textarea {
	font-size: 0.929em;
}

textarea {
	line-height: 1.5;
}

textarea.form-textarea,
select.form-select {
	padding: 0.4rem;
}

input.form-text,
input.form-text2,
textarea.form-textarea,
select.form-select {
	border: 1px solid #ccc;
	-webkit-appearance: none;
	border-radius: 0;
}

.password-suggestions ul li {
	margin-left: 1.2em;
}

.form-item {
	margin-bottom: 1.7rem;
	margin-top: 0.2rem;
}

.form-item-txtCity,
.form-item-txtZip,
.form-item-txtState,
.form-item-txtPhone,
.form-item-txtFax {
	display: inline-block;
	margin-right: 15px;
}

.form-item label {
	font-size: 0.929em;
}

.form-type-radio label,
.form-type-checkbox label {
	margin-left: 4px;
}

.form-type-radio .description,
.form-type-checkbox .description {
	margin-left: 2px;
}

.form-actions {
	padding-top: 10px;
}

.frontdocketssearch {
	text-align: right;
	margin-bottom: 30px;
}

.frontdocketssearch .form-text {
	width: 250px;
	font-size: inherit;
}

.frontdocketssearch select {
	width: 260px;
}

.frontdocketssearch .formsubmit {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.frontdocketssearch .form-item {
	margin-bottom: 2px;
	margin-top: 10px;
}

.frontdocketssearch .form-submit {
	margin: 0 0 0 5px;
	padding-right: 0;
	vertical-align: middle;
}

.docketsearch .form-select {
	width: 350px;
}

.docketsearch .form-text {
	width: 340px;
}

/* Form Buttons */

button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {	
	background-color: #4B5666;
	color: #FFFFFF;
	padding: 8px 1em 9px 1em;
	font-weight: normal;
	border: none;
	margin-bottom: 0.2rem;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {

	cursor: pointer;
}

#block-search-form {
	padding-bottom: 7px;
	overflow: hidden;
	margin-right: 5px;
}

#block-search-form .content {
	margin-top: 0;
	float: right;
}

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
	float: left;
	font-size: 12px;
	/*height: 15px;*/
	margin-right: 0;
	width: 170px;
	background-color: #fbfaf6;
	border: 1px solid #fbfaf6;
	color: #6e6d6d;
	-webkit-appearance: none;
	border-radius: 0;
}

#block-prcsearch-prcsearch-form {
	padding-bottom: 7px;
	overflow: hidden;
	margin-right: 5px;
}

#block-prcsearch-prcsearch-form .content {
	margin-top: 0;
	float: right;
}

#block-prcsearch-prcsearch-form .form-item-search-block-form input {
	float: left;
	font-size: 12px;
	/*height: 15px;*/
	margin-right: 0;
	width: 170px;
	background-color: #fbfaf6;
	border: 1px solid #fbfaf6;
	color: #6e6d6d;
	-webkit-appearance: none;
	border-radius: 0;
}

#search-block-form input.form-submit,
#search-form input.form-submit {
	margin-left: 0;
	margin-right: 0;
	height: 2rem;
	width: 2rem;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	border-color: #fbfaf6;
	background: url(images/topSearch.png) no-repeat center top;
	overflow: hidden;
	background-size: contain;
	border-radius: 0;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
	background-position: center bottom;
}

#search-block-form .form-actions {
	padding: 0;
}

#search-block-form .form-actions input {
	margin: 4px 0 0;
}

#search-form .form-item-keys label {
	display: block;
}

ol.search-results {
	padding-left: 0;
	background-color: rgb(64, 92, 129);
}

.search-results li {
	border-right: none;
	border-bottom: 2px solid rgb(251, 250, 246);
	background: none;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 5px;
}

.search-results .title {
	margin: 5px 0px 10px 0px;
}

.search-results .title a {
	font-size: 20px;
	color: #fff;
}

/*.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }*/

.search-results li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 1em;
}

.search-results .search-snippet-info {
	padding-left: 0;
}

.search-results .search-snippet-info p.search-snippet {
	margin-bottom: 5px;
	font-size: 15px;
	color: #EFEFEF
}

#top-area {
	clear: both;
}

#top-area {
	position: relative;
}

#top-area .block {
	margin: 0;
}

#top-area .block p {
	margin: 0;
}

#top-area .column-title {
	color: #e0e0e0;
}

#top-area li {
	border-bottom: #555 1px dashed;
}


/* FOOTER */

#footer {
	clear: both;
	background-color: #667080;
	padding: 8rem 0 5rem;
}

#footer-area .column a {
	display: inline-block;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	padding: 0 0 0.8rem;
	color: var(--yellowColor);
}

#footer-area .column .content p {
	margin: 0;
}

#footer-area .column.firstcolumn {
	max-width: 22%;
}

#footer-area .column a:hover {
	text-decoration: none;
	color: white;
}

#footer_wrapper {
	max-width: 160rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.footer_credit .footer_inner_credit #footer_name p {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	font-size: 2.2rem;
	line-height: 2.7rem;
	letter-spacing: 0;
	font-weight: 600;
}

#footer_name img {
	max-width: 7.5rem;
	margin-right: 1.5rem;
}

.footer_credit .footer_inner_credit #footer_name p span {
	max-width: 16rem;
	/* color: var(--yellowColor); */
}

#footer-area {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}

#footer-area .column {
	width: 100%;
	max-width: 25%;
	padding: 0 1.5rem;
}

#footer-area .fourthcolumn {
	max-width: 28%;
}

#footer-area .column:first-child {
	margin-left: 0;
}

.credits {
	max-width: 370px;
	margin-right: 12px;
	text-align: right;
}

#copyright p {
	margin: 0;
}

#links {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 23px;
	max-width: 1000px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

#footer_wrapper #footer-area {
	padding: 0 0 0 18rem;
}

#footer-area #links {
	display: none;
}

#footer_address .content {
	padding-left: 9rem;
}

#footer_address .content p {
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	padding: 0.8rem 0 0;
	font-weight: bold;
	/* color: var(--yellowColor); */
}

#footer_address .content p span {
	font-size: 1.6rem !important;
}

#footer_address .content p strong {
	font-weight: normal;
}

.report-filter-block {
	margin: 22px auto;
	padding: 22px 5px;
	background-position: center 0px;	
	background-color: #667080;
	color: rgb(255, 255, 255);
}

.report-filter-block li {
	background: none;
	padding: 0 1rem 0.5rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.report-filter-block a,
.report-filter-block h2 {
	color: rgb(255, 255, 255);
}

.dkttypes .content a {
	font-size: 40px;
	padding: 10px 10px;
	margin: 0 15px 20px 0;
}

.newsroom_sidebar {
	text-align: center;
}

.newsroom_sidebar td {
	margin: 2px auto;
	height: 110px;
	background-position: center 0px;	
	background-color: #4B5666;
	text-align: center;
	color: #FFF;
	border-bottom: 2px solid rgb(251, 250, 246);
	font-size: 1.6rem;
	line-height: normal;
}

.newsroom_sidebar a {
	color: #FFF;
}

.newsroom_sidebar td p {
	margin: 0 0 1.2rem;
	font: unset;
}

.newsroom_sidebar td p br {
	display: none;
}

.speechespapers {
	margin-top: 0px;
	text-align: center;
	width: 26rem;
}

.speechespapers td {
	margin: 2px auto;
	height: 110px;
	width: 130px;
	background-position: center 0px;
	background-color: #4B5666;
	text-align: center;
	color: #FFF;
}

.speechespapers td:first-child {
	border-right: 2px solid rgb(251, 250, 246);
}

.speechespapers a {
	color: #FFF;
}

.speechespapers table tr td a {
	display: block;
	text-align: center;
}

.speechespapers table tr td a img {
	margin: 0 auto;
	display: inline-block;
}

.region.region-sidebar-first a.colorbox img {
	display: inline-block;
}

#block-block-22 {
	margin: 0 0 3rem 0;
	text-align: center;
	width: 26rem;
}


.pressrelease li {
	background: url("images/icons/press_blue.png") no-repeat scroll left top transparent;
	border-bottom: 1px solid rgb(66, 90, 128);
	padding-left: 12rem;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}

.eventslist-custom li {
	background: url("images/icons/dailylistings_large.png") no-repeat scroll left top transparent;
	border-bottom: 1px solid rgb(66, 90, 128);
	padding-left: 16rem;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}

.pressrelease .views-field-field-date-posted {
	margin-bottom: 5px;
	font-weight: bold;
}

.pressrelease .views-row p {
	margin-bottom: 0;
}

.pressrelease .views-field-body {
	margin-top: 10px;
}

.pressblock {
	text-align: center;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	width: 196px;
}

.node-type-press-release .field-name-title,
.press-release-title {
	border-bottom: 2px solid rgb(209, 146, 129);
	padding-bottom: 0.5rem;
	margin-bottom: 3rem;
}

.node-type-press-release .field-name-field-date-posted {
	margin-bottom: 10px;
}


.view-leadership1 img {
	float: left;
	margin: 0 15px 55px 0
}

.view-leadership1 ul li {
	clear: both;
	list-style: none;
	background: none;
	margin: 0 0 6rem;
	padding: 0;
}

.view-leadership1 .views-field-title {
	font-size: 3.2rem;
	line-height: 4rem;
	margin: 0 0 1rem;
}

.view-leadership1 .views-field-field-position {
	font-size: 2.4rem;
	text-transform: uppercase;
	line-height: 3.2rem;
}

.view-leadership1 .views-field-body {
	margin-top: 10px;
}


tr.reports {
	background-color: rgb(64, 92, 129);
}

tr.reports td {
	border-right: none;
	border-bottom: 2px solid rgb(251, 250, 246);
	background: none;
	color: #fff;
	padding: 5px 15px;

}

tr.reports td a {
	color: #fff;
}


tr.speeches {
	background-color: rgb(64, 92, 129);
}

tr.speeches td {
	border-right: none;
	border-bottom: 2px solid rgb(251, 250, 246);
	background: none;
	color: #fff;
	padding: 5px 15px;
}

tr.speeches td a {
	color: #fff;
}

tr.speeches td p {
	margin-bottom: 0;
}

tr.testimonies {
	background-color: rgb(64, 92, 129);
}

tr.testimonies td {
	border-right: none;
	border-bottom: 2px solid rgb(251, 250, 246);
	background: none;
	color: #fff;
	padding: 15px;
}

tr.testimonies td.docketwidth {
	min-width: 110px;
}

tr.testimonies td a {
	color: #fff;
}

tr.testimonies td p {
	margin-bottom: 0;
}

tr.papers {
	background-color: rgb(64, 92, 129);
}

tr.papers td {
	border-right: none;
	border-bottom: 2px solid rgb(251, 250, 246);
	background: none;
	color: #fff;
	padding: 5px 15px;
}

tr.papers td a {
	color: #fff;
}

tr.papers td p {
	margin-bottom: 0;
}

tr.eventlist {
	border-bottom: 1px solid rgb(66, 90, 128);
	padding-left: 120px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

tr.eventlist td {
	vertical-align: top;
	border-right: none;
	background: none;
	padding: 15px 15px;
}

tr.eventlist td a {}

tr.eventlist td p {}

/* TECODO ADDED DOCKETLISTING FOR DAILYLISTINGS
    THE DAILYLISTINGS PAGES WAS USING TESTIMONIES*/
tr.docketlisting {
	/* CHANGED FROM BLUE TO WHITETbackground-color: rgb(64,92,129);*/

}

tr.interroglisting td {
	border-right: none;
	/* THIS WAS WHITE border-bottom: 2px solid rgb(251, 250, 246); */
	border-bottom: 2px solid rgb(64, 92, 129);
	background: none;
	/* color:#fff;  */
	/*padding:15px; */
	padding: 5px;
	vertical-align: bottom;
	font-size: small;
	color: black;
}

tr.docketlisting td {
	border-right: none;
	/* THIS WAS WHITE border-bottom: 2px solid rgb(251, 250, 246); */
	border-bottom: 2px solid rgb(64, 92, 129);
	background: none;
	/* color:#fff;  */
	/*padding:15px; */
	padding: 5px;
	vertical-align: top;
	font-size: small;
	color: black;
}

tr.docketlisting td.docketwidth {
	max-width: 100%;
	white-space: nowrap;
	font-size: small;

}

tr.docketlisting td a:visited {
	color: #551A8B;
}

tr.docketlisting td a[href$=".pdf"] {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/sites/all/themes/postal_regulatory_commission/images/icons/download_pdf-4.png) no-repeat;
	width: 100px;
	height: 30px;
	padding-left: 30px;
	color: black;

}

tr.docketlisting td a[href$=".xls"]:visited {
	color: #551A8B;
}

tr.docketlisting td a[href$=".pdf"]:visited {
	color: #551A8B;
}

tr.docketlisting td a[href$=".doc"]:visited {
	color: #551A8B;
}

tr.docketlisting td a[href$=".xlsx"]:visited {
	color: #551A8B;
}

tr.docketlisting td a[href$=".docx"]:visited {
	color: #551A8B;
}


tr.docketlisting td a[href$=".xls"]:hover {
	color: rgb(209, 146, 129);
}

tr.docketlisting td a[href$=".pdf"]:hover {
	color: rgb(209, 146, 129);
}

tr.docketlisting td a[href$=".doc"]:hover {
	color: rgb(209, 146, 129);
}

tr.docketlisting td a[href$=".xlsx"]:hover {
	color: rgb(209, 146, 129);
}

tr.docketlisting td a[href$=".docx"]:hover {
	color: rgb(209, 146, 129);
}


tr.docketlisting td a[href$=".xls"] {
	color: rgb(66, 90, 128);
}

tr.docketlisting td a[href$=".pdf"] {
	color: rgb(66, 90, 128);
}

tr.docketlisting td a[href$=".doc"] {
	color: rgb(66, 90, 128);
}

tr.docketlisting td a[href$=".xlsx"] {
	color: rgb(66, 90, 128);
}

tr.docketlisting td a[href$=".docx"] {
	color: rgb(66, 90, 128);
}


tr.docketlisting td a[href$=".doc"] {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/sites/all/themes/postal_regulatory_commission/images/icons/download_doc-4.png) no-repeat;
	width: 100px;
	height: 30px;
	padding-left: 30px;


}

tr.docketlisting td a[href$=".xls"] {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/sites/all/themes/postal_regulatory_commission/images/icons/download_xls-4.png) no-repeat;
	width: 100px;
	height: 30px;
	padding-left: 30px;


}

tr.docketlisting td a[href$=".zip"] {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/sites/all/themes/postal_regulatory_commission/images/icons/download_zip-4.png) no-repeat;
	width: 100px;
	height: 30px;
	padding-left: 30px;


}

tr.docketlisting td a[href$=".docx"] {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/sites/all/themes/postal_regulatory_commission/images/icons/download_doc-4.png) no-repeat;
	width: 100px;
	height: 30px;
	padding-left: 30px;


}

tr.docketlisting td a[href$=".xlsx"] {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/sites/all/themes/postal_regulatory_commission/images/icons/download_xls-4.png) no-repeat;
	width: 100px;
	height: 30px;
	padding-left: 30px;


}



tr.docketlisting td a {
	/* CHANGED FROM WHITE TO NOTHING color:#fff;  */


}

.docketfile a {
	vertical-align: middle;
}

tr.docketlisting td.docketfile a {
	vertical-align: middle;
}

tr.docketlisting td p {
	margin-bottom: 0;
}

tr.docketlisting th {
	max-width: 100%;
	white-space: nowrap;
	font-size: small;
	text-shadow: none;
	color: rgb(64, 92, 129);
	vertical-align: top;
}

/* TECODO ADDED FOR INTERROGATORIES */
tr.interroglisting th {
	max-width: 100%;
	white-space: nowrap;
	font-size: small;
	text-shadow: none;
	color: rgb(64, 92, 129);
	vertical-align: bottom;
}



/* Prev / Next links on Press releases 
Flippy module  */
.flippy a img {
	padding: 5px 0;
}

.region-content ul.flippy {
	margin: 40px 0;
	padding: 0 0;
	text-align: center;
}

ul.flippy li {
	margin: 0;
	padding: 10px 0;
	display: inline;
	list-style-type: none;
	list-style-image: none;
	background: none;
	white-space: normal;
	width: 290px;
	font-weight: bold;
}

ul.flippy li.next {
	float: left;
	text-align: left;
}

ul.flippy li.prev {
	float: right;
	text-align: right;
}

.flpdate {
	color: #444444;
}

.region-sidebar-second {
	/*margin-top:30px;*/
}

.front .region-sidebar-second {
	margin-top: 40px;
}

.node-commissioner .group-header>div {
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}

.node-commissioner>.group-left {
	clear: both;
	width: 100%;
	float: none;
}

.node-commissioner>.group-right {
	display: none;
}

.field-name-field-position {
	text-transform: uppercase;
	font-size: 24px;
	color: #444444;
	padding-top: 8px;
}

.commissioner-summary {
	/*text-transform:uppercase;*/
	color: #777777;
	font-weight: bold;
}

#block-menu-menu-about-foia {
	/*margin-top:50px;*/
	background-position: center 0px;
	background-color: #667080;
	color: #FFF;
	padding: 20px 20px 20px 5px;
	width: 300px;
	margin-right: 20px;
}

#block-menu-menu-about-prc,
#block-block-24,
#block-block-27,
#block-block-28,
.darkblock {
	background-position: center 0px;	
	background-color: #4B5666;
	color: #FFF;
	padding: 0.5rem 0.5rem 2rem 0.5rem;
}

.sidebar-first .about_sidebar>ul>li>ul li a {
	padding-left: 3rem;
}

.about_sidebar ul li>ul {
	margin-left: 0;
}

#block-block-24 {
	/*padding-left:20px;*/
}

#block-menu-menu-about-prc a,
#block-menu-menu-about-prc h2,
#block-block-24 h2,
#block-block-27 h2,
#block-block-28 h2,
#block-block-28 a,
.darkblock a {
	color: #FFF;
	text-align: left;
	width: 100%;
	display: inline-block;
}

.darkblock h2 {
	color: #FFF;
	width: 100%;
	display: inline-block;
	margin: 0;
	text-align: left;
	font-size: 2rem;
	line-height: 2.8rem;
	padding: 1.5rem 1.5rem 0;
}

.activeblock {
	margin-top: 25px;
}

.activeblock td {
	background: none;
	vertical-align: top;
	padding-bottom: 20px;
}

.activeblock td div {
	float: left;
	margin-right: 5px;
	width: 70px;
}

.activeblock .abrev {
	font-size: 27px;
	color: #fff;
	padding-right: 20px;
	line-height: 1em;
}

.activeblock .actives {
	font-size: 12px;
}

body.not-front #block-webform-client-block-186 {
	background-position: center 0px;
	background-image: url("images/background.png");
	background-color: rgb(72, 100, 142);
	color: #FFF;
	padding-top: 30px;
	margin-top: 10px;
}

body.not-front #block-webform-client-block-186 h2 {
	color: #fff;
}

#block-menu-menu-about-prc h2 {
	font-size: 2rem;
	text-transform: uppercase;
	padding: 1rem 0px 1rem 1.5rem;
	line-height: 2.8rem;
}

#block-menu-menu-about-prc ul.menu li,
.darkblock ul.menu li {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}

#block-menu-menu-about-prc ul.menu li a {
	padding: 10px 0 10px 15px;
}

#block-menu-menu-about-prc ul.menu li ul.menu li {
	margin: 0 15px 0 0;
	font-size: 13px;
	font-weight: normal;
}

#block-menu-menu-about-prc ul.menu li ul.menu li a {
	padding: 2px 0 2px 30px;
	width: 100%;
	display: inline-block;
}

.darkblock ul.menu li a {
	padding: 0.8rem 0 0.8rem 1.5rem;
}

.darkblock ul.menu li {
	font-size: 1.4rem;
	line-height: 2rem;
}

.darkblock {
	padding-bottom: 2rem;
}

#block-menu-menu-about-prc .active,
#block-menu-menu-about-prc ul.menu li a:hover,
.darkblock ul.menu li a:hover {
	background-color: #fff;
	color: rgb(66, 90, 128);
	font-weight: bold;
}

.office-email,
.office-phone,
.office-fax,
.office-acronym {
	text-transform: uppercase;
	text-align: center;
	color: rgb(66, 90, 128);
	font-weight: normal;
	font-size: 18px;
}

.office-acronym {
	font-weight: bold;
}

#block-ds-extras-office-side {
	margin-bottom: 15px;
}

.office-header {
	margin-bottom: 40px;
}


#block-webform-client-block-186 div.content {
	text-align: center;
	margin-bottom: 20px;
}

#webform-client-form-186 input.form-submit {
	height: 25px;
	width: 34px;
	cursor: pointer;
	text-indent: -9999px;
	border-color: #fbfaf6;
	background: url(images/icons/submit-arrow.png) no-repeat center top;
	border-radius: 0;
}

#webform-client-form-186 .form-text {
	background-color: #f2f1ee;
	padding-right: 30px;
	width: 200px;
	-webkit-appearance: none;
	border-radius: 0;
}

#webform-client-form-186 .form-item,
#webform-client-form-186 .form-actions {}

#webform-client-form-186 .form-item {
	width: 250px;
	margin: 0 auto;
}

#webform-client-form-186 .form-actions {
	position: relative;
	top: -43px;
	right: -94px;
	width: 34px;
	margin: 0 auto;
}

.form-text,
.form-text2,
.form-textarea,
select.form-select {
	background-color: #f2f1ee;
	color: #777;
	max-width: 100%;
}

.contact-table td {
	padding: 2rem;
	border: none;
	vertical-align: top;
	background: transparent;
}

.contact-table td img {
	max-width: unset;
}

#webform-client-form-187 input[type="submit"],
.contact-button {
	width: 80%;
	margin: 15px auto 40px auto;
	text-align: center;
}

#edit-actions {
	text-align: center;
}

div.contact-button a,
div.contact-button a:hover {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}

ul.site-map-menu li {
	background: none;
}

#block-block-15,
#block-views-tweets-block {
	background: url(images/twitter-left.png) no-repeat left 5px;
	overflow: visible;
	margin-bottom: 50px;
}

#block-block-15 .content,
#block-views-tweets-block .content {
	background: url(images/twitter-right.png) no-repeat right 5px;
	overflow: visible;
	font-size: 14px;
	padding: 0 35px 0 35px;
}

#block-views-tweets-block .content li {
	background: none;
	padding: 0px;
}

#block-views-tweets-block .more-link {
	display: none;
}

#consumer-assistance-left {
	width: 47%;
	float: left;
	margin-right: 3rem;
}

#consumer-assistance-right {
	width: 47%;
	float: right
}

div.file {
	float: left;
	width: 24%;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}

div.reportfiles>div>div>div>div>div {
	float: left;
	width: 24%;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}

div.breaking-news {
	border-top: 1px solid #425A80;
	padding: 7px;
	color: #515F5C;
	font-size: 17px;
	margin-top: 20px;
	margin-left: 50px;
	padding-top: 30px;
	padding-left: 120px;
	background: url('images/icons/press_blue.png') no-repeat scroll left 15px transparent;
}

div.breaking-news h3 {
	font-size: 20px;
	padding-top: 6px;
	font-weight: bold;
}

h1.breaking-news {
	margin-top: 30px;
	margin-left: 50px;
}

.node-webform iframe {
	width: 100%;
}

.node-page hr,
.content hr {
	clear: both;
	border-top: 2px solid rgb(209, 146, 129);
	margin: 40px 0;
}

.content hr {
	margin: 10px 0;
}

.ds-2col>.group-left {
	width: 47%;
	margin-right: 3rem;
	float: left;
}

.ds-2col>.group-right {
	width: 47%;
	margin-left: 3rem;
	float: right;
}

#megamenu-1 .mm-container {
	min-width: 150px;
}

#megamenu-1 .mm-item-1 .mm-container {
	background-color: rgb(251, 250, 246);
	width: 600px;
}

#megamenu-1 .mm-item>a,
#megamenu-1 .mm-item>a:link {
	padding-bottom: 15px;
}

#megamenu-1 div.mm-container a,
#megamenu-1 div.mm-container a:link {
	margin: 5px 10px;
	padding: 0;
	font-size: 12px;
	border-bottom: 1px solid #E7E4E4;
	text-align: left;
}

.mm-sub .inner {
	padding: 0;
	margin: 10px 0;
}

#megamenu-1 div.mm-container a:hover {
	background-color: rgba(243, 244, 248, 1.00)
}

.mdmegamenu h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
}

#mdmegamenu-1 .mm-active>a,
#mdmegamenu-1 .mm-active>a:link,
#mdmegamenu-1 .mm-active>a:visited {
	background: rgb(251, 250, 246);
	color: rgb(66, 90, 128);
}

.view-careers .views-label {
	font-weight: bold;
}

.view-careers li.views-row {
	margin-bottom: 30px;
	list-style: none;
	background: none;
	padding-left: 30px;
}

.faq-qa-header h3 {
	color: #515151;
	text-transform: uppercase;
	font-weight: bold;
}

.faq-dl-hide-answer .ui-accordion-icons {
	text-transform: uppercase;
	color: rgb(66, 90, 128);
	font-weight: bold;
	margin: 1rem 0;
	padding: 5px 0 0 2rem;
	background: transparent;
	border: 0;
}

.faq-dl-hide-answer .ui-accordion-icons .ui-accordion-header-icon {
	display: none;
}

.faq-dl-hide-answer {
	padding-bottom: 2.5rem;
}

.faq-dl-hide-answer .ui-accordion-icons a {
	color: rgb(66, 90, 128);
}

.faq-category-group .faq-dl-hide-answer .ui-accordion-content {
	padding: 0 0 0 40px;
	background: transparent;
	font-size: 15px;
}

.faq-category-group .faq-dl-hide-answer .ui-accordion-content p,
.faq-category-group .faq-dl-hide-answer .ui-accordion-content p a {
	color: #515F5C;
}

/* Dockets */
div.case-row {
	width: 240px;
	margin: 20px 30px 20px 0;
	vertical-align: top;
	display: inline-block;
}

div.case-row .number {
	background-color: #b9504a;
	padding: 4px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
}

div.case-row .number a,
div.case-row .number a:visited,
div.case-row .number a:hover,
div.case-row .number a:active {
	color: #FFF;
	font-weight: bold;
}

div.case-row .download {
	float: right;
	margin-right: 5px;
}

div.case-row .download img {
	vertical-align: bottom;
	padding: 5px 0;
}

div.type-row .number {
	background-color: #b9504a;
	padding: 4px;
	font-size: 34px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0px;
	width: 235px;
	padding-left: 15px;
}

div.type-row #num-documents {
	background-color: #b9504a;
	padding: 4px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	width: 45px;
	float: left;
	text-align: center;
}

div.type-row table {
	background-color: #405C81;
}

div.type-row .number a,
div.type-row .number a:visited,
div.type-row .number a:hover,
div.type-row .number a:active {
	color: #FFF;
	font-weight: bold;
}

div.type-row td {
	border-bottom: none;
	background: none;
	color: #FFF;
}

div.type-row a {
	color: #FFF;
}

div.type-row .views-table {
	background-color: #405C81;
	color: #FFF;
	padding: 20px;
	overflow: auto;

	/*width: 100%;*/
}

div.type-row .document li {
	display: inline-block;
	color: #FFF;
}

div.type-row .document li a {
	width: 100%;
	height: 100%;
}

div.type-row .document .filedownload {
	background: url(images/icons/download.png) no-repeat center top;
	padding-top: 55px;
}

div.type-row .views-table h3 {
	color: #FFF;
}

.docketleftcol {
	float: left;
	width: 48%;
}

.docketrightcol {
	float: right;
	width: 48%;
}

.doctitle {
	font-size: 20px;
}



/* User Activity */
div.user-activity h3.notice {
	background-color: #E8E8E8;
	color: #666;
	padding: 6px;
	border: #CCC;
}

div.user-activity div.divider {
	border-top: 1px #CCC dashed;
}

/* TECODO .ui-datepicker {width:auto;} */

table.interrogs {
	width: auto;
}

/* Tabs */
.dockettabs {
	background: none;
	width: 100%;
	margin-top: 30px;
}

.dockettabs,
.dockettabs .ui-tabs-nav li a,
.dockettabs .ui-tabs-nav {
	padding: 0;
}

.dockettabs .ui-tabs-panel {
	padding: 20px;
	background-color: #405C81;
	color: #FFF;
	border: 1px solid rgb(251, 250, 246);
}

.dockettabs .ui-widget-header {
	border: none;
	background: none;
	/* height: 120px;*/
	width: 100%;
}

.dockettabs .ui-corner-all {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.dockettabs .ui-tabs-nav li {
	position: relative;
	height: 120px;
	width: 130px;
	cursor: pointer;
	margin: 0;
	top: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0;
}

.ui-corner-top {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.ui-corner-bottom {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui-corner-all {
	border-radius: 4px;
}

.ui-widget-content {
	border: none;
}

.block-datepicker-block .ui-widget-content {
	background-color: #405C81;
	color: #FFF;
	background-image: none;
}

.block-datepicker-block .ui-widget-content th {
	color: #FFF;
	text-shadow: none;
}

.dockettabs .ui-widget-header .ui-state-default {
	background-color: #B9504A;
	background-image: none;
	border: 1px solid rgb(251, 250, 246);
	border-bottom: 1px solid rgb(251, 250, 246) !important;

}

.dockettabs .ui-tabs-nav li.ui-state-active,
.dockettabs .ui-tabs-nav li:hover {
	background-color: #405C81;
}

.dockettabs .ui-tabs-nav li .icon {
	color: #FFF;
	background: url('images/icons/document_neg.png') no-repeat scroll center 10px transparent;
	width: 130px;
	padding-top: 90px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.dockettabs .ui-tabs-nav li.ui-tabs-active .icon,
.dockettabs .ui-tabs-nav li:hover .icon {
	color: #FFF;
}

.dockettabs .ui-tabs-nav li a {
	outline: none;
	width: 100%;
	height: 100%;
}

.dockettabs .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}

.ui-widget-content a {
	color: #FFF;
}

/* Search Page */
.search-result-head {
	margin-bottom: 5px;
	font-size: 40px;
	color: #425A80;
	font-weight: normal;
	line-height: 95%;
}

.num-result {
	color: #515F5C;
	font-size: 25px;
	vertical-align: middle;
}

/* TECODO .docket-result {font-size:20px;} */
.filedby {
	font-size: 12px;
	font-style: italic;
}

.singlewidth {
	width: 250px;
	margin-bottom: 0;
}

.datewidth {
	width: 105px;
	margin-bottom: 0;
}

/* TECODO ADDED NEXT LINE - FIXEX DROP DOWN BOX WIDTH ISSUE (ADD 10PX TO DROPDOWNS*/
.singlewidth2 {
	width: 260px;
	margin-bottom: 0;
}

.doublewidth {
	width: 520px;
	margin-bottom: 0;
}

input.doublewidth,
input.singlewidth {
	/*margin:0;*/
}

/* TECODO .search-parts {margin: 0 0px 10px 0; padding-right:20px;float:left;} */
.search-parts {
	margin: 0 0px 10px 0;
	padding-right: 10px;
	float: left;
}

.search-parts2 {
	margin: 0 0px 10px 0;
	padding-right: 10px;
	float: right;
}

.search-parts .form-submit {
	padding: 0;
	margin: 0;
}

#mainsearch {
	margin-bottom: 30px;
	overflow: auto;
}

#block-dockets-small-search {
	margin-left: 20px;
	font-size: 12px;
}

#block-dockets-small-search #edit-submit2,
#block-dockets-small-search #edit-submit {
	vertical-align: middle;
}

#block-dockets-small-search .search-parts {
	padding-right: 40px;
}

.attr {
	font-size: 14px;
}

.procdate {
	font-weight: bold;
}

.procitem {
	margin-bottom: 5px;
	line-height: 17px;
}

.view-item-calendar h2 {
	font-size: 18px;
}

.AspNet-GridView th {
	background-color: rgba(225, 232, 240, 1.00);
}

td label {
	display: inline-block;
}

#datepicker-block-form #edit-submit {
	display: none;
}

.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 5px;
}

.tooltip {
	margin: 0.8rem;
	padding: 0.8rem;
	border: 2px solid rgb(251, 250, 246);
	background-color: rgb(66, 90, 128);
	color: rgb(251, 250, 246);
	position: absolute;
	z-index: 2;
}

.filelist {
	font-size: 19px;
	border-bottom: 1px solid rgb(209, 146, 129);
}

.downloadbox {
	display: none;
	right: 3.5rem;
	min-width: 25rem;
	top: -4rem;
	text-align: left;
}

.downloadbox a span {
	white-space: normal !important;
}

.singlefile {
	top: -1rem;
}

.downloadbox:hover {
	display: block;
}

.downloadbox img {
	vertical-align: middle;
}

.rolldownload {
	position: relative;
	text-align: right;
}

.rolldownload:hover div.tooltip {
	display: block;
}

#CommissionersGrid td {
	padding: 10px;
	border-top: 1px solid #EEE;
}

ol.search-results b {
	font-weight: bold;
}

#prcsearch .form-submit {
	vertical-align: middle;
}

.nowrap {
	white-space: nowrap;
}

td.views-field-field-paper-published-date span {
	white-space: nowrap;
}

.md-horizontal.md-style1 {
	border-bottom: none !important;
}

#realaudiosection {
	float: left;
	margin-right: 20px;
}

#windowssection {
	float: left;
}

#webform-client-form-186 label,
#webform-client-form-187 label {
	display: none;
}

.skipnavhidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

body.content-sidebar-wrap {
	width: 70%;
	clear: both;
}

/* home nivo slider  */
.nivo-controlNav {
	display: none;
}

.nivo-directionNav {
	display: none;
}

/* about page slider */
#block-menu-menu-about-prc .is-active {
	background-color: #fff;
	color: rgb(66, 90, 128);
	font-weight: bold;
	text-transform: uppercase;
}

.about_sidebar>ul {
	margin-left: 0;
}

.about_sidebar>ul>li>a {
	padding: 1rem 0 1rem 1.5rem;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.about_sidebar>ul>li>ul li a {
	padding: 2px 0 2px 1.6rem;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.about_sidebar>ul>li>a:hover,
.about_sidebar>ul>li>ul li a:hover {
	background-color: #fff;
	color: rgb(66, 90, 128) !important;
	text-decoration: none;
}

.front-page-container .region.region-welcome {
	border-top: 2px solid #879DB4;
	margin: 5rem 0 7rem;
	padding: 7rem 0 4rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 2px solid #879db4;
}

.front-page-container .region.region-welcome>div {
	width: 100%;
	max-width: 48%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.front-page-container .region.region-welcome>div .image-field {
	background: #A4A8AC;
	border-radius: 1.8rem;
	padding: 1rem;
	width: 22.6rem;
	max-width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	height: 22.6rem;
}

.front-page-container .region.region-welcome>div .content {
	width: calc(100% - 22.6rem);
	padding-left: 4rem;
	max-width: 100%;
}

.front-page-container .region.region-welcome>div .content h2 {
	font-size: 2.4rem;
	line-height: 3.2rem;
}

.front-page-container .region.region-welcome>div .content p {
	margin: 1.5rem 0 0;
	max-width: 38rem;
}

.front-page-container .region.region-welcome>div .image-field img {
	max-height: 12rem;
	margin: 0 auto;
	display: block;
	width: auto;
}

.front-page-container .region.region-content-top>div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 4rem;
}

.front-page-container .region.region-content-top>div .image-field {
	width: 64.6rem;
	max-width: 100%;
}

.front-page-container .region.region-content-top>div .image-field img {
	width: 100%;
	display: block;
}

.front-page-container .region.region-content-top>div .content {
	width: calc(100% - 64.6rem);
	max-width: 100%;
	padding: 0 0 0 6rem;
}

.front-page-container .region.region-content-top>div .content h2 {
	margin: 0 0 3rem;
}

.node--type-commissioner>.group-left {
	clear: both;
	width: 100%;
	float: none;
}

.node--type-commissioner>.group-header>div {
	float: left;
	margin-right: 3rem;
	margin-bottom: 4rem;
}

.node--type-commissioner>.group-header>div.commissioner-position {
	text-transform: uppercase;
	font-size: 2.4rem;
	color: #444444;
	padding-top: 1rem;
}
fieldset.captcha .captcha__element {
	padding: 0 1rem;
	margin-top: 4.5rem;
}

.tabs-wrapper .reset-appearance.tabs__tab.tabs__trigger {
	display: none;
}

fieldset.captcha .captcha__description {
	padding: 0 1rem;
}

p:empty,
li:empty {
	display: none;
}

/*search result page*/
.search-form {
	margin-bottom: 1em;
}

.search-results li h3 a {
	color: #fff;
	text-decoration: none;
}

.search-results li h3 {
	margin: 5px 0px 10px 0px;
	font-size: 1.2em;
}

.search-results li p {
	margin-bottom: 5px;
	font-size: 15px;
	color: #EFEFEF;
}

.node-search-result details.search-advanced,
.node-search-result form.search-form .search-help-link {
	display: none;
}

.node-search-result form.search-form .container-inline {
	position: relative;
	max-width: 502px;
}

.node-search-result form#search-form .container-inline input.form-submit {
	position: absolute;
	right: 0;
	padding: 4px;
	margin: 5px;
	top: 4.2rem;
	background-image: url(images/searchglass.png);
	background-position: 0 0;
	width: 4.4rem;
	height: 3.6rem;
}

.node-search-result form.search-form .container-inline>.form-item label {
	margin: 0 0 10px;
}

.node-search-result form.search-form .container-inline>.form-item {
	width: 100%;
	margin: 0;
}

.node-search-result #search-form input#edit-keys {
	width: 442px;
	border-color: #ccc;
	float: none;
	background-color: #f2f1ee;
	color: #777;
	max-width: 100%;
	padding: 4px 5px;
	margin: 2px 0;
	height: 3.6rem;
}

.ds-2col>.group-right form .form-item select.form-select,
.ds-2col>.group-right form .form-item input.form-text,
.ds-2col>.group-right form .form-item input.form-email,
.ds-2col>.group-right form .form-item textarea.form-textarea {
	font-size: 12px;
	color: #777;
	background-color: #f2f1ee;
	border: 1px solid #ccc;
	max-width: 100%;
}

.ds-2col>.group-left iframe {
	width: 100%;
}

.ds-2col>.group-right form .form-item input.form-text::placeholder,
.ds-2col>.group-right form .form-item input.form-email::placeholder {
	opacity: 1;
}

.sidebar-second .content-sidebar-wrap {
	width: calc(100% - 28.5rem);
	display: block;
	padding: 0 8rem 0 0;
}

.two-sidebar .content-sidebar-wrap {
	width: calc(100% - 28.5rem);
	padding: 0 8rem 0 0;
}

.two-sidebar .content-sidebar-wrap #sidebar-first {
	width: 17.2rem;
}

#container.sidebar-second,
#container.two-sidebar {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.two-sidebar .content-sidebar-wrap #content {
	width: calc(100% - 17.2rem);
	padding: 0 0 0 4rem;
}

.two-sidebar .content-sidebar-wrap #sidebar-first .content img {
	max-width: unset;
}

.two-sidebar .content-sidebar-wrap #sidebar-first .content {
	text-align: center;
}

.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-item,
.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-actions {
	float: left;
	padding: 0 1.5rem 0 0;
	margin: 0;
}

.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-item label,
.speeches .content-sidebar-wrap form.views-exposed-form label,
.page-pager .content-sidebar-wrap form.views-exposed-form label,
.view_usps_reports_page_1_class .content-sidebar-wrap form.views-exposed-form label,
.faq_faq-page_order_class .content-sidebar-wrap form.views-exposed-form label {
	font-weight: bold;
	display: inline-block;
}

.page-prc-report .content-sidebar-wrap form.views-exposed-form,
.speeches .content-sidebar-wrap form.views-exposed-form,
.page-pager .content-sidebar-wrap form.views-exposed-form,
.view_usps_reports_page_1_class .content-sidebar-wrap form.views-exposed-form,
.faq_faq-page_order_class .content-sidebar-wrap form.views-exposed-form {
	margin-bottom: .5em;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-item,
.speeches .content-sidebar-wrap form.views-exposed-form>.form-item,
.page-pager .content-sidebar-wrap form.views-exposed-form>.form-item,
.view_usps_reports_page_1_class .content-sidebar-wrap form.views-exposed-form>.form-item,
.faq_faq-page_order_class .content-sidebar-wrap form.views-exposed-form>.form-item {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-item input.form-text,
.speeches .content-sidebar-wrap form.views-exposed-form>.form-item input.form-text,
.page-pager .content-sidebar-wrap form.views-exposed-form>.form-item input.form-text,
.view_usps_reports_page_1_class .content-sidebar-wrap form.views-exposed-form>.form-item input.form-text,
.faq_faq-page_order_class .content-sidebar-wrap form.views-exposed-form>.form-item input.form-text,
.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-item select.form-select,
.speeches .content-sidebar-wrap form.views-exposed-form>.form-item select.form-select,
.page-pager .content-sidebar-wrap form.views-exposed-form>.form-item select.form-select,
.view_usps_reports_page_1_class .content-sidebar-wrap form.views-exposed-form>.form-item select.form-select,
.faq_faq-page_order_class .content-sidebar-wrap form.views-exposed-form>.form-item select.form-select {
	height: 3.4rem
}
.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-item.form-item-title {
	max-width: 14.4rem;
}

.faq_faq-page_order_class .content-sidebar-wrap form.views-exposed-form>.form-wrapper {
	align-self: center;
	padding-top: 2rem;
}

.faq_faq-page_order_class .content-sidebar-wrap form.views-exposed-form>.form-item {
	margin: 0 1.5rem 0 0;
}

.speeches .content-sidebar-wrap form.views-exposed-form>.form-item,
.page-pager .content-sidebar-wrap form.views-exposed-form>.form-item {
	max-width: 20rem;
	margin: 0 1.5rem 0 0;
}

.view_usps_reports_page_1_class .content-sidebar-wrap form.views-exposed-form>.form-item {
	margin: 0 1.5rem 0 0;
}

.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-item.form-item-field-report-type-value {
	max-width: 42rem;
}

.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-item.form-item-field-report-type-value select {
    padding: 0.4rem 1.2rem;
    height: 3.4rem;
}

.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-item.form-item-keys {
	max-width: 20rem;
}

.views-table tr.reports td {
	text-align: left;
	vertical-align: middle;
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.views-table tr.reports td.views-field-field-date-of-report {
	width: 14rem;
	max-width: 100%;
}

.page-pager .views-table tr.reports td.views-field-field-date-of-report {
	width: 18rem;
}

.views-table tr.reports td .rolldownload img {
	max-width: unset;
	padding: 5px;
}

.report-filter-block>h2 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 3rem;
	padding: 0.5rem 0 1rem;
}

.user-login-form>.form-item input.form-text,
.user-pass>.form-item input.form-text {
	max-width: 100%;
}

.faq-dl-hide-answer .ui-accordion-icons a:hover {
	color: rgb(209, 146, 129);
}

.rolldownload:hover div.tooltip {
	display: block;
	opacity: 1;
}

table.views-table .views-field-field-current-redline-mcs img {
	max-width: unset;
	padding: 5px;
}

.node.node--type-page.ds-1col p a>img,
.node--type-page table a img,
.newsroom_sidebar table td a>img {
	padding: 0.5rem;
}

.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-actions,
.speeches .content-sidebar-wrap form.views-exposed-form>.form-actions,
.page-pager .content-sidebar-wrap form.views-exposed-form>.form-actions,
.view_usps_reports_page_1_class .content-sidebar-wrap form.views-exposed-form>.form-actions {
	align-self: flex-end;
}
.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-actions input[type="submit"].form-submit,
.speeches .content-sidebar-wrap form.views-exposed-form>.form-actions input[type="submit"].form-submit,
.page-pager .content-sidebar-wrap form.views-exposed-form>.form-actions input[type="submit"].form-submit,
.view_usps_reports_page_1_class .content-sidebar-wrap form.views-exposed-form>.form-actions input[type="submit"].form-submit {
	height: 3.4rem;
    line-height: normal;
}
.fc-view-container .fc-view>table {
	background: #fff;
}

.fc-view-container .fc-view>table td,
.fc-view-container .fc-view>table th {
	font-size: 1.7rem;
}

.fc-toolbar.fc-header-toolbar h2 {
	font-size: 2.4rem;
}

.node-search-result form.search-form {
	margin: 0;
}

.page-refrences .region.region-content {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 2rem;
}

table tr.reports td {
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.contact-page form.webform-submission-form .webform-flex .form-item-state {
	max-width: 12rem;
	margin-left: -2.4rem;
}

form .form-item textarea.form-textarea {
	width: 100%;
}

.contact-page form.webform-submission-form .webform-flexbox {
	display: flex;
	margin: 1.7rem -0.8rem;
}

.contact-page form.webform-submission-form .webform-flexbox .webform-flex--1 {
	flex: 1;
	min-width: 0;
}

.header_menu ul li.tbm-item.level-1.tbm-item--has-dropdown.active.active-trail .tbm-submenu-toggle::before {
	border-top: 0.55rem solid #fff;
}

.page-refrences .node--type-page h1.page-title {
	display: none;
}

.nivoSlider img{
	object-fit:cover;
}
.foia_online_request_form_class form.webform-submission-form > .form-item label {
	display: block;
}
.foia_online_request_form_class form.webform-submission-form > .form-item > input.form-text {
	height: 3.4rem;
}
.foia_online_request_form_class form.webform-submission-form > .form-item textarea.form-textarea {
	height: 11rem;
}
.foia_online_request_form_class form.webform-submission-form > .form-item.form-item-phone-number {
	max-width: 13rem;
}
.foia_online_request_form_class form.webform-submission-form > .form-item input.form-email {
	border: 1px solid #ccc;
	height: 3.4rem;
	background-color: #f2f1ee;
	color: #777;
	max-width: 100%;
}
.foia_online_request_form_class form.webform-submission-form .fieldgroup.radios--wrapper {
	background: transparent;
	border: 0;
}
.foia_online_request_form_class form.webform-submission-form .fieldgroup.radios--wrapper legend {
	border: 0;
	background: transparent;
	position: unset;
	height: unset;
	text-shadow: none;
	text-indent: 0;
}
.foia_online_request_form_class form.webform-submission-form .fieldgroup.radios--wrapper .fieldset-wrapper {
	margin: 0;
	padding: 0;
}
.foia_online_request_form_class form.webform-submission-form .fieldgroup.radios--wrapper .fieldset-wrapper .form-item > label.option {
	display: inline;
}
.foia_online_request_form_class form.webform-submission-form > .form-item.form-item-foia-request {
	margin-top: 1.5rem;
}
.foia_online_request_form_class form.webform-submission-form .fieldgroup.radios--wrapper .fieldset-wrapper .form-item {
	margin-bottom: 1rem;
}
.front-page-container .region.region-welcome > div.current-event-block {
	flex-direction: row-reverse;
}
.front-page-container .region.region-welcome > div.current-event-block > div.views-element-container {
	width: calc(100% - 22.6rem);
	max-width: 100%;
}
.front-page-container .region.region-welcome > div.current-event-block .content {
	width: 100%;
}
.front-page-container .region.region-welcome > div.announcment-block .eventslist-custom {
	margin: 0;
	padding: 0;
	list-style: none;
}
.front-page-container .region.region-welcome > div.announcment-block .eventslist-custom li {
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
}
.front-page-container .region.region-welcome > div.current-event-block .content h4 {
	margin: 1rem 0 0;
}
/*responsive css*/
@media screen and (max-width: 1699px) {
    #header,
	#footer_wrapper,
	#header_wrapper .main-menu-block .header_menu,
	.front-page-container .content-sidebar-wrap #post-content,
	#container {
		max-width: 140rem;
	}
}
@media screen and (min-width: 1500px) {
	.front-page-container .content-sidebar-wrap div#top-area .column img {
		max-height: 5rem;
		margin: 0 5rem 0 0;
	}
	.front-page-container .content-sidebar-wrap div#top-area .column>.region {
		padding: 4rem;
	}
	.front-page-container .content-sidebar-wrap div#top-area .column h2 {
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.header_Wrap .header_left #site-title a img {
		width: 7rem;
	}
	.header_Wrap .header_left #site-title a>span {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.header_menu ul.tbm-nav a {
		font-size: 1.8rem;
		padding: 1rem;
		padding-right: 1rem;
	}
	.front-page-container .content-sidebar-wrap div#top-area {
		margin-top: 5rem;
	}
	.front-page-container.has-slider .content-sidebar-wrap div#top-area {
		margin-top: -12rem;
	}
}

@media screen and (max-width: 1499px) {
	.nivoSlider img{
		max-height: 32rem;
	}	
	.front-page-container .region.region-welcome > div.current-event-block > div.views-element-container {
		width: calc(100% - 18rem);
	}
	#footer_wrapper #footer-area {
		padding: 0;
	}

	.node-search-result form#search-form .container-inline input.form-submit {
		top: 3.6rem;
	}

	.views-table tr.reports td,
	table tr.reports td {
		font-size: 1.6rem;
	}

	.views-table tr.reports td.views-field-field-date-of-report {
		width: 13rem;
	}

	h3 {
		font-size: 2.2rem;
		line-height: 2.8rem;
	}

	h4 {
		font-size: 2rem;
		line-height: 2.8rem;
	}

	h1.page-title {
		font-size: 3.6rem;
		line-height: 4.8rem;
		margin: 0 0 3rem;
	}

	.front-page-container .content-sidebar-wrap div#top-area {
		margin-top: 4rem;
	}
	.front-page-container.has-slider .content-sidebar-wrap div#top-area {
		margin-top: -7rem;
	}
	.header_menu ul.tbm-nav a {
		font-size: 1.6rem;
	}

	.front-page-container .content-sidebar-wrap div#top-area .column h2 {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}

	.front-page-container .content-sidebar-wrap div#top-area .column>.region {
		padding: 2.5rem;
	}

	.front-page-container .region.region-welcome {
		margin: 5rem 0 7rem;
		padding: 6rem 0 3rem;
	}

	.front-page-container .region.region-welcome>div .content h2,
	.view-leadership1 .views-field-field-position {
		font-size: 2.2rem;
		line-height: 3rem;
	}

	.front-page-container .region.region-welcome>div .image-field {
		width: 18rem;
		height: 18rem;
	}

	.front-page-container .region.region-welcome>div .image-field img {
		max-height: 10rem;
	}

	.front-page-container .region.region-welcome>div .content {
		width: calc(100% - 18rem);
		padding-left: 3rem;
	}

	h2,
	.view-leadership1 .views-field-title {
		font-size: 3rem;
		line-height: 4rem;
	}

	.front-page-container .region.region-content-top>div .image-field {
		width: 56rem;
	}

	.front-page-container .region.region-content-top>div .content {
		width: calc(100% - 56rem);
		padding: 0 0 0 4rem;
	}

	.front-page-container .region.region-content-top>div .content h2 {
		margin: 0 0 2rem;
	}
}

@media screen and (max-width: 1499px) {

	#header,
	#footer_wrapper,
	#header_wrapper .main-menu-block .header_menu,
	.front-page-container .content-sidebar-wrap #post-content,
	#container {
		max-width: 130rem;
	}

}

@media screen and (max-width: 1399px) {
	.sidebar-second .content-sidebar-wrap {
		width: calc(100% - 24rem);
	}

	#container {
		margin-top: 5rem;
	}

	#sidebar-second {
		width: 24rem;
	}

	.two-sidebar .content-sidebar-wrap {
		width: calc(100% - 24rem);
	}

	#header,
	#footer_wrapper,
	#header_wrapper .main-menu-block .header_menu,
	.front-page-container .content-sidebar-wrap #post-content,
	#container {
		max-width: 124rem;
	}

	.front-page-container .content-sidebar-wrap {
		padding: 0 0 5rem;
	}
}

@media screen and (max-width: 1299px) {
	#header, #footer_wrapper, 
	#header_wrapper .main-menu-block .header_menu, 
	.front-page-container .content-sidebar-wrap #post-content, 
	#container {
		max-width: 120rem;
	}
	.front-page-container .region.region-content-top>div .image-field {
		width: 35rem;
	}

	.front-page-container .region.region-welcome>div .image-field {
		padding: 1.5rem;
	}

	.front-page-container .region.region-welcome>div .content {
		width: calc(100% - 18rem);
		padding-left: 3rem;
	}

	.front-page-container .region.region-welcome {
		padding: 5rem 0 2rem;
		margin-bottom: 5rem;
	}

	.front-page-container .region.region-content-top>div .content {
		padding: 0 0 0 3rem;
		width: calc(100% - 35rem);
	}

	.sidebar-first #content {
		padding: 0 0 0 5rem;
	}
}
@media screen and (max-width: 1230px) {
	#header, #footer_wrapper, 
	#header_wrapper .main-menu-block .header_menu, 
	.front-page-container .content-sidebar-wrap #post-content, 
	#container {
		max-width: 110rem;
	}
}
@media screen and (max-width: 1200px) {
	.header_Wrap .header_left #site-title a {
		max-width: 258px;
	}

	.header_menu ul li.tbm-item.level-1 {
		display: block;
	}
	.header_Wrap .header_left #site-title a > span {
		font-size: 1.4rem;
		max-width: 15rem;
		line-height: 1.8rem;
		padding: 0 0 0 1rem;
		margin: 0 0 0 1rem;
	}
	#header .header_Wrap > div .social-icons a img {
		max-width: 1.8rem;
		top: 0.2rem;
	}
	#header .header_Wrap > div .social-icons a {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.search-block-form form#search-block-form input[type="search"] {
		width: 22.5rem;
		margin-right: 1rem;
		font-size: 1.4rem;
	}

	.tbm-row [class*='span'] {
		min-height: unset;
	}

	.tbm-link.level-1.tbm-toggle {
		width: 100%;
		padding: 10px 0;
		background: #3B5780;
		color: #fff;
		border-bottom: 1px solid #1e262d;
		text-align: center;
		font-size: 1.6rem;
		font-weight: 500;
		margin: 0;
	}

	.header_menu ul li.tbm-item.level-1>.tbm-link-container .tbm-submenu-toggle {
		width: 50px;
		height: 48px;
		background: transparent;
		position: absolute;
		z-index: 999;
	}

	.header_menu ul li.tbm-item.level-1 .tbm-link-container {
		position: relative;
	}

	.tbm-link-container button.tbm-submenu-toggle {
		color: #fff;
	}

	.tbm.tbm--mobile .tbm-submenu-toggle {
		border: 0;
		right: 0;
		top: 0px;
	}

	.tbm.tbm--mobile .tbm-button {
		margin: 0;
		color: black;
	}

	.tbm.tbm--mobile .tbm-collapse {
		background: #f5f5f5;
		padding: 0;
	}

	.header_menu ul.tbm-nav a:hover,
	.header_menu ul li.tbm-item.level-1 a.active-trail,
	.header_menu ul li.tbm-item.level-1 a.mm-active {
		color: var(--yellowColor);
	}

	.header_menu ul li.tbm-item.level-1 ul {
		display: block;
		position: relative;
		background: rgb(72, 100, 142);
		box-shadow: none;
	}

	.header_menu ul.tbm-subnav li.tbm-item.level-2>.tbm-link-container>a.tbm-link {
		background: transparent;
		border: 0;
	}
}

@media screen and (max-width: 1199px) {

	.front-page-container .region.region-welcome>div .content h2,
	.view-leadership1 .views-field-field-position {
		font-size: 2rem;
		line-height: 2.8rem;
	}

	.sidebar-second .content-sidebar-wrap,
	.two-sidebar .content-sidebar-wrap {
		padding: 0 5rem 0 0;
	}

	.node-search-result form#search-form .container-inline input.form-submit {
		top: 3.2rem;
	}

	.front-page-container .content-sidebar-wrap div#top-area .column h2 {
		font-size: 2rem;
		line-height: 2.6rem;
	}

	.views-table tr.reports td.views-field-field-date-of-report {
		width: 12rem;
		padding-right: 0;
	}

	h1.page-title {
		font-size: 3.2rem;
		line-height: 4rem;
		margin: 0 0 2.4rem;
	}

	p,
	ul li,
	ol li,
	td,
	th,
	body {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}

	h2,
	.view-leadership1 .views-field-title {
		font-size: 2.8rem;
		line-height: 3.6rem;
	}

	.view-leadership1 .views-field-field-position {
		font-size: 2rem;
		line-height: 2.4rem;
	}
}

@media screen and (max-width: 1152px) {
	.ds-2col>.group-left {
		margin-right: 2rem;
	}

	.ds-2col>.group-right {
		margin-left: 2rem;
	}

	#consumer-assistance-left {
		margin-right: 2.5rem;
	}

	#consumer-assistance-right {
		margin-left: 2.5rem;
	}
}

@media screen and (max-width: 1050px) {
	#consumer-assistance-left {
		margin-right: 2rem;
	}

	#consumer-assistance-right {
		margin-left: 2rem;
	}
}

@media screen and (max-width: 1023px) {
	.page-pager .views-table tr.reports td.views-field-field-date-of-report {
		width: unset;
	}

	.front-page-container .region.region-welcome>div {
		max-width: 100%;
	}

	.front-page-container .region.region-welcome>div.commision-block {
		margin: 0 0 3rem;
	}

	.front-page-container .region.region-welcome>div .image-field {
		height: 18rem;
		width: 18rem;
	}

	.front-page-container .region.region-welcome>div .content p {
		max-width: 45rem;
	}
}

@media screen and (max-width: 991px) {

	#footer-area .column.firstcolumn,
	#footer-area .column,
	#footer-area .fourthcolumn {
		max-width: 33.33%;
		margin: 0 0 15px;
	}

	.front-page-container .region.region-content-top>div .image-field,
	.front-page-container .region.region-content-top>div .content {
		width: 100%;
		padding: 0;
	}

	.front-page-container .region.region-content-top>div .image-field {
		margin: 0 0 3rem;
	}

	.front-page-container .content-sidebar-wrap div#top-area .column>.region {
		padding: 4rem 1.5rem;
	}

	.front-page-container .content-sidebar-wrap div#top-area .column img {
		max-width: 5rem;
		margin-right: 2rem;
		max-height: unset;
	}

	.front-page-container .content-sidebar-wrap div#top-area .column {
		padding: 0 0.5rem;
	}

	.front-page-container .content-sidebar-wrap div#top-area {
		margin: 0 -5px;
		margin-top: 4rem;
	}
	.front-page-container.has-slider .content-sidebar-wrap div#top-area {
		margin: 0 -5px;
		margin-top: -100px;
	}
}

@media screen and (max-width: 960px) {
	.two-sidebar .content-sidebar-wrap #sidebar-first {
		display: none;
	}

	.two-sidebar .content-sidebar-wrap #content {
		width: 100%;
		padding: 0;
	}

	.page-prc-report #sidebar-second .content {
		text-align: center;
	}

	#head,
	#foot {
		padding: 0 3.52%;
	}

	.ds-2col>.group-left {
		margin-right: 1rem;
	}

	.ds-2col>.group-right {
		margin-left: 1rem;
	}

	#consumer-assistance-left {
		margin-right: 1.5rem;
	}

	#consumer-assistance-right {
		margin-left: 1.5rem;
	}
}

@media screen and (max-width: 800px) {
	.contact-page form.webform-submission-form .webform-flex .form-item-state {
		margin: 0;
	}

	.sidebar-first #content,
	#sidebar-first {
		width: 100%;
		padding: 0;
	}

	#sidebar-second {
		width: 100%;
	}

	#sidebar-first,
	#container.two-sidebar #sidebar-second {
		margin: 2rem 0 0;
	}

	.sidebar-second .content-sidebar-wrap,
	.two-sidebar .content-sidebar-wrap {
		width: 100%;
		padding: 0;
	}

	#consumer-assistance-left,
	#consumer-assistance-right {
		width: 97%;
		float: none;
	}

	.ds-2col>.group-left,
	.ds-2col>.group-right {
		float: none;
		margin: 2rem 1rem;
		width: calc(100% - 2rem);
	}
}

@media (min-width: 768px) {
	.webform-flexbox {
		margin: 1.7rem -0.5em;
	}

	.webform-flex--container {
		margin: 0 1.1rem;
	}
}

@media screen and (max-width: 767px) {
	.contact-page form.webform-submission-form .webform-flexbox {
		margin: 0;
	}

	.views-table tr.reports td {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}

	.front-page-container .content-sidebar-wrap {
		padding: 0;
	}

	#footer {
		padding: 5rem 0;
	}

	#header .header_Wrap>div#header-right {
		margin: 2rem 0 0;
	}

	.header_Wrap .header_left #site-title a {
		margin: 0 auto;
	}

	.contact-table td {
		padding: 0.5rem;
	}

	#footer-area .column.firstcolumn,
	#footer-area .column,
	#footer-area .fourthcolumn {
		max-width: 50%;
	}

	#footer-area .column {
		margin: 0 0 2rem;
	}

	#header .header_Wrap>div {
		max-width: 100%;
	}

	#header .header_Wrap>div#header-right,
	.header_Wrap .header_left #site-title a {
		justify-content: center;
	}

	.front-page-container .content-sidebar-wrap div#top-area,
	.front-page-container.has-slider .content-sidebar-wrap div#top-area {
		margin-top: 2rem;
	}
	.front-page-container .content-sidebar-wrap div#top-area .column {
		max-width: 50%;
		margin: 1rem 0 0;
	}
}

@media screen and (max-width: 620px) {

	#footer-area .column.firstcolumn,
	#footer-area .column,
	#footer-area .fourthcolumn {
		max-width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.foia_online_request_form_class form.webform-submission-form > .form-item.form-item-phone-number {
		max-width: unset;
	}
	.downloadbox img {
		width: 2rem;
	}

	tr.testimonies td,
	tr.papers td,
	tr.speeches td,
	tr.reports td,
	table tr.reports td {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}

	.views-table tr.reports td.views-field-field-date-of-report {
		width: unset;
	}

	.pressrelease li {
		padding-left: 0;
		background: none;
	}	
}
@media screen and (max-width: 575px) {
    #header .header_Wrap > div#header-right {
		display: block;
		text-align: center;
	}
	#header .header_Wrap > div#header-right .social-icons ul {
		text-align: center;
		justify-content: center;
		margin: 0 0 2rem;
	}
	.search-block-form form#search-block-form .form-item.form-item-keys {
		position: relative;
		max-width: 57rem;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.search-block-form form#search-block-form .form-item.form-item-keys input[type="search"] {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	.front-page-container .region.region-welcome > div.current-event-block > div.views-element-container {
		width: 100%;
	}
	.front-page-container .region.region-welcome > div.current-event-block {
		flex-direction: column-reverse;
	}
	#header .header_Wrap > div#header-right {
		margin: 0;
	}
	.search-block-form form#search-block-form {
		margin: 1.5rem 0 0;
	}
	#header .header_Wrap>div#header-right .social-icons {
		text-align: center;
		margin: 1.5rem 0 0;
	}

	.front-page-container .region.region-welcome>div .content {
		width: 100%;
		padding: 2rem 0 0;
		text-align: center;
	}

	.front-page-container .region.region-welcome>div .image-field {
		width: 18rem;
		height: 18rem;
		margin: 0 auto;
	}

	.front-page-container .region.region-welcome>div .image-field img {
		max-width: 11.5rem;
	}

	.front-page-container .content-sidebar-wrap div#top-area .column {
		max-width: 100%;
		margin: 0 0 1.5rem;
	}

	.front-page-container .region.region-welcome {
		padding: 4rem 0;
		margin: 3rem 0 4rem;
	}

	.front-page-container .content-sidebar-wrap {
		padding: 0 0 5rem;
	}

	.page-prc-report .content-sidebar-wrap form.views-exposed-form>.form-item,
	.speeches .content-sidebar-wrap form.views-exposed-form>.form-item,
	.page-pager .content-sidebar-wrap form.views-exposed-form>.form-item {
		width: 100%;
	}
}
@media screen and (max-width: 440px) {
	#header .header_Wrap > div#header-right {
		flex-direction: column;
	}
	#header .header_Wrap > div#header-right {
		margin: 1rem 0 0;
	}
}
a:focus {
	outline: none;
}

/* Primary tabs css  */
ul.primary li a:hover,
ul.primary li a.is-active {
	background: #666;
	border: none;
	color: #fff;
}

.about_sidebar ul li {
	background-image: none;
	padding-left: 0;
}

.tbm-subnav>li.tbm-item,
.toolbar-menu li.menu-item,
.toolbar-tray .toolbar-menu li {
	background-image: none;
}

.contextual-region .contextual ul.contextual-links li a {
	color: #333 !important;
}

.header_menu .tbm-subnav>li.tbm-item span.tbm-no-submenu {
	text-align: left;
	color: var(--yellowColor);
}

.tbm-nav .tbm-link.no-link.tbm-no-submenu:hover,
.tbm-nav .tbm-link.no-link.tbm-no-submenu:focus,
[dir="ltr"] .tbm-nav .tbm-link.no-link.tbm-no-submenu:hover,
[dir="ltr"] .tbm-nav .tbm-link.no-link.tbm-no-submenu:focus {
	color: var(--yellowColor) !important;
	cursor: default;
}

.fc-time-grid-event .fc-time {
	font-size: 1.2rem;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	font-size: 1.2rem;
}
.rolldownload img {
	max-width: unset;
}
/* banner change */
.dialog-off-canvas-main-canvas {
	max-width: 192rem;
	margin: 0 auto;
}

/* status message */
div.status {
    background-image: url('/themes/custom/prc/images/icons/message-24-ok.png');
    border: 1px solid #be7;
}
div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    /* border: 1px solid; */
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}
.messages.status {
	background-color: #46b450;
	color: #fff;
	border-color: #46b450;
	}
.job_opening .file--application-pdf>a {
    color: rgb(209, 146, 129);
}
.job_opening article>div>div div:first-child {
    font-weight: bold;
}