input[type="radio"],
input[type="checkbox"] {
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
body {
  margin: 0;
  padding: 0;
  background: black url('../../images/bg_city-silhouette.png') repeat-x top -20px left;
  background-size: 700px;
  font: 16px/22px Quicksand, Geneva, sans-serif;
}
body h1 {
  font: 36px/38px Robotoslab, Georgia, serif;
  font-weight: normal;
}
body h2 {
  font: 20px/24px Robotoslab, Georgia, serif;
  font-weight: normal;
}
body h2.console {
  text-align: center;
}
body h3 {
  color: #cbff99;
  margin: -20px 0 25px 0;
}
body #wrapper {
  margin: 150px auto 50px auto;
  max-width: 1200px;
  width: 90%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
body #wrapper #nav {
  background: #cbff99 url('../../images/logo.png') no-repeat top 5px center;
  background-size: 190px;
  width: 190px;
  margin: 0 20px 0 0;
  float: left;
  min-height: 310px;
  padding: 195px 5px 20px 5px;
}
body #wrapper #nav .instruction {
  margin: 0;
  font: 18px/22px Quicksand, Geneva, sans-serif;
  padding: 0 15px;
}
body #wrapper #nav .logo-home {
  position: absolute;
  width: 200px;
  height: 180px;
  top: 150px;
}
body #wrapper #nav .menu {
  margin: 0 0 0 -40px;
}
body #wrapper #nav .menu a {
  text-decoration: none;
}
body #wrapper #nav .menu li {
  list-style-type: none;
  background-color: #ff4729;
  border-radius: 8px;
  margin: 0 5px 5px 5px;
  padding: 23px 10px 20px 15px;
  color: white;
  text-transform: uppercase;
  font: 16px/16px Quicksand, Geneva, sans-serif;
}
body #wrapper #nav .menu li:hover {
  font-family: Quicksand_bold, Geneva, sans-serif;
}
body #wrapper #nav .menu li.current {
  background-color: #a44ed1;
  cursor: default;
}
body #wrapper #nav .menu li.current:hover {
  font-family: Quicksand, Geneva, sans-serif;
}
body #wrapper #nav #tools {
  background-color: #ff4729;
  border-radius: 8px;
  margin: 0 5px 5px 5px;
  width: 180px;
  color: white;
  text-transform: uppercase;
  font: 16px/16px Quicksand, Geneva, sans-serif;
}
body #wrapper #nav #tools p {
  padding: 23px 10px 20px 15px;
  margin: 0;
  background: url('../../images/sprite_buttons.png') no-repeat center right -170px;
  background-size: 200px;
}
body #wrapper #nav #tools p:hover {
  cursor: pointer;
  font-family: Quicksand_bold, Geneva, sans-serif;
}
body #wrapper #nav #tools ul {
  margin: 0;
  padding: 0 0 8px 0;
  display: none;
  font: 16px/18px Quicksand, Geneva, sans-serif;
}
body #wrapper #nav #tools ul a {
  text-decoration: none;
}
body #wrapper #nav #tools ul li {
  list-style-type: none;
  background-color: #ff7c06;
  padding: 13px 10px 10px 15px;
  margin: 0 0 2px 0px;
  color: white;
}
body #wrapper #nav #tools ul li:hover {
  font-family: Quicksand_bold, Geneva, sans-serif;
  font-weight: bold;
}
body #wrapper #nav #tools ul li.current {
  background-color: #a44ed1;
  cursor: default;
  font-family: Quicksand, Geneva, sans-serif;
  font-weight: normal;
}
body #wrapper #nav #show-menu_button {
  display: none;
}
body #wrapper #content {
  background-color: #404041;
  float: right;
  color: white;
  margin: 0;
  padding: 20px 60px 30px 60px;
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
body #wrapper #content p .lead-in {
  color: #cbff99;
}
body #wrapper #content p a {
  color: #ff7c06;
}
body #wrapper #content.landing-page {
  text-align: center;
}
body #wrapper #content.landing-page img {
  width: 90%;
  height: auto;
  max-width: 700px;
}
body #wrapper #content.landing-page a {
  text-decoration: none;
}
body #wrapper #content.landing-page ol {
  margin: 0 auto;
  padding: 0;
  max-width: 700px;
}
body #wrapper #content.landing-page ol li {
  list-style-type: none;
  background-color: #ff4729;
  border-radius: 8px;
  margin: 10px 0;
  padding: 23px 10px 20px 15px;
  color: white;
  text-transform: uppercase;
  font: 18px/24px Quicksand, Geneva, sans-serif;
}
body #wrapper #content.landing-page ol li:hover {
  font-family: Quicksand_bold, Geneva, sans-serif;
}
body #wrapper #content.landing-page ol li.application {
  background-color: #a44ed1 !important;
  margin-bottom: 20px !important;
}
body #wrapper #content.puffman {
  background: #404041 url('../../images/bg_puffman.png') no-repeat center bottom -40px;
  background-size: 100%;
  min-height: 700px;
}
body #wrapper #content.puffman p {
  width: 160px;
}
body #wrapper #content .feedback_Female {
  background: white url('../../images/feedback_girl.png') no-repeat top left;
  background-size: 225px;
  padding: 20px 20px 20px 230px;
  border: 4px solid #cbff99;
  min-height: 435px;
  color: black;
}
body #wrapper #content .feedback_Female ul {
  margin: 20px 0 20px -20px;
}
body #wrapper #content .feedback_Male {
  background: white url('../../images/feedback_boy.png') no-repeat top left;
  background-size: 225px;
  padding: 20px 20px 20px 230px;
  border: 4px solid #cbff99;
  min-height: 435px;
  color: black;
}
body #wrapper #content .feedback_Male ul {
  margin: 20px 0 20px -20px;
}
body #wrapper #content .feedback_gender {
  background: white url('../../images/feedback_gender.png') no-repeat top left;
  background-size: 225px;
  padding: 20px 20px 20px 230px;
  border: 4px solid #cbff99;
  min-height: 435px;
  color: black;
}
body #wrapper #content .feedback_gender ul {
  margin: 20px 0 20px -20px;
}
body #wrapper #content .dj_Female {
  background: white url('../../images/dj_girl.png') no-repeat top left;
  background-size: 225px;
  padding: 20px 20px 20px 230px;
  border: 4px solid #cbff99;
  min-height: 435px;
  color: black;
}
body #wrapper #content .dj_Female ul {
  margin: 20px 0 20px -20px;
}
body #wrapper #content .voice_over_button {
  background: url('../../images/sprite_buttons-vertical.png') no-repeat top -235px left;
  background-size: 35px;
  cursor: pointer;
  height: 50px;
}
body #wrapper #content .messages {
  margin: 30px 0;
  color: #cbff99;
}
body #wrapper #content .messages li {
  list-style-type: none;
}
body #wrapper #content .animation {
  margin: 40px auto;
}
body #wrapper #content .animation video {
  width: 100%;
  height: auto;
  margin: 0;
}
body #wrapper #content .videos {
  padding: 30px 0 20px 0;
}
body #wrapper #content .videos .animation {
  width: 48%;
  float: left;
  margin: 0 1% 10px 0;
  border: 2px solid black;
}
body #wrapper #content .videos .animation video {
  width: 100%;
  height: auto;
  margin: 0;
}
body #wrapper #content .videos .animation p {
  margin: 0;
  text-align: center;
  background-color: black;
  color: white;
  padding: 4px 5px 0;
  min-height: 50px;
}
body #wrapper #content .videos .animation p.close_video {
  background-color: #ff4729;
  cursor: pointer;
  padding: 10px;
  display: none;
  line-height: 3em;
}
body #wrapper #content .videos .animation.open_video {
  position: relative;
  z-index: 100;
  width: 80%;
  max-width: 600px;
}
body #wrapper #content .show_session,
body #wrapper #content .show_category {
  background-color: #ff4729;
  color: white;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 8px;
  margin: 0 0 20px 0;
  cursor: pointer;
}
body #wrapper #content .show_session.hiding,
body #wrapper #content .show_category.hiding {
  display: none;
}
body #wrapper #content .advice {
  background-color: white;
  border: 4px solid #cbff99;
  color: black;
  margin: 20px 0 30px 0;
}
body #wrapper #content .advice .advice_category {
  background-color: #cbff99;
  padding: 10px 20px;
  font: 20px/26px Quicksand, Geneva, sans-serif;
  margin: 0;
}
body #wrapper #content .advice .advice_videos {
  padding: 30px 0 20px 20px;
}
body #wrapper #content .advice .advice_videos .archived-animation {
  width: 45%;
  float: left;
  margin: 0 1% 10px 1%;
  border: 2px solid black;
}
body #wrapper #content .advice .advice_videos .archived-animation video {
  width: 100%;
  height: auto;
  margin: 0;
}
body #wrapper #content .advice .advice_videos .archived-animation p {
  margin: 0;
  text-align: center;
  background-color: black;
  color: white;
  padding: 4px 5px 0;
  min-height: 50px;
}
body #wrapper #content .advice .advice_videos .archived-animation p.close_video {
  background-color: #ff4729;
  cursor: pointer;
  padding: 10px;
  display: none;
  line-height: 3em;
}
body #wrapper #content .advice .advice_videos .archived-animation.open_video {
  position: absolute;
  z-index: 100;
}
body #wrapper #content .survey_question {
  background-color: white;
  border: 4px solid #cbff99;
  color: black;
  font: 20px/26px Quicksand, Geneva, sans-serif;
  margin: 0 0 20px 0;
}
body #wrapper #content .survey_question .survey_prompt {
  background-color: #cbff99;
  padding: 10px 55px 10px 20px;
  position: relative;
}
body #wrapper #content .survey_question .survey_prompt .voice_over_button {
  background: url('../../images/sprite_buttons-vertical.png') no-repeat top -235px center;
  background-size: 35px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 2px;
  width: 35px;
}
body #wrapper #content .survey_question .survey_prompt .survey_error {
  color: #ff4729;
  font-family: Quicksand_bold, Geneva, sans-serif;
  font-weight: bold;
  font-style: italic;
}
body #wrapper #content .survey_question .survey_responses select {
  background: #ff4729 url('../../images/sprite_buttons-vertical.png') no-repeat bottom 18px right 10px;
  background-size: 25px;
  font: 18px/22px Quicksand, Geneva, sans-serif;
  margin: 20px 18px;
  height: 55px;
  padding: 0 10px;
  width: 90%;
  color: white;
  border: 1px solid #ff7c06;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
body #wrapper #content .survey_question .survey_responses input[type="text"] {
  width: 30%;
  height: 40px;
  margin: 20px 18px;
  padding: 0 10px;
  font: 18px/22px Quicksand, Geneva, sans-serif;
  border: 1px solid #ff4729;
  /* 						min-width: 180px; */
}
body #wrapper #content .survey_question .survey_responses input[type="text"]:focus {
  background-color: #a44ed1;
  color: white;
  outline: 0;
}
body #wrapper #content .survey_question .survey_responses ul {
  margin: 15px 20px 15px -20px;
}
body #wrapper #content .survey_question .survey_responses ul li {
  list-style-type: none;
  background-color: #ff4729;
  padding: 0px 10px;
  margin: 10px 0;
  color: white;
  border-radius: 8px;
}
body #wrapper #content .survey_question .survey_responses ul li.checked {
  background-color: #a44ed1;
}
body #wrapper #content .survey_question .survey_responses ul li label span {
  margin: -10px 0 10px 45px;
  display: block;
}
body #wrapper #content .survey_question .survey_responses ul li input[type="text"] {
  display: inline-block;
  margin: 0 45px 20px;
  width: 40%;
}
body #wrapper #content .survey_question .survey_responses ul li input[type="text"]:focus {
  background-color: #ff7c06;
}
body #wrapper #content .survey_question .survey_responses textarea {
  margin: 20px;
  border: 2px solid #ff7c06;
  border-radius: 8px;
  width: 70%;
  height: 100px;
  font: 18px/22px Quicksand, Geneva, sans-serif;
  padding: 15px;
}
body #wrapper #content .survey_question.type_radio .survey_responses li label {
  background: url('../../images/radio_unchecked.png') no-repeat top 20px left;
  background-size: 35px;
  display: block;
  cursor: pointer;
  padding: 10px 0;
}
body #wrapper #content .survey_question.type_radio .survey_responses li label.checked {
  background: url('../../images/radio_checked.png') no-repeat top 20px left;
  background-size: 35px;
}
body #wrapper #content .survey_question.type_checkbox .survey_responses li label {
  background: url('../../images/checkbox_unchecked.png') no-repeat top 15px left;
  background-size: 33px;
  display: block;
  cursor: pointer;
  padding: 5px 0;
}
body #wrapper #content .survey_question.type_checkbox .survey_responses li label.checked {
  background: url('../../images/checkbox_checked.png') no-repeat top 15px left;
  background-size: 33px;
}
body #wrapper #content button {
  color: white;
  font: 16px/16px Quicksand, Geneva, sans-serif;
  padding: 22px 20px;
  width: 115px;
  border-radius: 8px;
  border: 0px solid white;
}
body #wrapper #content button.next {
  background-color: #ff4729;
  float: right;
}
body #wrapper #content button.back {
  background-color: #ff7c06;
  float: left;
}
body #wrapper #content button:hover {
  cursor: pointer;
  font-family: Quicksand_bold, Geneva, sans-serif;
  font-weight: bold;
}
body #wrapper #content button:focus {
  outline: 0;
}
body #wrapper #content form {
  font: 18px/22px Quicksand, Geneva, sans-serif;
}
body #wrapper #content form .form-group {
  margin: 0 0 20px 0;
}
body #wrapper #content form .form-group input.form-control {
  display: block;
  border: 2px solid #ff4729;
  border-radius: 8px;
  font: 16px/22px Quicksand, Geneva, sans-serif;
  padding: 10px;
  width: 96%;
  margin: 5px 0 10px 0;
}
body #wrapper #content form .form-group textarea {
  display: block;
  border: 2px solid #ff7c06;
  font: 16px/22px Quicksand, Geneva, sans-serif;
  padding: 10px;
  width: 96%;
  margin: 5px 0 10px 0;
  height: 80px;
}
body #wrapper #content form .form-group input:focus,
body #wrapper #content form .form-group textarea:focus {
  outline: 0;
  border-color: #a44ed1;
}
body #wrapper #content form .form-group ul {
  margin: 15px 0 0 -40px;
}
body #wrapper #content form .form-group ul li {
  list-style-type: none;
  margin: 0;
}
body #wrapper #content form .form-group ul li label {
  cursor: pointer;
  background: url('../../images/sprite_buttons-vertical.png') no-repeat bottom -123px left;
  background-size: 35px;
  display: block;
  padding: 10px;
}
body #wrapper #content form .form-group ul li label.checked {
  background: url('../../images/sprite_buttons-vertical.png') no-repeat bottom -241px left;
  background-size: 35px;
}
body #wrapper #content form .form-group ul li span {
  margin: 0 0 0 20px;
}
body #wrapper #content form .form-group.type_checkbox ul li label {
  cursor: pointer;
  background: url('../../images/sprite_buttons-vertical.png') no-repeat bottom -517px left;
  background-size: 35px;
  display: block;
  padding: 10px;
}
body #wrapper #content form .form-group.type_checkbox ul li label.checked {
  background: url('../../images/sprite_buttons-vertical.png') no-repeat bottom -630px left;
  background-size: 35px;
}
body #wrapper #content form .button-block {
  margin: 40px 0 15px;
  text-align: center;
}
body #wrapper #content form .button-block button.save-changes {
  background-color: #ff4729;
  width: 200px;
  height: 50px;
  padding: 22px 20px 35px 20px;
}
body #wrapper #content form .reset {
  text-align: center;
}
body #wrapper #content form .reset a {
  color: #ff7c06;
  text-decoration: none;
}
body #wrapper #content form .reset a:hover {
  font-family: Quicksand_bold, Geneva, sans-serif;
  font-weight: bold;
}
body #wrapper #content form .errorlist {
  list-style-type: none;
  margin: 0 0 25px -40px;
  font-style: italic;
  color: #cbff99;
}
body #wrapper #content.city {
  background-color: black;
  border: 2px solid #cbff99;
  position: relative;
}
body #wrapper #content.city .show_all,
body #wrapper #content.city .show_tailored {
  background-color: #ff4729;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 8px;
  margin: 0 0 20px 0;
  cursor: pointer;
}
body #wrapper #content.city .show_all.hiding,
body #wrapper #content.city .show_tailored.hiding {
  display: none;
}
body #wrapper #content.city .grid .grid-sizer,
body #wrapper #content.city .grid .grid-item {
  background-color: #404041;
  border-radius: 8px;
  margin: 30px 30px 0 0;
  padding: 15px;
  width: 26%;
}
body #wrapper #content.city .grid .grid-sizer.hiding,
body #wrapper #content.city .grid .grid-item.hiding {
  display: none;
}
body #wrapper #content.city .grid .grid-sizer img,
body #wrapper #content.city .grid .grid-item img {
  width: 100%;
  height: auto;
}
body #wrapper #content.city .grid .grid-sizer img:hover,
body #wrapper #content.city .grid .grid-item img:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}
body #wrapper #content.city .grid .grid-sizer {
  visibility: hidden;
}
body #wrapper #content.city .grid .grid-item--width2 {
  width: 59%;
}
body #wrapper #content.city .grid .grid-item--width2.hiding {
  display: none;
}
body #wrapper #content .console_pending {
  background-color: white;
  border: 4px solid #cbff99;
  color: black;
  margin-bottom: 40px;
}
body #wrapper #content .console_pending table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
body #wrapper #content .console_pending table thead th {
  padding: 15px;
  background-color: #cbff99;
}
body #wrapper #content .console_pending table thead th.org_name {
  width: 50%;
  text-align: left;
}
body #wrapper #content .console_pending table tbody tr {
  border-bottom: 2px solid #cbff99;
}
body #wrapper #content .console_pending table tbody tr td:first-child {
  padding: 0 0 0 15px;
}
body #wrapper #content .console_pending table tbody tr td.pending_buttons {
  text-align: right;
  padding-right: 5px;
}
body #wrapper #content .console_pending table tbody tr td.pending_buttons .console_save {
  background-color: #ff4729;
  margin: 5px;
  font: 16px/0px Quicksand, Geneva, sans-serif;
}
body #wrapper #content .console_current {
  padding: 0px;
  color: black;
}
body #wrapper #content .console_current h4 {
  margin: 0;
  background: #a44ed1 url('../../images/button_expand-meds.png') no-repeat center right 10px;
  background-size: 30px;
  cursor: pointer;
  padding: 15px;
  color: white;
  font-family: Quicksand_bold, Geneva, sans-serif;
  font-weight: bold;
}
body #wrapper #content .console_current h4 span {
  margin-left: 10px;
  color: #cbff99;
  font-family: Quicksand;
}
body #wrapper #content .console_current .approved_org {
  background-color: white;
  border: 4px solid #a44ed1;
  display: none;
  margin-bottom: 20px;
}
body #wrapper #content .console_current .approved_org h5 {
  background-color: #cbff99;
  margin: 0;
  text-align: center;
  padding: 15px;
  font-size: 16px;
}
body #wrapper #content .console_current .approved_org p.nokids {
  background-color: #cbff99;
  margin: 0;
  padding: 20px 11px;
}
body #wrapper #content .console_current .approved_org .kids_stat {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  background-color: white;
  padding: 0 13px;
  border-bottom: 2px solid #cbff99;
}
body #wrapper #content .console_current .approved_org .kids_stat p {
  flex: 1 auto;
  -webkit-flex: 1 auto;
  width: 30%;
}
body #wrapper #content .console_current .approved_org .kids_stat p b {
  font-family: Quicksand_bold, Geneva, sans-serif;
}
body #wrapper #content .console_current .approved_org .participant {
  background-color: white;
}
body #wrapper #content .console_current .approved_org .participant h6 {
  background-color: #ff4729;
  color: white;
  font-size: 17px;
  margin: 0;
  padding: 15px;
  text-align: center;
}
body #wrapper #content .console_current .approved_org .participant table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
body #wrapper #content .console_current .approved_org .participant table thead {
  background-color: #cbff99;
}
body #wrapper #content .console_current .approved_org .participant table thead .subcolumn {
  background-color: #ff7c06;
  color: white;
}
body #wrapper #content .console_current .approved_org .participant table thead .subcolumn th {
  height: 35px !important;
  font-size: 14px;
}
body #wrapper #content .console_current .approved_org .participant table th {
  height: 50px;
  border: 2px solid #cbff99;
}
body #wrapper.hidenav #nav {
  display: none;
}
body #wrapper.hidenav #content {
  margin-bottom: 20px;
}
body #wrapper.hidenav #content .survey_question .survey_med-instructions {
  background-color: white !important;
}
body #wrapper.hidenav #content .survey_question.survey_multiple {
  margin-bottom: 0px !important;
}
body #wrapper.hidenav #content .survey_question.meds_question {
  background-color: #cbff99;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_prompt {
  margin: 0;
  padding: 30px 0;
  font: 22px/0px Quicksand_bold, Geneva, sans-serif;
  text-align: center;
  background: #cbff99 url('../../images/button_expand-meds.png') no-repeat center right 10px;
  background-size: 40px;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_prompt:hover {
  cursor: pointer;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_prompt img {
  height: 30px;
  margin: -5px 0 -10px 5px;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses {
  display: none;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li {
  display: block;
  min-width: 200px;
  height: 230px;
  margin: 10px;
  padding: 0 0 0 10px;
  border: 3px solid #ff4729;
  cursor: pointer;
  flex: 1 auto;
  -webkit-flex: 1 auto;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li:hover {
  font-family: Quicksand_bold;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.AdvairDiskus {
  background: white url('../../images/med-imgs/meds_advair-diskus.jpg') no-repeat bottom -20px right;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.AdvairHFA {
  background: white url('../../images/med-imgs/meds_advair-hfa.jpg') no-repeat bottom -20px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Aerospan {
  background: white url('../../images/med-imgs/meds_aerospan.jpg') no-repeat bottom -26px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Alvesco {
  background: white url('../../images/med-imgs/meds_alvesco.jpg') no-repeat bottom -26px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.ArnuityEllipta {
  background: white url('../../images/med-imgs/meds_arnuity-ellipta.jpg') no-repeat bottom -15px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Asmanex {
  background: white url('../../images/med-imgs/meds_asmanex-twisthaler.jpg') no-repeat bottom -10px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.BreoEllipta {
  background: white url('../../images/med-imgs/meds_breo-ellipta.jpg') no-repeat bottom -15px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Brovana {
  background: white url('../../images/med-imgs/meds_brovana.jpg') no-repeat bottom -20px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Dulera {
  background: white url('../../images/med-imgs/meds_dulera.jpg') no-repeat bottom -15px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.FloventDiskus {
  background: white url('../../images/med-imgs/meds_flovent-diskus.jpg') no-repeat bottom -20px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.FloventHFA {
  background: white url('../../images/med-imgs/meds_flovent-hfa.jpg') no-repeat bottom -15px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Foradil {
  background: white url('../../images/med-imgs/meds_foradil.jpg') no-repeat bottom -25px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.PulmicortFlexhaler {
  background: white url('../../images/med-imgs/meds_pulmicort-flexhaler.jpg') no-repeat bottom -28px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.PulmicortRespules {
  background: white url('../../images/med-imgs/meds_pulmicort-respules.jpg') no-repeat bottom -15px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.QVARHFA {
  background: white url('../../images/med-imgs/meds_qvar-hfa.jpg') no-repeat bottom -20px left;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.SereventDiskus {
  background: white url('../../images/med-imgs/meds_serevent-diskus.jpg') no-repeat bottom -10px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.SpirivaHandihaler {
  background: white url('../../images/med-imgs/meds_spiriva.jpg') no-repeat bottom -20px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.SymbicortHFA {
  background: white url('../../images/med-imgs/meds_symbicort-hfa.jpg') no-repeat bottom -20px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Accolate {
  background: white url('../../images/med-imgs/meds_accolate.jpg') no-repeat bottom -20px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Elixophyllin {
  background: white url('../../images/med-imgs/meds_elixophyllin.jpg') no-repeat bottom -8px center;
  background-size: auto 200px;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.SingulairRound {
  background: white url('../../images/med-imgs/meds_singulair-round.jpg') no-repeat bottom -10px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.SingulairSquare {
  background: white url('../../images/med-imgs/meds_singulair-square.jpg') no-repeat bottom -20px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Theo24 {
  background: white url('../../images/med-imgs/meds_theo-24pill.jpg') no-repeat bottom -20px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Uniphyl {
  background: white url('../../images/med-imgs/meds_uniphyl.jpg') no-repeat bottom -15px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.VoSpire {
  background: white url('../../images/med-imgs/meds_vospire.jpg') no-repeat bottom -25px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Xolair {
  background: white url('../../images/med-imgs/meds_xolair.jpg') no-repeat bottom -5px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.AtroventHFA {
  background: white url('../../images/med-imgs/meds_atrovent-hfa.jpg') no-repeat bottom -20px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Combivent {
  background: white url('../../images/med-imgs/meds_combivent.jpg') no-repeat bottom -15px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.DuoNeb {
  background: white url('../../images/med-imgs/meds_duoneb.jpg') no-repeat bottom -10px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.ProAirHFA {
  background: white url('../../images/med-imgs/meds_proair-hfa.jpg') no-repeat bottom -20px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.ProventilHFA {
  background: white url('../../images/med-imgs/meds_proventil-hfa.jpg') no-repeat bottom -15px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.VentolinHFA {
  background: white url('../../images/med-imgs/meds_ventolin-hfa.jpg') no-repeat bottom -15px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.XopenexHFA {
  background: white url('../../images/med-imgs/meds_xopenex.jpg') no-repeat bottom -10px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.Epipen {
  background: white url('../../images/med-imgs/meds_epipen.jpg') no-repeat bottom -5px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li.AuviQ {
  background: white url('../../images/med-imgs/meds_auvi-q.jpg') no-repeat bottom -15px center;
  background-size: contain;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li label {
  background: url('../../images/sprite_buttons-vertical.png') no-repeat top -99px left;
  background-size: 35px;
  display: block;
  padding: 5px 0;
  margin: -5px 0 0 0;
  cursor: pointer;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li label.checked {
  background: url('../../images/sprite_buttons-vertical.png') no-repeat top 14px left;
  background-size: 35px;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses ul li label span {
  color: black;
  font-size: 18px;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses .minimize {
  text-align: center;
  background-color: #ff4729;
  color: white;
  cursor: pointer;
  margin: 15px 0 0 0;
  padding: 10px 0;
}
body #wrapper.hidenav #content .survey_question.meds_question .survey_responses .minimize:hover {
  font-family: Quicksand_bold, Geneva, sans-serif;
}
body #wrapper.console_nav #nav {
  background: #cbff99 url('../../images/logo.png') no-repeat top center;
  background-size: 175px;
  border-right: 3px solid #a44ed1;
  border-bottom: 3px solid #a44ed1;
  position: absolute;
  height: 100%;
  left: -178px;
  top: 0;
  z-index: 50;
  padding-bottom: 30px;
  width: 175px;
}
body #wrapper.console_nav #nav .logo-home {
  width: 175px;
  height: 150px;
  top: 0;
}
body #wrapper.console_nav #nav #show-menu_button {
  display: block;
  position: absolute;
  top: 74px;
  right: -49px;
  background: url('../../images/show-menu_button.png') no-repeat center center;
  background-size: 60px;
  height: 35px;
  width: 65px;
}
body #wrapper.console_nav #nav #show-menu_button:hover {
  cursor: pointer;
}
body .blackout {
  background-color: black;
  min-height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  width: 100%;
  height: 1500%;
  display: none;
}
body #video_library {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 50px 0;
  display: none;
}
body #video_library .animation {
  margin: auto;
  border: 2px solid black;
  width: 70%;
  max-width: 600px;
  display: none;
}
body #video_library .animation video {
  width: 100%;
  height: auto;
  margin: 0;
}
body #video_library .animation p {
  margin: 0;
  text-align: center;
  background-color: black;
  color: white;
  padding: 4px 5px 0;
}
body #video_library .animation p.close_video {
  background-color: #ff4729;
  cursor: pointer;
  padding: 10px;
}
body #video_library .animation p.video_title {
  display: block !important;
  padding: 10px;
  background-color: #404041;
}
/* ||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||  1285px Break Point  |||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||| */
@media screen and (max-width: 1285px) {
  body #wrapper #content.city .grid .grid-sizer,
  body #wrapper #content.city .grid .grid-item {
    width: 39%;
  }
  body #wrapper #content.city .grid .grid-item--width2 {
    width: 95%;
  }
}
/* ||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||  1000px Break Point  |||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||| */
@media screen and (max-width: 1000px) {
  body {
    background: black url('../../images/bg_city-silhouette.png') repeat-x top 0px left;
    background-size: 500px;
  }
  body #wrapper {
    margin: 115px auto 50px auto;
    width: 95%;
  }
  body #wrapper #nav {
    background-size: 165px;
    margin: 0;
    width: 175px;
    padding: 170px 0 0 0;
  }
  body #wrapper #nav .logo-home {
    width: 175px;
    height: 150px;
    top: 115px;
  }
  body #wrapper #nav .menu li {
    padding: 23px 10px 20px 10px;
  }
  body #wrapper #nav #tools {
    width: 165px;
  }
  body #wrapper #nav #tools p {
    padding: 23px 10px 20px 10px;
  }
  body #wrapper #nav #tools ul {
    font-size: 14px;
  }
  body #wrapper #nav #tools ul li {
    padding: 13px 10px 10px 10px;
  }
  body #wrapper #content {
    padding: 20px 45px 30px 45px;
  }
  body #wrapper #content .survey_question .survey_responses {
    font-size: 17px;
  }
  body #wrapper #content .survey_question .survey_responses select {
    font-size: 17px;
  }
}
/* ||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||  855px Break Point   |||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||| */
@media screen and (max-width: 855px) {
  body #wrapper #content.city .grid .grid-sizer,
  body #wrapper #content.city .grid .grid-item {
    width: 36%;
  }
  body #wrapper #content.city .grid .grid-item--width2 {
    width: 85%;
  }
}
/* ||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||  750px Break Point   |||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||| */
@media screen and (max-width: 750px) {
  body {
    background-size: 400px;
    font: 16px/20px Quicksand, Geneva, sans-serif;
  }
  body #wrapper {
    margin: 115px auto 0 auto;
  }
  body #wrapper #nav {
    background: #cbff99 url('../../images/logo.png') no-repeat top center;
    background-size: 175px;
    border-right: 3px solid #a44ed1;
    border-bottom: 3px solid #a44ed1;
    position: absolute;
    left: -178px;
    top: 0;
    z-index: 50;
    padding-bottom: 15px;
  }
  body #wrapper #nav .logo-home {
    width: 175px;
    height: 150px;
    top: 0;
  }
  body #wrapper #nav #show-menu_button {
    display: block;
    position: absolute;
    top: 65px;
    right: -45px;
    background: url('../../images/show-menu_button.png') no-repeat center center;
    background-size: 60px;
    height: 35px;
    width: 65px;
  }
  body #wrapper #nav #show-menu_button:hover {
    cursor: pointer;
  }
  body #wrapper #content {
    padding: 20px 30px;
  }
  body #wrapper #content form {
    font: 16px/20px Quicksand, Geneva, sans-serif;
  }
  body #wrapper #content.city {
    border: 0px solid transparent;
    position: relative;
  }
  body #wrapper #content.city .grid .grid-sizer,
  body #wrapper #content.city .grid .grid-item {
    width: 38%;
  }
  body #wrapper #content.city .grid .grid-item--width2 {
    width: 89%;
  }
  body #wrapper #content.puffman {
    background: #404041 url('../../images/bg_puffman.png') no-repeat center bottom;
    background-size: 100%;
    min-height: 650px;
  }
  body #wrapper #content.puffman p {
    width: 90%;
  }
  body .blackout {
    height: 900%;
  }
}
/* ||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||  590px Break Point   |||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||| */
@media screen and (max-width: 590px) {
  body #wrapper #content .videos .animation {
    width: 100%;
  }
  body #wrapper #content .survey_question .survey_responses ul li input[type="text"] {
    width: 135px !important;
  }
  body #wrapper #content .advice .advice_videos {
    text-align: center;
  }
  body #wrapper #content .advice .advice_videos .archived-animation {
    width: 90%;
    margin: 10px auto;
  }
  body #wrapper #content.city {
    padding: 20px 0 0 20px;
  }
  body #wrapper #content.city h3 {
    margin: -20px 10px 25px 0;
  }
  body #wrapper #content.city .grid .grid-sizer,
  body #wrapper #content.city .grid .grid-item {
    width: 33%;
    margin: 15px 15px 0 0;
  }
  body #wrapper #content.city .grid .grid-item--width2 {
    width: 82%;
  }
  body #wrapper #content.puffman {
    background: #404041 url('../../images/bg_puffman.png') no-repeat center bottom;
    background-size: 100%;
    min-height: 585px;
  }
  body #wrapper #content .feedback_Female {
    background: white url('../../images/dj_girl.png') no-repeat top left;
    background-size: 100px;
    padding: 20px 20px 20px 110px;
    min-height: 280px;
  }
  body #wrapper #content .feedback_Male {
    background: white url('../../images/dj_boy.png') no-repeat top left;
    background-size: 100px;
    padding: 20px 20px 20px 110px;
    min-height: 280px;
  }
  body #wrapper #content .feedback_gender {
    background: white url('../../images/feedback_gender.png') no-repeat top left;
    background-size: 100px;
    padding: 20px 20px 20px 110px;
    min-height: 280px;
  }
  body #wrapper #content .dj_Female {
    background: white url('../../images/dj_girl.png') no-repeat top left;
    background-size: 100px;
    padding: 20px 20px 20px 110px;
    min-height: 280px;
  }
  body #wrapper.hidenav #content .survey_question.meds_question .survey_prompt {
    font: 20px/20px Quicksand_bold, Geneva, sans-serif !important;
    text-align: left !important;
    padding: 20px 20px 20px 10px !important;
    background-size: 25px !important;
  }
}
/* ||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||    GENERAL   |||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||| */
.clear {
  clear: both;
}
/* ||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||    FONTS     |||||||||||||| */
/* ||||||||||||||||||||||||||||||||||||||||| */
@font-face {
  font-family: 'Robotoslab';
  src: url('../../fonts/robotoslab-regular-webfont.eot');
  src: url('../../fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/robotoslab-regular-webfont.woff2') format('woff2'), url('../../fonts/robotoslab-regular-webfont.woff') format('woff'), url('../../fonts/robotoslab-regular-webfont.ttf') format('truetype'), url('../../fonts/robotoslab-regular-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand_bold';
  src: url('../../fonts/quicksand-bold-webfont.eot');
  src: url('../../fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/quicksand-bold-webfont.woff2') format('woff2'), url('../../fonts/quicksand-bold-webfont.woff') format('woff'), url('../../fonts/quicksand-bold-webfont.ttf') format('truetype'), url('../../fonts/quicksand-bold-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand_light';
  src: url('../../fonts/quicksand-light-webfont.eot');
  src: url('../../fonts/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/quicksand-light-webfont.woff2') format('woff2'), url('../../fonts/quicksand-light-webfont.woff') format('woff'), url('../../fonts/quicksand-light-webfont.ttf') format('truetype'), url('../../fonts/quicksand-light-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../../fonts/quicksand-regular-webfont.eot');
  src: url('../../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/quicksand-regular-webfont.woff2') format('woff2'), url('../../fonts/quicksand-regular-webfont.woff') format('woff'), url('../../fonts/quicksand-regular-webfont.ttf') format('truetype'), url('../../fonts/quicksand-regular-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
