.detail-page h1 {
  color: #1B1464;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.36px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .detail-page h1 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.detail-page h4 {
  color: #1B1464;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .detail-page h4 {
    font-size: 20px;
  }
}
.detail-page .red-text {
  color: #E11F27;
}
.detail-page .grey-text {
  color: rgba(0, 0, 0, 0.8);
}
.detail-page .date {
  color: #E11F27;
  font-weight: 400;
  font-size: 20px;
}
.detail-page .btn-group .btn.btn-category {
  padding: 6px 10px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
}
.detail-page ul,
.detail-page ol {
  padding-left: 1rem;
  font-size: 16px;
}
.detail-page .detail-image {
  overflow: hidden;
}
.detail-page .detail-image img {
  width: 100%;
  transition: transform 0.7s ease-in-out;
}
.detail-page .detail-image img:hover {
  transform: scale(1.1);
}
.detail-page .detail-image img.desktop {
  display: block;
}
@media (max-width: 768px) {
  .detail-page .detail-image img.desktop {
    display: none;
  }
}
.detail-page .detail-image img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .detail-page .detail-image img.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .detail-page .detail-image img {
    border-radius: 0;
  }
}
.detail-page .buynow-wrapper.desktop {
  display: block;
}
@media (max-width: 768px) {
  .detail-page .buynow-wrapper.desktop {
    display: none;
  }
  .detail-page .buynow-wrapper.desktop .btn-make-claim {
    display: none;
  }
  .detail-page .buynow-wrapper.desktop .dropdown {
    display: none;
  }
}
.detail-page .buynow-wrapper.mobile {
  display: none;
}
@media (max-width: 768px) {
  .detail-page .buynow-wrapper.mobile {
    display: block;
    text-align: center;
  }
  .detail-page .buynow-wrapper.mobile .btn-red {
    float: none;
  }
}
.detail-page ul,
.detail-page ol {
  font-size: inherit;
  line-height: inherit;
}
.detail-page .field-name-body {
  font-size: 18px;
}
.detail-page .highlight-wrapper {
  padding-top: 30px;
}
.detail-page .highlight-wrapper#main-section {
  padding-top: 0;
}
.detail-page .highlight-wrapper .highlight-title {
  color: #E11F27;
}
.detail-page .highlight-wrapper p {
  color: rgba(0, 0, 0, 0.5);
}
.detail-page .highlight-wrapper img + p {
  margin-top: 15px;
}
.detail-page .highlight-wrapper .paragraph ol.lower-alpha {
  counter-reset: alpha-counter;
}
.detail-page .highlight-wrapper .paragraph ol.lower-alpha > li {
  counter-increment: alpha-counter;
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.detail-page .highlight-wrapper .paragraph ol.lower-alpha > li::before {
  content: counter(alpha-counter, lower-alpha) ". ";
  font-weight: bold;
  margin-right: 5px;
}
.detail-page .highlight-wrapper .paragraph ol.lower-alpha > li p {
  padding-left: 20px;
}
.detail-page .highlight-wrapper .paragraph ol.lower-alpha > li p:first-child {
  padding-left: 0;
  font-size: 16px;
}
.detail-page .highlight-wrapper .paragraph ol.lower-alpha > li ol,
.detail-page .highlight-wrapper .paragraph ol.lower-alpha > li ul {
  padding-left: 40px;
}
.detail-page .highlight-wrapper .paragraph ol.lower-roman {
  counter-reset: alpha-counter;
}
.detail-page .highlight-wrapper .paragraph ol.lower-roman > li {
  counter-increment: alpha-counter;
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.detail-page .highlight-wrapper .paragraph ol.lower-roman > li::before {
  content: counter(alpha-counter, lower-roman) ". ";
  font-weight: bold;
  margin-right: 5px;
}
.detail-page .highlight-wrapper .paragraph ol.lower-roman > li p {
  padding-left: 20px;
}
.detail-page .highlight-wrapper .paragraph ol.lower-roman > li p:first-child {
  padding-left: 0;
  font-size: 16px;
}
.detail-page .highlight-wrapper .paragraph ol.lower-roman > li ol,
.detail-page .highlight-wrapper .paragraph ol.lower-roman > li ul {
  padding-left: 40px;
}
.detail-page .highlight-wrapper .paragraph ol.decimal {
  counter-reset: alpha-counter;
}
.detail-page .highlight-wrapper .paragraph ol.decimal > li {
  counter-increment: alpha-counter;
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.detail-page .highlight-wrapper .paragraph ol.decimal > li::before {
  content: counter(alpha-counter, decimal) ". ";
  font-weight: bold;
  margin-right: 5px;
}
.detail-page .highlight-wrapper .paragraph ol.decimal > li p {
  padding-left: 20px;
}
.detail-page .highlight-wrapper .paragraph ol.decimal > li p:first-child {
  padding-left: 0;
  font-size: 16px;
}
.detail-page .highlight-wrapper .paragraph ol.decimal > li ol,
.detail-page .highlight-wrapper .paragraph ol.decimal > li ul {
  padding-left: 40px;
}
.detail-page .highlight-wrapper .btn.btn-red,
.detail-page .highlight-wrapper .btn:active.btn-red {
  min-width: 180px;
}

.card-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.sidebar-wrapper .sidebar {
  max-width: 293px;
  min-width: 293px;
  position: sticky;
  top: 0;
  max-height: 93vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar-wrapper .sidebar .sidebar-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.sidebar-wrapper .sidebar .sidebar-content {
  background-color: rgba(235, 235, 235, 0.75);
  border-radius: 5px;
  padding: 16px;
}
.sidebar-wrapper .sidebar .sidebar-content .mobile--current--state {
  display: none;
}
.sidebar-wrapper .sidebar .sidebar-content .ul--wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper .sidebar .sidebar-content .ul--wrapper ul li {
  margin-top: 16px;
}
.sidebar-wrapper .sidebar .sidebar-content .ul--wrapper ul li:first-child {
  margin-top: 0;
}
.sidebar-wrapper .sidebar .sidebar-content .ul--wrapper ul li a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.sidebar-wrapper .sidebar .sidebar-content .ul--wrapper ul li.active a {
  background-image: url("../images/sidebar-link-active.svg");
  padding-left: 30px;
  background-repeat: no-repeat;
  color: #E11F27;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .sidebar-wrapper {
    width: 100%;
  }
  .sidebar-wrapper .sidebar {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    position: unset;
    overflow: visible;
  }
  .sidebar-wrapper .sidebar .sidebar-content {
    margin-left: -15px;
    margin-right: -16px;
    background-color: transparent;
    padding: 0;
    position: relative;
  }
  .sidebar-wrapper .sidebar .sidebar-content .middle--nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .sidebar-wrapper .sidebar .sidebar-content .mobile--current--state {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #E11F27;
    text-decoration: none;
    background-image: url(../images/sidebar-link-active.svg);
    background-repeat: no-repeat;
    position: relative;
    background-color: gray;
    background-color: rgb(235, 235, 235);
    padding: 16px 16px 16px 46px;
    background-position: 16px center;
    position: sticky;
    top: 0;
  }
  .sidebar-wrapper .sidebar .sidebar-content .mobile--current--state span {
    width: calc(100% - 16px);
  }
  .sidebar-wrapper .sidebar .sidebar-content .mobile--current--state span::before {
    position: absolute;
    content: "";
    background-image: url(../images/down-arrow-gray.svg);
    width: 11px;
    height: 5.5px;
    top: 50%;
    right: 16px;
  }
  .sidebar-wrapper .sidebar .sidebar-content .mobile--current--state.active span::before {
    transform: rotate(180deg);
  }
  .sidebar-wrapper .sidebar .sidebar-content .ul--wrapper {
    display: none;
    background-color: rgb(235, 235, 235);
    left: 0;
    right: 0;
    border-top: 3px solid #1B1464;
  }
  .sidebar-wrapper .sidebar .sidebar-content .ul--wrapper ul {
    padding-bottom: 10px;
  }
  .sidebar-wrapper .sidebar .sidebar-content .ul--wrapper ul li {
    margin: 0;
  }
  .sidebar-wrapper .sidebar .sidebar-content .ul--wrapper ul li:first-child {
    margin: 0;
  }
  .sidebar-wrapper .sidebar .sidebar-content .ul--wrapper ul li a {
    display: block;
    padding: 10px 16px;
    margin: 0 16px;
  }
}

.user-logged-in .sidebar-wrapper .sidebar {
  top: 40px;
}

.scrollable {
  position: relative;
  margin: auto;
  overflow: hidden;
  max-width: calc(100% - 2px);
}
.scrollable table {
  width: 100%;
  margin: auto;
  border-collapse: separate !important;
  border-spacing: 0;
}
.scrollable .scrollable-wrap {
  width: 100%;
  overflow: auto;
  margin-left: -1px;
}
.scrollable th,
.scrollable td {
  vertical-align: top;
}

table {
  width: 100% !important;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 0 !important;
  border-top: 0;
  border-bottom: 0;
}
table thead tr {
  background-color: rgba(225, 31, 39, 0.25);
  font-weight: 500;
}
table thead tr th,
table thead tr td,
table thead tr th h5,
table thead tr td h5 {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-top: 0;
  border-left: 0;
}
table thead tr th p,
table thead tr td p,
table thead tr th h5 p,
table thead tr td h5 p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  table thead tr th,
  table thead tr td,
  table thead tr th h5,
  table thead tr td h5 {
    font-size: 14px;
  }
}
table thead tr:first-child {
  background-color: #111042;
  color: #FFFFFF;
}
table thead tr:first-child th {
  font-weight: 700;
}
table tbody td:first-child,
table tbody th[scope=row] {
  font-size: 16px;
  color: #1B1464;
  text-align: left;
  font-weight: 500;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.08);
  padding: 16px 24px;
  width: 224px;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  table tbody td:first-child,
  table tbody th[scope=row] {
    font-size: 14px;
  }
}
table tbody h4 {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  table tbody h4 {
    font-size: 14px;
  }
}
table tbody h5 {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
table tbody tr td {
  padding: 16px 24px;
  font-size: 14px;
  width: 224px;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  text-align: center;
  border-left: 0;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  table tbody tr td {
    font-size: 14px;
  }
}
table tbody tr td ol,
table tbody tr td ul {
  text-align: left;
}
table tbody tr td ol li,
table tbody tr td ul li {
  font-size: inherit;
}
table tfoot tr {
  background-color: rgba(225, 31, 39, 0.25);
  font-weight: 500;
}
table tfoot tr td,
table tfoot tr th {
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-top: 0;
  border-left: 0;
}
table tfoot tr td strong,
table tfoot tr th strong {
  font-weight: inherit;
  white-space: nowrap;
}
table tfoot tr td u,
table tfoot tr th u {
  text-decoration: none;
}
table tfoot tr td:first-child,
table tfoot tr th:first-child {
  font-weight: 500;
}
table tfoot tr td p,
table tfoot tr th p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  table tfoot tr td,
  table tfoot tr th {
    font-size: 14px;
  }
}
table tfoot tr:first-child {
  background-color: #111042;
  color: #FFFFFF;
}
table tfoot tr:first-child th {
  font-weight: 700;
}

#eligibility-criteria {
  margin-top: 30px;
  color: #E11F27;
}

/* 2 col image & text ui */
.page-node-type--lifestyle-library .custom-two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-node-type--lifestyle-library .custom-two-columns.right-image .image {
  padding-left: 20px;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-node-type--lifestyle-library .custom-two-columns .image {
  max-width: 40%;
}
.page-node-type--lifestyle-library .custom-two-columns .image img {
  width: 100%;
}
.page-node-type--lifestyle-library .custom-two-columns .content {
  max-width: 60%;
}
.page-node-type--lifestyle-library .custom-two-columns.left-image .image {
  padding-right: 20px;
  margin-bottom: 20px;
}
.page-node-type--lifestyle-library .highlight-wrapper-v2 {
  margin-bottom: 0;
}
.page-node-type--lifestyle-library .highlight.right {
  float: right;
  width: 40%;
  margin-left: 20px;
}
.page-node-type--lifestyle-library .highlight.left {
  float: left;
  width: 40%;
  margin-right: 35px;
  text-align: right;
}
.page-node-type--lifestyle-library .highlight-wrapper .highlight-title {
  margin-bottom: 17px;
}

.three-col-box-wrapper h3 {
  text-align: left;
}

strong.red-text {
  font-weight: 500;
}

@media only screen and (max-width: 979px) {
  .page-node-type--lifestyle-library-v2 .highlight-wrapper-v2 .paragraph {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 857px) {
  .page-node-type--lifestyle-library-v2 .custom-two-columns {
    display: block;
  }
  .page-node-type--lifestyle-library-v2 .custom-two-columns.right-image .image {
    padding-left: 0px;
    order: inherit;
  }
  .page-node-type--lifestyle-library-v2 .custom-two-columns .content {
    max-width: 100%;
  }
  .page-node-type--lifestyle-library-v2 .custom-two-columns.left-image .image {
    padding-right: 0px;
  }
  .page-node-type--lifestyle-library-v2 .custom-two-columns .image {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-node-type--lifestyle-library-v2 .highlight.right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .page-node-type--lifestyle-library-v2 .highlight.left {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
}

/*# sourceMappingURL=lifestyle-library-detail.css.map */
