.nf-next-previous,
.nf-breadcrumbs {
  content: "";
  list-style-type: none !important;
  margin: 20px 0 !important;
  padding: 0 !important;
}
.nf-next-previous::after,
.nf-breadcrumbs::after {
  clear: both;
  content: "";
  display: block;
}
.nf-next-previous li,
.nf-breadcrumbs li {
  content: "";
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nf-next-previous li.nf-previous-item {
  float: left;
}
.nf-next-previous li.nf-next-item {
  float: right;
}

.nf-breadcrumbs li {
  float: left;
}
.nf-breadcrumbs li a {
  display: inline-block;
  font-size: 16px;
  margin-right: 16px;
  margin-bottom: 10px;
  text-decoration: none;
}
.nf-breadcrumbs li a .nf-breadcrumb-error {
  background: red;
  border-radius: 4px;
  color: #fff;
  padding: 2px 5px;
}
.nf-breadcrumbs li:last-child a {
  margin-right: 0;
}
.nf-breadcrumbs li.active a {
  font-weight: bold;
}

.nf-progress-container {
  margin-top: 20px;
  width: 100%;
  border: 1px solid rgb(187, 187, 187);
}

.nf-progress {
  height: 20px;
  background-color: #329ad1;
}

.nf-next-previous li input {
  font-size: 16px;
  padding: 12px 18px;
}

.nf-breadcrumbs {
  margin: 40px 0 !important;
}
.nf-breadcrumbs li a {
  padding: 12px 18px;
}
.nf-breadcrumbs li.active a {
  font-weight: normal;
}
.nf-breadcrumbs li.errors a {
  position: relative;
  padding-left: 36px;
}
.nf-breadcrumbs li.errors a::after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f06a";
  left: 12px;
}

.nf-progress-container,
.nf-progress {
  border: 0;
  height: 50px;
  width: 100%;
}

/* ---------------------------------
DEFAULT LIGHT COLORS
----------------------------------*/
.nf-breadcrumbs li a {
  background: #333;
  color: #f7f7f7;
  transition: all 0.5s;
}
.nf-breadcrumbs li a:hover {
  background: #c4c4c4;
  color: rgb(46.862745098%, 46.862745098%, 46.862745098%);
  transition: all 0.5s;
}
.nf-breadcrumbs li.active a {
  background: #c4c4c4;
  color: rgb(46.862745098%, 46.862745098%, 46.862745098%);
  cursor: default;
}
.nf-breadcrumbs li.errors a {
  background: red;
  color: #fff;
  cursor: help;
}

.nf-progress-container {
  background-color: #f7f7f7;
}

.nf-progress {
  background-color: rgb(86.862745098%, 86.862745098%, 86.862745098%);
}

/* ---------------------------------
LIGHT COLORS - nf-brown
----------------------------------*/
.nf-brown .nf-breadcrumbs li a {
  background: #736628;
  color: #F3EFDD;
  transition: all 0.5s;
}
.nf-brown .nf-breadcrumbs li a:hover {
  background: rgb(84.8593350384%, 79.8124467178%, 57.1014492754%);
  color: rgb(60.5797101449%, 53.452685422%, 21.3810741688%);
  transition: all 0.5s;
}
.nf-brown .nf-breadcrumbs li.active a {
  background: rgb(84.8593350384%, 79.8124467178%, 57.1014492754%);
  color: rgb(60.5797101449%, 53.452685422%, 21.3810741688%);
  cursor: default;
}
.nf-brown .nf-breadcrumbs li.errors a {
  background: red;
  color: #fff;
  cursor: help;
}
.nf-brown .nf-progress-container {
  background-color: #F3EFDD;
}
.nf-brown .nf-progress {
  background-color: rgb(90.0767263427%, 86.7689684569%, 71.884057971%);
}

/* ---------------------------------
LIGHT COLORS - nf-red
----------------------------------*/
.nf-red .nf-breadcrumbs li a {
  background: #8A5252;
  color: #F0E3E3;
  transition: all 0.5s;
}
.nf-red .nf-breadcrumbs li a:hover {
  background: rgb(80.1641586867%, 62.9730962152%, 62.9730962152%);
  color: rgb(54.1358869129%, 29.0013679891%, 29.0013679891%);
  transition: all 0.5s;
}
.nf-red .nf-breadcrumbs li.active a {
  background: rgb(80.1641586867%, 62.9730962152%, 62.9730962152%);
  color: rgb(54.1358869129%, 29.0013679891%, 29.0013679891%);
  cursor: default;
}
.nf-red .nf-breadcrumbs li.errors a {
  background: red;
  color: #fff;
  cursor: help;
}
.nf-red .nf-progress-container {
  background-color: #F0E3E3;
}
.nf-red .nf-progress {
  background-color: rgb(87.1409028728%, 75.9963520292%, 75.9963520292%);
}

/* ---------------------------------
LIGHT COLORS - nf-blue
----------------------------------*/
.nf-blue .nf-breadcrumbs li a {
  background: #4F9DBF;
  color: #DFEFF5;
  transition: all 0.5s;
}
.nf-blue .nf-breadcrumbs li a:hover {
  background: rgb(56.974789916%, 78.487394958%, 86.5546218487%);
  color: rgb(19.8879551821%, 51.7086834734%, 63.6414565826%);
  transition: all 0.5s;
}
.nf-blue .nf-breadcrumbs li.active a {
  background: rgb(56.974789916%, 78.487394958%, 86.5546218487%);
  color: rgb(19.8879551821%, 51.7086834734%, 63.6414565826%);
  cursor: default;
}
.nf-blue .nf-breadcrumbs li.errors a {
  background: red;
  color: #fff;
  cursor: help;
}
.nf-blue .nf-progress-container {
  background-color: #DFEFF5;
}
.nf-blue .nf-progress {
  background-color: rgb(72.2128851541%, 86.106442577%, 91.3165266106%);
}
/*# sourceMappingURL=display-opinions-light.css.map */
