
html {
  -ms-content-zooming: none;
  
}
body {
  margin: 0;
  padding-top: 44px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}
h5 {
  font-size: 110%;
  margin: 1ex 0 1ex 0;
  border-bottom: 1px solid rgb(200, 200, 200);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.screenReadersOnly {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.topMessage {
  text-align: center;
  font-weight: bold;
}
span.phoneOnly {
  display: none;
}
span.biggerThanPhoneOnly {
  display: inline;
}
.ui-page > .ui-panel-content-wrap {
  margin: 0;
}
.hiddenOffscreen {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: -9999px;
}
.viewPlaceholder {
  border: 2px dashed #ddd;
  padding: 20px 30px;
  text-align: center;
  border-radius: 4px;
}
ul.bulleted {
  padding-left: 1.6em;
}
ul li {
  list-style: disc outside none;
  padding-bottom: 7px;
}
ol.bulleted {
  padding-left: 1.6em;
}
.infoBox li h5 {
  margin-bottom: 0;
}
.infoBox li p {
  margin-left: 1ex;
}
.infoBox li p:last-child {
  margin-bottom: 0;
}
.infoBox .smaller {
  font-size: 90%;
}
.workspace > .page ul {
  padding-left: 1.9em;
}
.dimmed {
  opacity: 0.3;
  pointer-events: none;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0;
  pointer-events: auto;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mask.dimmed {
  opacity: 0.2;
}
.oldIE .mask.dimmed {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
#preload {
  display: none;
}
.tt-menu {
  background: white;
  box-shadow: none;
}
.iOS6 .dataBox .pane,
.iOS6 #mainColumn,
.mainHeader,
.mask,
.dataBox svg
 {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.iOS6 .ui-panel-animate {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.visibleToDevs {
  display: none;
}
.devMachine .visibleToDevs {
  display: block;
}
.debugToolbar {
  font-size: 80%;
  display: none;
  padding: 5px 5px 5px 15px;
  text-align: right;
  text-shadow: none;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.debugMode .debugToolbar {
  display: block;
}
.debugToolbar h5 {
  display: block;
  float: left;
  font-weight: bold;
  border: none;
  margin: 0;
  padding: 0;
}
.debugToolbar a {
  display: inline-block;
  color: black;
  color: rgba(0, 0, 0, 0.5);
  padding: 1px 5px;
  margin: 1px 1px 1px 1px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.debugToolbar a:hover {
  color: #333;
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
.debugToolbar .warning {
  font-size: 90%;
  float: left;
  clear: left;
}
.dataBox > .content > .pane .debugToolbar {
  margin: -6px -10px 6px -10px;
}
.dataBox .drawer .content > .debugToolbar {
  margin: -12px -12px 12px -12px;
}
.debugWindow .ui-dialog-contain > .ui-content {
  padding: 0;
}
.debugWindow pre {
  margin-top: 0;
}
#msg_databoxSettings {
	display: none;
}
a.drawerToggle:focus {
  color: #003865 !important;
  background-color: #78be21 !important;
}
.mainHeader a.introLink,
.mainHeader a.introLink:hover {
  display: inline;
}
.mainHeader a.introLink > img {
  
  position: relative;
  top: 2px;
}
.mainColumn {
  padding: 0 0 100px 0;
  min-height: 1522px;
  overflow: hidden;
  background: #f0f0ef;
}
#page_workspace > .footer {
  overflow: hidden;
  text-align: left;
}
#page_workspace > .footer > .right {
  float: right;
}
.video-js {
	max-width: 100%;
}
form.simpleMode .row {
  margin-top: 2px;
  margin-bottom: 2px;
}
form.simpleMode .row > * {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  
  -moz-box-sizing: border-box;
  
  box-sizing: border-box;
  
}
form.simpleMode .row .label {
  width: 30%;
  padding-right: 1ex;
  font-weight: bold;
  opacity: 0.85;
  max-width: 168px;
}
form.simpleMode .row .value {
  width: 69%;
  
}
form.simpleMode .row .value .button {
  vertical-align: middle;
}
form.simpleMode .row .fieldAndButton {
  width: 100%;
  display: inline-block;
}
form.simpleMode .row .fieldAndButton > * {
  vertical-align: middle;
}
form.centerAligned .row .label {
  text-align: right;
}
form.tableMode {
  display: table;
  width: 100%;
}
form.tableMode .row {
  display: table-row;
}
form.tableMode .row > * {
  display: table-cell;
  vertical-align: middle;
  
}
form.tableMode .row > * > * {
  vertical-align: middle;
}
form.tableMode .row .fieldAndButton > * {
  vertical-align: middle;
}
form.tableMode .row .label {
  width: 30%;
  padding-right: 1em;
}
.tt-dropdown-menu .header {
  font-size: 120%;
  padding: 5px 12px;
}
.tt-menu .header {
  font-size: 120%;
  padding: 5px 12px;
}
.tt-suggestion > div {
  margin: 0;
  padding: 7px 12px;
  cursor: pointer;
}
.tt-suggestion .districtName,
.tt-suggestion .type,
.tt-suggestion .separator {
  font-size: 90%;
}
a.icon {
  text-decoration: none;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?-te6hyd");
  src: url("../fonts/icomoon.eot?#iefix-te6hyd") format("embedded-opentype"),
    url("../fonts/icomoon.woff?-te6hyd") format("woff"),
    url("../fonts/icomoon.ttf?-te6hyd") format("truetype"),
    url("../fonts/icomoon.svg?-te6hyd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="st_"],
[class*=" st_"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #545454;
  vertical-align: text-top;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.st_sharethis_custom .stButton {
  display: none !important;
}
.socialBox a {
  text-decoration: none;
}
.st_email:before {
  content: "\40";
}
.st_twitter:before {
  content: "\61";
}
.st_facebook:before {
  content: "\62";
}
.st_googleplus:before {
  content: "\63";
  font-weight: bold;
}
.st_linkedin:before {
  content: "\6a";
}
.mainHeader {
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  height: 44px;
}
.mainHeader > .ui-title,
.mainHeader > h3 {
  margin: 0;
  padding: 0;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
}
.mainHeader > .ui-title {
  left: 16px;
}
.mainHeader > .edgeButton {
  position: static;
  left: auto;
  top: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  
  line-height: normal;
  
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 48px;
  
  box-shadow: none;
}
.mainHeader > .edgeButton > .icon {
  display: block;
  width: 16px;
}
.mainHeader > .edgeButton > .text {
}
.mainHeader > .edgeButton:first-child > .icon {
  margin-left: -18px;
}
.mainHeader > .edgeButton > img + span {
  margin-left: 5px;
}
.no-flexbox.no-flexboxlegacy .mainHeader {
  height: auto;
}
.no-flexbox.no-flexboxlegacy .mainHeader > .ui-title,
.no-flexbox.no-flexboxlegacy .mainHeader > h3 {
  display: block;
  
  margin-left: 70px;
  margin-right: 70px;
  padding: 10px 0;
}
.no-flexbox.no-flexboxlegacy .mainHeader > .edgeButton {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  line-height: normal;
  min-width: 48px;
  box-shadow: none;
}
.no-flexbox.no-flexboxlegacy .mainHeader > .edgeButton:last-child {
  right: 0;
}
.no-flexbox.no-flexboxlegacy .mainHeader > .edgeButton:first-child {
  left: 0;
}
.no-flexbox.no-flexboxlegacy .mainHeader > .edgeButton > .icon {
  position: absolute;
  display: block;
  width: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
.no-flexbox.no-flexboxlegacy .mainHeader > .edgeButton:first-child > .icon {
  left: -5px;
  margin-left: 0;
}
.no-flexbox.no-flexboxlegacy .mainHeader > .edgeButton:first-child > span {
  display: block;
  padding-top: 0.7ex;
}
.ui-page-header-fixed {
  padding-top: 0px !important;
}
.ie9 .ui-header-fixed {
  top: 0;
}
.ui-page-header-fixed .mainHeader.ui-panel-page-content-position-left,
.ui-page-header-fixed
  .mainHeader.ui-panel-animate.ui-panel-page-content-position-left {
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  left: 0;
  right: 0;
}
.ui-page-header-fixed .ui-panel {
  
}
.ui-mobile .ui-page-header-fixed {
  vertical-align: top;
  overflow: hidden;
  zoom: 1;
}
.ui-panel-page-container-a {
  text-shadow: unset !important;
}
.questionBar {
  margin: -20px -4px 3px -4px;
  padding: 12px 12px;
  text-align: center;
}
.extraUIHidden .questionBar {
  overflow: hidden;
  height: 0;
  padding: 0;
  margin-bottom: 20px;
}
.questionBar .name,
.questionBar .description {
  display: inline;
  
}
.ui-body-c .questionBar .iButton {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  text-decoration: none;
}
.questionBar .iButton > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.inlineIcon24 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1px;
  height: 1px;
  margin: 0 0 1ex;
  width: 24px;
}
.inlineIcon24 > img {
  position: absolute;
  width: 24px;
  top: -13px;
  left: 0;
}
.checkIcon {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: #44bb55;
  color: white;
  border-radius: 16px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 1);
}
.ui-header + .ui-listview > li:first-child > a {
  border-top: none;
}
#navDrawer h3 {
  text-align: center;
  margin: 0;
}
#navDrawer .ui-title {
}
#navDrawer .ui-panel-inner {
  padding: 0;
}
#navDrawer .ui-listview-filter {
  margin: 0;
}
#navDrawer .mdeLink {
  padding: 0 10px;
  margin: 12px 0;
  text-align: center;
}
#navDrawer .mdeLink > a {
  display: block;
}
#navDrawer .textBlock {
  
  display: table-cell;
  vertical-align: middle;
  height: 28px;
  line-height: 1.2;
  text-shadow: none;
}
#navDrawer .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
#navDrawer .subtitle {
  display: block;
  font-size: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#navDrawer .ui-btn-icon-left:after,
#navDrawer .ui-btn-icon-right:after,
#navDrawer .ui-btn-icon-top:after,
#navDrawer .ui-btn-icon-bottom:after,
#navDrawer .ui-btn-icon-notext:after {
  display: none;
}
#navDrawer .selected .ui-btn-icon-left:after,
#navDrawer .selected .ui-btn-icon-right:after,
#navDrawer .selected .ui-btn-icon-top:after,
#navDrawer .selected .ui-btn-icon-bottom:after,
#navDrawer .selected .ui-btn-icon-notext:after {
  display: block;
}
#navDrawer .ui-input-search.ui-body-f input::-webkit-input-placeholder {
  
  color: #eee;
}
#navDrawer .ui-input-search.ui-body-f input:-moz-placeholder {
  
  color: #eee;
}
#navDrawer .ui-input-search.ui-body-f input::-moz-placeholder {
  
  color: #eee;
}
#navDrawer .ui-input-search.ui-body-f input:-ms-input-placeholder {
  
  color: #eee;
}
.ui-panel-dismiss {
  background: rgba(0, 0, 0, 0);
}
.bubble {
  position: absolute;
  padding: 15px;
  margin: 1em 0 3em;
  font-size: 80%;
  line-height: 1.3;
  color: #5f5e37;
  background: #fdfb92;
  text-shadow: none;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  
  padding: 6px 10px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
  border: 1px solid #919122;
  z-index: 50000;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease-out;
  
  -moz-transition: opacity 0.7s ease-out;
  
  -o-transition: opacity 0.7s ease-out;
  
  transition: opacity 0.7s ease-out;
  
}
.bubble.hidden {
  opacity: 0;
}
.bubble .close {
  display: block;
  float: right;
  height: 22px;
  line-height: 22px;
  width: 22px;
  padding: 0;
  margin: 0 -5px 0 10px;
  text-align: center;
  color: #5f5e37;
  border: 1px solid #919122;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bubble .close:active {
  color: #000;
  background: #919122;
}
.bubble .close span {
  position: relative;
  top: -2px;
  display: inline-block;
  height: 8px;
  font-size: 8px;
  line-height: 1;
  vertical-align: middle;
}
.bubble.up {
}
.bubble.left {
}
.bubble.right {
}
.bubble:after {
  content: "";
  position: absolute;
  bottom: -10px;
  
  left: 10px;
  
  border-width: 10px 10px 0;
  
  border-style: solid;
  border-color: #fdfb92 transparent;
  
  display: block;
  width: 0;
}
.bubble:before {
  content: "";
  position: absolute;
  bottom: -11px;
  
  left: 9px;
  
  border-width: 11px 11px 0;
  border-style: solid;
  border-color: #919122 transparent;
  
  display: block;
  width: 0;
}
.bubble.up:after {
  top: -10px;
  
  bottom: auto;
  left: 10px;
  
  border-width: 0 10px 10px;
  
}
.bubble.up:before {
  top: -11px;
  
  bottom: auto;
  left: 9px;
  
  border-width: 0 11px 11px;
  
}
.bubble.left:after {
  top: 16px;
  
  left: -50px;
  
  bottom: auto;
  border-width: 10px 50px 10px 0;
  border-color: transparent #f3961c;
}
.bubble.right:after {
  top: 16px;
  
  right: -50px;
  
  bottom: auto;
  left: auto;
  border-width: 10px 0 10px 50px;
  border-color: transparent #f3961c;
}
.pulsating {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation: pulsate 3s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulsate {
  0% {
    background: transparent;
  }
  20% {
    background: hsla(208, 65%, 49%, 0.7);
  }
  40% {
    background: transparent;
  }
}
@-webkit-keyframes pulsate {
  0% {
    background: transparent;
  }
  20% {
    background: hsla(208, 65%, 49%, 0.7);
  }
  40% {
    background: transparent;
  }
}
.upnote .bubble {
  float: left;
  position: relative;
}
.upnote .triangle {
  position: absolute;
}
.workspace > .page.dataBoxes {
  padding-top: 20px;
  padding-bottom: 20px;
}
.infoBox header h2,
.infoBox header h3 {
  padding: 0;
  margin: 0;
}
.infoBox h3 {
  margin: 0;
  font-size: 110%;
}
.infoBox h4 {
  margin-top: 0;
  font-size: 110%;
  border-bottom: 1px solid #bbb;
}
.infoBox h5 {
  margin-top: 0;
  font-size: 100%;
  border-bottom: none;
}
.infoBox > .content.noPanes {
  padding: 1em 1em;
}
.infoBox h3 + h4 {
  font-weight: bold;
  font-size: 90%;
  color: #555;
  border-bottom: 1px solid #bbb;
  margin: 0 0 7px;
}
.infoBox.naked,
.infoBox.naked .content,
.infoBox.naked header,
.infoBox.naked header .text {
  background: transparent;
  padding: 0;
  box-shadow: none;
  filter: none;
}
.infoBox.naked {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.8em;
}
.infoBox.naked header {
  margin-bottom: 10px;
}
.infoBox.naked header .text {
  padding-bottom: 10px;
}
.flexLayout .infoBox.doubleWide {
  width: 96%;
}
.infoBox article {
  margin-bottom: 1em;
}
.infoBox img {
  float: left;
  width: 40%;
  margin: 5px 20px 14px 0;
}
.publications p{
    max-width: 817px;
}
.socialBox {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 49%;
}
.socialBox h2 {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 0;
}
.workspace ul.socialList {
  padding: 0;
  text-align: center;
}
.socialList li {
  width: 50px;
  display: inline-block;
  border-radius: 8px;
}
.socialList li:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.socialList span {
  font-size: 35px;
}
.socialList .st_googleplus:before {
  font-size: 39px;
  vertical-align: sub;
}
.socialList .st_email:before {
  font-size: 42px;
  vertical-align: inherit;
}
.dataBox p,
.infoBox p {
  margin: 0 0 6px 0;
}
.dataBox,
.dataBoxAdder,
.infoBox {
  position: relative;
  
  vertical-align: top;
  
  
  display: inline-block;
  float: none;
  
  
  
  
  width: 31%;
  margin: 0px 0 0 13px;
  max-width: 1326px;
  min-width: 400px;
}
section.flexLayout {
  display: -webkit-box;
  
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.9%;
  
  
  
  
  
  
  
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
  
  
  
  
  
  
  
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.iOS6 section.flexLayout {
  display: block;
}
@supports not (flex-wrap: wrap) {
  
  section.flexLayout {
    display: block;
    padding: 0;
  }
}
.flexLayout .dataBox,
.flexLayout .dataBoxAdder,
.flexLayout .infoBox {
  position: relative;
  
  
  width: 31%;
  margin: 10px 0.9% 10px 0.9%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flexLayout.solo .dataBox,
.flexLayout.solo .dataBoxAdder,
.flexLayout.solo .infoBox {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.dataBox.drawerOpen {
  z-index: 10;
}
.dataBox header,
.infoBox header {
  position: relative;
  cursor: pointer;
}
.dataBox header p,
.infoBox header p {
  margin: 0;
}
.dataBox header > a,
.dataBox header > div,
.infoBox header > div {
  display: block;
  text-align: center;
  behavior: url(../js/lib/bower-pie/build/PIE.htc);
  position: relative;
  z-index: 1;
}
.dataBox header .text,
.infoBox header .text {
  margin: 0 60px 0 40px;
  text-align: left;
  line-height: 1;
  padding: 14px 18px;
  border-radius: 0;
  
}
.infoBox header .text {
  margin: 0;
}
.dataBox:first-of-type header > .text {
  border-radius: 10px 0 0 0;
  
}
.dataBox header > .text h3 {
  margin: 0;
}
.dataBox header > .text > .summary {
  opacity: 0.8;
  margin-top: 2px;
  font-size: 70%;
}
.dataBox header > .text .parent {
  font-size: 80%;
  line-height: 12pt;
  vertical-align: middle;
  opacity: 0.7;
  white-space: nowrap;
}
.dataBox header > .text > .summary:empty {
  margin-top: 0;
}
.dataBox header > .leftButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  width: 40px;
  border-radius: 10px 0 0 0;
}
.dataBox header > .rightButton {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  width: 60px;
  border-radius: 0 10px 0 0;
}
.dataBox header > .rightButton .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px auto 0 -17px;
  width: 34px;
}
.dataBox:first-of-type header .text {
  margin-left: 0;
}
.dataBox:first-of-type header .closeButton {
  display: none;
}
.drawer {
  position: relative;
  z-index: 500;
}
.drawer > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  
  clip: rect(0px, 1467px, 1400px, 0px);
}
.drawer.closed > .overlay {
  
  clip: rect(0px, 1467px, 0px, 0px);
}
.drawer > .overlay > .heightBox {
  position: absolute;
  top: -1400px;
  left: 0;
  width: 100%;
}
.drawer.method_translate3d > .overlay > .heightBox {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  
  -moz-transition: -moz-transform 0.2s ease-out;
  
  -o-transition: -o-transform 0.2s ease-out;
  
  transition: transform 0.2s ease-out;
  
}
.drawer .content {
  padding: 12px;
  
}
.drawer .handle {
  display: block;
  margin: -1px auto 0 auto;
  width: 16ex;
  padding: 10px 0;
  border-radius: 0 0 12px 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #adaeb2;
  border-left: 1px solid #adaeb2;
  border-right: 1px solid #adaeb2;
  border-top: none;
}
.handleHolder {
  max-width: 1332px;
}
.ie9 .drawer .handle {
  position: relative;
  top: -1px;
}
.dataBoxConfig .twitter-typeahead {
  width: 100%;
  max-width: 600px;
}
.tt-suggestion:hover,
.tt-suggestion:focus {
  background-color: #78be21 !important;
}
.dataBoxConfig .fieldAndButton {
  position: relative;
  white-space: nowrap;
}
.dataBoxConfig .label,
.ui-controlgroup-label,
legend {
  font-size: 13px;
}
.dataBoxConfig .orgName,
.dataBoxConfig .tt-hint {
  font-size: 16px;
  padding: 10px 40px 10px 10px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.orgFinder {
  margin-bottom: 4px;
  white-space: nowrap;
}
.orgLabel {
  white-space: normal;
}
.orgFinderLabel {
  
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  margin: 0px 0px 0.3em;
}
.orgFinderLabel .main {
  display: block;
}
.orgFinderLabel .note {
  font-size: 66%;
}
.orgNameClearButton {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin-left: -41px;
  height: 34px;
  width: 34px;
  
  line-height: 32px;
  top: -1px;
}
.orgNameClearButton .visiblePart {
  display: inline-block;
  vertical-align: middle;
}
.orgNameClearButton:hover {
  opacity: 1;
}
.mapLink {
  border-radius: 6px;
  box-sizing: border-box;
  font-weight: normal !important;
  margin-left: -4px;
}
.resetLink {
  border-radius: 0.3125em;
}
.orgFinder .buttons .ui-btn {
  padding: 7px 10px;
  margin: -1px 4px 4px 0;
  background-color: #f6f6f6;
}
.dataBoxConfig .ui-select {
  margin-bottom: 0;
  margin-top: 0;
}
.dataBoxConfig .ui-select .ui-btn {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0;
  text-align: left;
}
.ui-btn.ui-focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.ui-btn {
  border: 1px solid #000;
  font-weight: bold;
}
.demoCats .ui-field-contain {
  margin: 6px 0;
}
.demoCats > h3 {
  display: none;
}
.demoCats.ui-collapsible > h3 {
  display: block;
}
.demoCats > .row > label {
  vertical-align: top;
}
.demoCats fieldset {
  padding: 0;
  margin: 0;
}
.demoCats .ui-checkbox {
  
  width: 33%;
  text-overflow: ellipsis;
  min-width: 74px;
}
.demoCats .ui-controlgroup-horizontal .ui-checkbox .ui-btn {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 47px;
  padding: 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 38px;
  font-size: 11px;
  font-weight: normal;
}
.demoCats .ui-controlgroup-horizontal .ui-checkbox .ui-btn > .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.9;
}
.demoCats .ui-field-contain .ui-controlgroup-label {
  
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0.85;
  margin: 0 0 8px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.demoCats .ui-controlgroup-horizontal .ui-btn {
  margin-right: -1px;
  border-right-width: 1px;
}
.demoCats .ui-field-contain .ui-controlgroup-controls {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fieldIcon{
        position: relative;
        left: 36%;
        top: 12px;
}
.demoCats .StateamIndian {
    left: 100%;
}
#box_ethnicity_StateamIndian {
	left: 120%;
}
.demoCats .fieldDescription {
	font-size: 12px;
	padding-top: 22px;
	margin-left: -65px;
	line-height: 1.2em;
}
.demoCats .fieldDescription2 {
	font-size: 12px;
	padding-top: 22px;
	line-height: 1.2em;
    text-align: center;
    margin-left: -5px;
}
.filters .fieldDescription {
	font-size: 12px;
    margin-left: 115px;
}
.orgInfo .fields > div > span,
.orgInfo .fields > div > a {
  display: inline-block;
  vertical-align: top;
}
.orgInfo .fields > div > .label {
  width: 9em;
  margin-right: 1ex;
}
.orgInfo .label {
  font-weight: bold;
  margin-right: 1ex;
}
.orgInfo .moreInfo {
  margin-top: 10px;
}
.orgInfo .address1,
.orgInfo .address2,
.orgInfo .cityStateZip {
  display: block;
}
@media all and (min-width: 28em) {
  .demoCats legend {
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-align: right;
  }
  .ie9 .demoCats legend {
    color: #333;
  }
  .demoCats legend > span {
    display: block;
    text-align: right;
  }
  .demoCats legend > span:last-child:after {
    content: "";
    display: block;
    width: 400px;
  }
  .demoCats .ui-field-contain .ui-controlgroup-label {
    top: 5px;
    width: 30%;
    padding-right: 1ex;
    margin: 0;
    text-align: right;
  }
  .demoCats .ui-field-contain .ui-controlgroup-controls {
    width: 68%;
  }
}
.demoCats .ui-field-contain .ui-controlgroup-label .note {
  font-size: 66%;
}
.demoCats .ui-field-contain .ui-controlgroup-controls .ui-btn {
  border-radius: 0;
  margin-bottom: -1px;
}
.dataBox .ui-collapsible-content {
  padding: 6px 10px;
  border-bottom: none;
  border-left: 1px solid #d0d1d5;
  border-right: 1px solid #d0d1d5;
}
.dataBox > .content,
.infoBox > .content {
  position: relative;
  background: white;
  min-height: 30px;
}
.dataBox > .content > .mask {
  
  z-index: 400;
  cursor: pointer;
}
.ie9 .dataBox > .content {
  top: -1px;
}
.pane.toggleHidden .ui-collapsible-heading {
  display: none;
}
.dataBox > .content > .pane,
.infoBox > .content > .pane {
  margin: 0;
}
.pane .templateView:first-child > h5,
.pane .debugToolbar + .templateView > h5 {
  margin-top: 0;
}
.dataBox > .content > .errorPane {
  display: none;
}
.dataBox > .content > .errorPane > .ui-collapsible-heading {
  display: none;
}
.dataBox.hasDataErrors > .content > .pane {
  display: none;
}
.dataBox.hasDataErrors > .content > .errorPane {
  display: block;
  position: static;
}
.errorPane .message {
  margin-bottom: 10px;
}
.errorPane .message:last-child {
  margin-bottom: 0;
}
.errorPane .controls {
  text-align: center;
}
.errorPane .reloadButton {
  display: inline-block;
  color: #888;
  text-decoration: none;
}
.errorPane .reloadButton > img,
.errorPane .reloadButton > .textLabel {
  display: inline-block;
  vertical-align: middle;
  font-size: 150%;
  margin-right: 10px;
}
.errorPane .reloadButton img {
  display: inline-block;
  width: 44px;
  height: 44px;
}
.dataBox .ui-icon {
  background-color: #777;
  background-color: rgba(0, 0, 0, 0.25);
}
.pane .infoButtonOverlay h4 .ui-btn {
}
.pane .infoButtonOverlay {
  position: relative;
}
.pane .infoButton {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 39px;
  z-index: 2;
  text-align: center;
  border-left: 1px solid #ddd;
  cursor: help;
}
.pane .infoButton img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.pane .infoButton:hover,
.pane .infoButton:active {
  background: rgba(0, 0, 0, 0.1);
}
.pane .ui-collapsible-heading-toggle {
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 20px;
}
.dataBox .ui-collapsible-content-collapsed {
  position: absolute;
  left: -5000px;
  
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-body-c,
.ui-overlay-c {
  border: none;
}
.dataBoxAdder {
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px 20px 30px;
}
.extraUIHidden .dataBoxAdder {
  display: none;
}
.dataBoxAdder .noMoreMessage {
  display: none;
  opacity: 0.5;
}
.dataBoxAdder.maxedOut .adder {
  display: none;
}
.dataBoxAdder.maxedOut .noMoreMessage {
  display: block;
}
.dataBoxAdder h3 {
  margin: 0 0 12px 0;
  display: none;
}
.dataBoxAdder .addButton {
  display: inline-block;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 100px;
  letter-spacing: 1px;
}
.dataBoxAdder .addButton > * {
  display: inline-block;
  vertical-align: middle;
}
.dataBoxAdder .addButton .icon {
  position: relative;
  line-height: 1;
  margin: 0 12px 0 -4px;
  padding: 9px 15px;
  border-radius: 100px;
  behavior: url(../js/lib/bower-pie/build/PIE.htc);
}
.chartHolder {
  height: 250px;
}
.highcharts-tooltip .warning {
  font-size: 80%;
  font-weight: bold;
  display: inline-block;
  white-space: normal;
  width: 250px;
}
.highcharts-contextmenu > div {
  position: relative;
  left: 1px;
}
svg {
  overflow: visible;
}
.highcharts-container {
  overflow: visible !important;
}
.templateView {
  font-size: 90%;
  overflow: auto;
  margin: 15px 0;
}
.templateView:first-child,
.debugToolbar + .templateView {
  margin-top: 0;
}
.templateView:first-child h5,
.debugToolbar + .templateView h5 {
  margin-top: 0;
}
.templateView:last-child {
  margin-bottom: 0;
}
.templateView table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
.templateView td,
.templateView th {
  
  text-align: right;
  vertical-align: top;
  padding: 2px 0.5em;
}
.templateView td,
.templateView th {
  
  width: 1%;
}
.templateView .thirtyWide {
  width: 30%;
}
.templateView .sixtyWide {
  width: 50%;
}
.templateView td.indented,
.templateView th.indented {
  padding-left: 2em;
}
.oldIE .templateView td,
.oldIE .templateView th {
  width: 50%;
  
}
.templateView thead th {
  vertical-align: bottom;
  padding-top: 4px;
  padding-bottom: 4px;
}
.templateView th:first-child,
.templateView td:first-child {
  text-align: left;
}
.templateView tbody th {
  font-weight: normal;
}
.templateView tbody th:first-of-type {
  font-weight: bold;
  
  text-align: left;
}
.templateView table .left,
.templateView table .left {
  text-align: left;
}
.templateView table .right,
.templateView table .right {
  text-align: right;
}
.templateView .big {
  font-size: 110%;
}
.templateView .beWide {
  width: 50%;
}
.templateView .noWrap {
  white-space: nowrap;
}
.templateView .smaller {
  font-size: 90%;
}
.templateView .dividerBelow {
  border-bottom: 2px solid #eee;
}
.templateView .dividerAbove {
  border-top: 2px solid #eee;
}
.templateView .dividerOnRight {
  border-right: 2px solid #eee;
}
.templateView .dividerOnLeft {
  border-left: 2px solid #eee;
}
.templateView .dividerBelow:last-child {
  border-bottom: none;
}
.templateView tbody .dividerAbove:first-child {
  border-top: none;
}
.templateView .dividerBelowEvenRows tr:nth-child(even) {
  border-bottom: 2px solid #eee;
}
.templateView .dividerBelowThirdRow tr:nth-child(3n + 0) {
  border-bottom: 2px solid #eee;
}
.templateView .dividerBelowFourthRow tr:nth-child(4n + 0) {
  border-bottom: 2px solid #eee;
}
.templateView .dividerBelowEvenRows tr:last-child {
  border-bottom: none;
}
.templateView .dividerBelowEvenRows tr:first-child {
  border-top: none;
}
.showEveryThirdRow {
  visibility: hidden;
}
.templateView table tr:nth-child(3n + 1) .showEveryThirdRow {
  visibility: visible;
}
.showEveryFourthRow {
  visibility: hidden;
}
.templateView table tr:nth-child(4n + 1) .showEveryFourthRow {
  visibility: visible;
}
.templateView table tr:nth-child(even) .hiddenInEvenRows {
  visibility: hidden;
}
.templateView table tr:nth-child(odd) .hiddenInOddRows {
  visibility: hidden;
}
.templateView table tbody > tr .onlyFirstInTbodyVisible {
  visibility: hidden;
}
.templateView table tbody > tr:first-child .onlyFirstInTbodyVisible {
  visibility: visible;
}
#page_settings > div[data-role="content"] {
  padding: 0.6em 1em;
}
#page_settings h3 {
  font-size: 120%;
}
#page_settings label {
  font-size: 120%;
}
#page_settings .onOff label {
  width: 10em;
  display: inline-block;
  margin: 0 2px 0;
  vertical-align: middle;
}
#page_settings .onOff .ui-flipswitch {
  display: inline-block;
  vertical-align: middle;
}
#page_settings .buttons {
  text-align: right;
}
#page_settings .buttons > a {
  margin-bottom: 0;
}
#page_settings .buttons .close {
  display: inline-block;
  width: 80px;
}
#lang_select > div[data-role="content"] {
  padding: 0.6em 1em;
}
#lang_select h3 {
  font-size: 120%;
}
#lang_select label {
  font-size: 120%;
}
#lang_select .onOff label {
  width: 10em;
  display: inline-block;
  margin: 0 2px 0;
  vertical-align: middle;
}
#lang_select .onOff .ui-flipswitch {
  display: inline-block;
  vertical-align: middle;
}
#lang_select .buttons {
  text-align: right;
}
#lang_select .buttons > a {
  margin-bottom: 0;
}
#lang_select .buttons .close {
  color: #000;
  font-weight: bold;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#map {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
#page_map {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
#closeMap {
  z-index: 9999;
  position: absolute;
  right: 4px;
  top: 4px;
}
@media all and (max-width: 1500px) {
  
  .dataBox,
  .dataBoxAdder,
  .infoBox,
  .flexLayout .dataBox,
  .flexLayout .dataBoxAdder,
  .flexLayout .infoBox {
    width: 47%;
    
  }
}
@media all and (max-width: 800px) {
  section.flexLayout {
    display: block;
  }
  
  .dataBox,
  .dataBoxAdder,
  .infoBox,
  .flexLayout .dataBox,
  .flexLayout .dataBoxAdder,
  .flexLayout .infoBox {
    display: block;
    width: auto;
    margin: 0 2% 20px;
  }
  
  .templateView {
    font-size: 100%;
  }
  
  .socialBox {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  
  .ui-header .ui-title {
    font-size: 110%;
  }
  .questionBar {
    font-size: 100%;
    padding: 10px 12px;
  }
  .dataBox header,
  .infoBox header {
    font-size: 110%;
  }
  .dataBox .ui-collapsible-heading {
    font-size: 100%;
  }
  .templateView {
    font-size: 90%;
  }
  #msg_lang {
    display: none;
  }
}
@media all and (min-width: 980px) {
  
  
  
}
@media all and (max-width: 500px) {
  .templateView {
    font-size: 85%;
  }
  
  
  .questionBar {
    font-size: 100%;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .ui-controlgroup-label .main {
    margin-right: 1ex;
  }
  
  #page_workspace > .footer > .right {
    padding-bottom: 0;
  }
  #page_workspace > .footer > .right,
  #page_workspace > .footer > .left {
    float: none;
  }
  #closeMap {
    top: 47px;
  }
  .socialBox {
    
    margin: 0 auto;
    padding: 0;
  }
  #msg_lang {
    display: none;
  }
}
 @media all and (max-width: 450px) {
    .demoCats .fieldDescription, .demoCats .fieldDescription2 {
        margin-left: 2px;
        width: 90%;
    }
} 
@media all and (max-width: 400px) {
  .dataBox,
  .dataBoxAdder,
  .infoBox {
    margin: 0 2% 10px 2%;
    min-width: 320px;
  }
  .templateView td,
  .templateView th {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  span.phoneOnly {
    display: inline;
  }
  span.biggerThanPhoneOnly {
    display: none;
  }
  h1 > .introLink > .text::before {
    content: "MN ";
  }
  #closeMap {
    top: 47px;
  }
}
.ui-icon {
  
}
::-ms-clear {
  display: none;
}
