/*$ida_color_neutral_79 : #BEC4C8;*/
/* === Begin List Navigation === */
.lp__lg_horizontal_img img {
  height: 148px;
  width: 263px;
  margin-right: 1rem;
  float: left;
  display: block;
}

.lp__md_horizontal_img img {
  height: 74px;
  width: 132px;
  margin-right: 1rem;
  float: left;
  display: block;
}

.lp__sm_horizontal_img img {
  height: 48px;
  width: 71px;
  margin-right: 1rem;
  float: left;
  display: block;
}

.lp__vertical_img img {
  height: 143px;
  width: 110px;
  margin-right: 1rem;
  float: left;
  display: block;
}

.lp__sm_square_img img {
  height: 90px;
  width: 90px;
  margin-right: 1rem;
  float: left;
  display: block;
  object-fit: cover;
}

.lp__lg_square_img img {
  height: 145px;
  width: 145px;
  margin-right: 1rem;
  float: left;
  display: block;
}

.lp__icon {
  width: 5.625rem;
  height: 5.625rem;
  text-align: center;
  border-radius: 100%;
  margin-right: 1rem;
  padding: 1rem 1.5rem;
}
.lp__icon i {
  font-size: 3rem;
  line-height: 3.5rem;
}

.lp__round_icon {
  display: flex;
}

.lp__lineicon {
  display: flex;
  align-items: center;
}

.lp__list_navigation_section {
  position: relative;
  margin-bottom: 32px;
}
.lp__list_navigation_section:before, .lp__list_navigation_section:after {
  content: " ";
  display: table;
}
.lp__list_navigation_section:after {
  clear: both;
}

.lp__list_navigation_content {
  display: block;
}
.lp__list_navigation_content .lp__list_navigation_title {
  font-family: "Andes", sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  color: #252E66;
  margin-bottom: 1rem;
  font-weight: normal;
  position: relative;
  z-index: 10;
}
.lp__list_navigation_content .lp__list_navigation_title a {
  color: #252E66;
}
.lp__list_navigation_content .lp__list_navigation_title a:hover {
  color: #252E66;
}
.lp__list_navigation_content .lp__blurb_text {
  position: relative;
  z-index: 10;
}
.lp__list_navigation_content .lp__blurb_text ul {
  list-style: disc;
  padding-left: 20px;
}
.lp__list_navigation_content .lp__blurb_text ol {
  list-style: decimal;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .lp__list_navigation_content {
    display: table-cell;
  }
}
.lp__list_nav_roundimg img {
  border-radius: 100%;
  border: 2px solid #0071bc;
}

.lp__list_nav_smtitle {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.lp__list_nav_smtitle .lp__list_navigation_content .lp__list_navigation_title {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .lp__list_nav_smtitle .lp__list_navigation_content .lp__list_navigation_title {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.lp__list_nav_smtitle:first-child {
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
}

.lp__list_navcomponents .two__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lp__list_navcomponents .two__column > li {
  float: none;
  width: 100%;
}
@media (min-width: 992px) {
  .lp__list_navcomponents .two__column > li {
    float: left;
    width: 47%;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .lp__list_navcomponents .two__column .lp__list_nav_smtitle:nth-of-type(2) {
    padding-top: 24px;
    border-top: 1px solid #e6e6e6;
  }
}
.lp__list_navcomponents .three__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lp__list_navcomponents .three__column li {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .lp__list_navcomponents .three__column li {
    float: left;
    width: 45%;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .lp__list_navcomponents .three__column li {
    width: 30%;
  }
}
.lp__list_navcomponents .four__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lp__list_navcomponents .four__column li {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .lp__list_navcomponents .four__column li {
    float: left;
    width: 45%;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .lp__list_navcomponents .four__column li {
    width: 23%;
  }
}

/* === End List Navigation === */
