/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html,
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
}

/*-----------------------
    Promo Results
-----------------------*/
.promo-results {
  padding: 30px 0 0 0;
  background: url("../images/results-background.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.promo-results .rating {
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
}

.promo-results h2 {
  font-weight: 600;
  text-align: center;
  font-size: 1.6em;
  line-height: 1;
  color: white;
  margin: 0 0 5px 0;
}

.promo-results .details-matched {
  max-width: 700px;
  margin: 0 auto 0 auto;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 0 0;
  font-family: "Open Sans";
}

.promo-results h3 {
  color: white;
  text-align: center;
  font-size: 1.25em;
  margin: 0 0 0 0;
}

.promo-results .info {
  padding: 15px 12px;
  border-radius: 0 0 15px 15px;
  background-color: rgba(255, 255, 255, 1);
  color: #000000;
  margin: 0 auto;
  line-height: 1;
  border: 1px solid #aaaaaa;
  font-size: 1em;
  max-width: 700px;
  text-align: center;
}

.promo-results .life-search-results {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px auto;
}

.promo-results h3 {
  font-size: 1.25em;
  font-weight: 400;
}

.promo-results p {
  font-size: 1em;
}

.promo-results p img {
  display: inline-block;
  width: 120px;
  height: auto;
}
.promo-results .info p {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #0fb724),
    to(#49eb66)
  );
  background-image: -o-linear-gradient(bottom, #0fb724 0, #49eb66 100%);
  background-image: linear-gradient(to top, #0fb724 0, #49eb66 100%);
}

.promo-results .info h3 {
  color: #1b1d49;
}

@media screen and (min-width: 768px) {
  .promo-results h2 {
    font-size: 2em;
  }

  .promo-results h3 {
    font-size: 20px;
  }

  .promo-results .info h3 {
    font-size: 32px;
    margin: 0 0 10px 0;
  }

  .promo-results p {
    font-size: 1.1em;
  }
}

/*-----------------------
    About
-----------------------*/
.about {
  padding: 30px 0;
}

.about h1 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.4;
  color: #67b223;
  margin: 0 0 15px 0;
}

.about h2 {
  font-size: 1.25em;
  line-height: 1.2;
  color: #67b223;
  font-family: "Open Sans";
  font-weight: 600;
  margin: 0 0 20px 0;
}

.about p {
  font-size: 1em;
  line-height: 1.4;
  font-family: "Open Sans";
  font-weight: 300;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 1025px) {
  .about h1 {
    font-size: 2.25em;
  }

  .about h2 {
    font-size: 1.5em;
  }
}

/*-----------------------
    Footer
-----------------------*/
footer {
  padding: 30px 0 60px 0;
  background-color: #1e1a16;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.25;
  color: white;
  font-family: "Open Sans";
  font-weight: 300;
}

footer .telephone,
footer p {
  margin: 0 0 8px 0;
}

footer .logo {
  display: inline-block;
  max-width: 220px;
  height: auto;
  margin-bottom: 15px;
}

footer .company {
  margin-bottom: 40px;
}

footer .company a {
  display: block;
  color: #ff8f34;
  margin-bottom: 5px;
}

footer .links a {
  color: #ff8f34;
}

footer a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }

  footer .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .info .company {
    margin-bottom: 0;
  }

  footer .info .legal {
    text-align: right;
  }
}

/*-----------------------
    Free Callback Popup
-----------------------*/
.free-callback-popup {
  position: relative;
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.free-callback-popup h3 {
  font-weight: 400;
  font-size: 1.5em;
  margin: 0 0 15px;
}

.free-callback-popup .grouped-fields {
  display: flex;
  justify-content: space-between;
}

.free-callback-popup .grouped-fields .form-group {
  width: 49%;
  flex: 0 0 49%;
}

.free-callback-popup .form-group {
  margin-bottom: 15px;
}

.free-callback-popup input[type="text"],
.free-callback-popup input[type="tel"] {
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}

.free-callback-popup .has-error input[type="text"],
.free-callback-popup .has-error input[type="tel"] {
  border-color: red;
}

.free-callback-popup button[type="submit"] {
  display: inline-block;
  width: 200px;
  color: #fff;
  font-size: 1.5em;
  padding: 8px 10px;
  background-color: #49eb66;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #0fb724),
    to(#49eb66)
  );
  background-image: -o-linear-gradient(bottom, #0fb724 0, #49eb66 100%);
  background-image: linear-gradient(to top, #0fb724 0, #49eb66 100%);
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.free-callback-popup .warning {
  color: red;
  font-size: 1.125em;
  line-height: 1.4;
  padding: 10px 5px 0 5px;
}

.free-callback-popup .success {
  color: #22d2fe;
  font-size: 1.125em;
  line-height: 1.4;
  padding: 10px 5px 0 5px;
}

.free-callback-popup .help-block.form-error {
  display: inline-block;
  padding: 2px 0 0 0;
  font-weight: 400;
  color: red;
}

.free-callback-popup .form-error,
.free-callback-popup .alert.alert-danger {
  display: block;
  width: 100%;
  padding: 3px 0 0 0;
  text-align: center;
  font-size: 0.875em;
  color: red;
}

/*-----------------------
    Inner Page
-----------------------*/
.inner-page {
  padding: 50px 0;
}

.inner-page .navigation {
  display: none;
}

.inner-page .get-a-quote,
.inner-page .site-map {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.25em;
  padding: 10px 5px 10px 10px;
  background-color: #67b223;
  font-family: "Open Sans";
  font-weight: 300;
  border: 3px solid #ebebeb;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  cursor: pointer;
}

.inner-page .site-map {
  font-size: 1.375em;
  font-family: "Open Sans";
  font-weight: 300;
}

.inner-page .get-a-quote:hover,
.inner-page .site-map:hover {
  background-color: #7f00ea;
}

.inner-page .get-a-quote i,
.inner-page .site-map i {
  position: absolute;
  right: 15px;
  top: 12px;
}

.inner-page .info {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

.inner-page .content * {
  font-family: "Open Sans";
  font-weight: 300;
}

.inner-page .content h3 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 1.5em;
  color: #67b223;
  margin: 0 0 30px 0;
}

.inner-page .links {
  margin-bottom: 20px;
}

.categories li {
  border-bottom: 1px solid #dcdcdc;
}

.categories li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 10px;
  color: #242424;
  font-size: 0.875em;
  font-family: "Open Sans";
  font-weight: 300;
  border-left: 5px solid transparent;
}

.categories li a:hover {
  font-weight: 400;
  border-left-color: #67b223;
  text-decoration: underline;
}

.inner-page label {
  display: block;
  margin-bottom: 3px;
}

.inner-page .form-group {
  margin-bottom: 15px;
}

.inner-page .form-control {
  display: block;
  padding: 8px;
  border: 1px solid gray;
  width: 100%;
  max-width: 600px;
}

.inner-page button[type="submit"] {
  display: inline-block;
  padding: 8px 15px;
  font-size: 1.25em;
  line-height: 1;
  background-color: #67b223;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  border: none;
}

.inner-page button[type="submit"]:hover {
  background-color: #7f00ea;
}

.inner-page .help-block.form-error {
  display: inline-block;
  padding: 2px 0 0 0;
  color: red;
}

.inner-page .buyers-guide,
.inner-page .top-ten {
  width: 170px;
  margin-bottom: 10px;
}

.inner-page .buyers-guide a,
.inner-page .buyers-guide img,
.inner-page .top-ten img {
  display: block;
  width: 100%;
}

.inner-page .content ul {
  margin-left: 20px;
}

.inner-page .content li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.inner-page table {
  width: 100%;
  border: 1px solid gray;
  border-collapse: collapse;
  font-size: 0.875em;
}

.inner-page table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid gray;
}

.inner-page table td:nth-child(1),
.inner-page table td:nth-child(2) {
  width: 30%;
}

.inner-page table td:nth-child(3) {
  width: 40%;
}

.inner-page .content a {
  color: #67b223;
}

@media screen and (min-width: 768px) {
  .inner-page .navigation {
    display: block !important;
  }

  .inner-page .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .inner-page .details .links {
    width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .inner-page .details .content {
    width: calc(100% - 280px);
    max-width: calc(100% - 280px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
  }

  .inner-page .site-map {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .inner-page .content h3 {
    font-size: 2.25em;
  }
}

/*-----------------------
    Search Results
-----------------------*/
.compare-quotes.reduced-width {
  max-width: 640px;
  margin: 0 auto;
}

.searching-progress {
  margin: 30px auto 0 auto;
}

.searching-progress .search-steps li {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.15;
  min-height: 40px;
  padding: 10px 0 0 54px;
  position: relative;
  margin: 0 0 15px 0;
}

.searching-progress .search-steps li.active {
  animation-name: pulsate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.searching-progress .search-steps li span {
  font-weight: 700;
}

.searching-progress .search-steps li.active::before {
  background-image: url("../images/scan-anim.gif");
}

.searching-progress .search-steps li.completed::before {
  background-image: url("../images/scan-tick.gif");
}

.searching-progress .search-steps li.star-outline::before {
  background-image: url("../images/icon-star-outline.svg");
}

.searching-progress .search-steps li::before {
  content: "";
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.searching-progress .npli-logo {
  width: 200px;
  max-width: 100%;
  margin: 10px 0 0 3px;
}

.searching-progress .npli-deal {
  width: 300px;
  max-width: 100%;
  margin: 10px 0 0 3px;
}

.searching-progress .search-steps h4 {
  font-weight: 500;

  font-size: 20px;
  margin: 0 0 10px 0;
}

.searching-progress .search-steps h4 + p {
  font-size: 18px;
  text-transform: uppercase;
}

.searching-progress .result-end {
  margin-top: 20px;
  padding: 0 0 0 54px;
  background: url("../images/icon-star-outline.svg") no-repeat;
  background-size: 37px 37px;
  background-position: 10px 0;
  transform: translateX(-55px);
}

@keyframes pulsate {
  0% {
    color: rgba(255, 255, 255, 1);
  }
  50% {
    color: rgba(255, 255, 255, 0.4);
  }
  100% {
    color: rgba(255, 255, 255, 1);
  }
}

@media screen and (min-width: 640px) {
  .searching-progress .search-steps li {
    font-size: 26px;
    min-height: 54px;
    padding: 13px 0 0 70px;
  }

  .searching-progress .search-steps li::before {
    background-size: 54px 54px;
    width: 54px;
    height: 54px;
  }

  .searching-progress .result-end {
    padding-left: 70px;
    transform: translateX(-70px);
  }
}

/*-----------------------
    Help Assistance
-----------------------*/
.help-assistance {
  position: fixed;
  left: 40px;
  bottom: 40px;
  width: 80px;
  height: 80px;
  line-height: 78px;
  border-radius: 50%;
  border: 2px solid rgba(32, 152, 209, 0.3);
  background-color: rgba(32, 152, 209, 0.5);
  text-align: center;
  opacity: 1;
  z-index: 9999;
}

.help-assistance::before,
.help-assistance::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.help-assistance::before {
  top: -2px;
  left: -2px;
  border: 2px solid rgba(32, 152, 209, 0.5);
  -webkit-animation-name: animate-before;
  animation-name: animate-before;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.help-assistance::after {
  background-color: rgba(32, 152, 209, 0.3);
  -webkit-animation-name: animate-after;
  animation-name: animate-after;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.help-assistance a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.help-assistance a:hover {
  background-color: white;
}

.help-assistance span {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 9200;
  -webkit-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  -webkit-animation-name: outline-phone;
  animation-name: outline-phone;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.help-assistance svg {
  width: 40px;
  height: 40px;
  margin-top: 17px;
  fill: white;
}

.help-assistance a:hover svg {
  fill: #0f9e5e;
}

@media screen and (max-width: 767px) {
  .help-assistance.hidden {
    display: none;
  }
}

@-webkit-keyframes animate-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animate-after {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animate-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  35% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes animate-before {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  35% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes outline-phone {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}

@keyframes outline-phone {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}

/*-----------------------
    Cookies Notification
-----------------------*/
.cookies-notification {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.cookies-notification.hide {
  display: none !important;
  opacity: 0;
}

.cookies-notification .general-info .content {
  padding: 10px 10px;
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
  color: black;
  position: relative;
}

.cookies-notification .general-info p {
  color: black;
}

.cookies-notification .general-info h3 {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 200px;
  bottom: 100%;
  margin: 0;
  padding: 6px 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  transform: translateX(-50%);
  text-align: center;
  color: black;
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.cookies-notification .general-info h3 img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: auto;
  transform: translateY(-1px);
  margin-left: 5px;
}

.cookies-notification .general-info h3::after {
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: white;
  transform: translateY(5px);
}

.cookies-notification .general-info p {
  margin: 0;
}

.cookies-notification .used-cookies {
  display: none;
  padding: 15px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  max-height: 220px;
  overflow-y: scroll;
}

.cookies-notification .used-cookies::-webkit-scrollbar {
  width: 0.5em;
  background-color: #f1f1f1;
}

.cookies-notification .used-cookies::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.cookies-notification .used-cookies.show {
  display: block;
}

.cookies-notification .cookie {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}

.cookies-notification .cookie:last-child {
  margin-bottom: 0;
}

.cookies-notification .cookie-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 50px 8px 10px;
  background-color: #86acf7;
  position: relative;
  cursor: pointer;
}

.cookies-notification .selected-option {
  width: 55px;
  border-radius: 15px;
  background-color: #d4d4d4;
  padding: 5px 5px 5px 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cookies-notification .selected-option span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: white;
  margin-left: 5px;
  border-radius: 50%;
}

.cookies-notification .cookie-header h4 {
  font-size: 0.9375rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
}

.cookies-notification .cookie-content {
  display: none;
  padding: 5px 10px;
  background-color: #86acf7;
}

.cookies-notification .expanded .cookie-content {
  display: block;
}

.cookies-notification .cookie-content h5 {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 0 3px 0;
}

.cookies-notification .cookie-header h4 span {
  display: block;
}

.cookies-notification .cookie-header .expander {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  font-size: 1.25rem;
  cursor: pointer;
  transition: transform 300ms ease;
  transform-origin: center center;
}

.cookies-notification .expanded .cookie-header .expander {
  transform: translateY(-50%) rotate(180deg);
}

.cookies-notification .actions {
  display: flex;
  justify-content: space-between;
}

.cookies-notification .actions > div {
  width: 33.3333%;
  flex: 33.3333%;
}

.cookies-notification .actions button {
  display: block;
  width: 100%;
  padding: 7px 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #191919;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.cookies-notification .actions .more-info button {
  background-color: #c9c9c9;
  background-image: linear-gradient(to bottom, #ffffff, #c9c9c9);
  background-size: 100% 100%;
}

.cookies-notification .actions .no-thanks button {
  background-color: #d0d0d0;
  background-image: linear-gradient(to bottom, #d0d0d0, #9b9b9b);
  background-size: 100% 100%;
}

.cookies-notification .actions .agree button {
  color: white;
  background-color: #14b639;
  background-image: linear-gradient(to bottom, #19e748, #13b037);
  background-size: 100% 100%;
}

.cookies-notification .actions .agree button {
  color: white;
  background-color: #14b639;
  background-image: linear-gradient(to bottom, #19e748, #13b037);
  background-size: 100% 100%;
}

.cookies-notification p {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.cookies-notification .content-unit {
  margin-bottom: 16px;
  width: 100%;
}

.cookies-notification .content-heading {
  color: #595959;
  font-size: 0.75rem;
  font-weight: 400;
  padding-bottom: 4px;
}

.cookies-notification .content-description {
  font-size: 0.875rem;
  color: hsl(0, 0%, 19%);
  padding-bottom: 0px;
  text-overflow: ellipsis;
}

.cookies-notification .content-unit a {
  font-size: 0.875rem;
  color: rgb(0, 0, 238);
  text-decoration: underline;
  word-break: break-word;
}

.cookies-notification .content-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.cookies-notification .content-tag {
  background-color: hsl(0, 0%, 96%);
  border: solid #ddd 1px;
  border-radius: 4px;
  color: hsl(0, 0%, 19%);
  display: flex;
  font-size: 0.875rem;
  min-height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  max-width: 100%;
  padding: 8px;
  word-break: break-word;
}

.cookies-notification .storage-information {
  color: #595959;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 10px 0;
}

.cookies-notification .content-list {
  max-width: 100%;
  padding: 0 16px;
  margin: 0;
}

.cookies-notification .content-list-item {
  list-style: initial;
  margin: 5px 0;
  max-width: 100%;
  font-size: 0.875rem;
}

.cookies-notification .cookie-single-name {
  background-color: hsl(0, 0%, 96%);
  border: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 8px 0 8px 12px;
}

.cookies-notification .cookie-single-content {
  background-color: hsl(0, 0%, 96%);
  display: flex;
  flex-direction: row;
  font-size: 0.75rem;
  color: #595959;
  padding: 8px 0 8px 12px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.cookies-notification .cookie-single-meta {
  border: 1px solid #ddd;
  border-top: none;
  display: flex;
  flex-direction: row;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 12px;
  justify-content: space-between;
  padding: 8px 12px;
  margin-bottom: 15px;
}

.cookies-notification .cookie-single-duration {
  display: flex;
  justify-content: space-between;
  width: 66%;
}

.content-separator {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  width: 100%;
}

.cookies-notification .content-history {
  border: solid #ddd 1px;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
}

.cookies-notification .content-history-head {
  background-color: hsl(0, 0%, 96%);
  display: flex;
  flex-direction: row;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0;
  padding-left: 12px;
  width: 100%;
}

.cookies-notification .content-history-body {
  border-top: solid #ddd 1px;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
}

.cookies-notification .content-history-head-cell {
  width: 50%;
}

.cookies-notification .content-history-circle {
  border: 2px solid green;
  border-radius: 50%;
  display: flex;
  height: 12px;
  margin-right: 4px;
  width: 12px;
}

.cookies-notification .content-history-body-cell {
  align-items: center;
  display: flex;
  width: 50%;
}

.cookies-notification .cookie-content-inner {
  padding-top: 15px;
  border-top: 1px solid #d4d4d4;
}

@media screen and (max-width: 1024px) {
  footer a[href="#privacy-settings"] {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .cookies-notification {
    display: flex;
    right: 0;
    left: auto;
    width: 80%;
  }

  .cookies-notification .details {
    width: calc(100% - 400px);
    max-width: calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
  }

  .cookies-notification .actions {
    align-self: flex-end;
    width: 400px;
    flex: 0 0 400px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
  }

  .cookies-notification .actions > div {
    height: 62px;
  }

  .cookies-notification .actions button {
    font-size: 1rem;
    padding: 10px 15px;
    height: 100%;
  }

  .cookies-notification .general-info .content {
    padding: 12px 15px;
    min-height: 62px;
  }

  .cookies-notification .general-info h3 {
    padding: 8px 15px 5px 15px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1600px) {
  .cookies-notification {
    width: 50%;
  }
}

/*-----------------------
    Helper classes
-----------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

button:focus {
  outline: none !important;
}

img {
  border: medium none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .promo-results h3 {
    margin: 0 0 10px 0;
  }
  .promo-results h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {
  .promo-results h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  .promo-results h2 {
    font-size: 18px;
  }
  .promo-results h3 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 991px),
  only screen and (min-resolution: 192dpi) and (max-width: 991px),
  only screen and (min-resolution: 2dppx) and (max-width: 991px) {
}
@media screen and (min-width: 599px) {
  .cookies-notification p {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 599px) {
  .cookies-notification p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) {
	.promo .details,.promo .start-quote {border-radius:0 !important;}
	
}

