.marquee-carousel .marquee-bg-carlos{background-image:url('../image/marquee/marquee_420_pediatric@2x.jpg?v=240101');}
@media only screen and (min-width:40em){
	.marquee-carousel .marquee-bg-carlos{background-image:url('../image/marquee/marquee_1440_pediatric@2x.jpg?v=240101');}
}
@media only screen and (min-width:90.0625em){
	.marquee-carousel .marquee-bg-carlos{background-image:url('../image/marquee/marquee_1920_pediatric@2x.jpg?v=240101');}
}

.marquee-carousel .marquee-bg-julie{background-image:url('../image/marquee/marquee_420_pediatric-is_qsymia_right@2x.jpg?v=240101');}
@media only screen and (min-width:40em){
	.marquee-carousel .marquee-bg-julie{background-image:url('../image/marquee/marquee_1440_pediatric-is_qsymia_right@2x.jpg?v=240101');}
}
@media only screen and (min-width:90.0625em){
	.marquee-carousel .marquee-bg-julie{background-image:url('../image/marquee/marquee_1920_pediatric-is_qsymia_right@2x.jpg?v=240101');}
}

.marquee-carousel .marquee-bg-simone{background-image:url('../image/marquee/marquee_420_pediatric-how_qsymia_can_help@2x.jpg');}
@media only screen and (min-width:40em){
	.marquee-carousel .marquee-bg-simone{background-image:url('../image/marquee/marquee_1440_pediatric-how_qsymia_can_help@2x.jpg');}
}
@media only screen and (min-width:90.0625em){
	.marquee-carousel .marquee-bg-simone{background-image:url('../image/marquee/marquee_1920_pediatric-how_qsymia_can_help@2x.jpg');}
}

/* CG HOMEPAGE ICON */

.cg-home-icon{
	align-items: center;
	background-size:55px auto;
	background-repeat:no-repeat;
	background-position:center left;
	display:flex;
	font-size:1.125rem;
	font-weight:500;
	min-height:55px;
	padding-left:80px;
}

/* RESULTS TABLES */

.results-table{
	margin:3rem 0 2rem 0;
	position: relative;
	border-radius:14px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.results-table .results-table-header{
	position: relative;
	background-color:#0033A0;
	border-radius:14px 14px 0 0;
	border-bottom:10px solid #00B5E2;
}

.results-table .results-table-header span{
	display:block;
}

.results-table .results-table-header div{
	line-height:1.2em;
}

.results-table .results-table-header img{
	display:inline-block;
	margin-top:6px;
}

.results-table-body{
	border:10px solid #F3F3F3;
	border:10px solid #DEDEDE;
	border-top:0;
	border-radius:0 0 14px 14px;
}
.results-table-body > div > div{
	padding-right:2rem;
}
.results-table-body > div > div:first-child{
	background-color:#dedede;
}

.results-table-body > div > div > div:first-child{
	background-color:#dedede;
	padding:0.75rem 1rem;
}

.results-table-body .results-data{
	font-size:1.6875rem;
	font-weight:500;
	line-height:1em;
}



.results-table.desktop-hide{
	font-size:0.75rem;
}

.results-table.desktop-hide .results-table-body{
	border:5px solid #F3F3F3;
	border:5px solid #DEDEDE;
	border-top:0;
}

.results-table.desktop-hide .results-table-body > div > div{
	padding-right:0;
}

.results-table.desktop-hide .results-table-body > div > div > div{
	padding:0.75rem 0rem;
}

.results-table.desktop-hide .results-table-body > div > div > div:first-child{
	background-color:transparent;
	padding:0.75rem 0 0.75rem 0.25rem;
}

.results-table.desktop-hide .results-table-body > div > div.result-label > div{
	margin-top:1rem;
	padding-top:0rem;
	padding-bottom:0rem;
}

.results-table.desktop-hide .results-table-body > div > div > div:last-child{
	background-color:transparent;
	padding-right:0.1rem;
}

.results-table.desktop-hide .results-table-body .results-data{
	font-size:1rem;
	line-height:1.13rem;
}


.results-table.desktop-hide .results-table-body .results-patients span,
.results-table.desktop-hide .results-table-body .results-data span{
	color:#333333;
	display:block;
	font-size:0.75rem;
	font-weight:400;
	line-height:1em;
	margin-top:2px;
	text-align:center;
}

/* ASK ABOUT CTA */ 

.ask-about-image-cg{
	margin:1.5rem 1rem 0 1rem;
}
.ask-about-image-cg img{
	display:block;
	height:auto;
	margin:0 auto;
	max-width:617px;
	width:100%;
}

.caregiver-quotes > div:first-child{
	margin-bottom:40px;
}

@media screen and (min-width: 48em) { /*768px*/

	.caregiver-quotes{
		display: flex;
		gap:40px;
		justify-content: space-between;
	}

	.caregiver-quotes > div:first-child{
		margin-bottom:0px;
	}
	

}