

/********************** DEFAULT STYLES **********************/

* { margin:0; padding:0; }

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

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

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
		overflow-x: hidden;
	}

		.breadcrumbNav {
			display: inline-block;
			height: auto;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 0.7em;
			margin: auto;
			width: 60%;
		}

		.bannerImage {
			display: none;
		}

		.mainHeading {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2.5em;
			line-height: 0.85em;
			text-transform: uppercase;
			letter-spacing: 1px;
			padding: 1px 0 1px 20px;
			margin: 24px 0 12px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: 0px auto auto auto;
		}

			.presentedBy p {
				text-align: center;
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				text-transform: uppercase;
				font-size: 0.6em;
				margin: auto auto 10px auto;
			}

			.presentedBy img {
				width: 100px;
				height: auto;
				margin: auto;
			}

		.listcontainer {
			width: 100%;
			height: 300px;
			padding: 24px;
		}

			.textcontent {
				width: 100%;
				height: auto;
				padding: 12px 0px;
				margin-bottom: 12px;
			}

				.textcontent h2 {
					font-family: 'Poppins', sans-serif;
					font-weight: 900;
					font-size: 2em;
					line-height: 0.9em;
					margin: 18px 0 0px 0;
					color: #0468B0;
				}

				.textcontent h3 {
					font-family: 'Poppins', sans-serif;
					font-weight: 900;
					font-size: 1.5em;
					line-height: 0.9em;
					margin: 12px 0 12px 0;
					color: #0468B0;
				}

				.textcontent p {
					font-family: 'Lato', sans-serif;
					font-weight: 500;
					font-size: 0.8em;
					line-height: 1.5em;
					margin: auto auto 10px auto;
				}

				.textcontent ul {
					margin: 0;
				}

				.textcontent li {
					font-family: 'Lato', sans-serif;
					font-weight: 500;
					font-size: 0.8em;
					line-height: 1.125em;
					margin: auto auto 6px 18px;
				}

				.textcontent a {
					color: #0468B0;
				}

				.textcontent p {
					font-family: 'Lato', sans-serif;
					font-weight: 500;
					font-size: 0.8em;
					line-height: 1.5em;
					margin: auto auto 10px auto;
				}

				.textcontent img {
					width: 100%;
					height: auto;
					margin: 0 0 12px 0;
				}

	.LoHlogo {
		width: 80% !important;
		margin: 5% 10% 5% 10%;
	}

	.teamtag {
		display: inline-block;
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		color: #fff !important;
		background-color: #0468B0;
		padding: 6px 18px;
		font-size: 0.9em;
		border-radius: 5px;
		margin: auto auto 6px auto;
		transition: 0.3s;
	}

		.teamtag:hover, .teamtag:active {
			text-decoration: none;
			background-color: #000;
		}

	.rightcolumn, .leftcolumn {
		width: 100%;
		height: auto;
	}

		.playerimage {
			width: 100%;
			height: auto;
			margin: 12px 0 6px 0;
		}

		.summary {
			width: 100%;
			height: auto;
			margin: 6px 0 6px 0;
		}

		.quote {
			width: 107%;
			height: 100%;
			padding: 18px 18px 18px 18px;
			margin: 6px 0 24px -10px;
			background-color: #ededed;
			font-family: 'Lato', sans-serif;
			font-weight: 500;
			font-style: italic;
		}

			.quotecontent {
				color: #0468B0;
				font-size: 1.125em;
				line-height: 1.25em;
			}

			.quoteauthor {
				font-size: 0.9em;
				margin-bottom: 0px;
			}

		.links {
			width: 100%;
			height: 100%;
			margin: 12px 0 12px 0;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
		}

			.buttonlink {
				display: inline-block;
				background-color: #0468B0;
				color: #fff;
				width: 100%;
				margin: auto auto 6px auto;
				letter-spacing: 0.5px;
				transition: 0.3s;
				font-size: 1em;
				border-radius: 5px;
				text-align: center;
				padding: 6px;
			}

			.buttonlink:hover, .buttonlink:active {
				text-decoration: none;
				background-color: #000;
				color: #fff;
			}

			.sharetext {
				font-size: 1.5em;
				line-height: 0.9em;
				margin: 12px 0 12px 0;
				color: #000 !important;
				text-align: center;
			}

			.socialshare {
				margin: auto 6px auto auto;
				text-decoration: none;
				color: #0468B0;
				font-size: 1.25em;
				transition: 0.3s;
			}

			.socialshare:hover, .socialshare:active {
				text-decoration: none;
				color: #000;
			}

			.socialshare img {
				width: 50px;
			}

		.smallAds {
			width: 100%;
			height: auto;
		}

			.smallAdbox {
				width: 100%;
				height: auto;
				margin-bottom: 12px;
			}

				.smallAdbox a img {
					width: 100%;
					height: auto;
				}

}

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

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

	.mainHeading {
		font-size: 3em;
	}

		.textcontent p {
			font-size: 0.9em;
			line-height: 1.5em;
			margin: auto auto 10px auto;
		}

}

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

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {



}

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

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

	.container-01 {
		padding: 25px 15px;
	}

		.breadcrumbNav {
			width: 60%;
		}

		.presentedBy {
			margin: 0px auto auto auto;
		}

		.mainHeading {
			width: 100%;
			margin-bottom: 12px;
		}

		.LoHlogo {
			width: 80% !important;
			margin: 5% 10% 5% 10%;
		}

}

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

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

	

}

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

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

	.container-01 {
		padding: 20px 15px;
	}

		.breadcrumbNav {
			margin: auto 10px auto auto;
		}

		.mainHeading {
			width: 60%;
			margin: 24px 0 18px 0px;
		}

		.presentedBy {
			margin: 12px 0px 12px auto;
		}

		.listcontainer {
			width: 100%;
			height: 200px;
			padding: 24px;
		}

	.summary, .links {
		padding: 0px 36px 0px 36px;
	}

	.quote {
		width: 106%;
		height: 100%;
		padding: 18px 36px 18px 36px;
		margin: 6px 0 24px -15px;
	}

	.smallAds {
			width: 100%;
			height: auto;
		}

			.smallAdbox {
				width: 49%;
				float: left;
				margin: auto 1% 12px 1%;
			}

				.smallAdbox a img {
					width: 100%;
					height: auto;
				}

	.LoHlogo {
		width: 40% !important;
		margin: 5% 30% 5% 30%;
	}

}

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

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

	.mainHeading {
		font-size: 2.75em;
		margin: 36px 0 24px 0px;
	}

	.quote {
		padding: 36px 48px 36px 48px;
		margin: 6px 0 24px -15px;
	}

}

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

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

	.quote {
		padding: 48px 100px 48px 100px;
		margin: 6px 0 24px -15px;
	}

}

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

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

	.container-01 {
		padding: 25px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images/04_honouredMembers/honouredMembers_topBanner.jpg');
			background-size: auto 100%;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			margin-top: 24px;
			margin-bottom: 24px;
			font-size: 4em;
			width: 80%;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 24px;
			margin-bottom: -10px;
		}

		.listcontainer {
			width: 100%;
			height: 300px;
			padding: 24px;
		}

		.textcontent {
			width: 100%;
			height: auto;
		}

			.textcontent h2 {
				font-size: 3em;
				margin-top: 24px;
			}

			.textcontent h3 {
				font-size: 1.25em;
				line-height: 0.9em;
				margin: 0px 0 12px 0;
			}

			.textcontent p {
				font-size: 1em;
				line-height: 1.5em;
				margin: auto auto 10px auto;
			}

			.textcontent img {
				width: 100%;
				height: auto;
				margin: 0 0 12px 0;
			}

	.teamtag {
		font-size: 0.9em;
		margin: auto auto 0px auto;
	}

	.LoHlogo {
		width: 175px !important;
	}

	.leftcolumn {
		width: 45%;
		float: right;
		padding-right: 24px;
	}

	.rightcolumn {
		width: 55%;
		float: right;
		padding-left: 24px;
	}

		.playerimage {
			width: 80%;
			margin: 12px 0 6px 0;
		}

		.summary {
			margin: 6px 0 6px 0;
		}

		.quote {
			float: right;
			width: 55%;
			height: auto;
			padding: 18px 18px 18px 18px;
			margin: 6px 0 24px 0;
		}

			.quotecontent {
				font-size: 1em;
			}

			.quoteauthor {
				font-size: 0.9em;
			}

		.links {
			width: 100%;
			height: auto;
			margin: 12px 0 12px 0;
		}

			.buttonlink {
				font-size: 
				margin: auto auto 6px auto;
			}

			.socialshare {
				margin: auto 6px auto auto;
			}

			.socialshare img {
				width: 25px;
			}

		.smallAds {
			width: 60%;
			height: auto;
		}

			.smallAdbox {
				width: 49%;
				height: auto;
				float: left;
				margin-bottom: 12px;
			}

				.smallAdbox a img {
					width: 100%;
					height: auto;
				}

		.LoHlogo {
			float: left;
			width: 30% !important;
			margin: 36px 5% 0% 5%;
		}

}

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

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

    .container-01 {
		padding: 25px;
	}

		.bannerImage {
			display: inline-block;
			background-size: 105% auto;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 12px;
		}
    	
}

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

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

	.container-01 {
		padding: 200px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

	.mainHeading {
		margin: 24px 0px 18px 0;
		width: 60%;
	}

		#firstHeading {
			margin-top: 12px !important;
			margin-bottom: 24px !important;
		}

		.textcontent {
			width: 100%;
			height: auto;
		}

			.textcontent p {
				font-family: 'Lato', sans-serif;
				font-weight: 500;
				font-size: 1em;
				line-height: 1.5em;
				margin: auto auto 10px auto;
			}

			.textcontent img {
				width: 100%;
				height: auto;
				margin: 0 0 12px 0;
			}

	.teamtag {
		font-size: 0.9em;
		margin: auto auto 6px auto;
	}

	.leftcolumn {
		width: 40%;
		float: right;
		padding-right: 24px;
	}

	.rightcolumn {
		width: 60%;
		float: right;
	}

		.playerimage {
			width: 70%;
			margin: -24px 0 6px 48px;
		}

		.summary {
			margin: 6px 0 6px 0;
		}

		.quote {
			width: 55%;
			height: auto;
			padding: 36px;
			margin: 24px 0 24px 0;
		}

			.quotecontent {
				font-size: 1.125em;
			}

			.quoteauthor {
				font-size: 0.9em;
			}

		.links {
			width: 100%;
			height: auto;
			margin: 12px 0 12px 0;
		}

			.buttonlink {
				margin: auto auto 6px auto;
			}

			.socialshare {
				margin: auto 6px auto auto;
			}

			.socialshare img {
				width: 25px;
			}

		.smallAds {
			width: 50%;
			height: auto;
			margin-top: 48px;
		}

			.smallAdbox {
				width: 49%;
				height: auto;
				float: left;
				margin-bottom: 12px;
			}

				.smallAdbox a img {
					width: 100%;
					height: auto;
				}

		.LoHlogo {
			width: 30% !important;
			margin: 48px 5% 0% 5%;
		}

}

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

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

	.container-01 {
		padding: 200px 40px 40px 40px; 
	}

}

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

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

}

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

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

	.container-01 {
		width: 1280px;
		margin: auto;
	}

		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 60px 0 30px 0;
		}

			#mainHeading02 {
				font-size: 4em !important;
			}

			#firstHeading {
				margin-top: 20px !important;
				margin-bottom: 24px !important;
			}

		.presentedBy img {
			width: 130px;
		}
	.textcontent h2 {
		font-size: 2.25em;
	}

	.teamtag {
		font-size: 1.25em;
		margin: auto auto 12px auto;
	}

	.leftcolumn {
		width: 45%;
		float: right;
		padding-right: 96px;
	}

	.rightcolumn {
		width: 55%;
		float: right;
		padding: 0 24px 0 80px;
	}

		.playerimage {
			width: 80%;
			margin: -75px 0 48px 0;
		}

		.summary {
			margin: 6px 0 6px 0;
		}

		.quote {
			width: 55%;
			height: auto;
			padding: 36px;
			margin: 6px 0 24px 0;
		}

			.quotecontent {
				font-size: 1.125em;
			}

			.quoteauthor {
				font-size: 0.9em;
			}

		.links {
			width: 100%;
			height: auto;
			margin: 12px 0 12px 0;
		}

			.buttonlink {
				margin: auto auto 6px auto;
			}

			.socialshare {
				margin: auto 6px auto auto;
			}

			.socialshare img {
				width: 25px;
			}

		.smallAds {
			width: 50%;
			height: auto;
		}

			.smallAdbox {
				width: 49%;
				height: auto;
				float: left;
				margin-bottom: 12px;
			}

				.smallAdbox a img {
					width: 100%;
					height: auto;
				}

		.LoHlogo {
			width: 30% !important;
			margin: 0px 5% 0% 2%;
		}



}

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

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



}

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

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

}

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


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

}

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

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

}

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














