@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */




	.gridContainer{
		width: 100vw;
		height: auto;
		display: block;
		float: left;
		clear: both;
		background-color: #FFF8EA;
		background-image: url("../img/svgs/star-bg-brown.svg");
		background-position: center;
		background-size: 300%;
		background-repeat: no-repeat;
	}
	
    
	.topsection-otherpages{
		background-color: #212C2D;
		width: 100%;
		min-height: 60vh;
		display: block;
		float: left;
		clear: both;
		position: relative;
		z-index: 0;
		background-image: url("../img/coalsArtboard-1\ 1.png");
	}


	.ts-o-content{
		width: 85%;
		margin: 20vh 7.5%;
		padding: 5vh 0;
		display: block;
		float: left;
		clear: both;
		position: relative;
		z-index: 1;
		color: #fff;
	}



	.footer{
		top: auto;
		display: block;
		clear: both;
	}





	.message-container{
		width: calc(90% - 2em);
		margin: -15vh 5% 15vh 5%;
		padding: 1em;
		height: auto;
		min-height: 60vh;
		background-color: #3D4647;
		border-radius: 2em;
		display: block;
		float: left;
		clear: both;
		position: relative;
		z-index: 0;
	}




	.tabbed-content {
		max-width: calc(100% - 0em);
		padding: 0em;
		margin: 1em auto;
		float: left;
		clear: none;

	}


	.tab-img{
		width: 30%;
		height: 40vh;
		float: right;
		clear: none;
		display: none;
		margin: -15vh 0 0;
		position: -webkit-sticky;
		position: sticky;
		right: 0;
		top: 15vh;
		background-image: url("../img/Wi\ Yone\ Sample\ 100KG\ 1.png");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}



	.otherpages-otherdetails{
		width: 100%;
		height: auto;
		display: block;
		float: left;
		clear: both;
		padding: auto;
		position: relative;
		z-index: 1;
		display: grid; 
		grid-template-columns: 1fr 1fr 1fr; 
		grid-template-rows: 1fr; 
		gap: 0em 0em; 
		grid-template-areas: 
			". . ."; 
	}


	.oo-details{
		width: calc(100% - 0em);
		height: calc(20vh - 2em);
		display: block;
		float: left;
		clear: none;
		border: .5px solid #ffffff51;
		padding: 1em;
	}


	



	












/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
	
	
	
    
    
    
    
    
    
    
    
    
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    



    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {


	.gridContainer{
		width: 100vw;
		height: auto;
		display: block;
		float: left;
		clear: both;
		background-color: #FFF8EA;
		background-image: url("../img/svgs/star-bg-brown.svg");
		background-position: center;
		background-size: 300%;
		background-repeat: no-repeat;
	}
	
    
	.topsection-otherpages{
		background-color: #212C2D;
		width: 100%;
		min-height: 60vh;
		display: block;
		float: left;
		clear: both;
		position: relative;
		z-index: 0;
		background-image: url("../img/coalsArtboard-1\ 1.png");
	}


	.ts-o-content{
		width: 85%;
		margin: 20vh 7.5%;
		padding: 5vh 0;
		display: block;
		float: left;
		clear: both;
		position: relative;
		z-index: 1;
		color: #fff;
	}



	.footer{
		top: auto;
		display: block;
		clear: both;
	}





	.message-container{
		width: calc(90% - 4em);
		margin: -15vh 5% 15vh 5%;
		padding: 2em;
		height: auto;
		min-height: 60vh;
		background-color: #3D4647;
		border-radius: 2em;
		display: block;
		float: left;
		clear: both;
		position: relative;
		z-index: 0;
	}




	.tabbed-content {
		max-width: calc(60% - 3em);
		padding: 1.5em;
		margin: 1em auto;
		float: left;
		clear: none;

	}


	.tab-img{
		width: 30%;
		height: 40vh;
		float: right;
		clear: none;
		display: block;
		margin: -15vh 0 0;
		position: -webkit-sticky;
		position: sticky;
		right: 0;
		top: 15vh;
		background-image: url("../img/Wi\ Yone\ Sample\ 100KG\ 1.png");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}



	.otherpages-otherdetails{
		width: 100%;
		height: auto;
		display: block;
		float: left;
		clear: both;
		padding: auto;
		position: relative;
		z-index: 1;
		display: grid; 
		grid-template-columns: 1fr 1fr 1fr; 
		grid-template-rows: 1fr; 
		gap: 0em 0em; 
		grid-template-areas: 
			". . ."; 
	}


	.oo-details{
		width: calc(100% - 0em);
		height: calc(20vh - 2em);
		display: block;
		float: left;
		clear: none;
		border: .5px solid #ffffff51;
		padding: 1em;
	}



	



    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {

    
	
	
	
	
	
	
	
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}