﻿.wdg-myhealth360 {display:flex;flex-flow:row wrap;}
.wdg-myhealth360__entry {flex:0 0 100%;margin:0 0 4.5rem;}
.wdg-myhealth360__entry:last-child {margin:0;}
.wdg-myhealth360__desc {display:inline-block;margin:0 1rem 0 0;}
.wdg-myhealth360__sd>*:last-child {margin:0;}
.wdg-myhealth360__list {display:flex;flex-flow:row wrap;}
.wdg-myhealth360__list-entry {flex:0 0 100%;margin:0 0 2.5rem;}
.wdg-myhealth360__list-entry figure {margin:0;}
.wdg-myhealth360__list-entry figure img {width:100%;margin:0 0 1.5rem;border-radius:2rem;}
.wdg-myhealth360__list-entry figure h3 {color:var(--grey);text-align:center;font-size:2rem;font-weight:600;}
.wdg-myhealth360__list-entry figcaption {text-align:left;}
.wdg-myhealth360__list-entry figcaption>*:last-child {margin:0;}
.wdg-myhealth360__gradient-word {background: #52b8e8;background: linear-gradient(to right, #52b8e8 0%, #78d64a 100%); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.select2-container--myhealth360 {display:inline-block;width:auto!important;min-width:21rem;}
.select2-container--myhealth360 .select2-selection--single {height:auto!important;border:0;border-bottom:.1rem solid #6e7176;background:transparent;border-radius:0;}
.select2-container--myhealth360 .select2-selection--single .select2-selection__rendered {padding:0 2rem 0 0!important;margin:0 0 .5rem;font-size:1.6rem;font-weight:600;}
.select2-container--myhealth360 .select2-selection--single .select2-selection__arrow {position:absolute;width:1.6rem;height:2rem;top:.2rem;right:0;}
.select2-container--myhealth360 .select2-selection--single .select2-selection__arrow:after {position:relative;display:block;width:1.6rem;height:1.6rem;content:"";background-image:url('../../images/reskin/icon-chevron-down.svg');background-size:cover;background-repeat:no-repeat;}
.select2-container--myhealth360.select2-container--open .select2-selection--single .select2-selection__arrow {transform:rotate(-180deg);}
.select2-container--myhealth360.select2-container--open .select2-selection--single .select2-selection__arrow b {display:none;}
.select2-container--myhealth360.select2-container--open .select2-dropdown {padding:.5rem 0;}
.select2-container--myhealth360 .select2-results__option--selected {background:#ddd;color:var(--white);}
.select2-container--myhealth360 .select2-results__option--highlighted.select2-results__option--selectable {background:var(--blue);color:var(--white);}
@media(min-width:768px) {
	.wdg-myhealth360__list-entry {flex:0 0 50%;}
	.wdg-myhealth360__list-entry:nth-child(2n+1) {padding:0 1rem 0 0;}
	.wdg-myhealth360__list-entry:nth-child(2n+2) {padding:0 0 0 1rem;}
}
@media(min-width:992px) {
	.wdg-myhealth360__list-entry {flex:0 0 33.3333%;}
	.wdg-myhealth360__list-entry:nth-child(3n+1) {padding:0 1rem 0 0;}
	.wdg-myhealth360__list-entry:nth-child(3n+2) {padding:0 .5rem;}
	.wdg-myhealth360__list-entry:nth-child(3n+3) {padding:0 0 0 1rem;}

	.wdg-myhealth360__desc_padding {padding: 0 300px;}
}
@media(min-width:1600px) {
	.select2-container--myhealth360 .select2-selection--single .select2-selection__rendered {font-size:2.1rem;}
}