<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Orbis Cascade group purchase page */

.header_logo.iparsys.parsys .iparys_inherited .header_logo{
	display:none;
}
.parsys_column.cq-colctrl-1-fc{
	width: auto !important;
	max-width: 960px;
}

header.lpage-logo .header_logo .globallogo {
     max-width: none;
}
/* Hero */
 #hero-orbis-cascade{
     margin: 0 0 2rem;
     background-color: #4C8C2B;
     background-image:url('/content/dam/campaign-landing-pages/en/orbiscascade/bg_webinar_header.jpg');
     background-repeat: no-repeat;
     background-position: top center;
     background-size: cover;
     padding: 25% 0 0.5rem;
}
 #hero-orbis-cascade h1{
     width:80%;
     margin:0 10% 48px 10%;
     text-align:center;
     color:#ffffff;
}
/* Webinar recording */
 #cc-webinar{
     padding:24px;
     border: 8px solid #4C8C2B;
     margin-bottom:4rem;
}
 #cc-webinar .header{
     width:80%;
     margin:0 10%;
}
 #cc-webinar .video-container{
     margin-bottom:0;
}
/* Resource links */
 #explore-resources h3{
     border-bottom:1px solid #BBBCBC;
     margin-bottom:2rem;
     padding-bottom:1rem;
}
/* Media queries */
 @media handheld and (max-width: 600px), screen and (max-device-width: 600px), screen and (max-width: 600px) {
     #hero-orbis-cascade h1{
         margin-bottom:24px;
    }
     #cc-webinar .header {
         width: 100%;
         margin: 0;
    }
}
</pre></body></html>