body {
  font-size: 14px;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  background-color: #5c87b2;
  margin: 0;
  padding: 0;
  color: #000000;
}
body a:link,
body a:visited {
  color: #12c;
  text-decoration: underline;
}
body a:hover {
  color: #12c;
  text-decoration: none;
}
body a:active {
  color: #12c;
}
@media (max-width: 955px) {
  body {
    font-size: 15px;
  }
}
@media print {
  body {
    font-size: 10px !important;
    width: 800px;
  }
}
body.plain {
  background-color: #fff;
  margin: 16px;
}
body.plain input {
  font-size: larger;
  border: 1px solid darkgray;
  background-color: #e8eef4;
}
body.plain label {
  display: inline-block;
  padding: 4px 0;
}
footer {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  color: #999;
  text-align: center;
  line-height: normal;
  font-size: .9em;
  margin-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1230px) {
  footer {
    width: 1100px;
  }
}
@media (max-width: 1130px) {
  footer {
    width: 1000px;
  }
}
@media (max-width: 1030px) {
  footer {
    width: 955px;
  }
}
@media (max-width: 955px) {
  footer {
    width: auto;
  }
}
footer .links {
  color: #fff;
}
footer .links a {
  color: #fff;
}
@media (max-width: 1230px) {
  footer {
    margin-bottom: 8px;
    padding: 12px;
  }
  footer .left,
  footer .right {
    float: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  padding: 0;
  margin: 0;
}
header {
  position: relative;
  margin-bottom: 0;
  color: #000;
  padding: 0;
}
header h1 {
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
  color: #fff;
  border: none;
  font-size: 32px;
  text-shadow: 1px 1px 2px #111;
}
header .left {
  float: left;
}
header .login {
  font-size: 15px;
  text-align: right;
  color: White;
  padding: 2px 0 0;
  height: 18px;
}
header .login a:link {
  color: white;
  text-decoration: underline;
}
header .login a:visited {
  color: white;
  text-decoration: underline;
}
header .login a:hover {
  color: white;
  text-decoration: none;
}
header .right {
  float: right;
}
@media (max-width: 955px) {
  header {
    background-color: #5c87b2;
    height: 45px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  header h1 {
    font-size: 20px;
    padding-left: 8px;
    line-height: 35px;
  }
}
input[type="file"],
input[type="text"],
input[type="password"],
input[type="url"],
select,
textarea {
  border: 1px solid #ccc;
  padding: 2px;
  color: #444;
}
input[type="submit"],
input[type="button"] {
  padding: 6px;
}
main {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1230px) {
  main {
    width: 1100px;
  }
}
@media (max-width: 1130px) {
  main {
    width: 1000px;
  }
}
@media (max-width: 1030px) {
  main {
    width: 955px;
  }
}
@media (max-width: 955px) {
  main {
    width: auto;
  }
}
@media (max-width: 1130px) {
  main {
    min-height: 80%;
    padding-left: 0;
    padding-right: 0;
  }
}
p,
ul {
  margin: 0 0 8px 0;
  line-height: 1.6em;
}
table {
  border: solid 1px #e8eef4;
  border-collapse: collapse;
  width: 100%;
}
table td {
  padding: 5px;
  border: solid 1px #e8eef4;
}
table td.value {
  text-align: center;
}
@media (max-width: 955px) {
  table td.value {
    text-align: left;
  }
}
table th {
  padding: 6px 5px;
  background-color: #e8eef4;
  border: solid 1px #e8eef4;
}
table tr.highlight {
  background-color: #e8eef4;
}
textarea {
  width: 98%;
}
#hamburger {
  /* as name implies, and without it, click won't work in iOS*/
  cursor: pointer;
  display: none;
}
@media (max-width: 955px) {
  #hamburger {
    padding: 10px 4px 0 0;
    height: 35px;
    display: block;
  }
}
#hamburger img {
  width: 28px;
  height: 28px;
}
#main {
  padding: 16px 16px 12px 16px;
  background-color: #fff;
  border-radius: 4px 0 4px 4px;
}
#main > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .content .body {
  float: left;
  padding: 0;
  vertical-align: top;
  width: 604px;
}
@media (max-width: 1130px) {
  #main .content .body {
    width: 454px;
  }
}
@media (max-width: 955px) {
  #main .content .body {
    width: 100%;
  }
}
#main .content .body2 {
  float: left;
  padding: 0;
  border: solid 0 #e8eef4;
  vertical-align: top;
  width: 938px;
}
@media (max-width: 1230px) {
  #main .content .body2 {
    width: 902px;
  }
}
@media (max-width: 1130px) {
  #main .content .body2 {
    width: 802px;
  }
}
@media (max-width: 1030px) {
  #main .content .body2 {
    width: 740px;
  }
}
@media (max-width: 955px) {
  #main .content .body2 {
    width: 100%;
  }
}
#main .content .left {
  float: left;
  height: 100%;
  padding: 0 32px 0 0;
  vertical-align: top;
  width: 180px;
}
@media (max-width: 1230px) {
  #main .content .left {
    width: 150px;
    padding-right: 16px;
  }
}
#main .content .left a {
  text-decoration: none;
}
#main .content .left a:active {
  background-color: #a6e2a6;
  text-decoration: none;
}
#main .content .left a:hover {
  background-color: #fff;
  text-decoration: underline;
}
#main .content .left li {
  overflow: hidden;
  padding: 2px 0 2px 0;
  word-wrap: hyphenate;
}
#main .content .left li li {
  margin: 0;
  padding: 2px 0 2px 16px;
}
#main .content .left li.selected > a,
#main .content .left li.selected > span {
  background-color: #C2CFF1;
  padding: 2px;
  margin-left: -2px;
}
#main .content .left ul.menu {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .content .left ul.menu > li.selected > a {
  font-weight: bold;
  text-decoration: underline;
}
#main .content .left ul.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 955px) {
  #main .content .left ul.menu {
    display: none;
  }
}
#main .content .left select.menu {
  display: none;
  font-weight: bold;
  padding: 8px;
  margin: 0 0 16px 0;
  width: 100%;
  z-index: 3;
}
#main .content .left select.menu option {
  font-weight: bold;
}
@media (max-width: 955px) {
  #main .content .left select.menu {
    display: block;
  }
  #main .content .left select.menu.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 45px;
  }
}
@media (max-width: 955px) {
  #main .content .left {
    width: 100%;
  }
}
#main .content .right {
  float: left;
  padding: 0 0 0 16px;
  vertical-align: top;
  width: 336px;
  min-height: 100%;
  height: 100%;
}
@media (max-width: 1230px) {
  #main .content .right {
    width: 282px;
  }
}
#main .content .right h5 {
  font-size: 14px;
}
#main .content .right div > div {
  margin: 0 0 8px;
}
#main .content .right div > div div {
  margin: initial;
}
#main .last-updated {
  font-style: italic;
  margin: 16px 0 32px;
}
#main .pre-footer {
  margin-bottom: -12px;
  text-align: center;
}
@media (max-width: 672px) {
  #main .pre-footer img {
    width: 100%;
  }
}
@media (max-width: 955px) {
  #main {
    border-radius: initial;
    margin-top: 35px;
    padding: 16px;
    overflow-x: hidden;
  }
}
#mapContainer {
  border: 1px solid gray;
  height: 340px;
  width: 332px;
}
@media (max-width: 1230px) {
  #mapContainer {
    width: 280px;
  }
}
#mapContainer .btn {
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  line-height: 160%;
  box-shadow: rgba(0, 0, 0, 0.347656) 2px 2px 3px;
  border: 1px solid #A9BBDF;
  text-align: center;
  padding: 0 6px;
}
#mapContainer .btn:hover {
  color: white;
  border: 1px solid #678AC7;
  font-weight: bold;
  background-color: #678AC7;
}
#mapContainer #legendLayers,
#mapContainer #layers {
  display: none;
  padding-left: 1px;
  cursor: default;
  box-shadow: rgba(0, 0, 0, 0.347656) 2px 2px 3px;
  border: 1px solid #a9bbdf;
  background-color: White;
  font-size: 12px;
  line-height: 160%;
}
#mapContainer #layers {
  padding-left: 1px;
  cursor: text;
}
#mapContainer #legendLayers {
  margin-right: 5px;
}
#mapContainer #legendLayers .imgLegend {
  margin-top: 1px;
  margin-bottom: -4px;
  margin-left: 2px;
  width: 16px;
  height: 18px;
}
#mapContainer .hrDiv {
  border-top: solid 1px gray;
  line-height: 1px;
  width: 98%;
  margin: 1px 0 1px 0;
}
#mapContainer .density0 {
  border: 1px solid #d3e5e8;
  background: #d3e5e8;
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
  margin-left: 2px;
}
#mapContainer .density1 {
  border: 1px solid #b6ced9;
  background: #b6ced9;
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
  margin-left: 2px;
}
#mapContainer .density2 {
  border: 1px solid #97b4c7;
  background-color: #97b4c7;
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
  margin-left: 2px;
}
#mapContainer .density3 {
  border: 1px solid #7d9fb8;
  background-color: #7d9fb8;
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
  margin-left: 2px;
}
#mapContainer .density4 {
  border: 1px solid #628aa8;
  background-color: #628aa8;
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
  margin-left: 2px;
}
#mapContainer .density5 {
  border: 1px solid #49769c;
  background-color: #49769c;
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
  margin-left: 2px;
}
#mapContainer .density6 {
  border: 1px solid #2e648c;
  background-color: #2e648c;
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
  margin-left: 2px;
}
#mapContainer .commarea {
  border: 2px solid black;
  margin-left: 2px;
}
#menu {
  padding: 10px 0 8px;
  position: relative;
  margin: -27px 0 0 0;
  text-align: right;
  height: 22px;
}
#menu li {
  display: inline;
  list-style: none;
}
#menu li a {
  padding: 4px 20px 0;
  font-weight: bold;
  text-decoration: none;
  background-color: #e8eef4;
  color: #034af3;
  border-radius: 4px 4px 0 0;
  height: 24px;
  display: inline-block;
}
#menu a:hover {
  background-color: #fff;
  text-decoration: none;
}
#menu a:active {
  background-color: #a6e2a6;
  text-decoration: none;
}
#menu li.selected a {
  padding: 4px 20px 0;
  height: 28px;
  background-color: #fff;
  color: #000;
}
#menu li.mobile {
  display: none;
}
@media (max-width: 955px) {
  #menu {
    display: none;
    height: auto;
    margin: 45px 0 0 0;
    padding: 0;
    position: static;
    text-align: left;
  }
  #menu li {
    display: block;
  }
  #menu li.mobile {
    display: block;
  }
  #menu li a {
    color: white;
    display: block;
    border-radius: 0;
    background-color: transparent;
  }
}
.archived,
.archived div {
  color: red;
}
.help.left {
  float: left;
}
.help.right {
  float: right !important;
  text-align: right;
}
@media (max-width: 955px) {
  .help.hide {
    display: none;
  }
}
.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.display-label,
.editor-label {
  margin: 0 0 2px;
}
.display-field,
.editor-field {
  margin: 0 0 12px;
}
.editor-button {
  margin: 12px 0;
}
.field-validation-error {
  color: #ff0000;
}
.field-validation-valid {
  display: none;
}
.filter > div {
  float: left;
  margin: 2px 8px 8px 4px;
}
.filter > div select {
  width: 200px;
}
.filter > div:last-child {
  clear: both;
  float: none;
  margin: 16px 0 16px 0;
}
@media (max-width: 955px) {
  .filter > div select {
    width: 179px;
  }
}
@media (max-width: 413px) {
  .filter > div {
    float: none;
  }
  .filter > div select {
    width: 100%;
  }
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
@media (max-width: 955px) {
  .login {
    display: none;
  }
}
.news-item {
  margin: 0 0 32px 0;
}
.news-item h4 {
  font-weight: bold;
  line-height: 31px;
}
.news-item div {
  margin: 0 0 0 16px;
}
.news-item div h1,
.news-item div h2,
.news-item div h3,
.news-item div h4,
.news-item div h5,
.news-item div h6 {
  font-weight: normal;
  padding: 0;
}
.note {
  font-size: 12px;
}
.page-top {
  margin: 0 0 8px 0;
  display: table;
  width: 100%;
}
.page-top .left {
  float: left;
}
.page-top .right {
  float: right;
  text-align: right;
  min-width: 225px;
  font-size: 1.1em;
  color: #000;
  font-weight: bold;
}
@media (max-width: 955px) {
  .page-top .left {
    float: none;
  }
  .page-top .right {
    float: none;
    text-align: left;
  }
  .page-top .faci-quarter div {
    display: inline;
  }
  .page-top .faci-quarter div:nth-child(1)::after {
    content: ",";
  }
}
.responsive-flow label {
  display: none;
}
.responsive-flow tr.header th:nth-child(n+2) {
  width: auto;
}
@media (max-width: 1230px) {
  .responsive-flow tr.header th:nth-child(n+2) {
    width: 60px;
    padding: 6px 2px;
    width: 35px;
    word-break: initial;
    white-space: nowrap;
  }
  .responsive-flow tr.header th:nth-child(n+2) span {
    width: 35px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media only screen and (max-width: 955px) {
  .responsive-flow {
    border: none;
  }
  .responsive-flow label {
    display: inline;
  }
  .responsive-flow td {
    border: none;
    padding: 2px;
    display: block;
    text-align: left;
  }
  .responsive-flow th {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .responsive-flow tr,
  .responsive-flow td,
  .responsive-flow th {
    width: auto !important;
  }
  .responsive-flow tr {
    border-top: #e7eaf8 1px solid;
    padding: 16px 0 0 0;
    display: block;
    text-align: left;
    margin: 16px;
    width: 100%;
  }
  .responsive-flow tr.header {
    display: none;
  }
  .responsive-flow tr.header th:last-child {
    width: auto;
  }
}
.survey-body {
  margin-bottom: 16px;
}
.survey-body h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.survey-body h6.note {
  color: #948a54;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin: 0 26px;
}
.survey-body h6.note a {
  color: #948a54;
}
.survey-body h6.note p {
  margin: 0;
}
.survey-body .choices {
  margin: 0 26px;
}
.survey-body .choices > div {
  display: block;
  margin-right: 8px;
}
.survey-body .choices input {
  margin: 4px 4px 0 0;
}
@media (max-width: 955px) {
  .survey-body {
    margin-bottom: 32px;
  }
}
.ui-message {
  text-align: center;
  opacity: .75;
  position: fixed;
  z-index: 1;
}
.ui-message p {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
@media (max-width: 1230px) {
  .ui-message p {
    width: 1100px;
  }
}
@media (max-width: 1130px) {
  .ui-message p {
    width: 1000px;
  }
}
@media (max-width: 1030px) {
  .ui-message p {
    width: 955px;
  }
}
@media (max-width: 955px) {
  .ui-message p {
    width: auto;
  }
}
.ui-message p span:last-child {
  background-color: beige;
  border: 1px solid beige;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  padding: 8px 16px;
  width: auto;
}
.ui-widget {
  font-size: 14px;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
