/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #6b7280;
}
#navTopLevel .navButton:hover {
    color: #ffffff;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #6b7280;
}

/* Buttons */
.button {
    padding: 10px 30px;
    min-width: 245px;
    text-align: center;
}

/* List Items - Rounded Corner Images */
.itemsCollectionContent .contentImg {
    border-radius: 10px;
}

/* HP CTA Buttons */
@media only screen and (min-width: 768px) {
.blockWrap_a01fa8a66fcf4f6cb22de7b2a377dc34 .itemsCollectionContent .itemInnerContent {
    min-height: 180px;
}
.blockWrap_a01fa8a66fcf4f6cb22de7b2a377dc34 .itemsCollectionContent .itemInnerContent p:last-child {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
}

/* HP Podcast */
@media only screen and (min-width: 768px) {
.blockWrap_ab76db365d5e4068bad5862ba487f7f4 .itemImg {
    margin-top: -60px;
    margin-bottom: -60px;
}
}

/* Footer Styles */
.footerContent .contentTitle {
    color: #ffffff;
    padding-bottom: 30px;
}
.footerContainer a {
    text-decoration: none !important;
}
.footerContainer a:hover {
    color: #ffffff !important;
}

/* Mobile HP Styles */
@media only screen and (max-width: 599px) {
.footerContainer .contentTitle,
.footerContainer .blockInnerContent,
.footerContainer .blockContent {
    text-align: center !important;
}
}

/* Mobile List Columns */
@media only screen and (max-width: 599px) {
.blockWrap_ab76db365d5e4068bad5862ba487f7f4 .listView.vAlgn1 .itemPreview.hasImg, .listView.vAlgn2 .itemPreview.hasImg,
.blockWrap_ed3ab6f9f5174ae9b843b5a0e7d44486 .listView.vAlgn1 .itemPreview.hasImg,
.blockWrap_de17425e27714160b836164aa41a1e4b .listView.vAlgn1 .itemPreview.hasImg {
    display: block;
}
.blockWrap_ab76db365d5e4068bad5862ba487f7f4 .itemImg,
.blockWrap_ed3ab6f9f5174ae9b843b5a0e7d44486 .itemImg,
.blockWrap_de17425e27714160b836164aa41a1e4b .itemImg {
    width: 100% !important;
}
.blockWrap_ab76db365d5e4068bad5862ba487f7f4 .itemContent,
.blockWrap_ed3ab6f9f5174ae9b843b5a0e7d44486 .itemContent,
.blockWrap_de17425e27714160b836164aa41a1e4b .itemContent {
    width: 100% !important;
    padding-top: 20px;
}
}