@import "glyphicons.css";
#q-section {
  margin: 0 auto 0 auto;
  background-color: #F6F6F6;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.loader {
  background: #fff url('../img/loader.GIF') no-repeat center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
}
html {
  height: 100%;
}
body {
  background-color: #F5F5F5;
  font-family: Raleway;
  line-height: 22px;
  color: #445255;
  padding-bottom: 60px;
}
/* https://jeffclayton.wordpress.com/2015/08/10/1279/ */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 750px) and (min-resolution: 0.001dpcm) {
  body {
    /* This opacity setting is needed to fix wierd chrome issue where background is not fixed when the survey is opened in Iframe
        https://stackoverflow.com/questions/28511539/the-underlying-magic-of-webkit-backface-visibility?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa*/
    opacity: 0.99999;
  }
}
@media (min-width: 750px) {
  body {
    min-height: 100%;
    background-image: url('/Content/greenvalley-bg2.jpg');
    background-size: cover!important;
    background-repeat: no-repeat !important;
    background-attachment: fixed!important;
    background-position: center center!important;
    /* This opacity setting is needed to fix wierd chrome issue where background is not fixed
              https://stackoverflow.com/questions/28511539/the-underlying-magic-of-webkit-backface-visibility?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa*/
    /*opacity:0.99999;*/
    /*/*transform:translateZ(0); fixes a wierd chrome issue*/
    /*https://forum.webflow.com/t/rendering-issues-pc-chrome-firefox-and-fixed-background-image/31372/2*/
    /*https://stackoverflow.com/questions/28824580/webkit-transform-translatez0-breaks-all-div-s-with-postion-fixed?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa*/
    /*will-change:transform;*/
    /*https://googlechrome.github.io/samples/css-will-change-transform-rasterization/*/
    /*https://stackoverflow.com/questions/23571578/chrome-issue-with-background-attachment-fixed-and-position-fixed-elements?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa*/
  }
  body::after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    display: none;
    opacity: 0.75;
    background-color: black;
  }
}
input,
textarea,
button {
  font-family: Raleway;
  outline: none;
}
a {
  color: #00cc36;
  text-decoration: none;
  outline: none !important;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.btn,
.btn-lg {
  height: 44px;
  line-height: 42px;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  background: #00cc36;
  color: #fff;
  text-transform: uppercase;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.33);
  border: none;
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  white-space: nowrap;
}
.btn:hover,
.btn-lg:hover,
.btn:focus,
.btn-lg:focus {
  background: #08e342;
  color: #fff;
}
.element-animation {
  -webkit-animation: animationFrames linear 0.5s;
  -ms-webkit-animation: animationFrames linear 0.5s;
  animation: animationFrames linear 0.5s;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.btn-submit-wrap {
  background: #f1f1f1;
  border-top: 1px solid #e7e6e6;
  padding: 50px 0;
  position: relative;
}
.btn-submit-wrap p {
  display: inline;
  font-size: 14px;
}
.btn-submit-wrap .status-bar {
  background: #fc6161;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -27px;
}
.btn-submit-wrap .status-bar span {
  margin-left: 4%;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 4px 0;
}
.btn-submit-wrap #progress-bar {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  background-color: #fff;
  height: 4px;
  margin-top: -4px;
  top: -12px;
  position: relative;
  width: 0%;
}
.btn-lg {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  height: 57px;
  font-size: 18px;
  padding: 0 25px;
  line-height: 54px;
  font-weight: 800;
  margin: 0 10px 0 4%;
}
.btn-submit {
  background: #00cc36;
}
.btn-submit:hover {
  background: #08e342;
}
.btn-tick {
  visibility: hidden;
  display: inline-block;
  border: 1px solid #dedddd;
  background: #fff;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
}
.btn-tick .ok {
  background: #00cc36;
  color: #fff;
  display: inline-block;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.btn-tick .ok i {
  font-size: 14px;
}
.btn-tick .ok:hover,
.btn-tick .ok:focus {
  background: #08e342;
  color: #fff;
}
.btn-tick span {
  font-size: 12px;
  padding: 0 5px;
  display: inline-block;
  height: 25px;
}
.btn-tick span span {
  text-transform: uppercase;
  padding: 0;
}
.btn-tick:hover span {
  color: #000;
}
.statement-box .btn-tick {
  position: static;
}
.current-question .btn-tick {
  visibility: visible;
}
.sup {
  vertical-align: top;
  float: left;
  display: block;
}
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
.content-wrap {
  padding: 50px 0;
  padding-top: 0px;
}
.conten-box {
  display: inline-block;
  display: block;
  position: relative;
}
.conten-box:after {
  content: "_";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 1px;
}
.conten-box button {
  float: left;
  margin-right: 0.5%;
  /*width:49.5%;*/
  margin-bottom: 4px;
  height: auto;
}
.conten-box button .glyphicon-ok {
  color: #fff;
}
.quest-answ h4 span.pre {
  white-space: pre-wrap;
  display: block;
  margin-left: 18px;
  font-weight: normal;
}
.quest-answ h4 span.header {
  display: block;
  margin-left: 18px;
  font-size: 18px;
}
.quest-answ {
  margin-bottom: 100px;
}
.quest-answ > .quest-answ-block {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=15);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.15;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.15;
  /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
  opacity: 0.15;
  outline: none !important;
  position: relative;
}
.quest-answ .first-question {
  padding-top: 30px;
}
.quest-answ .sub-questions-wrap {
  padding: 0 0 0 50px;
  display: block;
}
.quest-answ .sub-questions-wrap .conten-box {
  padding-left: 0;
}
.quest-answ .number {
  width: 30px;
  height: 30px;
  background: #445255;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  float: left;
  margin: 0 20px 0 -50px;
}
.quest-answ .current-question {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern!
            /* Firefox 0.9+, Safari 2?, Chrome any?
            /* Opera 9+, IE 9+ */
  opacity: 1;
}
.quest-answ h4 {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0 0;
  margin: 0 0 15px 50px;
  line-height: 27px;
  color: #445255;
}
.quest-answ h4 small {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  padding-left: 0px;
}
.quest-answ h4.statementstyle {
  margin-left: 0;
}
.quest-answ h5 {
  margin: 0 0 15px;
}
.quest-answ .conten-box {
  padding: 0 0 0 50px;
  color: #445255;
}
.quest-answ .conten-box input,
.quest-answ .conten-box textarea {
  color: #445255;
}
.quest-answ .conten-box.statement-box {
  padding-left: 18px;
}
.quest-answ .multiple-choice.vertical-align button {
  margin: 0 0 6px 0;
  width: auto;
  float: none;
}
.quest-answ .multiple-choice.vertical-align .other-option {
  margin-top: 0;
}
.conten-box .multiple-choice button {
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  margin-right: 5px;
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
}
.conten-box .multiple-choice button:last-child {
  margin-right: 0;
}
.conten-box .multiple-choice .gray-button {
  background: #ccc;
}
.conten-box .multiple-choice div.checkboxcontainer {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.conten-box .multiple-choice div.checkboxcontainer.active .box {
  color: #fff;
  background-color: #00cc36 !important;
  transition: color 400ms;
}
.conten-box .multiple-choice div.checkboxcontainer:hover .box {
  background-color: #66ff8f;
  transition: border-color 400ms;
}
.conten-box .multiple-choice div.checkboxcontainer .box {
  border: 2px solid #00cc36;
  padding: 4px;
  box-shadow: inset 0 0 0px #777070;
  margin-right: 10px;
  font-size: 14px;
  top: -1px;
  color: transparent;
  transition: color 400ms;
  cursor: pointer;
  background-color: #fff;
}
.conten-box .multiple-choice div.checkboxcontainer .boxtext {
  flex-grow: 1;
  font-size: 13px;
  cursor: pointer;
}
.conten-box .opinion-scale button {
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  margin-right: 5px;
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.conten-box .opinion-scale button span.optiontext {
  display: inline;
}
.conten-box .opinion-scale button span.optionpoints {
  display: none;
}
.conten-box .opinion-scale .explanation {
  display: none;
  font-size: 12px;
  width: 100%;
}
.conten-box .opinion-scale .explanation .left {
  float: left;
}
.conten-box .opinion-scale .explanation .right {
  float: right;
  text-align: right;
}
.conten-box .opinion-scale button:last-child {
  margin-right: 0;
}
.conten-box .opinion-scale .gray-button {
  background: #ccc;
}
.conten-box .new-button {
  width: 100%;
  margin-top: 30px;
  float: left;
}
.conten-box .new-button button {
  height: 44px;
  width: auto !important;
  padding: 0 15px;
}
.other-option {
  width: 170px;
  border: 1px solid #e3e9ee;
  background: #fff;
  float: left;
  margin-top: 3px;
}
.other-option input {
  width: 128px;
  height: 35px;
  border: none;
  text-indent: 10px;
  font-size: 13px;
}
.other-option span {
  display: block;
  float: right;
  width: 36px;
  height: 35px;
  background: #e3e9ee;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
}
.quest-answ > .quest-answ-block:last-child {
  margin-bottom: 20px;
}
input.input-answer,
textarea.input-answer {
  width: 100%;
  height: 35px;
  background: none;
  border: 1px dashed #000;
  border: 1px dashed rgba(0, 0, 0, 0.22);
  padding: 3px 0 5px 15px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
input.input-answer:focus,
textarea.input-answer:focus {
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
}
textarea.input-answer {
  height: 80px;
}
.error {
  background: #ad1a1d;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50px;
  font-size: 12px;
  line-height: 17px;
  padding: 2px 10px;
}
.error:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: -10px;
  border: 5px solid transparent;
  border-color: transparent transparent #ad1a1d transparent;
}
.multiple-choice-box .btn-tick {
  padding: 3px;
}
.multiple-choice-box .btn-tick span {
  display: inline-block;
}
.conten-box.yes-no-box button {
  padding-left: 20px;
  padding-right: 20px;
}
.sub-questions-wrap .error {
  left: 0;
}
.arow-wrap {
  float: right;
  margin: 0 20px 0 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arow-wrap a.arow-top,
.arow-wrap a.arow-bottom {
  /*margin:2px 15px 0 0;*/
  padding: 29px 15px;
  background: url('../img/arow.png') no-repeat 0 0;
  width: 14px;
  height: 17px;
  display: block;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=50);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.5;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.5;
  /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
  opacity: 0.5;
}
.arow-wrap a.arow-top:hover,
.arow-wrap a.arow-bottom:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern!
                /* Firefox 0.9+, Safari 2?, Chrome any?
                /* Opera 9+, IE 9+ */
  opacity: 1;
}
.arow-wrap a.arow-top {
  background-position: left center;
}
.arow-wrap a.arow-bottom {
  background-position: right center;
}
footer {
  border-top: 1px solid #ebebeb;
  background: #fff;
  /*padding:18px 0;*/
  height: 60px;
  padding: 0;
}
footer p {
  font-size: 14px;
}
footer a {
  font-weight: normal;
  color: #a3a3a3;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
footer a b {
  font-weight: 700;
}
footer a:hover {
  color: #373737;
}
footer .container {
  padding: 18px 30px;
}
footer.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.info-box-container {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.info-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  padding: 25px;
  border-radius: 5px;
}
sup {
  cursor: pointer;
}
.welcome-box {
  text-align: center;
  /*max-width:600px;*/
  /*margin:6% auto 0;*/
  padding: 80px 0;
}
.welcome-box h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.welcome-box p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.dropdown-select-mobile {
  display: block;
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  border: 1px dashed #000;
  border: 1px dashed rgba(0, 0, 0, 0.22);
}
.dropdown {
  position: relative;
  z-index: 10000;
}
.dropdown .dropdown-select {
  display: block;
  height: 43px;
  border: 1px dashed #8b8b8b;
  border: 1px dashed rgba(0, 0, 0, 0.22);
}
.dropdown .input-wrap {
  display: block;
  margin-right: 36px;
}
.dropdown .input-wrap input {
  width: 100%;
  height: 40px;
  background: #fff;
  border: none;
  padding: 3px 0 5px;
  text-indent: 15px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  background: none;
  font-size: 16px;
  font-weight: 300;
}
.dropdown .input-wrap input:focus {
  background: #fff;
}
.dropdown .dropdown-arow {
  width: 35px;
  height: 43px;
  display: block;
  float: right;
  text-align: center;
}
.dropdown .dropdown-arow i {
  margin: 13px 0 0;
  font-size: 13px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.dropdown .dropdown-arow:focus,
.dropdown .dropdown-arow:hover {
  color: #00cc36 !important;
}
.dropdown .caret {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #00cc36 transparent transparent transparent;
  display: block;
  margin: 18px auto 0;
}
.dropdown .dropdown-listing {
  position: absolute;
  background: #fff;
  top: 100%;
  width: 100%;
  border: 1px dashed #8b8b8b;
  border: 1px dashed rgba(0, 0, 0, 0.22);
  border-top: 0;
  margin: 0 0 0 -1px;
  display: none;
  z-index: 1000;
  max-height: 180px;
  overflow-y: auto;
}
.dropdown .dropdown-listing li {
  padding: 8px 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  border: 1px dashed #eeeeee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.dropdown .dropdown-listing li:hover {
  border-bottom: 1px solid #00cc36;
}
.dropdown .dropdown-listing li:last-child {
  border-bottom: 0;
}
.dropdown.open .input-wrap input {
  background: #fff;
}
.dropdown.open .caret {
  border-color: transparent transparent #00cc36 transparent;
  margin: 12px auto 0;
}
.dropdown.open .dropdown-arow i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.question-status {
  position: absolute;
  width: 210px;
  text-align: center;
  left: 10px;
  right: 0;
  margin: 1px auto 0;
  font-size: 14px;
}
.question-status p {
  display: inline;
}
.question-status span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #00cc36;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  margin-right: 5px;
}
.question-status span i {
  top: 0;
}
.sub-question-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.sub-question-top h4 {
  color: #445255;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  margin: 20px 0;
  padding: 0;
}
.sub-question-top .number {
  background: #445255;
  border-radius: 50%;
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 600;
  height: 30px;
  line-height: 28px;
  margin: 0 20px 0 ;
  text-align: center;
  width: 30px;
}
.submitbar-hide {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -50px;
  height: 20px;
  overflow: hidden;
}
.errorText,
.noMatchaesFound {
  color: #f14a1d;
}
@media (min-width: 750px) {
  .multiple-choice button.halfwidth {
    width: 49.5%;
  }
  .multiple-choice button.fullwidth {
    width: 100% !important;
    text-align: left;
  }
  .opinion-scale button {
    width: auto;
    word-break: break-word;
    white-space: normal;
  }
  .btn-tick {
    bottom: -49px;
    left: 50px;
  }
  .sub-questions-wrap .quest-answ-block {
    padding-bottom: 50px;
  }
  .sub-questions-wrap .btn-tick {
    left: 0;
  }
}
#header {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  position: fixed;
  transition: visibility 0.6s, opacity 0.6s ease;
  -moz-transition: visibility 0.3s, opacity 0.3s, margin 0.6s ease;
  -webkit-transition: visibility 0.3s, opacity 0.3s, margin 0.6s ease;
  -ms-transition: visibility 0.3s, opacity 0.3s, margin 0.6s ease;
}
#header.visible {
  visibility: visible;
  opacity: 1;
}
#header.hideheader {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 750px) {
  #header {
    background-image: none;
    background-size: cover;
  }
}
#headerimg {
  height: 50px;
  background-image: url('/Content/greenvalleylogo.png');
  background-position: left;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  background-size: contain;
}
@media (max-width: 750px) {
  .container {
    padding: 0 15px;
  }
  ul.quest-answ .vertical-align {
    width: 100%;
  }
  ul.quest-answ .conten-box {
    padding-left: 0;
  }
  ul.quest-answ .conten-box button {
    width: 100%;
    float: left;
    text-align: left;
  }
  .conten-box .multiple-choice button {
    width: 100% !important;
    margin-right: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    /*padding-top: 15px;
            padding-bottom: 15px;*/
  }
  .other-option {
    float: none;
    width: 100%;
    position: relative;
  }
  .other-option input {
    height: 35px;
    width: 100%;
    padding-right: 40px;
    text-indent: 5px;
  }
  .other-option span {
    position: absolute;
    top: 0;
    right: 0;
  }
  .conten-box .multiple-choice .btn-tick {
    left: 17px;
    top: auto;
    bottom: -49px;
    right: 0;
    cursor: pointer;
  }
  .conten-box .multiple-choice span.hint {
    display: none;
  }
  .conten-box .multiple-choice .ok {
    display: block;
    text-align: center;
  }
  .conten-box .opinion-scale.btn-type- .explanation,
  .conten-box .opinion-scale.btn-type-text .explanation {
    display: block;
  }
  .conten-box .opinion-scale button span.optiontext {
    display: none;
  }
  .conten-box .opinion-scale button span.optionpoints {
    display: inline;
  }
  /*footer p{
            display: none;
        }*/
  footer .container {
    padding: 18px 15px;
  }
  footer .container > p {
    width: 65px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
  .question-status {
    width: 200px;
    left: -25px;
  }
  /*.question-status{
            left:10px;
            right: auto;
            width:auto;
         }*/
  input.input-answer,
  textarea.input-answer {
    height: 38px;
    padding-right: 60px;
    padding-left: 5px;
  }
  .long-text-box textarea.input-answer {
    height: auto;
  }
  .long-text-box .btn-tick {
    top: auto;
    bottom: 0;
  }
  .btn-tick {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    margin: 2px;
    right: 0;
    left: auto;
  }
  .btn-tick span {
    display: none;
  }
  .conten-box button {
    float: left;
    width: 100%;
    text-align: left;
  }
  .quest-answ .conten-box,
  .quest-answ .quest-answ .sub-questions-wrap {
    padding-left: 50px;
  }
  .error {
    left: 20px;
  }
  .statement-box .btn-tick {
    position: static;
  }
  .statement-box .btn-tick span {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .info-box {
    width: 90%;
  }
  .quest-answ {
    line-height: 23px;
  }
  .quest-answ .conten-box,
  .quest-answ .quest-answ .sub-questions-wrap {
    padding-left: 40px;
  }
  .quest-answ img.sup {
    /*display:none;*/
  }
  .quest-answ h4 {
    margin: 0 0 15px 40px;
    line-height: 25px;
  }
  .quest-answ h4 span.header {
    margin-left: 0px;
  }
  .quest-answ h4 span.pre {
    margin-left: 0px;
  }
  .quest-answ .number {
    margin: 0 10px 0 -40px;
  }
  .conten-box .opinion-scale.btn-type-,
  .conten-box .opinion-scale.btn-type-text {
    /** Only display 100% width buttons on small screens and only for the smaller opinion scales **/
  }
  .conten-box .opinion-scale.btn-type-.btn-points-2 .explanation,
  .conten-box .opinion-scale.btn-type-text.btn-points-2 .explanation,
  .conten-box .opinion-scale.btn-type-.btn-points-3 .explanation,
  .conten-box .opinion-scale.btn-type-text.btn-points-3 .explanation,
  .conten-box .opinion-scale.btn-type-.btn-points-4 .explanation,
  .conten-box .opinion-scale.btn-type-text.btn-points-4 .explanation {
    display: none;
  }
  .conten-box .opinion-scale.btn-type-.btn-points-2 button,
  .conten-box .opinion-scale.btn-type-text.btn-points-2 button,
  .conten-box .opinion-scale.btn-type-.btn-points-3 button,
  .conten-box .opinion-scale.btn-type-text.btn-points-3 button,
  .conten-box .opinion-scale.btn-type-.btn-points-4 button,
  .conten-box .opinion-scale.btn-type-text.btn-points-4 button {
    width: 100% !important;
    margin-right: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    /*padding-top: 15px;
            padding-bottom: 15px;*/
  }
  .conten-box .opinion-scale.btn-type-.btn-points-2 button span.optiontext,
  .conten-box .opinion-scale.btn-type-text.btn-points-2 button span.optiontext,
  .conten-box .opinion-scale.btn-type-.btn-points-3 button span.optiontext,
  .conten-box .opinion-scale.btn-type-text.btn-points-3 button span.optiontext,
  .conten-box .opinion-scale.btn-type-.btn-points-4 button span.optiontext,
  .conten-box .opinion-scale.btn-type-text.btn-points-4 button span.optiontext {
    display: inline;
  }
  .conten-box .opinion-scale.btn-type-.btn-points-2 button span.optionpoints,
  .conten-box .opinion-scale.btn-type-text.btn-points-2 button span.optionpoints,
  .conten-box .opinion-scale.btn-type-.btn-points-3 button span.optionpoints,
  .conten-box .opinion-scale.btn-type-text.btn-points-3 button span.optionpoints,
  .conten-box .opinion-scale.btn-type-.btn-points-4 button span.optionpoints,
  .conten-box .opinion-scale.btn-type-text.btn-points-4 button span.optionpoints {
    display: none;
  }
}
/* Save space on really small screens such as iPhone 5 */
@media (max-width: 320px) {
  .container {
    padding: 0 5px;
  }
  .quest-answ p {
    font-size: 12px;
  }
  .quest-answ .number {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .quest-answ .conten-box,
  .quest-answ .quest-answ .sub-questions-wrap {
    padding-left: 0px;
  }
  .quest-answ h4 {
    line-height: 18px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: normal;
    padding-top: 0px;
  }
  .quest-answ h4.statementstyle {
    font-weight: 700;
  }
  .quest-answ .multiple-choice button,
  .quest-answ .multiple-choice.vertical-align button {
    margin-bottom: 1px;
    box-shadow: none;
  }
  .quest-answ .conten-box .multiple-choice .btn-tick {
    padding: 1px;
    left: 0px;
    bottom: -42px;
  }
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: "_";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 1px;
}
.quest-answ .opacity-full {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
  opacity: 1;
}
.quest-answ .opacity-less {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=15);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.15;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.15;
  /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
  opacity: 0.15;
}
.quest-answ-block,
.sub-questions-wrap,
.conten-box,
.quest-answ > h4 {
  display: inline-block;
}
.quest-answ-block:after,
.sub-questions-wrap:after,
.conten-box:after,
.quest-answ > h4:after {
  content: "_";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 1px;
}
.quest-answ-block,
.conten-box,
.quest-answ > h4 {
  display: inline-block !important;
  width: 100%;
}
.error {
  display: block;
}
.quest-answ-block {
  position: relative;
}
.overlay-question {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
}
.current-question .overlay-question {
  height: 0;
}
.sub-questions-wrap .overlay-question {
  height: 100%;
}
.sub-questions-wrap.current-question.opacity-full .overlay-question {
  height: 0;
}
/***emoticons***/
.conten-box .opinion-scale.btn-type-emoticon button.btn-mode-emoticon,
.conten-box.yes-no-box.btn-type-likedislike button.btn-mode-likedislike {
  background-color: transparent;
  border: none;
  color: transparent;
  box-shadow: none;
  width: 80px !important;
  height: 80px !important;
  margin-right: 30px;
  vertical-align: middle;
  background-size: 80px 80px !important;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  opacity: 0.85;
}
.conten-box .opinion-scale.btn-type-emoticon button.btn-mode-emoticon:hover,
.conten-box .multiple-choice.btn-type-emoticon button.btn-mode-emoticon:hover,
.conten-box.yes-no-box.btn-type-likedislike button.btn-mode-likedislike:hover {
  opacity: 1;
}
.conten-box .opinion-scale.btn-type-emoticon button.btn-mode-emoticon.btn-active-state-notselected,
.conten-box .multiple-choice.btn-type-emoticon button.btn-mode-emoticon.btn-active-state-notselected,
.conten-box.yes-no-box.btn-type-likedislike button.btn-mode-likedislike.btn-active-state-notselected {
  opacity: 0.3;
}
.conten-box .opinion-scale.btn-type-emoticon button.btn-mode-emoticon i,
.conten-box .multiple-choice.btn-type-emoticon button.btn-mode-emoticon i,
.conten-box.yes-no-box.btn-type-likedislike button.btn-mode-likedislike i {
  display: none;
}
@media (max-width: 768px) {
  .conten-box .opinion-scale.btn-type-emoticon button.btn-mode-emoticon,
  .conten-box .multiple-choice.btn-type-emoticon button.btn-mode-emoticon,
  .conten-box.yes-no-box.btn-type-likedislike button.btn-mode-likedislike {
    background-size: 40px 40px !important;
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px !important;
  }
}
.conten-box.yes-no-box.btn-type-likedislike button.btn-mode-likedislike:nth-child(1) {
  background-image: url(../img/like.svg);
}
.conten-box.yes-no-box.btn-type-likedislike button.btn-mode-likedislike:nth-child(2) {
  background-image: url(../img/dislike.svg);
}
.emotioncoBackground5 {
  background-image: url(../img/emoticon-5.svg);
}
.emotioncoBackground4 {
  background-image: url(../img/emoticon-4.svg);
}
.emotioncoBackground3 {
  background-image: url(../img/emoticon-3.svg);
}
.emotioncoBackground2 {
  background-image: url(../img/emoticon-2.svg);
}
.emotioncoBackground1 {
  background-image: url(../img/emoticon-1.svg);
}
/****
    5 Smileys  
    ***/
.conten-box .opinion-scale.btn-type-emoticon.btn-points-5 button.btn-mode-emoticon:nth-child(5) {
  background-image: url(../img/emoticon-5.svg);
}
.conten-box .opinion-scale.btn-type-emoticon.btn-points-5 button.btn-mode-emoticon:nth-child(4) {
  background-image: url(../img/emoticon-4.svg);
}
.conten-box .opinion-scale.btn-type-emoticon.btn-points-5 button.btn-mode-emoticon:nth-child(3) {
  background-image: url(../img/emoticon-3.svg);
}
.conten-box .opinion-scale.btn-type-emoticon.btn-points-5 button.btn-mode-emoticon:nth-child(2) {
  background-image: url(../img/emoticon-2.svg);
}
.conten-box .opinion-scale.btn-type-emoticon.btn-points-5 button.btn-mode-emoticon:nth-child(1) {
  background-image: url(../img/emoticon-1.svg);
}
/****
    4 Smileys
    ***/
.conten-box .opinion-scale.btn-type-emoticon.btn-points-4 button.btn-mode-emoticon:nth-child(4) {
  background-image: url(../img/emoticon-5.svg);
}
.conten-box .opinion-scale.btn-type-emoticon.btn-points-4 button.btn-mode-emoticon:nth-child(3) {
  background-image: url(../img/emoticon-4.svg);
}
.conten-box .opinion-scale.btn-type-emoticon.btn-points-4 button.btn-mode-emoticon:nth-child(2) {
  background-image: url(../img/emoticon-3.svg);
}
.conten-box .opinion-scale.btn-type-emoticon.btn-points-4 button.btn-mode-emoticon:nth-child(1) {
  background-image: url(../img/emoticon-2.svg);
}
/****
    3 Smileys
    ***/
.conten-box .opinion-scale.btn-type-emoticon.btn-points-3 button.btn-mode-emoticon:nth-child(3) {
  background-image: url(../img/emoticon-4.svg);
}
.conten-box .opinion-scale.btn-type-emoticon.btn-points-3 button.btn-mode-emoticon:nth-child(2) {
  background-image: url(../img/emoticon-3.svg);
}
.conten-box .opinion-scale.btn-type-emoticon.btn-points-3 button.btn-mode-emoticon:nth-child(1) {
  background-image: url(../img/emoticon-2.svg);
}
/****
    2 Smileys
    ***/
.conten-box .opinion-scale.btn-type-emoticon.btn-points-2 button.btn-mode-emoticon:nth-child(2) {
  background-image: url(../img/emoticon-4.svg);
}
.conten-box .opinion-scale.btn-type-emoticon.btn-points-2 button.btn-mode-emoticon:nth-child(1) {
  background-image: url(../img/emoticon-2.svg);
}
/*************************/
/*Kiosk lay-out*/
/************************/
.standalonekiosk #q-section {
  background-color: transparent;
}
.standalonekiosk .quest-answ h4 {
  font-size: 42px;
  line-height: 57px;
  margin: 0 0 45px 0;
  text-align: center;
}
.standalonekiosk .quest-answ .number {
  /*line-height: 31px;
        margin-top: 11px;*/
  display: none;
}
.standalonekiosk .conten-box .multiple-choice button {
  font-size: 15px;
  line-height: 23px !important;
  padding: 10px 5px;
}
.standalonekiosk .conten-box .opinion-scale button {
  font-size: 15px;
  line-height: 23px !important;
  padding: 10px 5px;
}
.standalonekiosk .conten-box .opinion-scale.btn-type-emoticon button.btn-mode-emoticon,
.standalonekiosk .conten-box .multiple-choice.btn-type-emoticon button.btn-mode-emoticon,
.standalonekiosk .conten-box.yes-no-box.btn-type-likedislike button.btn-mode-likedislike {
  width: 100px !important;
  height: 100px !important;
  margin-right: 15px;
  margin-left: 15px;
  vertical-align: middle;
  background-size: 100px 100px !important;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  float: none;
  display: inline-block;
}
.standalonekiosk .opinion-scale {
  text-align: center;
}
.standalonekiosk .multiple-choice {
  text-align: center;
}
.standalonekiosk .conten-box {
  text-align: center;
}
.standalonekiosk .conten-box button {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 750px) {
  .standalonekiosk .quest-answ .current-question,
  .standalonekiosk .quest-answ-block,
  .standalonekiosk .welcome-box {
    background-color: rgba(255, 255, 255, 0.86);
    padding: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.3);
  }
}
.standalonekiosk .quest-answ .conten-box {
  padding: 0;
}
.standalonekiosk input.input-answer,
.standalonekiosk textarea.input-answer {
  margin-bottom: 40px;
}
@media (min-width: 750px) {
  .standalonekiosk .btn-tick {
    bottom: -9px;
    left: 0;
  }
  .standalonekiosk .opinion-scale-box .btn-tick {
    position: static;
    display: block;
    max-width: 210px;
    text-align: left;
    margin: 10px auto 5px auto;
  }
  .standalonekiosk .multiple-choice-box .btn-tick {
    position: static;
    display: block;
    max-width: 210px;
    text-align: left;
    margin: 10px auto 5px auto;
  }
  .standalonekiosk #content-wrap-mobile .opinion-scale-box .btn-tick,
  .standalonekiosk #content-wrap-mobile .multiple-choice-box .btn-tick {
    max-width: 56px;
  }
}
/*.standalonekiosk .conten-box button .glyphicon-ok {
    display: inline-block !important;
}
.standalonekiosk .conten-box button .glyphicon-ok.ng-hide {
    opacity: 0;
}*/
.conten-box button .glyphicon-ok {
  position: static;
  top: auto;
}
.standalonekiosk .welcome-box {
  padding: 50px 40px 50px 40px;
}
.standalonekiosk #q-submit {
  display: none;
}
.standalonekiosk sup {
  top: -0.2em;
}
.standalonekiosk .error {
  position: static;
  max-width: 400px;
  margin: 10px auto 0 auto;
  clear: both;
}
.standalonekiosk .error:after {
  display: none;
}
.standalonekiosk .question-wraper {
  padding: 0 10px;
}
.standalonekiosk .other-option {
  display: inline-block;
  float: none;
}
.standalonekiosk .questionLoading {
  background: url("/Areas/Survey/normal/app/img/loader.GIF") no-repeat scroll center center #fff;
  opacity: 0.85;
}
.standalonekiosk .questionLoading * {
  opacity: 0;
}
