body {
  font-family: 'Mulish', sans-serif;
}

a {
  color: #04589B;
  font-weight: 600;
}

.header-container-wrapper {
  background: #0D2C41;
}

.btn {
  font-family: 'Livvic', sans-serif;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1151px) {
  .container {
      width:1137px;
  }
}
.col-md-8, .col-sm-4, .col-sm-8, .col-md-12 {
  padding-left: 30px;
  padding-right: 30px;
}
.col-md-8 .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.col-sm-4.intro-bar {
  padding-right: 0px;
}

.logo-2020 {
  /* width: 10vw; */
  /* width: 110px; */
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 73px;
  margin-left: 0px;
  color: white;
  font-family: 'Livvic', sans-serif;
}
.logo-2020 img {
  width: 142px;
}
.logo-2020 .adviser {
  width: 100%;
  /* font-size: 2.5vw; */
  font-size: 27px;
  font-weight: 900;
}

.header-background-wrapper {
  width: 100%;
  position: relative;
}

.header-background {
  width: 100%;
  height: 100%;
  background: #0D2C41;
  position: absolute;
  z-index: -1;
}

.header-title {
  margin-top: -35px;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 30px;
  color: white;
  font-weight: 600;
  font-size: 50px;
  font-family: 'Livvic', sans-serif;
  line-height: 45px;
}

.header-green {
  color: #CDDC29;
}

.header-small {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .logo-2020 .adviser {
    font-size: 22px;
  }
  .header-title {
    font-size: 35px;
  }
}

.row.calculator {
  background-color: #F7F7F7;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -30px;
  margin-right: -30px;

}

h1, h2, h3, h4, h5 {
  color: #0D2C41;
  font-family: 'Livvic', sans-serif;
  margin-bottom: 15px;
}

h3, h4, h5 {
  font-weight: 400;
}

h3 {
  font-size: 32px!important;
  line-height: 1.2;
}

h5 {
  font-size: 25px;
  line-height: 1.2;
}

.background-car {
  background: #F7F7F7;
}

.background-car .form {
  background: white;
  border-radius: 12px;
  border: 1px solid #D2D9DC;
  padding: 25px;
}

.background-car p {
  color: #444444;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
  font-weight: 300;
}

.modal-body ul {
  list-style: none;
  line-height: 1.5;
  margin-left: -25px;
}

.modal-body li {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 8px;
}

.modal-body li b {
  color: #188830;
  margin-bottom: 10px;
}

.modal-body li p {
  margin: 10px 0 20px -15px;
}

.modal-body ul li::before {
  content: "|";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #CDDC29; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.background-car ul {
  list-style: none;
  line-height: 1.2;
  margin-left: -25px;
}


.background-car li::before {
  content: "|";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #CDDC29; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -22px; /* Also needed for space (tweak if needed) */
}

.background-car li {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 8px;
}

.background-car li strong {
  font-weight: 300;
}

.intro-bar a {
  font-weight: 600;
  text-decoration: underline;
}

.form-desktop {
  width:100%;
}
.form-desktop .column {
  width: 45%;
  /* font-family: 'Livvic' sans-serif; */
  line-height: 25px!important;
}
.form-desktop .column.secondary {
  width: auto;
}
.form-desktop .column-empty {
  width: 16px ;
}
.form-desktop .cell input {
  width: 180px;
  font-family: 'Mulish', sans-serif;
  font-weight: bold;
}

.form-460 label.control-label {
  font-family: 'Mulish', sans-serif;
  font-weight: bold;
}
.form-460 input {
  font-family: 'Mulish', sans-serif;
  font-weight: bold;
}

.primary, .secondary {
  font-family: 'Livvic', sans-serif;
  font-size: 24px !important;
  font-weight: 400;
}

.optional {
  font-size: 14px;
}

.cell.lbl, .cell.lbl div {
  font-size: 16px;
  font-weight: bold;
  color: #535353;
}
.gender-smoker div {
  display: table-cell;
}
.gender-smoker div:nth-child(2) {
  padding-left: 65px;
}

.form-control {
  border-radius: 8px;
}

.slider-wrapper {
  width: 180px;
  border: 1px #C8C8C8 solid;
  border-radius: 8px;
  padding-right: 48px;
}

.ui-widget {
  font-family: 'Mulish' sans-serif;
}
.ui-widget-content {
  border: none;
  border-radius: 8px;
}
.ui-slider .ui-slider-handle {
  font-family: 'Mulish', sans-serif;
  font-weight: bold;
  font-size: 22px;
  width: 50px;
  height: 34px;
}
.ui-slider-horizontal {
  height: 32px;
}
.ui-slider-horizontal .ui-slider-range {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ui-slider-horizontal .ui-slider-handle {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  top: -1px;
  margin-left: -1px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #328830;
}
.ui-slider-disabled .ui-state-default, .ui-slider-disabled .ui-widget-content .ui-state-default, .ui-slider-disabled .ui-widget-header .ui-state-default {
  background: #E4E4E4;
}

/* .styledRadio {
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center!important;
  border: 1px #c8c8c847 solid;
  border-radius: 8px;
}

.styledRadio.disabled {
  opacity: 30%;
}
.styledRadio.on {
  filter: invert(36%) sepia(92%) saturate(531%) hue-rotate(150deg) brightness(90%) contrast(89%);
}
.styledRadio.off, .styledRadio:not(.on) {
  filter: invert(85%) sepia(2%) saturate(23%) hue-rotate(336deg) brightness(89%) contrast(86%);
} */

/* .radio-wrap {
  width: 180px;
  display: flex;
  justify-content: space-between;
} */

.radio-wrap {
  width: 180px;
}

.smoker {
  float: right!important;
  margin-left: 0!important;
}

.btn-primary {
  color: #ffffff;
  background: #006CF4;
  font-family: 'Livvic', sans-serif;
  font-size: 18px;
  min-width: 180px;
  border-radius: 30px;
  font-weight: 600;
}

.arrow {
  border: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  float: right;
  margin-right: 7%;
  margin-top: 10px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.footer-background-wrapper {
  /* height: 250px; */
  width: 100%;
  position: relative;
  margin-bottom: -25px;
  overflow: hidden;
}

.footer-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

footer .row {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
}

.terms-row {
  background: #F7F7F7;
  color: #444444;
  border-radius: 12px;
  padding: 24px;
}

.container-results {
  background: white;
  margin-top: -20px;
}

footer .find-out-more {
  font-size: 16px;
  font-family: 'Livvic', sans-serif;
  line-height: 1.5;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #3072AA; */
  border-bottom: 1px #979797 solid!important;
  width: fit-content;
  color: #444444;
}
footer .find-out-more img {
  margin-left: 15px;
}
footer .find-out-more a {
  font-weight: 600;
}
footer .in-bold, footer small {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}
@media (min-width: 991px) {
  footer .find-out-more {
    width: 910px;
  }
}
@media (min-width: 1151px) {
  footer .find-out-more {
    width: 1080px;
  }
}

.modal-backdrop.fade.in {
  opacity: 50%;
}

.modal p {
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #444444;
  font-family: 'Mulish', sans-serif;
}

.modal-body, .modal-header {
  padding: 30px;
}
.modal-header {
  border: none;
  padding-bottom: 0px;
}
.modal-header h3 {
  margin-bottom: 0px;
}
.modal .close {
  border-radius: 50%;
  color: #04589B;
  background-color: #fff;
  border-color: #04589B;
  padding: 5px 6px 10px 6px;
  font-size: 30px;
  line-height: 0.5;
}
.modal-body h4 {
  font-size: 18px !important;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
}
.modal .ftr .in-bold {
  font-size: 14px;
}
.modal .ftr .small {
  font-size: 14px;
}

/* SCREEN 2 */

.your-results {
  background: transparent;
  padding-top: 20px;
}
.your-results .row {
  margin-left: 0px;
  margin-right: 0px;
}
.your-results h2, .your-results p {
  font-weight: 300;
}
.your-results p {
  margin-bottom: 30px;
  font-size: 16px;
}
@media (min-width: 991px) {
  #results-start .col-md-8 {
    padding-right: 0px;
  }
}
.results-intro strong {
  font-weight: 700;
}

.results-accordion {
  display: none;
}

.spouse-mode-row {
  display: flex;
  gap: 2.5%;
  justify-content: space-between;
  margin-top: 68px;
  margin-bottom: 30px;
}

.spouse-mode-pill {
  border: 1px solid #D2D9DC;
  border-radius: 30px;
  color: #04589B;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 9px;
  cursor: pointer;
}

.spouse-mode-pill-active {
  border: 1px solid #178830;
  background: #178830;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
}

.accordion-group {
  margin-bottom: 20px;
}

#accordion-results a.accordion-toggle {
  font-family: 'Livvic', sans-serif;
  background: #0D2C41;
  border-radius: 12px;
  border: 1px #979797 solid;
}
#accordion-results a.accordion-toggle .value-wrapper {
  width: 75px;
  text-align: center;
  padding-right: 0px;
}
#accordion-results a.accordion-toggle .value, #accordion-results a.accordion-toggle .pct {
  font-family: 'Livvic', sans-serif;
  font-weight: 600;
}
#accordion-results a.accordion-toggle .title {
  font-family: 'Livvic', sans-serif;
  font-size: 18px;
  font-weight: 400;
  background: #EAF5F8;
  color: #0D2C41;
  border-radius: 12px;
  padding-right: 150px;
}
#accordion-results a.accordion-toggle .shocked {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0D2C41;
  right: 15px;
}
#accordion-results a.accordion-toggle .read {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #04589B;
  right: 25px;
  text-decoration: underline;
}
#accordion-results .accordion-inner p {
  font-size: 14px;
}
#accordion-results .accordion-inner p a {
  font-weight: 600;
  text-decoration: underline;
}
#accordion-results .accordion-inner ul {
  padding-left: 40px;
}
#accordion-results .accordion-inner li {
  font-weight: 300;
}
#accordion-results #risk-likelihood .accordion-inner p:first-of-type {
  margin-bottom: 10px;
}

.accordion-toggle .shocked-arrow {
  position: absolute;
  top:  24px;
  right: 5px;
  width: 33px;
  height: 10px;
  color: #04589B;
  font-size: 15px;
  text-align: center;
}
.accordion-toggle .shocked-arrow::after {
  content: '-';
}
.accordion-toggle.collapsed .shocked-arrow::after {
  content: '+';
}
.accordion-inner {
  background-color: #F7F7F7;
  border: none;
  margin-top: 20px;
}
/* @media (max-width: 480px) {
  #accordion-results a.accordion-toggle .title {
    min-width: 100%;
    padding-right: 10px;
  }
  #accordion-results a.accordion-toggle .shocked-arrow,
  #accordion-results a.accordion-toggle .shocked,
  #accordion-results a.accordion-toggle .read {
    color: unset;
  }
} */
/* @media (max-width: 480px) {
  #accordion-results a.accordion-toggle .title {
    padding-right: 10px;
    padding-top: 50px;
    text-align: center;
  }
} */
@media (max-width: 480px) {
  #accordion-results a.accordion-toggle .title {
    padding-right: 100px;
  }
  #accordion-results a.accordion-toggle .shocked-arrow {
    right: 10px;
  }
  #accordion-results a.accordion-toggle .shocked,
  #accordion-results a.accordion-toggle .read {
    right: 25px;
    font-size: 13px;
  }
}

.sidebar {
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 991px) {
  .sidebar {
    margin-top: 120px;
  }
}
.sidebar .text {
  color: white;
  background: #0D2C41;
  border-radius: 12px;
  padding: 22px;
  width: auto;
}
.sidebar h2 {
  color: white;
  font-size: 18px;
  font-family: 'Livvic', sans-serif;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}
.sidebar p {
  margin-bottom: 0px;
}
.sidebar .btn.recalculate {
  background-color: white;
  border: 1px #04589B solid;
  color: #04589B;
}

.understand-more {
  color: #0D2C41 !important;
  font-size: 32px;
  margin-top: 40px;
}
.understand-more-border {
  border-top: 1px #979797 solid!important;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .understand-more-border {
    width: 100%;
  }

  .logo-2020 .flex-row, .header-title {
    padding: 0 16px 30px 16px;
  }

  .intro-bar {
    padding: 0 32px 30px 32px;
  }

  .find-out-more {
    padding: 0 32px 30px 32px !important;
  }

  .your-results .row {
    padding-left: 16px;
    margin-right: -5px;
  }
}
@media (min-width: 991px) {
  .understand-more-border {
    width: 910px;
  }
}
@media (min-width: 1151px) {
  .understand-more-border {
    width: 1080px;
  }
}

.more-reasons-container {
  margin-top:30px;
  padding-bottom: 30px;
  background: #F7F7F7;
}
.more-reasons-container .your-results.container {
  padding-left: 15px;
  padding-right: 15px;
}
.more-reasons-container .col-md-12 {
  padding-left:15px;
  padding-right:15px;
}
.more-reasons-container .row {
  margin-top: 30px!important;
}

.more-reasons-background-wrapper {
  display: flow-root;
  position: relative;
  width: 100%;
  height: 100%;
}
.more-reasons-background {

}

#accordion-results .accordion-inner h5 {
  margin-bottom: 5px;
  margin-top: 0px;
  color: #0D2C41;
  font-size: 18px;
}
#accordion-results .accordion-inner p {
  margin-bottom: 20px;
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Mulish', sans-serif;
}
#accordion-results .accordion-inner p:last-child {
  margin-bottom: 0px;
}
#accordion-results .accordion-inner p:last-child small {
  font-size: 14px;
}

#accordion3 a.accordion-toggle {
  padding: 0px 0px;
  color: #444444;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
  line-height: 3;
}
#accordion3 span.orange, .government-statistics-results {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  text-decoration: underline;
  color: #04589B;
}
#accordion3 .accordion-inner p {
  font-size: 14px;
  margin-bottom: 10px;
}
#accordion3 .accordion-inner ul {
  padding-left: 17px;
}
#accordion3 .accordion-inner li {
  font-weight: 300;
}

.collapsable-block {
  background:white;
  margin-bottom:30px;
  padding: 15px!important;
  border-radius: 12px;
  border: 1px #979797 solid;
  position:relative;
  margin-left: 15px;
  margin-right: 15px;
  width: 95%;
}

.collapsable-block a.title {
  display: block;
  text-decoration: none;
  color: #0D2C41;
  line-height:25px;
  font-size: 16px;
}
.collapsable-block .content {
  border-top: 1px #DCE2E5 solid!important;
  padding-top: 10px;
  margin-top:10px;
}
.collapsable-block .content h4 {
  font-size: 18px;
  color: #178830!important;
}
.collapsable-block .content p {
  font-size: 14px;
  margin-bottom: 20px;
}
.collapsable-block .content p small {
  font-size: 14px;
  /* line-height: initial!important; */
}
.collapsable-block .think-again {
  font-weight:bold;
}
@media (max-width: 480px) {
  .collapsable-block .think-again::before {
    content: "\A";
    white-space: pre;
  }
}

.collapsable-block.closed .content {
  display:none;
}

.collapsable-block .rm {
  position:absolute;
  top: 15px;
  right:15px;
  text-decoration: underline;
}
.collapsable-block .rm::after {
  content: 'Read less -';
}
.collapsable-block.closed .rm::after {
  content: 'Read more +';
}

.form-pill-container input:checked + label, .form-pill-container input:checked + label, .form-pill-container input:checked + label {
  background: #178830;
  border: 1px solid #178830;
  color: white;
}

.form-pill:checked, .form-pill:active {
  background: #178830;
  border: 1px solid #178830;
  color: white;
}

.error input {
  border: 1px solid #D72714 !important;
}

.form-desktop .cell input:focus {
  outline-style: none;
  box-shadow: none;
}
