.bulleted-list-card p,
.bulleted-list-card h3,
.bulleted-list-card h2,
.bulleted-list-card h4,
.bulleted-list-card h5,
.bulleted-list-card h6 {
  margin-bottom: 0;
}
.bulleted-list-card .bulleted-list-card__card-columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bulleted-list-card .bulleted-list-card__card-container {
  padding: 60px 20px 24px;
  border-radius: 8px;
  border: 1px solid #a7a8aa;
  width: 100%;
}
.bulleted-list-card .bulleted-list-card-header-row {
  margin-bottom: 30px;
  font-weight: 500;
}
.bulleted-list-card .bulleted-list-card-title {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
}
.bulleted-list-card .expValue,.bulleted-list-card .colValue {
  width: 0.1px;
  height: 0.1px;
  visibility: hidden;
  opacity: 0;
}
.bulleted-list-card .bulleted-list-card-subTitle {
  font-family: 'Noto Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__card-container {
  padding: 0px 30px 24px;
}
.bulleted-list-card .bulleted-list-card__supporting-eyebrow {
  position: absolute;
  min-width: 158px;
  text-align: center;
  top: -1px;
  left: 8px;
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: #333333;
  background: #a4ce4e 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 8px 0px;
  padding: 12px 20px;
  width: auto;
  font-weight: bold;
}
.bulleted-list-card .bulleted-list-card__supporting-eyebrow:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: -14px;
  left: 0px;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #a4ce4e;
  opacity: 0.5;
}
.bulleted-list-card .card-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bulleted-list-card .bulleted-list-card__supporting-eyebrow.pink {
  color: #ffffff;
  background: #db095b 0% 0% no-repeat padding-box;
}
.bulleted-list-card .bulleted-list-card__supporting-eyebrow.pink:before {
  border-bottom: 7px solid #db095b;
}
.bulleted-list-card .bulleted-list-card__title {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
}
.bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__title {
  font-size: 18px;
  line-height: 27px;
}
.bulleted-list-card .bulleted-list-card__supporting-copy {
  font-family: 'Noto Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.bulleted-list-card .bulleted-list-card-border {
  position: relative;
  width: 50%;
  margin-top: 30px;
}
.bulleted-list-card .bulleted-list-card-border:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -o-linear-gradient(left, #0090da, #a4ce4e);
  background: -webkit-gradient(linear, left top, right top, from(#0090da), to(#a4ce4e));
  background: linear-gradient(to right, #0090da, #a4ce4e);
}
.bulleted-list-card ul {
  padding-top: 30px;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
.bulleted-list-card .bulleted-list-card-icon ul {
  padding-top: 20px;
}
.bulleted-list-card li {
  position: relative;
}
.bulleted-list-card li img {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 7px;
}
.bulleted-list-card li p {
  display: inline-block;
  width: auto;
  font-family: 'Noto Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  margin-left: 24px;
}
.bulleted-list-card li p:first-of-type {
  margin-top: 0;
}
.bulleted-list-card.coverage-card.gray {
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.bulleted-list-card.coverage-card.gray .bulleted-list-card__card-container {
  background-color: #ffffff;
}
.bulleted-list-card.coverage-card .bulleted-list-card-header-row {
  margin-bottom: 32px;
}
.bulleted-list-card.coverage-card .bulleted-list-card-title {
  font-size: 28px;
  line-height: 36px;
}
.bulleted-list-card.coverage-card .bulleted-list-card__card-container {
  padding: 0px 0px 22px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(169, 171, 174, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(169, 171, 174, 0.25);
}
.bulleted-list-card.coverage-card .bulleted-list-card__card-container .bulleted-list-card__title,
.bulleted-list-card.coverage-card .bulleted-list-card__card-container ul {
  padding-left: 24px;
  padding-right: 24px;
}
.bulleted-list-card.coverage-card .bulleted-list-card__icon {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom: none;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e6f4fb;
}
.bulleted-list-card.coverage-card .bulleted-list-card__icon img {
  width: 60px;
  height: 60px;
}
.bulleted-list-card.coverage-card .bulleted-list-card__icon .bulleted-list-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-left: 9px;
  font-size: 18px;
  line-height: 27px;
}
.bulleted-list-card.coverage-card .bulleted-list-card__supporting-copy {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.bulleted-list-card.coverage-card .bulleted-list-card__supporting-copy b {
  font-weight: 600;
}
.bulleted-list-card.coverage-card ul {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
.bulleted-list-card.coverage-card li {
  list-style: disc;
}
.bulleted-list-card.coverage-card li p {
  margin: 0;
  line-height: 24px;
}
.bulleted-list-card.coverage-card .bulleted-list-card-cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
.bulleted-list-card.coverage-card .bulleted-list-card__cta {
  border: 2px solid #333333;
  background-color: #ffffff;
}
.bulleted-list-card.coverage-card .bulleted-list-card__cta:hover {
  border: 2px solid #6e6e6e;
  background-color: #6e6e6e;
  color: #ffffff;
}
.bulleted-list-card.condensed-card .bulleted-list-card-header-row {
  margin-bottom: 24px;
}
.bulleted-list-card.condensed-card .bulleted-list-card__card-container {
  padding: 0px 0px 24px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(169, 171, 174, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(169, 171, 174, 0.25);
}
.bulleted-list-card.condensed-card .bulleted-list-card__card-container .bulleted-list-card__title,
.bulleted-list-card.condensed-card .bulleted-list-card__card-container ul {
  padding-left: 24px;
  padding-right: 24px;
}
.bulleted-list-card.condensed-card .bulleted-list-card__icon {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom: none;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e6f4fb;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bulleted-list-card.condensed-card .bulleted-list-card__icon img {
  width: 30px;
  height: 30px;
}
.bulleted-list-card.condensed-card .bulleted-list-card__icon .bulleted-list-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-left: 16px;
}
.bulleted-list-card.condensed-card .bulleted-list-card__supporting-copy {
  text-align: left;
  margin-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.bulleted-list-card.condensed-card .bulleted-list-card__supporting-copy b {
  font-weight: 600;
}
.bulleted-list-card.condensed-card .bulleted-list-card-cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__icon,
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__title,
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card--accordionContent,
  .bulleted-list-card .bulleted-list-card-icon .icon-minus {
    display: none;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__card-container {
    width: 100%;
    padding: 0;
    border-radius: initial;
    border: none;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__card-columns:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card--titleSection__toggle {
    margin-bottom: 8px;
    text-align: right;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card--accordionSection__title {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #a7a8aa;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card--accordionSection__title[aria-expanded="true"] {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid #a7a8aa;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card--accordionSection__title .bulleted-list-card__title {
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card--accordionSection__title img {
    height: 40px;
    width: 40px;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card--accordionSection__title svg {
    height: 16px;
    width: 16px;
    min-width: 16px;
    fill: #007abc;
    margin-left: 20px;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card--accordionContent {
    padding: 20px 12px;
    border-left: 1px solid #a7a8aa;
    border-right: 1px solid #a7a8aa;
    border-bottom: 1px solid #a7a8aa;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__card-columns,
  .bulleted-list-card.condensed-card .bulleted-list-card__card-columns {
    margin-top: 24px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__card-columns:first-of-type,
  .bulleted-list-card.condensed-card .bulleted-list-card__card-columns:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .bulleted-list-card .bulleted-list-card:not(.bulleted-list-card-icon):not(.coverage-card):not(.condensed-card) .bulleted-list-card__card-columns {
    margin-top: 30px;
  }
  .bulleted-list-card .bulleted-list-card:not(.bulleted-list-card-icon):not(.coverage-card):not(.condensed-card) .bulleted-list-card__card-columns:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__card-columns:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__card-columns:nth-of-type(n+3) {
    margin-top: 24px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__card-columns:last-child:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }
  .bulleted-list-card.condensed-card .bulleted-list-card.condensed-card .bulleted-list-card-header-row {
    margin-bottom: 32px;
  }
  .bulleted-list-card.condensed-card .bulleted-list-card__card-columns:nth-of-type(n+3) {
    margin-top: 32px;
  }
  .bulleted-list-card.condensed-card .bulleted-list-card__card-columns:last-child:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__card-container {
    padding: 0px 0px 24px;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__card-container .bulleted-list-card__title,
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__card-container ul {
    padding-left: 24px;
    padding-right: 24px;
  }
  .bulleted-list-card .bulleted-list-card__card-container {
    padding: 80px 30px 40px;
  }
  .bulleted-list-card .bulleted-list-card-header-row {
    margin-bottom: 60px;
  }
  .bulleted-list-card .bulleted-list-card--titleSection__toggle,
  .bulleted-list-card .bulleted-list-card--accordionSection__title {
    display: none;
  }
  .bulleted-list-card .bulleted-list-card-title {
    font-size: 34px;
    line-height: 51px;
  }
  .bulleted-list-card .bulleted-list-card-subTitle {
    margin-top: 0;
  }
  .bulleted-list-card .bulleted-list-card__title {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 24px;
  }
  .bulleted-list-card .bulleted-list-card-border {
    width: 60%;
    margin: 30px auto 0;
  }
  .bulleted-list-card .bulleted-list-card__supporting-copy {
    text-align: center;
    margin-top: 30px;
  }
  .bulleted-list-card ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .bulleted-list-card .bulleted-list-card-icon ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .bulleted-list-card .bulleted-list-card__icon {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: 1px solid #a7a8aa;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
  }
  .bulleted-list-card .bulleted-list-card__icon img {
    width: 100px;
    height: 100px;
  }
  .bulleted-list-card .bulleted-list-card--accordionContent {
    display: block !important;
  }
  .bulleted-list-card.coverage-card.gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card-header-row {
    margin-bottom: 40px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card-header-row .bulleted-list-card-title {
    text-align: center;
    font-size: 36px;
    line-height: 54px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card-header-row .bulleted-list-card-subTitle {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card-header-row .bulleted-list-card-subTitle a {
    font-weight: 600;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__icon {
    padding: 30px 0 20px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__icon img {
    height: 90px;
    width: 90px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__card-container {
    padding: 0px 0px 30px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__card-container .bulleted-list-card__title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 21px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__card-container ul {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__supporting-copy {
    text-align: left;
    margin-top: 13px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 27px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card--accordionContent {
    margin-top: 13px;
    padding-top: 0;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card-cta-row {
    margin-top: 40px;
  }
  .bulleted-list-card.condensed-card .bulleted-list-card__icon {
    min-height: 92px;
  }
  .bulleted-list-card.condensed-card .bulleted-list-card-header-row {
    margin-bottom: 32px;
  }
  .bulleted-list-card.condensed-card .bulleted-list-card-cta-row {
    margin-top: 32px;
  }
  .bulleted-list-card.condensed-card .bulleted-list-card-title {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .bulleted-list-card .bulleted-list-card-border {
    width: 75%;
  }
  .bulleted-list-card .bulleted-list-card-header-row {
    margin-bottom: 80px;
  }
  .bulleted-list-card .bulleted-list-card-title {
    font-size: 36px;
    line-height: 53px;
  }
  .bulleted-list-card .bulleted-list-card:not(.bulleted-list-card-icon):not(.coverage-card):not(.condensed-card) .bulleted-list-card__card-columns:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__card-columns:nth-of-type(n+4) {
    margin-top: 30px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__card-columns:nth-of-type(n+4) {
    margin-top: 30px;
  }
  .bulleted-list-card.coverage-card.gray {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__icon {
    padding: 30px 0 30px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__icon img {
    height: 100px;
    width: 100px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__card-container .bulleted-list-card__title {
    font-size: 24px;
    line-height: 36px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card__supporting-copy {
    margin-top: 15px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card--accordionContent {
    margin-top: 15px;
    padding-top: 0;
  }
  .bulleted-list-card.coverage-card li p {
    font-size: 18px;
    line-height: 27px;
  }
  .bulleted-list-card.coverage-card .bulleted-list-card-subTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .bulleted-list-card.condensed-card .bulleted-list-card__card-columns:nth-of-type(n+3) {
    margin-top: 32px;
  }
  .bulleted-list-card.condensed-card .bulleted-list-card__supporting-copy {
    font-size: 18px;
    line-height: 27px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.keyboard-active .bulleted-list-card.coverage-card .bulleted-list-card__cta:focus {
  outline-color: #0061a0;
}
