

/********************** 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: 60%;
			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.75em;
			text-transform: uppercase;
			letter-spacing: 1px;
			line-height: 0.8em;
			padding: 1px 0 1px 20px;
			margin: 10px 0 20px 0px;
			border-left: 10px solid #0468B0;
			width: 100%;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: 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: 70px;
				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%;
				}

	.leftimage {
		width: 100%;
		height: auto;
		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: 1.5em;
			line-height: 1.125em;
			margin: 0 0 12px 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: 0.9em;
			margin: 36px 0 12px 0;
			color: #0468B0;
		}

		.textcontent h4 {
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 1.125em;
			line-height: 0.9em;
			margin: 0 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 36px 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;
	}

	.teammateslogo {
		width: 100%;
		height: auto;
		margin: auto;
	}

	.socialmedia {
		width: 90%;
		height: auto;
		margin: auto 5% 36px 5%;
	}

		.socialLink02 {
			width: 22%;
			height: auto;
			float: left;
			margin: auto 1.5%;
		}

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

		.weekendsponsors img {
			width: 45%;
			height: auto;
			float: left;
			margin: 12px 2.5% 12px 2.5%;
		}

	.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)  {

	.breadcrumbNav {
		width: 70%;
	}

	.mainHeading {
		width: 100%;
		margin-top: 8px;
	}

	.presentedBy {
		margin-top: 8px;
	}

	.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;
	}

	.leftimage {
		width: 100%;
		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 {
	}
		.breadcrumbNav {
			width: 80%;
		}

		.mainHeading {
			font-size: 2.75em;
			margin-top: -6px;
		}

	.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 20px;
	}

		.breadcrumbNav {
			margin: auto 0px;
			width: 60%;
		}

		.mainHeading {
			margin: 20px 0 30px 0px;
			width: 60%;
		}

		.presentedBy {
			margin: 8px 0px 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: 30%;
		height: auto;
		float: left;
	}

	.rightColumn {
		width: 70%;
		height: auto;
		padding-left: 24px;
		float: right;
	}

	.textcontent {
		padding-top: 0px;
	}

	.leftimage {
	}

}

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

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

	

}

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

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

	.mainHeading {
		width: 50%;
	}

}

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

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

	.container-01 {
		padding: 25px;
	}

		.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-left: 0px;
			font-size: 3em;
			width: 60%;
		}

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

	.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.75em;
			line-height: 0.9em;
			margin: 36px 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;
		}*/

	.inductionlogo {
		width: 50%;
		height: auto;
		margin: 48px 25% 24px 25%;
	}

	.greybox {
		padding: 24px 24px 6px 24px;
	}

	.teammateslogo {
		width: 40%;
		height: auto;
		margin: 24px 30% 24px 30%;
	}

	.socialmedia {
		width: 30%;
		height: auto;
		margin: auto 35% 36px 35%;
	}

	.weekendsponsors img {
		width: 15%;
		height: auto;
		float: left;
		margin: 12px 2.5% 12px 2.5%;
	}

	.leftColumn {
		width: 40%;
		height: auto;
		float: left;
		padding-top: 12px;
	}

	.rightColumn {
		width: 60%;
		height: auto;
		padding-left: 24px;
		float: right;
	}

	.leftimage {
	}

}

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

@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-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-left: 0px;
			font-size: 3em;
			width: 60%;
		}
    	
}

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

@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;
	}

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

	.mainHeading {
			width: 50%;
		}

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

	.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;
		}*/

	.leftimage {
	}

}

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

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

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

	.bannerbox {
		height: 240px;
	}

	.banneroverlay {
		padding: 90px 24px;
		font-size: 0.7em;
	}

	.leftimage {
	}


}

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

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

}

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

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

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

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

		.presentedBy img {
			width: 100px;
		}

	.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;
		}

	.leftimage {
	}

	.leftColumn {
		width: 35%;
	}

	.rightColumn {
		width: 65%;
	}
				
}

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

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



}

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

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

}

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


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

}

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

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

}

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














