/**************** default styles ****************/
* {

}

body {
	overflow-x: hidden;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 22%, rgba(251,251,251,1) 69%, rgba(223,223,223,1) 100%);
}

.clear {
	clear: both;
}


/*********************************************************/

/*@media screen and (min-width: 320px) {*/

	.secondBG {
		position: absolute;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		top: 1500px;
		background-image: url('../images/secondBG.svg');
		background-size: 150% auto;
		background-position: 0 0;
		background-repeat: no-repeat;
		opacity: 0.8;
	}

	.headingbar {
		width: 100%;
		height: auto;
		padding: 24px;
		background-color: #faa21b;
		background-image: url('../images/headerBG.svg');
		background-size: 70% auto;
		background-position: -50% 100%;
		background-repeat: no-repeat;
		position: relative;
		z-index: 1000;
	}
	.headingbar h1 {
		text-align: right;
		margin-bottom: 0;
		font-size: 2em;
		color: #fff;
		font-size: 2.5em;
	}
	.playbookcontainer {
		width: 100%;
		height: auto;
		padding: 0 0 36px 0;
		position: relative;
		z-index: 1000;
	}
		.leadinfo {
			width: 100%;
			height: auto;
			background-color: #33afc9;
			color: #fff;
		}
			.leadimage {
				width: 100%;
				height: 300px;
				background-image: url('../images/ourplaybook_leadimage.jpg');
				background-size: 120% auto;
				background-position: 50% 100%;
				background-repeat: no-repeat;
			}
			.leadinnerbox {
				width: auto;
				height: auto;
				text-align: center;
				padding: 36px 24px;
			}

		.cataloguecontainer {
			width: 100%;
			height: auto;
			padding: 36px;
/*			background-color: #6f7271;*/
			background-image: url('../images/catalogue_BG.jpg');
			background-size: auto 100%;
			background-position: 50% 100%;
			color: #fff;
		}
			.cataloguecontainer h2 {
				text-align: center;
				font-size: 2.5em;
				margin-top: 12px;
				margin-bottom: 36px;
			}

			.cataloguecontainer h3 {
				text-align: left;
				color: #faa21b;
				margin-top: 0px;
				margin-bottom: 0px;
			}

			.cataloguecontainer ul {
				margin-bottom: 24px;
			}

			.cataloguecontainer li {
				line-height: 1.125em;
				margin-bottom: 6px;
			}

			.catalogueimages {
				width: 100%;
				height: 200px;
/*				background-color: #33afc9;*/
				background-color: #000;
				display: flex;
			}
				.imagebox {
					width: 100%;
					height: 100%;
					background-size: auto 100%;
					background-repeat: no-repeat;
				}
					#imageboxlarge {
/*						background-color: lightblue;*/
						background-image: url('../images/imagebox_large.jpg');
						background-position: 50% 50%;
					}

		.aboutusbox {
			width: 100%;
			height: auto;
			padding: 48px 24px;
			margin: 0px 0 36px 0;
		}
			.aboutusbox h2 {
				text-align: center;
				color: #000;
				margin-top: 0px;
				margin-bottom: 48px;
				font-size: 2em;
				text-transform: uppercase;
			}

			.teammember {
				width: 100%;
				height: auto;
				margin-bottom: 60px;
			}
				.memberphoto {
					width: 150px;
					height: 150px;
					margin: auto;
					background-image: url('../images/memberphotoplaceholder.png');
					background-size: 100% auto;
					background-repeat: no-repeat;
				}

				.memberinfo {
					width: 100%;
					height: auto;
					margin-top: 24px;
				}
					.memberinfo h3 {
						text-align: left;
						margin-bottom: 0px;
						color: #36b0c9;
						font-size: 1.25em;
					}

		.numberscontainer {
			width: 100%;
			height: auto;
			padding: 24px;
		}
			.numbersbox {
				float: left;
		      	height: 210px;
		      	width: 50%;
		      	position: relative;
		      	padding: 0 12px;
		      	margin-bottom: 36px;
		    }
		    	.numbersbox img {
		    		width: 100%;
		    		height: auto;
		    	}

		    .numbercontent {
		      position: absolute;
		      bottom: 0;
		      left: 0;
		      width: 100%;
		      text-align: center;
		      padding: 0 12px;
		    }
		    	.numbercontent p {
		    		margin-bottom: 0px;
		    		font-size: 0.9em;
		    		line-height: 1em;
		    		color: #36b0c9;
		    	}
		    	.number {
		    		font-weight: 700;
		    		font-size: 1.125em !important;
		    		margin-top: 4px;
		    	}


/*}*/

/*********************************************************/

@media screen and (min-width: 375px) {


}

/*********************************************************/

@media screen and (min-width: 414px) {


}

/*********************************************************/

@media screen and (min-width: 568px) {


}

/*********************************************************/

@media screen and (min-width: 667px) {


}

/*********************************************************/

@media screen and (min-width: 736px) {


}

/*********************************************************/

@media screen and (min-width: 768px) {

	.secondBG {
		width: 100%;
		height: 990px;
		top: 0px;
		background-size: 70% auto;
		background-position: 100% 100%;
		opacity: 0.3;
	}

	.headingbar {
		padding: 40px 36px;
		background-size: 50% auto;
		background-position: 40% 100%;
	}

	.leadinfo {
    display: flex;
  }

	  .leadimage,
	  .leadinnerbox {
	    flex: 1;
	    width: 50%;
	    height: auto;
	    box-sizing: border-box;
	  }

	  .leadimage {
	  	background-size: auto 100%;
	  }
	  .leadinnerbox {
	  	text-align: left;
	  }


  .clear {
    clear: both;
  }

	.playbookcontainer {
		padding: 5vw 4vw 10vw 4vw;
	}

	.cataloguecontainer {
		height: auto;
		padding: 18px;
		background-size: 100% auto;
	}
		.catboxsection {
	      display: inline-block;
	      width: 16.61%;
	      margin: 10px; /* Adjust the margin as needed */
	      vertical-align: top; /* Align to the top of the line */
	    }
	    .cataloguebox {
/*      text-align: center;*/
    }

    .imagebox {
					background-size: 100% auto;
					height: 250px;
				}
					#imageboxlarge {
						background-position: 50% 100%;
					}

    .row-container {
      display: flex;
      justify-content: center;
    }

		.cataloguecontainer h2 {
			font-size: 2em;
			margin-bottom: 18px;
		}
		.cataloguecontainer h3 {
			font-size: 0.9em;
			margin-bottom: 6px;
		}
		.cataloguecontainer ul {
			padding-left: 18px;
			margin-bottom: 12px;
		}
		.cataloguecontainer li {
			font-size: 0.7em;
		}


		.aboutusbox {
			float: right;
			width: 66%;
			margin: auto;
			padding: 0 12px 0 24px;
		}
			.aboutusbox h2 {
				margin-bottom: 24px;
			}

		.teammember {
			margin-bottom: 18px;
		}

		.teammember:after {
			content: "";
		    display: table;
		    clear: both;
		}

			.memberphoto {
				float: left;
				width: 25%;
			}
			.memberinfo {
				float: right;
				width: 75%;
				padding: 0 0 0 12px;
				margin: 12px 0 0 0;
			}
				.memberinfo h3 {
					font-size: 1em;
				}
				.memberinfo p {
					font-size: 0.9em;
				}

	.numberscontainer  {
		height: auto;
		padding: 24px 0;
		margin-top: 36px;
	}
		.numbersbox {
	      	height: 70px;
	      	width: 14.28%;
	      	padding: 0 12px;
	      	margin-bottom: 0px;
	    }
	    .numbercontent {
		    position: relative;
		    display: flex;
		    flex-direction: column;
		    justify-content: center;
		    align-items: center;
		    height: 100%;
		    padding: 0;
		}

	    	.numbercontent p {
	    		display: flex;
	    		margin-bottom: 0px;
	    		font-size: 0.8em;
	    		line-height: 1em;
	    		color: #36b0c9;
	    	}
	    	.number {
	    		font-weight: 700;
	    		font-size: 1em !important;
	    		margin-top: 4px;
	    	}

	.buffer {
		width: 100%;
		height: 48px;
	}

}

/*********************************************************/

@media screen and (min-width: 812px) {


}

/*********************************************************/

@media screen and (min-width: 992px) {

	.secondBG {
		height: 1100px;
		top: 0px;
		background-size: 50% auto;
	}

	.headingbar {
		padding: 57px 48px;
		background-size: 500px auto;
		background-position: 200px 100%;
	}
	.headingbar h1 {
		font-size: 3em;
	}

	.leadinnerbox {
		width: 750px;
		height: auto;
		margin: auto;
	}

	.playbookcontainer {
		width: 992px;
		margin: auto;
		padding: 5vw 4vw 10vw 4vw;
	}

	.cataloguecontainer {
		/*float: left;
		width: 30%;*/
	}
		.catboxsection {
			width: 17%;
			padding: 0px 0px;
		}

		.cataloguecontainer h3 {
			font-size: 1.025em;
		}
		.cataloguecontainer ul {
			padding-left: 18px;
			margin-bottom: 12px;
		}
		.cataloguecontainer li {
			font-size: 0.9em;
			line-height: 1.125em;
			margin-bottom: 6px;
		}

	/*	.imagebox {
					background-size: 105% auto;
				}
					#imageboxA {
						background-position: 50% 100%;
					}
					#imageboxB {
						background-position: 50% 50%;
					}
					#imageboxC {
						background-position: 50% 50%;
					}
					#imageboxD {
						background-position: 80% 100%;
					}
					#imageboxE {
						background-position: 50% 50%;
					}*/

		.aboutusbox {
			width: 70%;
			padding: 0 12px 0 48px;
		}

		.teammember {
			margin-bottom: 24px;
		}

			.memberphoto {
				width: 25%;
			}
			.memberinfo {
				width: 75%;
				padding: 0 0 0 24px;
				margin: 12px 0 0 0;
			}
				.memberinfo h3 {
					font-size: 1.4em;
				}
				.memberinfo p {
					font-size: 1em;
				}


}

/*********************************************************/

@media screen and (min-width: 1024px) {

  


}

/*********************************************************/

@media screen and (min-width: 1180px) {

	.secondBG {
		height: 1200px;
		background-size: 50% auto;
	}

	.leadimage {
		background-size: 100% auto;
	}

	.playbookcontainer {
		width: 1141px !important;
		padding: 60px 45px 100px 45px;
		margin: auto;
	}

	.cataloguecontainer {
		/*float: left;
		width: 28%;*/
		padding: 24px;
	}
		.catboxsection {
			width: 17.5%;
			padding: 0 6px;
		}
		.cataloguecontainer h2 {
			font-size: 3em;
			margin-bottom: 36px;
		}
		.cataloguecontainer h3 {
			font-size: 1.125em;
			margin-bottom: 6px;
		}
		.cataloguecontainer ul {
			padding-left: 18px;
		}
		.cataloguecontainer li {
			font-size: 1em;
		}

			.catalogueimages {
				height: 250px;
			}

		.aboutusbox {
			width: 72%;
			padding: 0 0px 0 60px;
		}

		.teammember {
			margin-bottom: 36px;
		}

			.memberphoto {
				width: 22%;
				height: 200px;
			}
			.memberinfo {
				width: 75%;
				padding: 0 0 0 24px;
				margin: 12px 0 0 0;
			}
				.memberinfo h3 {
					font-size: 1.4em;
				}
				.memberinfo p {
					font-size: 1.115em;
				}
		
}

/*********************************************************/

@media screen and (min-width: 1280px) {

	.playbookcontainer {
		width: 1141px !important;
	}

}

/*********************************************************/

@media screen and (min-width: 1366px) {

	.secondBG {
		height: 1300px;
	}

	.headingbar {
		padding: 88.5px 48px;
		background-size: 600px auto;
		background-position: 300px 100%;
	}
	.leadinnerbox {
		padding: 60px;
	}
	.playbookcontainer {
		padding-top: 100px;
	}  

}

/*********************************************************/

@media screen and (min-width: 1920px) {

	.secondBG {
		height: 1600px;
		background-size: 800px auto;
	}

	.headingbar {
		padding: 137.5px 48px;
		background-size: auto 100%;
		background-position: 500px 100%;
	}
		.playbookcontainer {
			width: 1366px !important;
			padding: 100px 45px 160px 45px;
			margin: auto;
		}

		.cataloguecontainer {
			padding: 48px;
		}
			.catalogueimages {
				height: 300px;
			}
			.aboutusbox {
				padding: 0 12px 0 100px;
			}
				.memberinfo h3 {
					font-size: 1.75em;
				}
				.memberinfo p {
					font-size: 1.25em;
				}

}

/*********************************************************/









