@charset "utf-8";
/* CSS Document */

/* Discover LXRY Ice 
#Discover h3 {
	font-size:2em;
}*/
#Discover .txt-col {
	padding-bottom:1em;
}
#Discover .txt-col p {
    line-height: 170%;
}

/* Accreditations */
.accred-logos {
    display: flex;
    justify-content: center;
    gap: 1.8em;
    margin: 1.5em auto ;
    flex-wrap: wrap;
}
.accred-logo,
a.accred-logo {
	display:block;
    width: 130px;
    height: 110px;
    background: #FFF;
	border:2px solid #FFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
	text-decoration:none;
}
a.accred-logo:hover { border-color:#FC0; }
.accred-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	/* Accreditations */
	.accred-logos { gap:1.7em; }
	.accred-logo,
	a.accred-logo { width: 120px; height:102px; border-radius:13px; }
}

@media only screen and (max-width: 1050px) {
	/* Accreditations */
	.accred-logos { gap:1.6em; }
	.accred-logo,
	a.accred-logo  { width: 110px; height:94px; border-radius:11px; padding:2px; }
}

@media only screen and (min-width: 769px) and (max-width: 900px) {
	/* Accreditations */
	.accred-logos { gap:1.5em; }
	.accred-logo,
	a.accred-logo  { width: 100px; height:86px; border-radius:8px; padding:1px; }
	
}