

/********************** DEFAULT STYLES **********************/

* { margin:0; padding:0; }

.carousel-control-prev-icon {
	background-image: url('../images/arrowLeft.svg') !important;
}

.carousel-control-next-icon {
	background-image: url('../images/arrowRight.svg') !important;
}

.HHOFtable { 
	width: 100%; 
	border-collapse: collapse; 
	margin: 50px auto;
	font-family: 'Lato', sans-serif;
	font-weight: 400;

	/*table-layout: fixed;*/
}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

tr th { 
	background: #0468B0; 
	color: white; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 18px;
	}

.season {
	width: 10% !important;
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.HHOFtable { 
		width: 100%;
		margin: 10px auto 30px auto;
		float: none;
	}

	/* Zebra striping */
	tr:nth-of-type(odd) { 
	
	}

	tr th { 
	
	}

	td, th { 
		padding: 8px; 
		font-size: 0.8em;
		line-height: 1.125em;
	}

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			width: 50%;
			height: auto;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 0.7em;
			margin: auto;
		}

		.bannerImage {
			display: none;
		}

		.mainHeading {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2.25em;
			text-transform: uppercase;
			letter-spacing: 1px;
			line-height: 0.8em;
			padding: 1px 0 1px 20px;
			margin: 40px 0 0px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: 8px 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;
			}

		.bannercontainer {
			width: 100%;
			height: auto;
			background-color: lightgrey;
			padding: 12px 12px 6px 12px;
		}

			.bannerbox {
				width: 100%;
				height: 400px;
				margin: auto auto 12px auto;
				box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
				background-size: 100% auto;
			}

				.banneroverlay {
					width: 100%;
					height: 100%;
					background-color: #151d41;
					opacity: 0;
					transition: 0.5s;
					padding: 150px 24px;
					color: white;
				}

				.banneroverlay:hover {
					opacity: 0.9;
					transition: 0.5s;
				}

					.banneroverlay h4 {
						text-align: center;
						font-family: 'Lato', sans-serif;
						font-weight: 900;
						text-transform: uppercase;
						font-size: 1.5em;
					}

				.bannerlink {
					display: block;
					width: 100%;
					height: 100%;
				}

				#botterill {
					background-image: url('../images_induction/IND25_about_Botterill-main.jpg');
				}


				#chara {
					background-image: url('../images_induction/IND25_about_Chara-main.jpg');
				}

				#decker {
					background-image: url('../images_induction/IND25_about_Decker-main.jpg');
				}

				#keith {
					background-image: url('../images_induction/IND25_about_Keith-main.jpg');
				}

				#mogilny {
					background-image: url('../images_induction/IND25_about_Mogilny-main.jpg');
				}

				
				#parker {
					background-image: url('../images_induction/IND25_about_Parker-main.jpg');
				}

				#sauvageau {
					background-image: url('../images_induction/IND25_about_Sauvageau-main.jpg');
				}
	
				#thornton {
					background-image: url('../images_induction/IND25_about_Thorton-main.jpg');
				}
				

	.inductionbanner {
		width: 100%;
		height: 400px;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	.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: 24px 0 24px 0;
			border-left: 10px solid #0468B0;
			padding-left: 12px;
		}

		.textcontent h3 {
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 1.5em;
			line-height: 1.125em !important;
			margin: 12px 0 12px 0;
		}

		.textcontent p {
			font-family: 'Lato', sans-serif;
			font-weight: 500;
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 10px auto;
		}

		.textcontent ul {
			margin: 0 0 24px; 0
		}

		.textcontent li {
			font-family: 'Lato', sans-serif;
			font-weight: 500;
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 10px 18px;
		}

		.textcontent a {
			color: #0468B0;
		}

		/*.textcontent img {
			width: 100%;
			height: auto;
		}*/

	.inductionlogo {
		width: 100%;
		height: auto;
		margin: 48px 0% 24px 0%;
	}

	.presslink {
		display: block;
		margin-bottom: 12px;
	}

	.greybox {
		width: 100%;
		height: auto;
		background-color: lightgrey;
		padding: 12px 12px 6px 12px;
		margin-bottom: 48px;
	}

	.desktopimages {
		display: none;
	}

	.pressimage {
		width: 100%;
		height: auto;
		margin-top: 24px;
		margin-bottom: 24px;
	}

		.pressimage img {
			width: 100%;
			height: auto;
			margin-bottom: 6px;
		}

		.caption {
			font-family: 'Lato', sans-serif;
			font-weight: 700 !important;
			font-size: 0.75em !important;
			text-align: center;
		}

	.leftColumn {
		width: 100%;
		height: auto;
	}

		.leftColumn img {
			width: 100%;
			height: auto;
		}

	.rightColumn {
		width: 100%;
		height: auto;
	}

	.scrollbox {
		width: 100%;
		height: auto;
		overflow: auto;
  		white-space: nowrap;
	}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.banneroverlay {
		padding: 150px 50px;
	}

	.textcontent p {
		font-size: 0.9em;
		line-height: 1.5em;
		margin: auto auto 10px auto;
	}

	.textcontent li {
		font-size: 0.9em;
		line-height: 1.5em;
		margin: auto auto 10px 18px;
	}

	.inductionbanner {
		width: 100%;
		height: 450px;
		background-size: 100% 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 {
	}

		.mainHeading {
			font-size: 2.5em;
			margin-top: 30px;
		}

	.bannerbox {
		height: 450px;
	}

	.banneroverlay {
		padding: 180px 75px;
	}

	.textcontent p {
		font-size: 1em;
		line-height: 1.5em;
		margin: auto auto 10px auto;
	}

	.textcontent li {
		font-size: 1em;
		line-height: 1.5em;
		margin: auto auto 10px 24px;
	}


}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 10px;
	}

		.breadcrumbNav {
			margin: auto auto auto 10px;
			width: 100%;
		}

		.mainHeading {
			margin: 12px 0 0px 10px;
			width: 70%;
			font-size: 2.75em;
		}

		.presentedBy {
			margin: 8px 10px auto auto;
		}

			/*.presentedBy img {
				width: 150px;
			}*/

	.bannerbox {
		float: left;
		width: 30%;
		height: 270px;
		margin: 6px 1.66% 12px 1.66%;
	}

	.banneroverlay {
		padding: 50px 24px;
	}

	.pressimage {
		width: 40%;
		height: auto;
		float: right;
		margin-top: 6px;
		margin-bottom: 24px;
		margin-left: 24px;
	}

		.pressimage img {
			width: 100%;
			height: auto;
		}

		.caption {
			font-size: 0.75em !important;
			text-align: center;
		}

	.leftColumn {
		width: 20%;
		height: auto;
		float: left;
	}

	.rightColumn {
		width: 80%;
		height: auto;
		padding-left: 24px;
		float: right;
	}

	.textcontent {
		padding-top: 0px;
	}

	.inductionbanner {
		height: 190px;
	}

}

/************************************************************/

@media screen and (min-width: 667px) {

	

}

/************************************************************/

@media screen and (min-width: 736px)  {

	.presentedBy {
		/*margin: 70px 10px auto auto;*/
	}

		/*.presentedBy img {
			width: 150px;
		}*/

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 65px;
	}

		.breadcrumbNav {
			margin-left: 0px;
			width: 100%;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images/01_visit/EI_topBanner.jpg');
			background-size: 100% auto;
			background-position: 50% 20%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-top: 12px;
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 12px;
		}

			.presentedBy img {
				width: 150px;
			}

	.bannerbox {
		float: left;
		width: 15%;
		height: 180px;
		margin: 6px 0.83% 12px 0.83%;
	}

	.banneroverlay {
		padding: 60px 24px;
		font-size: 0.5em;
	}

	.textcontent {
		width: 100%;
		height: auto;
		padding: 12px 0px;
	}

		.textcontent h3 {
			font-size: 1.25em;
			line-height: 0.9em;
			margin: 0px 0 0px 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;
		}*/

	.inductionlogo {
		width: 50%;
		height: auto;
		margin: 48px 25% 24px 25%;
	}

	.greybox {
		padding: 24px 24px 6px 24px;
	}

	.leftColumn {
		width: 30%;
		height: auto;
		float: left;
		padding-top: 12px;
	}

	.rightColumn {
		width: 70%;
		height: auto;
		padding-left: 24px;
		float: right;
	}

	.inductionbanner {
		height: 400px;
	}

	.desktopimages {
		display: inherit;
		margin: 24px 0;
	}

	.pressimage {
		display: none;
	}

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

    .container-01 {
		padding: 65px;
	}

		.bannerImage {
			display: inline-block;
			background-image: url('../images/01_visit/EI_topBanner.jpg');
			background-size: 100% auto;
			background-position: 50% 60%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-top: 12px;
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 8px;
		}
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.HHOFtable { 
		width: 100%;
		margin: 10px auto 40px auto;
	}

	/* Zebra striping */
	tr:nth-of-type(odd) { 
	
	}

	tr th { 
	
	}

	td, th { 
		padding: 10px; 
		font-size: 0.9em;
		line-height: 1.125em;
	}

	.container-01 {
		padding: 240px 40px 40px 40px; /* top 200px if not alert bar*/
	}

		#bottomcontainer {
			padding: 40px !important;
		}

	.mainHeading {
		width: 60%;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

	.bannerbox {
		height: 235px;
	}

	.banneroverlay {
		padding: 75px 24px;
		font-size: 0.7em;
	}

	.textcontent {
		width: 100%;
		height: auto;
	}

		/*.textcontent img {
			width: 100%;
			height: auto;
			margin: 0 0 12px 0;
		}*/

	.inductionbanner {
		height: 500px;
	}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 0px 40px;  /* top 200px if not alert bar*/
	}

	.bannerbox {
		height: 240px;
	}

	.banneroverlay {
		padding: 90px 24px;
		font-size: 0.7em;
	}

	.inductionbanner {
		height: 600px;
	}


}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {	.container-01 {
		width: 1280px;
		margin: auto;
		padding-bottom: 48px;
		padding-top: 240px; /* for alert bar */
	}

		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 12px 0 10px 0;
			width: 60%;
		}

	.presentedBy {
		margin-top: 8px;
	}

		.presentedBy img {
			width: 200px;
		}

	.bannerbox {
		height: 310px;
	}

	.banneroverlay {
		padding: 100px 24px;
		font-size: 1em;
	}

	.textcontent h3 {
		font-size: 2em;
	}

	.textcontent p {
		margin-bottom: 24px;
	}

	.pressimage {
		width: 30%;
		height: auto;
		float: right;
		margin-top: 0px;
		margin-bottom: 18px;
		margin-left: 48px;
	}

		.pressimage img {
			width: 100%;
			height: auto;
		}

		.caption {
			font-size: 0.75em !important;
			text-align: center;
			margin-bottom: 0px !important;
		}

	.inductionbanner {
		height: 650px;
	}

	.leftColumn {
		margin-bottom: 48px;
	}
				
}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














