/*@font-face {
    font-family: 'omnes';
    font-weight: 600;
    src: url('../fonts/omnesbold.eot');
    src: url('../fonts/omnesbold.eot') format('embedded-opentype'),
         url('../fonts/omnesbold.woff2') format('woff2'),
         url('../fonts/omnesbold.woff') format('woff'),
         url('../fonts/omnesbold.ttf') format('truetype'),
         url('../fonts/omnesbold.svg#omnesbold') format('svg');
}

@font-face {
    font-family: 'omnes';
    font-weight: 500;
    src: url('../fonts/omnesmedium.eot');
    src: url('../fonts/omnesmedium.eot') format('embedded-opentype'),
         url('../fonts/omnesmedium.woff2') format('woff2'),
         url('../fonts/omnesmedium.woff') format('woff'),
         url('../fonts/omnesmedium.ttf') format('truetype'),
         url('../fonts/omnesmedium.svg#omnesmedium') format('svg');
}

@font-face {
    font-family: 'omnes';
    font-weight: 400;
    src: url('../fonts/omnesregular.eot');
    src: url('../fonts/omnesregular.eot') format('embedded-opentype'),
         url('../fonts/omnesregular.woff2') format('woff2'),
         url('../fonts/omnesregular.woff') format('woff'),
         url('../fonts/omnesregular.ttf') format('truetype'),
         url('../fonts/omnesregular.svg#omnesregular') format('svg');
}
*/
#qz-quiz {
  position: relative;
  padding: 30px;
  /*border: 1px solid #008da8;*/
  margin: 0 auto 30px;
  background: #128091;
}

#qz-quiz .qz-question,
#qz-quiz .qz-result {
  position: relative;
  display: none;
  padding-bottom: 60px;
  padding-top: 20px;
}
#qz-quiz #qz-q1 {
  display: block;
}
#qz-quiz p,
#qz-quiz li {
	/*font-family: 'omnes', Helvetica, Arial, sans-serif;*/
	font-weight: 400;
  /*color: #333;*/
  color: #fff;
	font-size: 24px;
	line-height: 1.1em;
	letter-spacing: normal;
}
#qz-quiz p {
  margin: 0px 0px 10px 0px;
  padding: 0;
}
#qz-quiz p.small {
  font-size: 11px;
}
#qz-quiz h2 {
  /*font-family: 'omnes', Helvetica, Arial, sans-serif;*/
  /*color: #666;*/
  color: #50cbde;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0 0px 25px 0px;
  padding: 0;
}
#qz-quiz h3 {
  /*font-family: 'omnes', Helvetica, Arial, sans-serif;*/
  /*color: #333;*/
  color: #fff;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0 0px 15px 0px;
  padding: 0;
}
#qz-quiz h4 {
  /*font-family: 'omnes', Helvetica, Arial, sans-serif;*/
  /*color: #454545;*/
  color: #fff;
  font-size: 16px;
  line-height: 1.35em;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
}

#qz-quiz ul,
#qz-quiz ol {
  margin: 0 0 20px;
  line-height: 150%;
}
#qz-quiz ul li {
  list-style-position: outside;
  list-style: disc;
  margin-left: 1.3em;
}
#qz-quiz ol li {
  margin-left: 2em;
  line-height: 27px;
  /*font-family: 'omnes', Helvetica, Arial, sans-serif;*/
}
#qz-quiz a,
#qz-quiz a:visited {
  color: #50cbde;
  text-decoration: none;
  box-shadow:none;
}
#qz-quiz a:hover,
#qz-quiz a:active {
  /*color: #fff;*/
  text-decoration: underline;
  /*color: #128091;*/
}
#qz-quiz a:active,
#qz-quiz a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

#qz-quiz .qz-title h2 {
	margin:-30px;
	padding:30px;
	background: #128091;
	color:#4fcbde;
	font-size: 2.5em;
    line-height: 1em;
}

#qz-quiz .qz-title h2 span.reg {
	font-weight: 300;
}

.qz-row {
  overflow: hidden;
  _overflow: visible;
  _zoom: 1;
}

#qz-quiz span.qz-num {
  display: inline-block;
  width: 2em;
}
#qz-quiz p.qz-answer {
  /*margin-left: 43px;*/
  height: 2rem;
}

/** Radio buttons **/
#qz-quiz input[type="radio"] + label {
  height: 2rem;
  line-height: 2rem;
  padding-left: 2.5rem;
}

#qz-quiz input[type="radio"] + label:before {
  height: 2rem;
  width: 2rem;
  left: 0;
  top: 0;
}

#qz-quiz input[type="radio"]:checked + label:before {
  background-size: 121% 121%;
}


/*
#qz-quiz input[type="radio"] {
  float:left;
  display: inline;
  margin-right: 15px;
  margin-left:1px;
  cursor: pointer;
  margin-top: 6px;
}

#qz-quiz input[type="radio"] + label {
  font-weight: 300;
}

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 7px solid #50cbde;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
*/

#qz-quiz label {
  float:left;
  display: inline;
  width: 80%;
  cursor: pointer;
}

.qz-error {
  position: absolute;
  right: 0;
  bottom: 35px;
  text-align: right;
  /*font-family: 'omnes', Helvetica, Arial, sans-serif;*/
  font-weight:700;
  color: #ff684d;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: normal;
  display: none;
}

/**** BUTTONS  ***/
#qz-quiz .qz-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

#qz-quiz .qz-btn,
#qz-quiz .qz-btn:visited,
#qz-quiz .qz-btn:hover,
#qz-quiz .qz-btn:active {
  display: inline-block;
  padding: 6px 20px 4px;
}

/*

#qz-quiz .qz-btn,
#qz-quiz .qz-btn:visited,
#qz-quiz .qz-btn:hover,
#qz-quiz .qz-btn:active {
  display: inline-block;
  padding: 6px 20px 4px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border: 2px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  border-radius:50px;
}

#qz-quiz .qz-btn,
#qz-quiz .qz-btn:visited  {
  border-color: #50cbde !important;
  color:#50cbde;
  box-shadow:none;

}
#qz-quiz .qz-btn:hover  {
  border-color: #50cbde !important;
  background:#50cbde;
  color:#008da8;
  box-shadow:none;
}
#qz-quiz .qz-btn:active  {
  border-color: #50cbde !important;
  background:#50cbde;
  color:#008da8;
}
*/

#qz-quiz .qz-rnd { /* fix for IE color overflow - javascript adds div */
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow:hidden;
}

#qz-quiz span.result {
	font-weight: 600;
}

.lock-it-in { 
  width:220px;
  margin-top:20px;
}
.reg-small {
	font-size: 20px;
  line-height: 1.2em;
  display: block;
}

/* Media Query */
@media only screen and (max-width: 600px) {

  #qz-quiz input[type="radio"] + label {
    font-size: 18px;
  }  
} 
