body,
html {
  background-color: #000;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  margin: 0px;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0px;
}

a:hover,
a:focus {
  transition: .2s;
  text-decoration: none;
}

.container {
  padding: 0;
}

.checkmark {
  font-weight: 700;
  color: #00b050;
  background-color: #FFF;
  padding: 5px;
  width: 35px;
  height: 35px;
  min-width: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h2 {
  color: #2A3990;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: bold;
  position: relative;
}

.realbig {font-size: 2em;}

h2.green {
  color: #FFF;
  background-color: #008000;
  padding: 10px;
}

h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: 8px;
  background-color: #FCCD7F;
  bottom: -10px
}

h2.green::after {
  display: none;
}


h3 {
  color: white;
  background-color: #2A3990;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.5em;
}

h3.alt-color {
  background-color: #FCCD7F;
  color: black;
}

h3.alt-color-gray {
  background-color: #aaa;
  color: black;
}

h3.dark-gray {
  background-color: #333;
  color: #FFF;
}

h4 {
  color: #2A3990;
  font-size: 1.2em;
  padding-bottom: 10px;
  font-weight: bold;
}

.block-h4 {
  display: block;
  background-color: #2A3990;
  padding: 10px;
  color: #FFF;
  margin-bottom: 20px;
}

h5 {
  padding: 5px;
  background-color: #d9d9d9;
  color: black;
  font-weight: bold;
}

p {
  font-size: 1rem;
  margin-bottom: 1.6rem;
}

p.large {
 font-size: 1.25rem;
}

ul {
  padding-left: 15px;
  margin-bottom: 25px;
}

ul li {
  margin-bottom: 0.5rem;
  color: #333;
}

hr {
  border-bottom: 5px solid #2A3990;
  transform: skewX(45deg);
}

a {
  color: #3344dd;
  transition: background-color .2s, color .2s;
  font-weight: bold;
}

.rescomm a {
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  color: #031cb2;
}

h2:focus {
  outline: 2px #031cb2 solid;
  outline-offset: 2px
}

a:visited {
  color: #884488;
}

.audio,.audio:visited {
  background-color: #2A3990;
  padding: 5px 10px;
  color: #FFF;
  border-radius: 20px;
}

.audio:hover {
  background-color: #FCCD7F;
  color: #000;
  cursor: pointer;
}


.button {
  background-color: #2A3990;
  border-radius: 14px;
  border: 0;
  color: #fff;
  display: inline-block;
  letter-spacing: .05em;
  margin-top: 12px;
  padding: 4px 16px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #FCCD7F;
  color: #fff;
}

.button:focus {
  color: #fff;
}

/* Forms */
form {
  margin: 18px 0;
}

label {
  display: block;
  margin: 10px 0 8px;
  width: 100%;
}

input[type="text"] {
  margin-bottom: 8px;
  padding-left: 3px;
  width: 100%;
}

textarea {
  height: 80px;
  margin-bottom: 8px;
  padding: 3px 5px;
  resize: none;
  width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 4px 0 2px;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  display: inline-block;
  margin-right: 14px;
  position: relative;
  top: -1px;
  width: auto;
}

input[type="submit"],
input[type="reset"] {
  background-color: #2A3990;
  border-radius: 14px;
  border: 0;
  color: #fff;
  letter-spacing: .05em;
  margin-top: 14px;
  padding: 4px 16px;
  transition: background-color .2s;
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #FCCD7F;
}

.required {
  color: #800;
}

.required span {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

/* MAIN SCREEN */
#screen {
  height: 100%;
  left: 0%;
  position: absolute;
  transition: left .6s;
  width: 100%;
}

.logo {
  display: block;
  width: 100%;
  padding: 25px;
}

/* LEFT MENU */
#skipcontent {
  background-color: #fff;
  border: 1px inset #aaa;
  border-radius: 8px;
  box-shadow: 2px 2px 8px 0 #333;
  color: #000;
  font-size: 1.4em;
  font-weight: 700;
  left: -9999px;
  padding: 6px 14px;
  position: absolute;
  top: -9999px;
}

#skipcontent:focus {
  left: 8px;
  top: 8px;
}

h1 {
  background-color: #000;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 120px;
  color: #fff;
  font-size: 1.4em;
  height: 60px;
  left: 20%;
  line-height: 1.2em;
  margin: 15px 0;
  padding: 6px 22px;
  position: absolute;
  text-align: center;
  width: 65%;
  z-index: 1;
}

h1:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

h1 span {
  display: inline-block;
  vertical-align: middle;
}

#menu {
  background-color: #fff;
  float: left;
  height: 100%;
  overflow: auto;
  padding-bottom: 18px;
  width: 15%;
}

#menu div {
  background-color: #f2f2f2;
  border: 1px solid #aaa;
  border-width: 1px 0;
  height: 54%;
  overflow-y: auto;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#menu ul li {
  border-bottom: 1px solid #ccc;
  margin: 0;
  width: 100%;
}

#menu ul li a {
  color: #333;
  display: block;
  padding: 2px 8px 10px;
  position: relative;
  width: 100%;
}

#menu ul li a i {
  background-color: #2A3990;
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  margin: 4px 0;
  opacity: .8;
  padding: 4px;
  position: absolute;
  text-align: center;
  transition: opacity .2s;
}

#menu ul li a.showing>i {
  background-color: #FCCD7F;
  opacity: 1;
}

#menu ul li a i:before {
  content: "\f101";
}

#menu ul li a span {
  display: inline-block;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.3em;
  padding: 4px 0 0 30px;
  vertical-align: middle;
}

#menu ul li a:hover {
  background-color: #eee;
}

#menu ul li a:hover i {
  opacity: 1;
}

#menu ul li a.showing {
  background-color: #ddd;
}

/* TRANSLATOR */
#google_translate_element2 {
  display: none;
}

#langaugeselectcont select {
  margin-left: 5%;
  width: 90%;
}

#langaugeselectcont label {
  margin-left: 5%;
  width: 90%;
}

/* SLIDE AREA */
#mainArea {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  float: left;
  height: 100%;
  min-height: 100%;
  overflow: auto;
  position: relative;
  width: 85%;
}

#slides {
  bottom: 0;
  height: 100%;
  position: relative;
  width: 100%;
}

#slides>div {
  bottom: 74px;
  height: auto;
  left: 15%;
  margin: 0;
  position: fixed;
  top: 94px;
  transition: left .6s, margin .6s;
  width: 85%;
}

.slide {
  color: #aaa;
  height: 100%;
  margin-left: -1200%;
  margin-top: -22px;
  opacity: 0;
  position: absolute;
  top: -200%;
  transition: 0s;
  width: 94%;
}

.slide.showing {
  margin-left: 3%;
  margin-top: 0;
  opacity: 1;
  top: 0;
  transition: margin-left 0s, margin-top .7s, opacity .8s, top 0s;
}

.slide h2 {
  margin: 0 1.5% 28px 1.5%;
}

.slide>div {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 8px 15px -4px #000;
  color: #333;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px 1%;
  width: 100%;
}

.slide img {
  width: 100%;
}

.contact-open #slides>div {
  margin-left: -390px;
}

#nav-progress {
  bottom: 0;
  height: 50px;
  overflow: auto;
  position: absolute;
  right: 0;
  width: 85%;
}

#nav-progress a {
  background-color: #000;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  float: left;
  height: 100%;
  line-height: 62px;
  text-align: center;
  width: 10%;
}

#nav-progress>a:hover {
  background-color: #000;
}

#nav-progress a span {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

#nav-progress a i {
  font-size: 1.9em;
}

#nav-progress ul {
  display: table;
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 80%;
}

#nav-progress ul li {
  display: table-cell;
  height: 100%;
  padding: 0;
}

#nav-progress ul li a {
  background-color: #2A3990;
  border: 1px solid #222;
  border-width: 19px 2px;
  height: 100%;
  width: 100%;
}

#nav-progress ul li a.active {
  background-color: #FCCD7F;
}

#nav-progress ul li a span {
  color: #000;
  left: -9999px;
  position: absolute;
  top: -9999px;
}

#nav-progress ul li a:hover {
  border-color: #333;
}

/* MENU & COMMENT BUTTONS */
.meeting-button {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #2A3990;
  color: #2A3990;
  font-size: .9em;
  font-weight: 700;
  height: 60px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
}

#menu-toggle {
  display: none;
  left: 20px;
  padding-top: 8px;
  top: 14px;
  width: 60px;
  z-index: 1;
}

#menu-toggle:hover {
  color: #FCCD7F;
}

#menu-toggle span {
  background-color: #2A3990;
  display: block;
  height: 4px;
  margin: 4px auto;
  transition: margin .2s, transform .2s;
  width: 40%;
}

#menu-toggle:hover span {
  background-color: #FCCD7F;
}

#contact {
  background-color: white;
  height: 100%;
  left: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 12px;
  position: fixed;
  top: 0;
  transition: margin .6s;
  width: 390px;
}

#menuOffScreen {
  background-color: rgba(35, 35, 35, .3);
  cursor: pointer;
  height: 100%;
  left: -200%;
  margin-left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: left 0s ease-in-out .3s, margin 0s, opacity .3s;
  width: 100%;
  z-index: 2;
}

#closecomment {
  color: #333;
  font-size: 1.2em;
  font-weight: 700;
}

#contact-button {
  right: 5%;
  top: 14px;
  width: 84px;
}

#contact-button i {
  font-size: 1.8em;
  padding-top: 8px;
}

.contact-open #screen {
  left: -390px;
}

.menu-open #menuOffScreen,
.contact-open #menuOffScreen {
  left: 0px;
  margin-left: -390px;
  opacity: 1;
  transition: left 0s, margin .6s, opacity .6s;
}

.menu-open #menuOffScreen {
  margin-left: 240px;
}

.contact-open #contact {
  margin-left: -390px;
}

.meeting-button:before,
.meeting-button:after {
  border: 2px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.meeting-button:before {
  left: 0;
  top: 0;
}

.meeting-button:after {
  bottom: 0;
  right: 0;
}

.meeting-button:hover {
  color: #FCCD7F;
  transition: color .8s;
}

.meeting-button:hover:before,
.meeting-button:hover:after {
  height: 100%;
  width: 100%;
}

.meeting-button:hover:before {
  border-right-color: #FCCD7F;
  border-top-color: #FCCD7F;
  transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.meeting-button:hover:after {
  border-bottom-color: #FCCD7F;
  border-left-color: #FCCD7F;
  transition: height 0.2s ease-out .6s, width 0.2s ease-out 0.4s;
}

/* LIGHTBOX */
#lightbox {
  height: 100%;
  position: fixed;
  top: -100%;
  transition: top .85s;
  width: 100%;
  z-index: 3;
}

#lightbox>span {
  background-color: rgba(35, 35, 35, .8);
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#lightbox>span span {
  color: #fff;
  font-size: 3.6em;
  line-height: .4em;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

#lightbox div {
  box-shadow: 0 8px 15px 0 #000;
  margin: -120px auto 0;
  max-height: 80%;
  overflow: auto;
  position: relative;
  transform: rotateX(90deg) translateY(-160px);
  transition: .24s;
  width: 88%;
}

#lightbox img {
  display: block;
  width: 100%;
  background-color: #FFF;
}

#lightbox.on {
  top: 0;
}

#lightbox.on div {
  margin-top: 50px;
  transition: .8s ease-out .32s;
  transform: rotateX(0deg) translateY(0px);
}

.slide img.lightbox {
  cursor: pointer;
}

/* STEPS */
.wrapper {

  display: flex;
  justify-content: left;
  align-items: center;
}

.step {
  display: flex;
  position: relative;
}

.step:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 32px;
  height: 0;
  width: 2px;
  background-color: #2A3990;
}

.step .info {
  margin: 8px 0 20px;
}

.step .title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;

}

.step .text {
  font-size: 12px;

  padding-bottom: 0;
  margin: 0;
}

.step:not(:last-child):after {
  height: 75%;
}

.number {
  width: 32px;
  height: 32px;
  background-color: #2A3990;
  border-radius: 50%;
  border: 2px solid #2A3990;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  font-weight: 600;
  margin-right: 14px;
}

.number.completed {
  background-color: #2A3990;
}

.number svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.number svg path {
  fill: white;
}

p.rescomm img {
  height: 50px;
  width: auto;
}

p.rescomm {
  padding: 15px 25px;
}

p.rescomm {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nopadleft {
  padding-left: 0px !important
}

p.rescomm span:first-of-type {
  min-width: 120px;
  text-align: right
}

.commsrow img {
  height: 50px;
  width: auto;
  margin-bottom: 5px;
}

.commsrow div {
  font-weight: 600;
}

.gray-callout {
  padding: 15px;
  background-color: #eeee;
  border-radius: 2px
}

.bigbold {
  font-size: 1.1em;
  font-weight: bold;
  color: #2A3990
}

.subheader {
  font-weight: bold;
  font-size: 1.3em
}

.bluebold {
  font-weight: bold;
  color: #2A3990
}


.notopmarg {
  margin-top: 0;
}

.surveyresults h3 {
  font-size: 1.2em;
  background-color: #d9d9d9;
  color: black;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: auto;
}

.stats {
  padding: 3px 7px;
  background-color: #FCCD7F;
  border-radius: 30px;
  margin-left: 8px
}

img.headerbubble {
  height: 50px;
  width: auto;
  display: block
}

.specialrescomm .rescomm {
  background-color: #d9d9d9
}

.specialrescomm p.rescomm span:first-of-type {
  min-width: 50px;
  text-align: left;
}

.commenticon {
  height: 25px;
  margin-top: 10px
}

.greenrec {
  color: #008136;
  font-weight: bold
}

.greenrecbox {
  padding: 10px 10px 10px 40px;
  display: block;
  border: 2px solid #008136;
  margin-top: 20px
}

.conditions .rescomm span:first-of-type {
  min-width: 30px
}

.conditions p.rescomm {
  padding-left: 0;
  gap: 30px
}

.imgsource {
  margin-top: 0;
  font-size: .8em;
  font-style: italic;
}

.specialrescomm p.rescomm {
  gap: 20px;
  font-weight: bold;
  font-size: 1.2em
}

.general-comment img {
  height: 65px;
  width: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.audio-container {
  display: block;
}

.audio-container .audio-player-toggler {
  display: block;
  margin-left: auto;
  background-color: #031cb2;
  color: #FFF;
  border-radius: 20px;
  border: 0;
  padding: 5px 10px;
  transition: 300ms;
  margin-bottom: 10px;
}

.audio-container .audio-player-toggler:hover {
  background-color: #051779;
}

.audio-container .audio-player {
  height: 0;
  overflow: auto;
  transition: 300ms;
}

.audio-container .audio-player audio {
  display: block;
  margin: auto;
}

.audio-container .audio-player.open {
  height: 65px;
}

.inline-block {
  display: inline-block;  
}

.ea-process {
  position: relative;
  padding: 20px 0;
}

.ea-process .current {
  position: absolute;
  display: inline-block;
  background-color: #FFF;
  color: #2A3990;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  left: 46%;
  bottom: 0px;
  transform: translateX(-50%);
  border: 1px solid #2A3990;
  padding: 5px;
}

.ea-process img,  .ea-process .lightbox {
  margin-bottom: 0 !important;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.d-flex {
  display: flex;
}

.flex-row .align-items-center {
  align-items: center;
}

.icon-and-text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.icon-and-text .icon {
  width: 80px;
  height: auto;
  margin-right: 10px;
}

.icon-and-text .text {
  flex: 1;
}

.icon-and-text .text h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.icon-and-text .text ul li {
  font-size: 1rem;
}

.icon-and-text .text p{
  margin-bottom: 10px;
}

.img-caption {
  display: block;
  text-align: center;
  border: 3px solid #3f97b5;
  padding: 5px;
  color: #000;
  font-size: 1.15rem;
}

.img-full {
  width: 100%;
  height: auto;
}

strong.red {
  color: #ff0606;
}

.green-border-box {
  border: 4px solid #00b050;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.green-border-box h3 {
  background-color: #FFF;
  padding: 0;
  color: #00b050;
  margin-top: 0;
  font-weight: bold;
}

.table-container {
  display: block;
  width: 100%;
  overflow: auto;
}

.alternative-table {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.alternative-table th {
  background-color: #64bcda;
  color: #000;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
  min-width: 140px;
}

.alternative-table .subth {
  background-color: #a6d4e4;
  text-align: start;
}

.alternative-table td {
  border: 1px solid #000;
  padding: 3px;
  vertical-align: text-top;
}

.alternative-table .green {
  background-color: #caee98;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.alternative-table .yellow {
  background-color: #ffff00;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.alternative-table .red {
  background-color: #f194a6;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.alternative-table .dark-gray {
  background-color: #333;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8rem;
}

.alternative-table td ul {
  padding-left: 25px;
}

.alternative-table .summary-row .green{
  background-color: #9bbb59;
}
.alternative-table .summary-row.last .green{
  border-bottom: 4px solid #00b050;
}

.alternative-table .summary-row .yellow {
  background-color: #ffcd15;
}

.alternative-table .summary-row .red {
  background-color: #d3637a;
}

.recommended-option {
  padding-bottom: 10px;
  border: 4px solid #00b050;
  background-color: #e2fff0;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.recommended-option::before{
  content: "✓";
  font-size: 3rem;
  font-weight: 700;
  color: #00b050;
  margin-top: -52px;
  margin-left: -31px;
}

.recommended-option .rec-title {
  color: #008136;
  font-weight: bold;;
  font-size: 1.5rem;
  margin-left: 15px;
}

.table-container .recommended-col {
  position: relative;
  overflow: visible;
}

.table-container .recommended-col::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  border: 4px solid #00b050;
  width: 101%;
  height: 10000px;
}


.alternative-table .summary-row td:first-child {
  background-color: #EEE;
  font-weight: bold;
}

.alternative-table-legend {
  display: block;
  text-align: end;
  margin-bottom: 15px;
}

.alternative-table-legend span {
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #000;
  color: #000 !important;
}

.alternative-table-legend .green {
  background-color: #caee98;
  margin-left: 15px;
}

.alternative-table-legend .yellow {
  background-color: #ffff00;
}

.alternative-table-legend .red {
  background-color: #f194a6;
}



.sub-nav-section-title {
  font-size: 1rem;
  padding: 5px;
  font-weight: bold;
  background-color: #2A3990;
  color: #FFF;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1310px) {
  #menu {
    width: 20%;
  }

  #mainArea {
    width: 80%;
  }

  #slides>div {
    left: 20%;
    width: 80%;
  }

  .slide {
    width: 96%;
  }

  .slide.showing {
    margin-left: 2%;
  }

  .slide>div {
    width: 96%;
    margin: 0 auto;
  }

  h1 {
    font-size: 1.2em;
    left: 25%;
    padding: 0 18px;
    width: 60%;
  }

  #contact-toggle {
    right: 80px;
  }

  #nav-progress {
    width: 80%;
  }
}

@media screen and (max-width: 1030px) {
  #menu {
    margin-left: -220px;
    position: relative;
    width: 220px;
    z-index: 2;
  }

  #menu div {
    height: 64%;
  }

  #mainArea {
    width: 100%;
  }

  img.logo {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding-top: 15px;
  }

  h1 {
    font-size: .9em;
    left: 15%;
    margin-left: -8px;
    width: 67%;
  }

  #menu-toggle {
    display: block;
  }

  #contact-button {
    right: 20px;
  }

  .menu-open #screen {
    left: 240px;
  }

  #nav-progress {
    width: 100%;
  }

  #nav-progress a {
    width: 15%;
  }

  #nav-progress ul {
    width: 70%;
  }

  #nav-progress ul li a {
    border-width: 20px 1px;
  }

  #slides {
    height: 84%;
    top: 0;
  }

  #slides>div {
    left: 0;
    width: 100%;
  }

  .slide {
    height: 100%;
    width: 100%;
  }

  .slide.showing {
    margin-left: 0;
  }

  .slide>div {
    width: 96%;
  }

  .menu-open #slides>div {
    margin-left: 240px;
  }

  #lightbox img {
    max-width: 8000%;
    width: 160%;
  }
}
@media screen and (max-width: 992px) {
  .flex-row {
    display: block;
  }
  
  .d-flex {
    display: block;
  }

  .alternative-table th {
    min-width: 0;
    font-size: 0.8rem;
  }

  .alternative-table td {
    font-size: 0.8rem;
  }

}


@media screen and (max-width: 640px) {
  h1 {
    left: 2%;
    margin: 8px 0;
    top: 44px;
    width: 95%;
  }

  h2, .realbig {
    font-size: 1.6em;
  }

  p {
    font-size: .9em;
  }

  li {
    font-size: 14px;
  }

  label {
    font-size: .9em;
  }

  .subheader {
    font-size: 1em;
  }

  #mainArea {
    overflow: hidden;
  }

  #menu ul li a {
    font-size: .9em;
  }

  .meeting-button {
    box-shadow: inset 0 0 0 1px #2A3990;
    font-size: .8em;
    height: 36px;
  }

  #menu-toggle {
    left: 8px;
    padding-top: 4px;
    top: 8px;
    width: 52px;
  }

  #menu-toggle span {
    height: 2px;
    margin: 2px auto;
    width: 30%;
  }

  #contact-button {
    line-height: .8em;
    right: 8px;
    top: 8px;
  }

  #contact-button i {
    font-size: 1.2em;
    padding: 4px;
  }

  .commenticon {
    height: 10px;
    display: block;

    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  p.rescomm {
    padding: 15px 0px;
  }

  img.shrinkme {
    max-height: 150px;
    width: auto;
    margin: 0 auto;
  }

  img.hideme {
    display: none;
  }

  .gray-callout {
    text-align: center;
  }

  .gray-callout img {
    margin: 0 auto;
  }

  .surveyresults h3 {
    font-size: 1em
  }

  .menu-open #screen {
    left: 220px;
  }

  #contact {
    width: 260px;
  }

  #closecomment {
    font-size: 1em;
  }

  .contact-open #screen {
    left: -260px;
  }

  .menu-open #menuOffScreen,
  .contact-open #menuOffScreen {
    margin-left: -260px;
  }

  .menu-open #menuOffScreen {
    margin-left: 220px;
  }

  .contact-open #contact {
    margin-left: -260px;
  }

  p.rescomm {
    padding: 10px;
    margin-bottom: 10px
  }

  #slides {
    height: 100%;
  }

  #slides>div {
    top: 124px;
  }

  .menu-open #slides>div {
    margin-left: 220px;
  }

  .contact-open #slides>div {
    margin-left: -260px;
  }

  .slide {
    height: 100%;
  }

  .slide>div {
    padding: 14px 4%;
  }
}

@media screen and (max-width: 530px) {
  #slides>div {
    bottom: 56px;
  }

  #nav-progress {
    height: 38px;
  }

  #nav-progress a {
    border-right: 1px solid #aaa;
    line-height: 44px;
    width: 50%;
  }

  #nav-progress a:last-of-type {
    border: 0;
  }

  #nav-progress a i {
    font-size: 1.5em;
  }

  #nav-progress ul {
    display: none;
  }

  #lightbox img {
    width: 250%;
  }
}