/*
OYEA25 Schoolbag CSS
Julian Yeo with Happy3Media for MOE
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	/* no enclosing rgb */
	--colorblue: 42, 76, 144; /* 2a4c91 */
	--colorgren: 50, 107, 89; /* 326b59 */
	--coloryelw: 255, 196, 12; /* ffc40c */
	--colororng: 255, 135, 55; /* ff8737 */
	--colorwite: 253, 255, 244; /* fdfff4 */
}

body {
	width: 100vw;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	text-rendering: optimizeLegibility;
	background-color: rgb(var(--coloryelw));
	overflow-x: hidden;
}

body.stopscroll {
	overflow: hidden;
}

a {
	color: #fff;
	text-decoration: underline;
}

.header {
	position: absolute;
	width: calc(100% - 30px);
	z-index: 2;
	padding: 15px;
}

.logo {
	display: grid;
	grid-template-columns: min-content 1fr min-content;
	align-items: center;
	justify-items: end;
	opacity: 1;
}

.logo img {
	max-width: 128px;
}

.logo-btm {
	margin: 0 auto;
	text-align: center;
	padding-top: 30vh;
	opacity: .8;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/



/*------------------------------------*\
    SECTIONS
\*------------------------------------*/


.content-wrapper {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.fullwrapper {
	max-width: 100vw;
}

section {
	position: relative;
	height: 100%;
	padding-top: 100vh;
	margin-block-start: 0 !important;
	overflow: hidden;
}

section.halfheight {
	height: 50%;
	padding-top: 50vh;
}

#sectB1 {
	padding-top: 50px;
}

#wbyj-header {
	width:100vw;
	position:fixed;
	top:-150px;
	padding: 20px 0;
	background: rgba(var(--coloryelw), 0.9);
    background: linear-gradient(180deg, rgba(var(--coloryelw), 0.9) 90%, rgba(var(--coloryelw), 0) 95%);
	transition: top 0.25s ease;
	display: flex;
	z-index: 10;
	justify-content: center;
}

#wbyj-header.peekin {
	top:0;
}

#wbyj-header .h1chalk {
    width: 400px;
    margin: 10px 0;
    text-align: center;
}

#crmcontain {
	position: relative;
	width: 100vw;
	height: 100vh;
}

#crmcontain .crm {
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-position: right 0% bottom 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.crm.crm01 {background-image: url('/wp-content/uploads/2025/07/oyea25_panel1.jpg'); opacity:1;}
.crm.crm02 {background-image: url('/wp-content/uploads/2025/07/oyea25_panel2.jpg'); opacity:0;}
.crm.crm03 {background-image: url('/wp-content/uploads/2025/07/oyea25_panel3.jpg');opacity:0;}
.crm.crm04 {background-image: url('/wp-content/uploads/2025/07/oyea25_panel4.jpg');opacity:0; transform-origin: bottom left;}
.crm.crm05, .crm .crm05a, .crm .crm05b {opacity:0;}

.crmbubble {
	background-color: rgb(var(--coloryelw));
	color: rgb(var(--colorblue));
	font-weight: 700;
    position: absolute;
    top: 50px;
    left: 50px;
    padding: 20px 30px;
    border-radius: 20px;
    width: clamp(240px, 20%, 360px);

}

.hozc {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
	margin: 0 !important;
}

.hozc.sectshow,
.finuicontain.sectshow {
	opacity: 1;
	pointer-events: all;
}

.bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-size: auto 60%;
	background-position: center;
	background-repeat: no-repeat;
}

.scroll-box {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
	height: 100vh;
	z-index: 2;
}

.scroll-box.single {
	height: 150vh;
}

.scroll-box.double {
	height: 200vh;
}

.scroll-box.no-height {
	height: fit-content;
}

.scroll-box.righty {
	justify-self: flex-end;
}

.content-box {
	padding: .6rem 1.5rem .6rem;
	/*-webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);*/
	max-width: 100%;
	/*max-height: 68vh;
  overflow-y: auto;*/
}

.content-box.centered {
	margin: 0 auto;
}

.scroll-box.righty .content-box {
	margin-left: 0;
}

.colbg {
	text-align: center;
	display: flex;
    width: calc(100vw - 60px);
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 20px 10px;
    border-radius: 30px;
}

.hozcontain {
	width: 400vw;
	height: 100vh;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	z-index: 2;
	transition: transform 0.5s ease-out;
}

.panel {
	width: 100vw;
	height: 100%;
	font-size: 1.5em;
	text-align: left;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.fincontain {
	padding: 20px 20px 30px;
	text-wrap: pretty;
}

.fincontain.fincenter {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.finbg {
	height: 70%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	align-content: center;
}

.finsbg {
	min-height: 30%;
	align-content: center;
}

button.top {
	margin-top: 40px;
	padding: 1.2rem 1.5rem;
	border: 1px solid #fff;
	border-radius: 50px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
}

button.top:hover {
	color: #ff8737;
	border: 1px solid #ff8737;
}

.readmorecta {
	display: block;
	border-radius: 10px;
	width: 70%;
	margin: 0 auto;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 1.2rem;
}

.finuicontain {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
	z-index: 15;
}

.finui {
	position: fixed;
    padding: 5px 15px;
	font-size: 24px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5);
	color: #333333;
	border-radius: 40px;
	z-index: 20;
	transition: all 0.5s ease;
}

.finui:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: #333333;
}

.finui.prv {
	bottom: calc(50% - 30px);
	left: 20px;
}

.finui.prv:hover {
	left: 18px;
}

.finui.nxt {
	bottom: calc(50% - 30px);
	right: 20px;
}

.finui.prv.noshow,
.finui.nxt.noshow {
	opacity: 0;
	pointer-events: none;
}

.finui.nxt:hover {
	right: 18px;
}

.finui.cls {
	top: 20px;
	right: 20px;
}

.findots {
    position: fixed;
    bottom: 15px;
    width: calc(100% - 70px);
    display: flex;
    justify-content: center;
}

.findot {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background-color: #ffffff;
    margin: 0 7px;
    opacity: 0.5;
}

.findot.active {
    opacity: 1;
}

.fintrk {
	position: fixed;
	bottom: 0px;
	width: 100vw;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 20;
}

.fintrkin {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 33vw;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 21;
	transition: width 0.5s ease-out;
}


/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

.content-box p {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.7rem;
}

.intro-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	width: 60%;
	max-width: 960px;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	text-align: center;
}

.intro-overlay h1 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: clamp(48px, 8vw, 96px);
	font-weight: 500;
	color: rgb(var(--colorwite));
	line-height: 1.1;
}

.intro-overlay h3 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: clamp(0.8rem, 5vmin, 2rem);
	font-weight: 400;
	line-height: 1.2;
	color: rgb(var(--colorwite));
}

.intro-overlay p {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: .3px;
}

h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
}

#outro1 h1 {
	color:#ffffff;
}

h1.h1chalk {
	font-size: 30px;
	padding-bottom: 25px;
	background-size: 70% auto;
    background-position: center bottom;
	background-repeat: no-repeat;
	color:rgb(var(--colorgren));
}

.h1chalk.chalk-w {	background-image: url(/wp-content/uploads/2025/07/oyea25_stroke_w.png); }
.h1chalk.chalk-o {	background-image: url(/wp-content/uploads/2025/07/oyea25_stroke_o.png); }
.h1chalk.chalk-b {	background-image: url(/wp-content/uploads/2025/07/oyea25_stroke_b.png); }
.h1chalk.chalk-y {	background-image: url(/wp-content/uploads/2025/07/oyea25_stroke_y.png); }
.h1chalk.chalk-g {	background-image: url(/wp-content/uploads/2025/07/oyea25_stroke_g.png); }

h2 {
	color: rgb(var(--colorblue));
	font-weight: 500;
	font-size: 20px;
}

h2 strong {
	font-weight: 700;
	font-size: 24px;
}

h2.outroh2 {
	text-align: center;
	font-weight: 700;
}

.introquip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: clamp(360px, 70%, 500px);
}

.finalists h1,
.finalists h3 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	color: rgb(var(--colorcyan));
	text-align: center;
}

.outrolink.finalists h1,
.outrolink.finalists h3 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	color: rgb(var(--colorwite));
	text-align: center;
	font-weight: 600;
}

.outrolink.finalists a {
	color: rgb(var(--colorblue));
}

.sectB .hdg {
	color: rgb(var(--colorstAB));
}

.fincontain .colbg h3 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .3px;
	margin: 0 auto;
}

.fincontain .colbg p {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: .3px;
}

.fincontain .colbg.quotebg p {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	color: #ffffff;
	line-height: 1.2;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

p.quoted {
	font-size: 1.5rem;
	font-weight: 500;
}

.fincenter p.quoted {
	font-size: 2rem;
	font-weight: 500;
}

.infobox p.quoted {
	font-size: 1.5rem;
	font-weight: 400;
	text-align: left;
	padding: 0px 20px;
}


.scroll-indicator {
	margin-top: 15vh;
	font-size: 0.9rem;
	position: fixed;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #ffffff;
    z-index: 20;
    text-shadow: 0px 3px 5px black;
}

.backtotop {
    bottom: 50px;
	position: absolute;
}

.fa-computer-mouse {
	font-size: 24px;
	margin-bottom: 8px;
}

p.date {
	margin-top: 40px;
	font-size: 0.9rem;
}

.btow {
	filter: invert(1);
}

/*------------------------------------*\
    BG IMAGES AND BOXES
\*------------------------------------*/
.blubgc {   background-color: rgb(var(--colorblue));}

.orgbgc {	background-color: rgb(var(--colororng));}

.grnbgc {	background-color: rgb(var(--colorgren));}


#sectA1 .bg { background-image: url('/wp-content/uploads/2025/07/oyea25_videopreload.jpg'); background-size: cover; }
#fin-01-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_01-limyangjunA.jpg');}
#fin-01-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_01-limyangjunB.jpg');}
#fin-02-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_02-amandalimA.jpg');}
#fin-02-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_02-amandalimB.jpg');}
#fin-03-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_03-kartikgrA.jpg');}
#fin-03-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_03-kartikgrB.jpg');}
#fin-04-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_04-ervinequekchengyiA.jpg');}
#fin-04-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_04-ervinequekchengyiB.jpg'); background-position: left 10% bottom;}
#fin-05-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_05-hshiehszuanA.jpg');}
#fin-05-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_05-hshiehszuanB.jpg');}
#fin-06-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_06-limsiewgekA.jpg');}
#fin-06-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_06-limsiewgekB.jpg');}
#fin-07-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_07-mhdsultankB.jpg');}
#fin-07-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_07-mhdsultankA.jpg');}
#fin-08-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_08-khosuatlingeuniceA.jpg');}
#fin-08-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_08-khosuatlingeuniceB.jpg');}
#fin-09-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_09-esthermakA.jpg');}
#fin-09-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_09-esthermakB.jpg');}
#fin-10-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_10-changwenyingA.jpg');}
#fin-10-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_10-changwenyingB.jpg');}
#fin-11-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_11-charlinechanA.jpg');}
#fin-11-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_11-charlinechanB.jpg');}
#fin-12-A.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_12-kohseokxianA.jpg');}
#fin-12-B.finbg {	background-image: url('/wp-content/uploads/2025/07/oyea25_12-kohseokxianB.jpg');}

.panel3rd {
	background-color: rgb(var(--coloryelw));
	background-image: url('/wp-content/uploads/2025/07/oyea25_patternm.png'), url('/wp-content/uploads/2025/07/oyea25_patternm.png');
	background-position: top 20px center, bottom 20px center;
	background-size: clamp(320px, 85vw, 1000px) auto, clamp(320px, 85vw, 1000px) auto;
	background-repeat: no-repeat, no-repeat;
}

.crm .panel3rd {
    height: 100vh;
    background-color: rgba(var(--coloryelw), 0.85);
}

p.darkb {
	margin: 20px auto;
	border-radius: 20px;
}

.blubg .darkb,
.INTRO .darkb {
	background: rgba(var(--colorcyan), 1);
	color: rgb(var(--colorblue));
	padding: 25px 25px;
}

.finalist-box {
	height: 100%;
	background-position: right -30px bottom 0%;
	background-size: auto 90%;
	background-repeat: no-repeat;
	position: relative;
	border: 3px #ffffff solid;
}

.finalist-box .finalist-box-contain {
	padding: 10px 10px 30px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	color: #ffffff;
	text-align: center;
	justify-content: center;
}

.finalist-box .finalist-pic {
	width: 100%;
	aspect-ratio: 1/1;
	background-size: cover;
	background-position: bottom;
	border-bottom: 3px #ffffff solid;
}

.finalist-box .finalist-quote {
	padding: 7px 3px;
	font-weight: 700;
	font-size: 14px;
	width: 100%;
	display: block;
	text-wrap: pretty;
}

.finalist-box.orgbg .finalist-name,
.finalist-box.orgbg .finalist-quote {
	color:#000000;
}

.finalist-box .finalist-name {
	padding: 3px;
	font-size: 12px;
	width: 100%;
	display: block;
}

.finalist-box-contain a {
	position: absolute;
	bottom: -18px;
}

.readmore {
	padding: 5px 10px;
	border-radius: 15px;
	border: 3px #ffffff solid;
	display: inline-block;
    font-size: 14px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.readmore:hover {
	color: #666666 !important;
	border: 3px #ffffff solid !important;
	background-color: #ffffff !important;
}

.finalist-box.blubg,
.finalist-box.blubg .readmore {
	background-color: rgba(var(--colorblue), 1);
	color:#ffffff;
}

.finalist-box.orgbg,
.finalist-box.orgbg .readmore {
	background-color: rgba(var(--colororng), 1);
	color:#ffffff;
}

.finalist-box.grnbg,
.finalist-box.grnbg .readmore {
	background-color: rgba(var(--colorgren), 1);
	color:#ffffff;
}

.hozc.blu .heading,
.hozc.grn .heading {
	color: rgb(var(--coloryelw));
	background-image: url(/wp-content/uploads/2025/07/oyea25_stroke_y.png); 
}

.hozc.blu p, .hozc.grn p,
.hozc.blu .heading .sub, .hozc.grn .heading .sub {
	color: #ffffff;
}

.hozc.org .heading {
	color: rgb(var(--colorwite));
	background-image: url(/wp-content/uploads/2025/07/oyea25_stroke_w.png); 
}

.hozc.org p, .hozc.org .heading .sub {
	color: #000000;
}

.hozc.blu .bg,
.hozc.blu .finsbg,
.hozc.blu .infobox {
	background-color: rgba(var(--colorblue), 1);
	color: #ffffff;
}

.hozc.org .bg,
.hozc.org .finsbg,
.hozc.org .infobox {
	background-color: rgba(var(--colororng), 1);
	color: #000000;
}

.hozc.grn .bg,
.hozc.grn .finsbg,
.hozc.grn .infobox {
	background-color: rgba(var(--colorgren), 1);
	color: #ffffff;
}

.fincontain p.heading {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0px 60px 25px 0px;
    background-size: auto 30px;
    background-position: left -6px bottom;
	background-repeat: no-repeat;
}

.fincontain p {
	font-size: 14px;
	line-height: 1.4;
    font-weight: 500;
}

.heading .sub {
	font-size: 14px;
	line-height: 1.1;
    font-weight: 500;
    display: block;
    margin-top: -10px;
}

/*------------------------------------*\
    VIDEO
\*------------------------------------*/

/* Bottom gradient overlay the video */
/* #sectA .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom,
      rgba(64, 64, 64, 0) 70%,
      rgba(64, 64, 64, 1) 100%);
} */

#sectA1 video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	overflow-x: hidden;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	width: 80%;
	/* max-width: 800px; */
	height: 100%;
	z-index: 2;
	color: #fff;
	transform: translateX(-50%);
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.video-overlay h1 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: clamp(48px, 8vw, 54px);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}

.video-overlay p {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: .3px;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}

#outro1 iframe {
	height: calc(55vh - 100px);
	width: auto;
	margin: 0 auto;
}

/*------------------------------------*\
    LENIS Scrolling
\*------------------------------------*/

html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* SMALL */
@media only screen and (min-width : 400px) {

	.finalist-box {
		background-position: right bottom;
	}

}

/* MD */
@media only screen and (min-width : 768px) {
	.fullwrapper .quotebg {
		padding: 50px 12vw;
	}

	.navgrid .col-12 {
		height: 33.333vh;
	}

	.navgrid .col-12 .chapnum {
		left: 45%;
		transform: translate(-50%, -50%);
		font-size: 300px;
	}

	.bg {
		background-size: cover;
	}

	.panel3rd {
		background-image: url('/wp-content/uploads/2025/07/oyea25_pattern.png'), url('/wp-content/uploads/2025/07/oyea25_pattern.png');
	}

	.fincontain p.heading {
        padding: 0px 0px 30px;
	}

	.fincontain p {
		font-size: 18px;
	}


	.readmorecta {
		width: 450px;
		font-size: 1.5rem;
	}

	.scroll-indicator {
		margin-top: 10vh;
		font-size: 0.9rem;
	}

	#outro1 iframe {
		height: calc(70vh - 100px);
		width: auto;
		margin: 0 auto;
	}

}

/* LG */
@media only screen and (min-width : 992px) {
	.content-box {
		margin-left: 40px;
		max-width: 45%;
		margin: 0 auto;
	}

	.content-box.centered {
		margin: 0 auto;
		max-width: 50%;
	}

	.content-box.finalists {
		margin: 0 auto;
		max-width: 80%;
	}

	.fincontain {
		padding: 40px 50px 40px 80px;
	}

	.fincontain.fincenter {
		text-align: center;
		width: 60%;
		margin: 0 auto;
	}

	.finbg {
		height: 100%;
	}

	.finsbg {
		height: 100%;
		align-content: center;
	}

	.finsbg.mcbg {
		background-color: inherit !important;
	}

	.readmore {
		font-size: 14px;
	}

	.scroll-box.righty .content-box {
		margin-left: calc(40px + 55%);
	}

	.colbg {
		width: 45vw;
		padding: 20px 50px;
	}

	.colbg.quotebg {
		width: 40vw;
	}

	p.quoted {
		font-size: 2rem;
	}

	.video-overlay h1 {
		font-size: clamp(48px, 6vw, 72px);
	}

}

/* XL */
@media only screen and (min-width : 1200px) {}

@media only screen and (min-width : 1400px) {}

@media only screen and (max-height : 900px) and (max-width : 767px) {

	p.quoted,
	.infobox p.quoted,
	.fincenter p.quoted {
		font-size: clamp(0.8rem, 5vmin, 1.2rem)
	}

	p.byline strong {
		font-size: 1rem;
	}

	p.byline {
		font-size: 0.8rem;
	}
}