@charset "UTF-8";
/*
Theme Name: Health Partners Blog
Theme URI: https://healthpartners.com/blog
Author: Dave Tesch
Author URI: https://da.vetes.ch/
Description: Health Partners Blog - Component Library 5.x - February 2021
Version: 1.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: healthpartners
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
#main-column .post, #main-column .page {
  border: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.searchandfilter div > ul {
  padding-left: 0px;
  margin-top: 0;
  margin: 0 auto;
  max-width: 700px;
  display: block;
  margin-bottom: 20px;
}
.searchandfilter div > ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  text-decoration: none;
  margin-top: 20px;
}
.searchandfilter div > ul li > select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI0N3B4IiBoZWlnaHQ9IjQ3cHgiIHZpZXdCb3g9IjAgMCA0NyA0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDcgNDc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiB0cmFuc3BhcmVudDt9DQoJLnN0MXtmaWxsOiM2NzZBNzI7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NS4yLDQ2SDFWMWg0NC4yQzQ1LjcsMSw0NiwxLjMsNDYsMS44djQzLjVDNDYsNDUuNyw0NS43LDQ2LDQ1LjIsNDZ6Ii8+DQoJPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIyMy41LDMwLjEgMTQuNiwyMS4yIDE2LjcsMTkuMSAyMy41LDI1LjkgMzAuMywxOS4xIDMyLjQsMjEuMiAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==) !important;
  background-position: right -2px top -2px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 60px 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #676971;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}
.searchandfilter div > ul li > select::-ms-expand {
  display: none;
}
.searchandfilter div > ul li > input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #676971;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.searchandfilter div > ul li > input[type=text] {
  height: 31px;
  padding: 6px 12px;
}

@media only screen and (max-width: 403px), (min-width: 504px) and (max-width: 618px) {
  .searchandfilter div > ul > li:nth-child(3) {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 404px) and (max-width: 503px), (min-width: 619px) {
  .searchandfilter div > ul > li:nth-child(3) {
    margin-top: 52px;
  }
}
.searchandfilter h4 {
  font-weight: bold;
  margin-top: 0px;
  font-family: var(--text-body-font-sm);
}

.home .searchandfilter div > ul {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 620px;
}
@media only screen and (max-width: 992px) {
  .home .searchandfilter div > ul {
    width: auto;
  }
}
@media only screen and (max-width: 403px), (min-width: 504px) and (max-width: 618px) {
  .home .searchandfilter div > ul > li:nth-child(3) {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 404px) and (max-width: 503px), (min-width: 619px) {
  .home .searchandfilter div > ul > li:nth-child(3) {
    margin-top: 52px;
  }
}

/* AUTHOR IMAGE TREATMENT - THESE STYLES CAN BE REMOVED AFTER THE COMPONENT REPLACES THE HAND-WRITTEN CODE FOR THE DESIGN */
section.author {
  display: flex;
  justify-content: left;
  font-family: var(--text-heading-font-xxl);
  border-top: solid 2px #F3F3F3;
  border-bottom: solid 2px #F3F3F3;
  padding: 15px 0 12px 0;
  max-width: 946px;
  margin: 0 auto;
}
section.author p {
  margin-left: 30px;
}
section.author p a {
  color: var(--color-text-base);
  text-decoration: none;
  padding-right: 0.5em;
}

.author-image .byline-image-container {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border: solid 3px white;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
.author-image .byline-image-container .author-byline-img-round {
  width: 100%;
}

.author-content {
  align-self: center;
}

.author-img-round {
  border-radius: 50%;
  border: 2px #dcdddf solid;
  padding: 8px;
  background: #fff;
}

.bio-header .bio-area {
  display: flex;
  flex-flow: row wrap;
}
.bio-header .bio-area .bio-image {
  width: 300px;
  align-self: center;
}
.bio-header .bio-area .bio-image .author-img-round {
  border-radius: 50%;
  border: 2px #dcdddf solid;
  padding: 8px;
  background: #fff;
}
.bio-header .bio-area .bio-image .author-byline-img-round {
  border-radius: 50%;
  border: 1px #dcdddf solid;
  padding: 8px;
  background: #fff;
  width: 250px;
}
.bio-header .bio-area .bio-intro-content {
  align-self: center;
}

@media (max-width: 767px) {
  .author-heading {
    text-align: center;
  }
}
.row-author-banner {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .row-author-banner {
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
.row-author-byline {
  display: flex;
  justify-content: left;
}
.row-author-byline p a {
  color: var(--color-text-base);
  text-decoration: none;
  padding-right: 0.5em;
}

.breadcrumb {
  padding: 12px 0;
  font-family: var(--text-body-font-xs);
  color: var(--color-text-light);
  font-weight: var(--text-body-weight-sm);
  font-size: var(--text-body-pixels-xs);
}
.breadcrumb a {
  color: var(--color-text-light);
  text-decoration: none;
  line-height: var(--text-body-line-height-sm);
  letter-spacing: var(--text-body-letter-spacing-sm);
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.single-post hp5-semantic, .single-post .post-content, .page-template-template-medicarequiz hp5-semantic, .page-template-template-medicarequiz .post-content {
  max-width: 946px;
  margin: 0 auto;
  font-family: var(--text-body-font-md);
  font-weight: var(--text-body-weight-md);
  font-size: var(--text-body-pixels-md);
  line-height: var(--text-body-line-height-md);
  letter-spacing: var(--text-body-letter-spacing-md);
  color: var(--color-text-base);
}
.single-post hp5-semantic > p, .single-post .post-content > p, .page-template-template-medicarequiz hp5-semantic > p, .page-template-template-medicarequiz .post-content > p {
  margin-top: var(--text-body-line-height-md);
}
.single-post hp5-semantic > p + h2, .single-post .post-content > p + h2, .page-template-template-medicarequiz hp5-semantic > p + h2, .page-template-template-medicarequiz .post-content > p + h2 {
  margin-top: 54px;
}
@media only screen and (max-width: 992px) {
  .single-post hp5-semantic > p + h2, .single-post .post-content > p + h2, .page-template-template-medicarequiz hp5-semantic > p + h2, .page-template-template-medicarequiz .post-content > p + h2 {
    margin-top: 42px;
  }
}
.single-post hp5-semantic > p + h3, .single-post .post-content > p + h3, .page-template-template-medicarequiz hp5-semantic > p + h3, .page-template-template-medicarequiz .post-content > p + h3 {
  margin-top: 54px;
}
@media only screen and (max-width: 992px) {
  .single-post hp5-semantic > p + h3, .single-post .post-content > p + h3, .page-template-template-medicarequiz hp5-semantic > p + h3, .page-template-template-medicarequiz .post-content > p + h3 {
    margin-top: 42px;
  }
}
.single-post hp5-semantic > ul + h2, .single-post .post-content > ul + h2, .page-template-template-medicarequiz hp5-semantic > ul + h2, .page-template-template-medicarequiz .post-content > ul + h2 {
  margin-top: 54px;
}
@media only screen and (max-width: 992px) {
  .single-post hp5-semantic > ul + h2, .single-post .post-content > ul + h2, .page-template-template-medicarequiz hp5-semantic > ul + h2, .page-template-template-medicarequiz .post-content > ul + h2 {
    margin-top: 42px;
  }
}
.single-post hp5-semantic > ul + h3, .single-post .post-content > ul + h3, .page-template-template-medicarequiz hp5-semantic > ul + h3, .page-template-template-medicarequiz .post-content > ul + h3 {
  margin-top: 54px;
}
@media only screen and (max-width: 992px) {
  .single-post hp5-semantic > ul + h3, .single-post .post-content > ul + h3, .page-template-template-medicarequiz hp5-semantic > ul + h3, .page-template-template-medicarequiz .post-content > ul + h3 {
    margin-top: 42px;
  }
}
.single-post hp5-semantic h2, .single-post hp5-semantic h3, .single-post hp5-semantic h4, .single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4, .page-template-template-medicarequiz hp5-semantic h2, .page-template-template-medicarequiz hp5-semantic h3, .page-template-template-medicarequiz hp5-semantic h4, .page-template-template-medicarequiz .post-content h2, .page-template-template-medicarequiz .post-content h3, .page-template-template-medicarequiz .post-content h4 {
  font-family: var(--text-body-font-md);
  color: var(--color-text-base);
}
.single-post hp5-semantic ul li > h2, .single-post hp5-semantic ul li > h3, .single-post hp5-semantic ol li > h2, .single-post hp5-semantic ol li > h3, .single-post .post-content ul li > h2, .single-post .post-content ul li > h3, .single-post .post-content ol li > h2, .single-post .post-content ol li > h3, .page-template-template-medicarequiz hp5-semantic ul li > h2, .page-template-template-medicarequiz hp5-semantic ul li > h3, .page-template-template-medicarequiz hp5-semantic ol li > h2, .page-template-template-medicarequiz hp5-semantic ol li > h3, .page-template-template-medicarequiz .post-content ul li > h2, .page-template-template-medicarequiz .post-content ul li > h3, .page-template-template-medicarequiz .post-content ol li > h2, .page-template-template-medicarequiz .post-content ol li > h3 {
  display: inline-block;
}
.single-post table, .single-post th, .single-post td, .page-template-template-medicarequiz table, .page-template-template-medicarequiz th, .page-template-template-medicarequiz td {
  font-family: var(--text-body-font-md);
}
.single-post .img-responsive + small, .page-template-template-medicarequiz .img-responsive + small {
  display: block;
  font-family: var(--text-body-font-sm);
}
.single-post div.well, .page-template-template-medicarequiz div.well {
  padding-top: var(--text-body-line-height-md);
}
.single-post div.well > img, .single-post div.well > small, .page-template-template-medicarequiz div.well > img, .page-template-template-medicarequiz div.well > small {
  padding-top: 0;
}
.single-post div.well > p, .page-template-template-medicarequiz div.well > p {
  padding-top: 0;
}
.single-post div.well > p img, .single-post div.well > p small, .page-template-template-medicarequiz div.well > p img, .page-template-template-medicarequiz div.well > p small {
  padding-top: 0;
}
.single-post .wp-caption-text, .page-template-template-medicarequiz .wp-caption-text {
  font-family: var(--text-body-font-sm);
}
.single-post a.btn, .page-template-template-medicarequiz a.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: lato-bold, Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.single-post a.btn.btn-primary, .page-template-template-medicarequiz a.btn.btn-primary {
  color: #fff;
  background-color: #006dca;
  border-color: #006dca;
}
.single-post a.btn.btn-primary:hover, .page-template-template-medicarequiz a.btn.btn-primary:hover {
  color: #fff;
  background-color: #204070;
  border-color: #183054;
}
.single-post a.btn.btn-primary-2, .page-template-template-medicarequiz a.btn.btn-primary-2 {
  color: #fff;
  background-color: #843177;
  border-color: #712a66;
}
.single-post a.btn.btn-primary-2:hover, .page-template-template-medicarequiz a.btn.btn-primary-2:hover {
  color: #fff;
  background-color: #5f2355;
  border-color: #451a3e;
}
.single-post .row.hp-grid-row, .page-template-template-medicarequiz .row.hp-grid-row {
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .hp-content-page-banner-c2 .c2-text-container .c2-text-content {
    max-width: calc(100% - 120px);
  }
}
nav.text-center .wp-pagenavi {
  text-align: center;
  font-family: var(--text-body-font-md);
}
@media (max-width: 768px) {
  nav.text-center .wp-pagenavi {
    overflow: hidden;
  }
}
nav.text-center .wp-pagenavi span, nav.text-center .wp-pagenavi a.page, nav.text-center .wp-pagenavi a.last, nav.text-center .wp-pagenavi a.nextpostslink, nav.text-center .wp-pagenavi a.first, nav.text-center .wp-pagenavi a.previouspostslink {
  border: none;
}
nav.text-center .wp-pagenavi a, nav.text-center .wp-pagenavi span.current {
  background: var(--color-neutral-xlight);
  color: var(--color-text-base);
  font-size: var(--text-body-pixels-sm);
  padding: var(--spacing-xs);
  margin: 0 7.5px;
}
@media (max-width: 768px) {
  nav.text-center .wp-pagenavi a, nav.text-center .wp-pagenavi span.current {
    margin: 0;
  }
}
nav.text-center .wp-pagenavi a:hover, nav.text-center .wp-pagenavi span.current:hover {
  background: var(--color-link-base);
  color: #fff;
  font-weight: normal !important;
}
nav.text-center .wp-pagenavi span.current {
  background: var(--color-text-light);
  color: #fff;
  font-weight: normal !important;
}
nav.text-center .wp-pagenavi span.current:hover {
  background: var(--color-text-light);
}
nav.text-center .wp-pagenavi span.extend {
  border: none;
  display: none;
}

.page-template-template-5reasons .form-inline .form-group {
  font-family: var(--text-body-font-md);
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.page-template-template-5reasons .form-inline .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}
.page-template-template-5reasons .form-control {
  width: 100%;
  width: auto;
  height: 45px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-template-template-5reasons select.form-control {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…kuMSAyMy41LDI1LjkgMzAuMywxOS4xIDMyLjQsMjEuMiAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-position: right -2px top -2px;
  background-color: #fff;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.page-template-template-5reasons .btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-template-template-5reasons .btn.btn-primary {
  color: #fff;
  background-color: #006dca;
  border-color: #006dca;
}
.page-template-template-5reasons .table {
  font-family: var(--text-body-font-md);
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 22px;
  margin-top: 30px;
}
.page-template-template-5reasons .table > thead > tr > th {
  vertical-align: bottom;
  text-align: left;
  padding: 8px;
  border-bottom: 2px solid #ddd;
}
.page-template-template-5reasons .table td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.page-template-template-5reasons .hp-semantic ol li {
  margin: 0 !important;
}

.page-template-template-missing .flex-container, .page-template-template-images .flex-container {
  padding: 50px 0;
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  font-family: sans-serif;
}
.page-template-template-missing .flex-container section, .page-template-template-images .flex-container section {
  width: 100%;
}
.page-template-template-missing .flex-container section.author-image, .page-template-template-missing .flex-container section.bio-link, .page-template-template-images .flex-container section.author-image, .page-template-template-images .flex-container section.bio-link {
  width: 15%;
  display: none;
}
.page-template-template-missing .flex-container section.author-list, .page-template-template-images .flex-container section.author-list {
  width: 25%;
}
.page-template-template-missing .flex-container section.author-list .author-image-url, .page-template-template-images .flex-container section.author-list .author-image-url {
  font-size: 9px;
  color: #999;
}
.page-template-template-missing .flex-container section > h2, .page-template-template-images .flex-container section > h2 {
  position: fixed;
  font-size: 14px;
  font-family: sans-serif;
  display: block;
  width: 100%;
  padding: 30px 0 9px 0;
  margin-top: -68px;
  background: white;
  border-bottom: solid 2px #999;
  z-index: 9;
}
.page-template-template-missing .flex-container section > h2 span, .page-template-template-images .flex-container section > h2 span {
  font-weight: normal;
  color: var(--color-text-base);
}
.page-template-template-missing .flex-container section ul, .page-template-template-images .flex-container section ul {
  margin: 0;
  padding: 0;
}
.page-template-template-missing .flex-container section ul li, .page-template-template-images .flex-container section ul li {
  line-height: normal;
  margin-top: 0;
  margin: 0;
  padding: 3px;
  background: #F6F6F6;
  border-bottom: solid 1px #AAA;
  list-style-type: none;
}
.page-template-template-missing .flex-container section ul li a, .page-template-template-images .flex-container section ul li a {
  font-size: 11px;
  color: #666;
  white-space: normal;
  text-decoration: none;
  position: relative;
}
.page-template-template-missing .flex-container section ul li a:active, .page-template-template-missing .flex-container section ul li a:focus, .page-template-template-missing .flex-container section ul li a:hover, .page-template-template-images .flex-container section ul li a:active, .page-template-template-images .flex-container section ul li a:focus, .page-template-template-images .flex-container section ul li a:hover {
  color: red !important;
}
.page-template-template-missing .flex-container section ul li a span.draft, .page-template-template-images .flex-container section ul li a span.draft {
  color: #66f !important;
}
.page-template-template-missing .flex-container section ul li a span.related-posts, .page-template-template-images .flex-container section ul li a span.related-posts {
  position: absolute;
  left: -18px;
  top: -1px;
}
.page-template-template-missing .flex-container section ul li a span.needmore, .page-template-template-images .flex-container section ul li a span.needmore {
  color: red;
}
.page-template-template-missing .flex-container section ul li span, .page-template-template-images .flex-container section ul li span {
  line-height: 13px;
}
.page-template-template-missing .flex-container section ul li span a, .page-template-template-images .flex-container section ul li span a {
  background: #BBB;
  color: #fff !important;
  border-radius: 2px;
  display: inline-block;
  font-size: 8px;
  line-height: normal;
  padding: 2px;
  padding-left: 3px;
  position: relative;
  top: -1px;
}
.page-template-template-missing .flex-container section ul li span a:hover, .page-template-template-images .flex-container section ul li span a:hover {
  background: red;
  color: #fff !important;
  text-decoration: none !important;
}
.page-template-template-missing .flex-container section ul li em, .page-template-template-images .flex-container section ul li em {
  font-style: normal;
  float: right;
}
.page-template-template-missing .flex-container section ul li em a:hover, .page-template-template-images .flex-container section ul li em a:hover {
  text-decoration: none;
}
.page-template-template-missing .flex-container section ul li.needs a, .page-template-template-images .flex-container section ul li.needs a {
  color: black;
}
.page-template-template-missing .flex-container section ul li.needs span a, .page-template-template-images .flex-container section ul li.needs span a {
  background: #666;
}
.page-template-template-missing .flex-container section ul li.needs span a:hover, .page-template-template-images .flex-container section ul li.needs span a:hover {
  background: #e15f5f;
}
.page-template-template-missing .flex-container section ul li span.permalink, .page-template-template-images .flex-container section ul li span.permalink {
  display: block;
  font-size: 8px;
}
.page-template-template-missing .flex-container section ul li div.referenced-by, .page-template-template-images .flex-container section ul li div.referenced-by {
  font-size: 9px;
}
.page-template-template-missing .flex-container section.related-posts, .page-template-template-images .flex-container section.related-posts {
  display: none;
}
.page-template-template-missing .flex-container section.banner-image, .page-template-template-images .flex-container section.banner-image {
  width: 70%;
}
.page-template-template-missing .flex-container section.banner-image ul li em, .page-template-template-images .flex-container section.banner-image ul li em {
  font-size: 9px;
  position: relative;
  top: -22px;
}
.page-template-template-missing .flex-container section.categories, .page-template-template-images .flex-container section.categories {
  font-size: 11px;
}
.page-template-template-missing .flex-container section.categories > h4, .page-template-template-images .flex-container section.categories > h4 {
  font-size: 14px;
}
.page-template-template-missing .flex-container section.categories ul li, .page-template-template-images .flex-container section.categories ul li {
  padding: 5px;
}
.page-template-template-missing footer, .page-template-template-images footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #CCC;
  text-align: center;
  font-family: sans-serif;
  z-index: 9999;
}
.page-template-template-missing footer h5, .page-template-template-images footer h5 {
  display: inline-block;
  width: 49%;
}

.page-template-template-images .flex-container {
  padding-top: 0;
}
.page-template-template-images .flex-container section {
  width: 100%;
}
.page-template-template-images .flex-container section h2 {
  position: relative;
  margin-top: 0;
}
.page-template-template-images .flex-container section div.images {
  font-size: 11px;
  color: var(--color-text-base);
}
.page-template-template-images .flex-container section div.images h6 {
  margin-top: 10px;
  font-size: 10px;
  color: var(--color-text-light);
  margin-bottom: 0;
}
.page-template-template-images .flex-container section div.images a {
  display: block;
  color: #333;
}
.page-template-template-images .flex-container section ul li {
  padding: 15px 10px;
}
.page-template-template-images .flex-container section ul li span.permalink {
  color: var(--color-text-base);
  font-size: 11px;
}
.page-template-template-images .flex-container section ul li span.permalink a {
  background: none;
  color: var(--color-text-base) !important;
  padding-left: 0;
}
.page-template-template-images .flex-container section ul li span.permalink a:hover {
  color: #F00 !important;
}
.page-template-template-images .flex-container section ul li > a {
  font-weight: bold;
  font-size: 80%;
  color: var(--color-text-base);
}
.page-template-template-images .flex-container section ul li > a span.edit {
  float: right;
}
.page-template-template-images .flex-container section ul li > a span.draft {
  color: #66f !important;
}

hp5-article-card {
  overflow: hidden;
}
hp5-article-card .article-card-image {
  width: 175% !important;
  margin-left: -50%;
  min-height: 200px;
  max-height: 210px;
  object-fit: cover;
}

hp5-article-card[data-align=L] .article-card-image {
  margin-left: -14%;
}

hp5-article-card[data-align=C] .article-card-image {
  margin-left: -33%;
}

hp5-article-card[data-align=R] .article-card-image {
  margin-left: -72%;
}

.page-template-template-medicarehome hp5-article-card {
  overflow: hidden;
}
.page-template-template-medicarehome hp5-article-card .article-card-image {
  width: 100% !important;
  margin-left: auto;
  min-height: none;
  max-height: none;
  object-fit: auto;
}

.page-template-template-categories hp5-article-card .article-card-image {
  width: 128% !important;
  margin-left: -28%;
  max-height: 210px;
}
@media only screen and (min-width: 1200px) {
  .page-template-template-categories hp5-article-card .article-card-image {
    width: 114%;
    margin-left: -14%;
    max-height: 210px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-template-categories hp5-article-card .article-card-image {
    max-height: none;
  }
}

.home hp5-feature-story .text .vertical-pipe + hp5-link-text-tertiary {
  font-weight: normal;
}
.home hp5-feature-story .text .vertical-pipe + hp5-link-text-tertiary a:hover {
  text-decoration: none;
  cursor: none;
  color: var(--color-text-xlight);
}
.home hp5-feature-story .text .vertical-pipe + hp5-link-text-tertiary a:hover span {
  color: var(--color-text-xlight);
}
.home hp5-feature-story .text .vertical-pipe + hp5-link-text-tertiary a span {
  font-weight: normal;
}
.home .popular-topics hp5-article-card .article-card-image {
  width: 150% !important;
}
@media only screen and (max-width: 768px) {
  .home .popular-topics hp5-article-card .article-card-image {
    width: 122%;
    margin-left: -20%;
  }
}

@media only screen and (min-width: 992px) {
  .hp-content-page-banner-c2 .c2-image-container .c2-background-image {
    height: 325px;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-content-page-banner-c2 .c2-image-container .c2-background-image {
    height: 425px;
  }
}

@media only screen and (min-width: 992px) {
  .hp-content-page-banner-c2 .c2-image-container {
    max-height: 325px;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-content-page-banner-c2 .c2-image-container {
    max-height: 425px;
  }
}

img.img-responsive {
  max-width: 100%;
}

.single-contributor .hp-grid-column,
.archive .hp-grid-column,
.page-template-template-popularposts .hp-grid-column,
.page-template-recentposts .hp-grid-column,
.search-results .hp-grid-column,
.page-template-template-categories .hp-grid-column,
.page-template-template-recentposts .hp-grid-column {
  margin-bottom: var(--spacing-md);
}

.single-contributor .bio-area {
  display: flex;
  flex-flow: row wrap;
}
.single-contributor .bio-area .bio-image {
  width: 250px;
  align-self: center;
}
.single-contributor .bio-area .bio-image hp5-person-image {
  background: #FFF;
}
.single-contributor .bio-area .bio-intro-content {
  align-self: center;
}

.text-center {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .hp-feature-story .feature-story-text-grid .feature-story-text-container {
    width: 420px;
  }
}
.feature-story-text-container .text p {
  color: #FFF;
  font-family: var(--text-body-font-sm);
}

@media only screen and (min-width: 1200px) {
  .hp-feature-story {
    height: 450px;
  }
  .hp-feature-story .feature-story-text-grid {
    height: 450px;
  }
}
.hp-feature-story .feature-story-text-grid .feature-story-text-container.primary-brand-base.purple {
  background-color: #522398;
}
.hp-feature-story .feature-story-text-grid .feature-story-text-container.primary-brand-base.blue {
  background-color: #3D7EDB;
}
.hp-feature-story .feature-story-text-grid .feature-story-text-container.primary-brand-base.green {
  background-color: #009B48;
}
.hp-feature-story .feature-story-text-grid .feature-story-text-container.primary-brand-base.dark-blue {
  background-color: #006DCA;
}
.hp-feature-story .feature-story-text-grid .feature-story-text-container.primary-brand-base.orange {
  background-color: #FF6117;
}
.hp-feature-story .feature-story-text-grid .feature-story-text-container.primary-brand-base.pink {
  background-color: #EF426D;
}
.hp-feature-story .feature-story-text-grid .feature-story-text-container.primary-brand-base.black {
  background-color: #474C59;
}
.hp-feature-story .feature-story-text-grid .feature-story-text-container.primary-brand-base.letsgo {
  background-color: #3B2A64;
}
.hp-feature-story .feature-story-text-grid .feature-story-text-container.primary-brand-base.clear {
  background-color: transparent;
}

form.searchandfilter ul {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  padding-left: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
}
form.searchandfilter ul li {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  form.searchandfilter ul li {
    margin-bottom: 15px;
  }
}
form.searchandfilter ul li h4 {
  color: #474C59;
  font-size: 125%;
}
form.searchandfilter ul li select {
  padding: 10px;
  margin-right: 50px;
  border: solid 1px #cacdd5;
}
form.searchandfilter ul li input[type=text] {
  padding: 10px;
  border: solid 1px #cacdd5;
}
form.searchandfilter ul li input[type=submit] {
  background-color: #006DCA;
  border: solid 1px #006DCA;
  border-left: none;
  line-height: 36px;
  color: #F3F3F3;
  font-family: var(--text-heading-font-sm);
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) {
  .recipe-container {
    margin-top: 30px;
  }
}

.nutrition-table {
  border: 1px solid #333;
  margin-top: 35px;
  padding: 10px 10px;
  font-size: 16px;
  font-family: sans-serif;
}
.nutrition-table table {
  border-spacing: 0;
  border-collapse: collapse;
}
.nutrition-table table p {
  margin: 0px;
}
.nutrition-table h3 {
  font-size: 30px;
  border-bottom: solid 1px;
  margin-bottom: 8px;
  margin-top: 5px;
  font-family: sans-serif !important;
}
.nutrition-table p.servings-per {
  font-size: 24px;
  margin: 0;
}
.nutrition-table p.serving-size {
  font-size: 18px;
  margin: 0;
}
.nutrition-table .heavy-rule {
  width: 100%;
  border: solid 5px black;
  clear: both;
  margin-top: 10px;
  border-collapse: separate;
}
.nutrition-table .calories-container {
  padding-bottom: 8px;
}
.nutrition-table .left {
  float: left;
}
.nutrition-table .bottom-margin-7 {
  margin-bottom: 7px;
}
.nutrition-table .calories-container .amount-per-title {
  position: relative;
  top: 2px;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.nutrition-table .calories-container .calories-title {
  font-size: 30px;
  margin: 0;
  padding: 0;
}
.nutrition-table .calories-container .calories-count {
  font-size: 35px;
  position: relative;
  top: 28px;
  margin: 0;
  padding: 0;
  float: right;
}
.nutrition-table .light-rule {
  width: 100%;
  border: solid 2px black;
  clear: both;
  border-collapse: separate;
}
.nutrition-table .dv-table-container table {
  width: 100%;
}
.nutrition-table .dv-table-container table td {
  border: solid 1px black;
  padding: 0px;
  font-family: sans-serif;
}
.nutrition-table .dv-table-container table td:nth-of-type(odd) {
  width: 80px;
  padding: 1px;
  border-left: none;
  text-align: right;
  padding-right: 15px;
}
.nutrition-table .dv-table-container table td:nth-of-type(even) {
  border-right: none;
  padding-left: 15px;
}
.nutrition-table .dv-table-container table td:nth-of-type(even).indent-1 {
  padding-left: 30px;
}
.nutrition-table .dv-table-container table td:nth-of-type(even).indent-2 {
  padding-left: 60px;
}
.nutrition-table .dv-table-container table tr.table-thick-rule {
  border-bottom: solid 10px;
}
.nutrition-table .dv-table-container table tr.table-light-rule {
  border-bottom: solid 5px;
}
.nutrition-table .pdv-description {
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0px;
}
.nutrition-table strong {
  font-weight: bold !important;
}

.image-container img {
  max-width: 100%;
  height: auto;
}

.page-template-template-medicarequiz .question ul {
  padding-left: 20px;
  list-style: none;
}
.page-template-template-medicarequiz .question ul li {
  padding-left: 15px;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
.page-template-template-medicarequiz .question ul li input {
  margin-left: -15px;
  margin-top: 8px;
  position: relative;
  left: -10px;
}
.page-template-template-medicarequiz .medicare-answer {
  display: none;
}