.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(119.5, 119.5, 119.5);
  transition: all 0.5s;
}
.nf-breadcrumbs li.active a {
  background: #c4c4c4;
  color: rgb(119.5, 119.5, 119.5);
  cursor: default;
}
.nf-breadcrumbs li.errors a {
  background: red;
  color: #fff;
  cursor: help;
}

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

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

/* ---------------------------------
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(216.3913043478, 203.5217391304, 145.6086956522);
  color: rgb(154.4782608696, 136.3043478261, 54.5217391304);
  transition: all 0.5s;
}
.nf-brown .nf-breadcrumbs li.active a {
  background: rgb(216.3913043478, 203.5217391304, 145.6086956522);
  color: rgb(154.4782608696, 136.3043478261, 54.5217391304);
  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(229.6956521739, 221.2608695652, 183.3043478261);
}

/* ---------------------------------
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(204.4186046512, 160.5813953488, 160.5813953488);
  color: rgb(138.0465116279, 73.9534883721, 73.9534883721);
  transition: all 0.5s;
}
.nf-red .nf-breadcrumbs li.active a {
  background: rgb(204.4186046512, 160.5813953488, 160.5813953488);
  color: rgb(138.0465116279, 73.9534883721, 73.9534883721);
  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(222.2093023256, 193.7906976744, 193.7906976744);
}

/* ---------------------------------
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(145.2857142857, 200.1428571429, 220.7142857143);
  color: rgb(50.7142857143, 131.8571428571, 162.2857142857);
  transition: all 0.5s;
}
.nf-blue .nf-breadcrumbs li.active a {
  background: rgb(145.2857142857, 200.1428571429, 220.7142857143);
  color: rgb(50.7142857143, 131.8571428571, 162.2857142857);
  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(184.1428571429, 219.5714285714, 232.8571428571);
}
/*# sourceMappingURL=display-opinions-light.css.map */
