.hidden-start {display: none}
.product-supercategory {padding-top: 20px; cursor: pointer;}
body:not(.is-mobile) .product-supercategory:not(:last-child) {border-bottom: 1px solid #d6d6d6;}
.product-supercategory .title {color: #a50034}

.product-supercategory:hover .title {text-decoration: underline;}
.product-supercategory:hover .right-chevron:before {color: #a50034;}

.flex-container {display: flex; padding: 1em; align-items: center;}

.product-supercategory-image {display: block; width: 20%;}
.product-supercategory-image.twelve {display: block; width: 12%;}
.product-supercategory-image > img {width: 90%;}

.product-supercategory-text {display: block; width: 70%; padding: .5em}

.product-supercategory-arrow {padding: 1em;}
.product-supercategory-arrow > a:hover {text-decoration: none;}
.product-supercategory-arrow > a.right-chevron:before {color: #666; content: "\f108"; font-family: lg-icon!important; font-size: 4em;}

.is-mobile .support-title p {display: block;}

.is-mobile .product-supercategory {padding: 5px; box-shadow: 0 0 1px #666; margin: 10px; display: flex; align-items: center;}
.is-mobile .product-supercategory .title {text-align: center; flex-basis: 45%;}
.is-mobile .product-supercategory .product-content:not(.title) {flex-basis: 50%;}
.is-mobile .flex-container {padding: 0;}

.is-mobile .product-content:not(.hidden-start) .product-supercategory-text {display: none}
.is-mobile .product-supercategory-image {flex-basis: 90%;}
.is-mobile .product-supercategory-arrow {flex-basis: 10%; padding: 0;}

.is-mobile .product-supercategory .product-content.hidden-start {flex-basis: 100%}
.is-mobile .support-statement {padding: 0 2rem;}