/* Custom css decument for Community risk reduction */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
/*  vars  */
/*  mixins  */
/*
 * Responsive text aligning
 */
.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; }

  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; }

  .text-md-justify {
    text-align: justify; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; }

  .text-lg-justify {
    text-align: justify; } }
/*  Global  */
html {
  height: 100%; }

html.translated-ltr header.navbar {
  top: 39px; }

iframe {
  display: block;
  margin: 0 auto; }

body {
  position: relative;
  height: 100%;
  background: #e5e5e5; }
  body section {
    clear: both;
    position: relative; }
    body section:first-of-type {
      padding-top: 50px !important; }

.alt {
  background: #ddd !important; }

.blue-bg {
  background: #0078b0; }

.white-border-bottom {
  border-bottom: 1px solid #fff !important;
  display: block; }

h1 {
  font-weight: normal;
  font-size: 1em; }

h2 {
  font-weight: normal;
  font-size: 2em;
  color: #f2802e; }

h3 {
  font-weight: normal;
  font-size: 1.5em;
  line-height: 2em;
  color: #f2802e; }

#resources h3 {
  border-bottom: 1px solid #f2802e; }

h4 {
  font-weight: bold;
  font-size: 1em;
  color: #f2802e; }

span.filetype {
  color: grey; }

.round-links {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #888888;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .round-links {
      width: 60px;
      height: 60px; } }

/*  Prev/next round buttons on the base of the page.
**  Used mostly throughout the survey.  */
.lower-page-nav {
  padding-top: 30px; }
  .lower-page-nav ul {
    list-style: none; }
  .lower-page-nav li {
  /*&:last-of-type {
    vertical-align: top;
    a {
      width:auto;
      height:auto;
    }
}*/ }
    .lower-page-nav li a {
      display: table-cell;
      text-align: center;
      width: 80px;
      height: 85px;
      color: #666;
      vertical-align: bottom; }
      .lower-page-nav li a:hover {
        color: #000;
        text-decoration: none; }
  .lower-page-nav .round-links {
    background-color: #fff; }

.btn-prev {
  background: url(../img/prev.svg) 50% 0 no-repeat;
  background-size: 60px 60px; }
  .btn-prev:hover {
    background-image: url(../img/prev_active.svg); }

.btn-next {
  background: url(../img/next.svg) 50% 0 no-repeat;
  background-size: 60px 60px; }
  .btn-next:hover {
    background-image: url(../img/next_active.svg); }

.btn-soft {
  border: 2px solid #ccc;
  color: #ccc !important;
  padding: 0px 12px;
  font-size: 24px;
  line-height: 56px;
  display: inline-block !important; }
  .btn-soft:hover {
    background-color: #f2802e;
    border-color: #f2802e;
    color: #fff !important; }

/* footer */
#footer {
  background: #e5e5e5;
  background-image: url(../img/ses_diagonal_repeat_bg.gif);
  background-position: 50% -1px;
  background-repeat: repeat-x;
  padding-top: 17px;
  color: #fff; }
  #footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #888888;
    font-size: 16px; }
  #footer ul.social-list {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block; }
    #footer ul.social-list li {
      display: inline-block;
      float: left;
      padding: 0;
      margin: 0;
      margin-right: 10px; }
      @media screen and (min-width: 640px) {
        #footer ul.social-list li {
          margin-right: 30px; } }
      #footer ul.social-list li:first-of-type {
        margin-right: 10px; }
      #footer ul.social-list li:last-of-type {
        margin-right: 0; }
      #footer ul.social-list li h4 {
        font-size: 1em;
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        line-height: 40px; }
        #footer ul.social-list li h4 a {
          color: #f2802e; }
        @media screen and (min-width: 640px) {
          #footer ul.social-list li h4 {
            line-height: 60px; } }
  #footer a.round-links.email {
    background: url("../img/email.svg") 50% 50% no-repeat; }
  #footer a.round-links.twitter {
    background: url("../img/twitter.svg") 50% 50% no-repeat; }
  #footer a.round-links.facebook {
    background: url("../img/facebook.svg") 50% 50% no-repeat; }
  #footer a.round-links.youtube {
    background: url("../img/youtube.svg") 50% 50% no-repeat; }
  #footer a.mfb {
    background: url("../img/MFB-red.png") 50% 50% no-repeat;
    height: 60px;
    width: 100px;
    display: inline-block;
    background-size: 100%; }
  #footer a.ses {
    background: url("../img/SES_RGB.png") 50% 50% no-repeat;
    display: inline-block;
    height: 60px;
    width: 40px;
    background-size: cover;
    margin-right: 20px; }
  #footer a.rc {
    background: url("../img/RC_Horizontal_RGB.png") 50% 50% no-repeat;
    display: inline-block;
    height: 50px;
    width: 100px;
    padding: 5px 0;
    background-size: cover;
    margin-right: 20px; }
  #footer a.mw {
    background: url("../img/mw.gif") 50% 50% no-repeat;
    display: inline-block;
    height: 50px;
    width: 100px;
    padding: 5px 0;
    background-size: contain;
    margin-right: 20px; }
  #footer a.uom {
    background: url("../img/UOM_logo.png") 50% 50% no-repeat;
    height: 60px;
    width: 60px;
    display: inline-block;
    background-size: 100%; }
  @media screen and (max-width: 992px) {
    #footer .row > div {
      padding-bottom: 20px; } }

#footer, .push {
  height: 160px; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -160px;
  background: white; }

.row {
  margin-left: 0;
  margin-right: 0; }

#geocomplete {
  width: 400px !important; }

.map_canvas {
  width: 600px;
  height: 400px;
  margin: 10px 20px 10px 0; }

#map, .map {
  height: 400px; }

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px; }

#pac-input:focus {
  border-color: #4d90fe; }

input[type=number]:focus {
  outline: none; }

.pac-container {
  font-family: Roboto; }

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px; }

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300; }

.no-close .ui-dialog-titlebar-close {
  display: none; }

div.ui-dialog {
  position: fixed; }

ul.map-stats {
  padding: 10px 0;
  text-align: center; }

ul.map-stats li {
  list-style-type: none;
  display: inline-block;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top; }

ul.map-stats li span.feature {
  font-size: 24px;
  font-weight: bold;
  display: block; }

.CRRNumber {
  font-weight: bold;
  color: #f2802e;
  font-size: 18px; }

input[type=radio] {
  margin-right: 6px;
  vertical-align: top;
  margin-left: 15px; }

.hideBox {
  width: 100%;
  height: 436px;
  margin-bottom: -436px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1; }

.softHide {
  display: none; }

@media screen and (max-width: 992px) {
  .btn-primary, #pac-input {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0; } }
.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

a.tooltipLink {
  border-bottom: 1px dotted black; }

a.tooltipLink:hover, a.tooltipLink:active {
  text-decoration: none; }

@media (min-width: 768px) {
  #graphsContainer h4 {
    margin-top: 100px; } }
/*  _navber.scss */
.navbar,
.navbar-inverse {
  border-top: 0;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #fff; }
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus,
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #0078b0;
    text-decoration: underline; }

.navbar .container {
  padding-left: 10px; }

.container > .navbar-header {
  padding-left: 0;
  padding-right: 0; }

.navbar-collapse {
  padding-left: 20px; }

.navbar-brand {
  padding: 1px 0 0 0; }

.navbar-nav {
  padding-top: 10px; }

.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #000;
  border-color: #000; }

.navbar-header {
  position: relative; }

.nav-home-link {
  position: absolute;
  left: 50px;
  top: 5px;
  z-index: 0;
  display: block;
  text-align: center; }

.nav-home-link a {
  width: 40px;
  height: 40px;
  display: block; }

.nav-home-link a img {
  padding-top: 5px; }

.nav-home-link a:hover {
  background-color: #000; }

.navbar-toggle {
  z-index: 100; }

.navbar-header {
  float: none; }

.navbar-left, .navbar-right {
  float: none !important; }

.navbar-toggle {
  display: block; }

.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-collapse.collapse {
  display: none !important; }

.navbar-nav {
  float: none !important;
  margin-top: 7.5px; }

.navbar-nav > li {
  float: none; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }

.collapse.in {
  display: block !important; }

/*Center braninding */
.navbar-brand-centered {
  position: absolute;
  left: 96px;
  top: 13px;
  display: block;
  width: 220px;
  text-align: center; }

.navbar-brand-centered img {
  width: 220px; }

.navbar > .container .navbar-brand-centered,
.navbar > .container-fluid .navbar-brand-centered {
  margin-left: 0; }

@media screen and (min-width: 640px) {
  .navbar-header {
    margin-left: 0px !important; }

  .navbar-brand-centered {
    left: 50%;
    top: 10px;
    width: 280px; }

  .navbar-brand-centered img {
    width: 280px; }

  .navbar > .container .navbar-brand-centered,
  .navbar > .container-fluid .navbar-brand-centered {
    margin-left: -140px; } }
@media screen and (min-width: 768px) {
  .navbar-brand-centered {
    left: 50%;
    top: 1px;
    width: 450px; }

  .navbar-brand-centered img {
    width: 450px; }

  .navbar > .container .navbar-brand-centered,
  .navbar > .container-fluid .navbar-brand-centered {
    margin-left: -225px; } }
.navbar-inverse .navbar-toggle {
  border: 0; }

label.btn span {
  font-size: 24px; }

label input[type="radio"] ~ i.fa.fa-circle-o {
  color: #c8c8c8;
  display: inline; }

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
  display: none; }

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
  display: none; }

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
  color: #7AA3CC;
  display: inline; }

input[type="text"] {
  padding: 5px 12px;
  font-size: 16px;
  line-height: 1.42857143; }

textarea {
  resize: none; }

/*  LIKERT  ////////////////// */
.likert {
  width: 100%; }
  .likert:before {
    content: '';
    position: relative;
    top: 22px;
    left: 7%;
    display: block;
    background-color: #efefef;
    height: 3px;
    width: 69%;
    max-width: 500px; }
  .likert label {
    width: 100%;
    text-align: center;
    position: relative;
    display: block; }
    .likert label .graphic {
      width: 30px;
      height: 30px;
      background: url("../img/check_default.svg") 50% 50% no-repeat;
      clear: both; }
    .likert label .btn-label {
      padding-top: 4px;
      padding-bottom: 10px; }
    .likert label.btn span {
      font-size: 16px; }
    .likert label:hover input[type="radio"],
    .likert label:hover span {
      color: #000; }
  .likert input[type=radio] {
    display: none; }
  .likert li:nth-child(1) input[type=radio]:checked {
    color: #33cc00; }
    .likert li:nth-child(1) input[type=radio]:checked + .graphic {
      background-image: url("../img/check1.svg"); }
  .likert li:nth-child(1) .active .btn-label {
    color: #33cc00; }
  .likert li:nth-child(2) input[type=radio]:checked {
    color: #cccc00; }
    .likert li:nth-child(2) input[type=radio]:checked + .graphic {
      background-image: url("../img/check2.svg"); }
  .likert li:nth-child(2) .active .btn-label {
    color: #cccc00; }
  .likert li:nth-child(3) input[type=radio]:checked {
    color: #f2802e; }
    .likert li:nth-child(3) input[type=radio]:checked + .graphic {
      background-image: url("../img/check3.svg"); }
  .likert li:nth-child(3) .active .btn-label {
    color: #f2802e; }
  .likert li:nth-child(4) input[type=radio]:checked {
    color: #cc6600; }
    .likert li:nth-child(4) input[type=radio]:checked + .graphic {
      background-image: url("../img/check4.svg"); }
  .likert li:nth-child(4) .active .btn-label {
    color: #cc6600; }
  .likert li:nth-child(5) input[type=radio]:checked {
    color: #ff0000; }
    .likert li:nth-child(5) input[type=radio]:checked + .graphic {
      background-image: url("../img/check5.svg"); }
  .likert li:nth-child(5) .active .btn-label {
    color: #ff0000; }
  .likert li:nth-child(6) input[type=radio] + .graphic {
    background-image: url("../img/NA_default.svg"); }
  .likert li:nth-child(6) input[type=radio]:checked {
    color: #999; }
    .likert li:nth-child(6) input[type=radio]:checked + .graphic {
      background-image: url("../img/NA_active.svg"); }
  .likert li:nth-child(6) .active .btn-label {
    color: #333; }

.likert ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 0 35px;
  display: inline-block; }

.likert li {
  display: inline-block;
  width: 16%;
  text-align: center !important;
  vertical-align: top;
  margin: 0 auto; }
  .likert li label {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .likert li label span {
      display: block;
      margin: 0 auto !important;
      clear: both;
      white-space: normal;
      text-align: center;
      line-height: 1.2em; }
  .likert li:last-child label {
    padding-right: 0; }

/* checkbox */
.checkbox {
  position: relative;
  padding-left: 20px;
    /*

  label input[type="checkbox"]{
      color: #999;
      display: inline;
      width: 26px;
  }
  label input[type="checkbox"] ~ i.fa.fa-check-square-o{
      display: none;
  }
  label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
      display: none;
  }
  label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
      color: #7AA3CC;
      display: inline;
  }
  label:hover input[type="checkbox"] ~ i.fa {
  color: #7AA3CC;
  } */ }
  .checkbox label {
    display: block;
    line-height: 1.2em;
    vertical-align: middle;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    user-select: none;
    color: #666; }
  .checkbox label.btn {
    padding-top: 0;
    margin-bottom: 10px; }
  .checkbox label::before,
  .checkbox .radio-btn label::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    top: 8px;
    left: 6px;
    margin-left: -18px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 1; }
  .checkbox label.active::before,
  .checkbox .radio-btn label::before {
    opacity: 1; }
  .checkbox label::after,
  .checkbox .radio-btn label::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: 0;
    top: 2px;
    margin-left: -18px;
    background-color: white;
    border: 2px solid #999;
    background-clip: padding-box;
    cursor: pointer; }
  .checkbox label.active::after,
  .checkbox .radio-btn label.active::after {
    position: absolute;
    content: "";
    left: 0;
    background-color: #444;
    border: 11px solid #444;
    background-clip: padding-box;
    cursor: pointer; }

div[data-toggle="buttons"] label.active {
  color: #333; }

div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #c8c8c8;
  border-radius: 0px;
  color: #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

div[data-toggle="buttons"] label:hover {
  color: #000; }

div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-group ul,
.btn-group li {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important; }

div[data-toggle="buttons"] li .btn input[type="checkbox"] {
  display: none; }

/*  _homepage.scss  */
/*  ///////////// HOMEPAGE  STYLES  */
.home-services-banner {
  background: #f2802e;
  background-image: url(../img/ses_diagonal_repeat_bg.gif);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  padding-bottom: 17px;
  color: #fff; }

.home-services-banner h2,
.home-services-banner a {
  font-size: 16px;
  line-height: inherit;
  color: #fff; }

@media screen and (min-width: 480px) {
  .home-services-banner h2,
  .home-services-banner a {
    font-size: 20px;
    color: #fff; } }
.home-services-banner h2 {
  margin-bottom: 5px;
  margin-top: 10px; }

.home-services-banner table {
  margin-top: 5px;
  margin-bottom: 5px; }

.home-services-banner table tr {
  margin-top: 0;
  margin-bottom: 0; }

/* Home Page Carousel */
header.carousel {
  height: 180px; }
  @media screen and (min-width: 480px) {
    header.carousel {
      height: 280px; } }
  @media screen and (min-width: 640px) {
    header.carousel {
      height: 370px; } }

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%; }

.carousel-inner h2 {
  color: #fff; }

header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }

.carousel-control.left,
.carousel-control.right {
  background: none; }

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
  content: ''; }

.carousel-control.left,
.carousel-control.right {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(../img/a21.png) center center no-repeat;
  overflow: hidden;
  top: 40%; }

.carousel-control.left {
  background-position: -3px -33px;
  left: 8px; }

.carousel-control.right {
  background-position: -63px -33px;
  right: 8px; }

.carousel-indicators {
  bottom: -5px; }

/* #homepage-pathway  section  */
#homepage-pathway {
  margin-top: 0px;
  margin-bottom: 0px; }
  #homepage-pathway a {
    color: #f2802e;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    /* Safari */
    transition: 0.5s ease 0s;
    background: #fff;
    overflow: none;
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px; }
  #homepage-pathway .btn-primary {
    background-color: #f2802e;
    border-color: #f2802e;
    color: #ffffff; }
  #homepage-pathway .btn-primary:hover,
  #homepage-pathway .btn-primary:focus {
    background-color: #0078b0 !important;
    border-color: #0078b0 !important;
    color: #fff !important;
    background-position: 0 -15px; }
  #homepage-pathway .survey-buttons {
    margin-top: -25px;
    padding-bottom: 15px; }

#homepage-pathway a img {
  display: block;
  clear: left;
  margin: auto; }

#homepage-pathway .take-survey a img {
  padding-top: 30px; }

@media screen and (min-width: 768px) {
  #homepage-pathway .take-survey a img {
    padding-top: 96px; } }
#homepage-pathway a h3 {
  display: inline-block;
  color: #f2802e;
  border-bottom: 2px solid #f2802e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  line-height: 25px;
  /* fixes border-bottom height */
  margin-top: 4px; }

#homepage-pathway a span,
#homepage-pathway a span:hover {
  color: #999;
  display: block;
  clear: left;
  font-size: 20px; }

/* Hompage homepage-linking */
#homepage-linking > div {
  padding-top: 38px;
  padding-bottom: 35px; }

#homepage-linking > div a {
  color: #fff;
  font-size: 20px;
  line-height: 24px; }

@media screen and (min-width: 768px) {
  #homepage-linking > div a {
    font-size: 24px;
    line-height: 24px; }

  #homepage-linking > div a::after {
    content: url("../img/icon/next_white.svg");
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    margin-left: 50px; } }
body.survey {
  /* questions */ }
  body.survey section:first-of-type {
    padding-top: 53px !important; }
  body.survey h1, body.survey h2 {
    margin-top: 0; }
  body.survey h3 {
    margin-top: 10px; }
  body.survey h1 {
    color: #999;
    text-transform: uppercase; }
  body.survey #progress-indicator {
    margin-top: 0px; }
  body.survey .progress {
    height: 13px;
    position: relative;
    background: transparent; }
    body.survey .progress::after {
      content: "";
      background: url(../img/ses_diagonal_repeat_bg.gif);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-repeat: repeat-x;
      opacity: 0.2;
      position: absolute;
      z-index: -1; }
    body.survey .progress .progress-bar {
      background: #0078b0; }
  body.survey .question-item {
    margin-bottom: 30px; }
    body.survey .question-item h3 {
      font-size: 1.5em;
      color: #666; }
      body.survey .question-item h3 .title-number {
        color: #f2802e;
        font-size: 32px; }
    body.survey .question-item .question-reponse {
      margin-top: 10px; }
      body.survey .question-item .question-reponse p {
        font-size: 24px;
        color: #666;
        line-height: 2em; }

/* /.survey */

/*# sourceMappingURL=cedrr.css.map */
