#questions {
  opacity: 0;
}
#questions.active {
  opacity: 1;
}
#questions .category {
  padding-bottom: 2em;
}
#questions .category h3 {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 1em;
  text-align: center;
}
#questions .category .question {
  margin-bottom: 2em;
  text-align: center;
  padding: 2em;
  border: 1px solid #aaa;
}
#questions .category .question .prompt {
  font-size: 1.1em;
}
#questions .category .question .prompt em {
  color: blue;
  border-bottom: blue dotted 1px;
}
#questions .category .question .likert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}
#questions .category .question .likert .option {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.page-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.page-nav .first-page {
  margin-left: 1em;
}
nav.page-nav button:disabled {
  opacity: 0.5;
}
#special {
  border: 1px solid red;
  background-color: #EBCCCC;
  margin-top: 1em;
  padding: 1em;
  text-align: center;
}
#special h3 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 1em;
  font-weight: 700;
}
#meta {
  display: none;
}
#dashboard .filter {
  margin-top: 1em;
}
#dashboard table {
  margin-bottom: 1.5em;
}
#dashboard table.show-archived tr.status-archived {
  display: table-row;
}
#dashboard table tr.status-archived {
  display: none;
}
#dashboard table tr td {
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 0.55em;
}
#dashboard table tr td:last-child {
  border-right: 0px;
}
#dashboard table tr:last-child td {
  border-bottom: 0px;
}
#dashboard table tr th.pull-right {
  text-align: right;
}
.megabutton {
  float: right;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: none;
}
.megabutton.active {
  display: block;
}
.megabutton.open {
  z-index: 1000;
}
.megabutton.open .bottom {
  display: block;
}
.megabutton.open .top .primary a {
  border-radius: 1em 0 0 0;
}
.megabutton.open .top .secondary-toggle button {
  border-radius: 0 1em 0 0;
}
.megabutton .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.megabutton .top .primary a,
.megabutton .top .secondary-toggle button {
  border: 1px solid #a6a6a6;
  background-color: #f2f1eb;
  background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  display: block;
}
.megabutton .top .primary a:hover,
.megabutton .top .secondary-toggle button:hover,
.megabutton .top .primary a:focus,
.megabutton .top .secondary-toggle button:focus {
  color: #1a1a1a;
  background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
  background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
}
.megabutton .top .primary a {
  border-radius: 20em 0 0 20em;
  border-right: 0px;
  font-size: 1.15em;
  display: none;
}
.megabutton .top .primary a.active {
  display: block;
  margin: 0px;
}
.megabutton .top .primary:last-child a {
  border-radius: 20em;
  border: 1px solid #a6a6a6;
}
.megabutton .top .secondary-toggle button {
  border-radius: 0 20em 20em 0em;
  padding-right: 0.8em;
  height: 100%;
  cursor: pointer;
}
.megabutton .bottom {
  display: none;
}
.megabutton .bottom .secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.megabutton .bottom .secondary a {
  margin: 0px;
  width: calc(100% - 2.126em - 2px);
  text-align: left;
  border: 1px solid #a6a6a6;
  border-top: 0;
  background-color: #f2f1eb;
  background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  display: block;
  font-size: 1.15em;
  border-radius: 0;
}
.megabutton .bottom .secondary a:hover,
.megabutton .bottom .secondary a:focus {
  color: #1a1a1a;
  background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
  background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
}
.megabutton .bottom .secondary a:last-child {
  border-radius: 0 0 1em 1em;
}
#view-page .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#view-page .main > div {
  width: 50%;
}
#view-page .details {
  border: 1px solid #aaa;
  padding: 1em;
  background-color: #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#view-page .details .item {
  width: 33%;
  margin-bottom: 1em;
}
#view-page .responses .category ul {
  list-style-type: disc;
}
#view-page .responses .category h3 {
  font-weight: 700;
  margin-bottom: 0.25em;
}
#view-page .responses .category .question > div {
  display: inline-block;
}
.region-content em {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.region-content em .definition {
  position: absolute;
  width: 20vw;
  top: -2000px;
  opacity: 0;
  margin-left: calc(-10vw + 40px);
  padding: 20px 20px 20px 20px;
  border: 1px solid #aaa;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  color: #000;
  font-style: normal;
}
.region-content em:hover,
.region-content em:focus {
  color: red !important;
}
.region-content em:hover .definition,
.region-content em:focus .definition {
  top: 1.5em;
  opacity: 1;
}
.site-branding__logo {
  display: none !important;
}
#progress {
  margin-bottom: 3em;
}
#progress .top {
  height: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#progress .top .start,
#progress .top .end {
  width: 100px;
  text-transform: uppercase;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
#progress .top .end {
  text-align: right;
}
#progress .percent-container {
  width: 100%;
  position: relative;
}
#progress .percent-container #percent-complete {
  position: absolute;
  width: 50px;
  text-align: center;
  margin-left: calc(-25px - .125em - 2px);
  background-color: #ddd;
  padding: 0.25em;
  border-radius: 5px;
  z-index: 2;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}
#progress .percent-container #percent-complete:after {
  content: " ";
  display: block;
  width: 2px;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: calc(25px + .125em);
  background-color: #000;
  z-index: 1;
}
#progress .bar {
  height: 15px;
  width: 100%;
  position: relative;
}
#progress .bar .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
#progress .fill-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
}
#progress .fill-flex .fill-start,
#progress .fill-flex .fill,
#progress .fill-flex .fill-end {
  height: 15px;
}
#progress .fill-flex .fill-container {
  width: 100%;
  background-color: #ddd;
}
#progress .fill-flex .fill-container .fill {
  background-color: #1d84c3;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
#progress .fill-flex .fill-start {
  background-color: #156699;
  width: 100px;
}
#progress .fill-flex .fill-end {
  background-color: #acabab;
  width: 100px;
}
#comparison #chartdiv {
  height: 500px;
}
#results .cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #results .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#results .cols .left,
#results .cols .right {
  width: 100%;
}
#results .cols .right {
  text-align: center;
}
#results .cols .right .description {
  text-align: left;
  padding: 1em;
}
.reports .filters form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 1em 0;
}
.reports .filters form > div {
  margin-right: 1em;
}
#ui-datepicker-div {
  background-color: #fff;
  padding: 1em;
}
.ui-datepicker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
