

/********************** 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;
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.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.75em;
			text-transform: uppercase;
			letter-spacing: 1px;
			line-height: 0.8em;
			padding: 1px 0 1px 20px;
			margin: 40px 0 20px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
		}

		.multiheading {
			padding: 1px 0 1px 20px;
			margin: 50px 0 20px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
		}

			.multiheading h1 {
				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;
				margin-bottom: 0px;
			}

			.multiheading h2 {
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				font-size: 1em;
				margin-bottom: 0px;
				text-transform: uppercase;
			}

		.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;
			}

	.textcontent {
		width: 100%;
		height: auto;
		padding: 0px;
		margin-bottom: 12px;
	}

		.textcontent h2 {
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 1.75em;
			line-height: 0.9em;
			margin: 0px 0 0px 0;
			color: #0468B0;
		}

		.textcontent h3 {
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 1.25em;
			line-height: 0.9em;
			margin: 0px 0 0px 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;
		}

	/***************************/

	.inductionbannersmobile {
		width: 100%;
		height: auto;
		margin-bottom: 24px;
	}

	.inductionbannersmobileLONGER {
		width: 100%;
		height: auto;
		margin-bottom: 24px;
		display: none;
	}

	/***************************/

	.mainleft {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.mainright {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.gallerycontainer {
		width: 100%;
		clear: both;
	}

	.buffer {
		display: none;
	}

	/***************************/

		.callout {
			display: block;
			padding: 12px 24px;
			background-color: #d6e9f6;
			text-align: center;
			font-weight: 500;
			font-size: 1em;
			line-height: 1em;
		}

		.caption {
			font-family: 'Lato', sans-serif;
			font-weight: 700 !important;
			font-size: 0.75em !important;
			text-align: center;
			margin-bottom: 24px;
			margin-top: 12px;
		}

		.fineprint {
			font-size: 0.6em !important;
			font-style: italic;
		}

		.galleryarea {
			width: 100%;
			height: auto;
		}

		.buttonArea {
			width: 100%;
			height: auto;
			padding: 10px;
			background-color: #e6e7e8;
			margin: 0 0 25px 0px;
		}

			.buttonArea button {
				text-align: center;
				background-color: #0468B0;
				font-family: 'Lato', sans-serif;
				font-weight: 500;
				color: #fff;
				text-transform: uppercase;

				width: 100%;
				height: auto;
				padding: 10px;

				font-size: 1.125em;
				line-height: 0.9em;
				border: 0px;
				
				transition-duration: 0.1s;
  				cursor: pointer;
			}
	
			.buttonArea button:hover {
				background-color: lightgrey;
				color: #0468B0;
			}

				.leftButton {
					margin-bottom: 10px;
					float: none;
				}

				.rightButton {
					float: none;
				}

	.eventsubheading {
		line-height: 0.8em;
		padding: 1px 0 1px 20px;
		border-left: 10px solid #0468B0;
		width: auto;
		margin-bottom: 12px;
	}

		.eventsubheading h2 {
			color: #e11d37 !important;
			margin-bottom: 0px !important;
		}

		.eventsubheading h3 {
			margin-top: 0px !important;
			margin-bottom: 0px !important;
		}

	.leftColumn .textcontent p {
		margin-bottom: 18px;
	}

	.calloutbox {
		background-image: url('http://pix.co/HHOF_website/images/slideBG_logo_grey.jpg');
		background-size: 120% auto;
		background-position: 100% 100%;
		background-color: #d0d0d0;
		background-repeat: no-repeat;
		font-family: Lato, sans-serif;
		font-size: 16px;
		font-weight: 400;
		height: auto;
		margin: 0 0 24px 0;
		padding: 24px;
		border-left: 10px solid #0468B0;;
	}

		.calloutbox h2 {
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 1.75em;
			line-height: 0.9em;
		}

		.calloutbox h3 {
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 1.5em;
			line-height: 0.9em;
		}

		.calloutbox p {
			font-family: 'Lato', sans-serif;
			font-weight: 500;
			margin-bottom: 12px;
		}

	.mobilecontent img {
		width: 100%;
		height: auto;
		margin-bottom: 12px;
	}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.multiheading {
		/*margin-top: 36px;*/
	}

	.multiheading h1 {
		font-size: 2.75em;
	}

	.breadcrumbNav {
		width: 65%;
	}

	.mainHeading {
		width: 100%;
	}

	.presentedBy {
		margin-top: 8px;
	}

}

/************************************************************/

@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 {
	}

		.multiheading {
			margin-top: 50px;
		}

		.mainHeading {
			margin-top: 30px;
		}

	.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 30px 10px;
			width: 70%;
		}

		.presentedBy {
			margin: 8px 10px auto auto;
		}

		.multiheading {
			width: 60%;
			margin-top: 12px;
			margin-left: 10px;
		}

	/***************************/

	.inductionbannersmobile {
		width: 100%;
		height: auto;
		margin-bottom: 24px;
	}

	.inductionbannersmobileLONGER {
		width: 100%;
		height: auto;
		margin-bottom: 24px;
		display: none;
	}

	/***************************/

	.mainleft {
		float: left;
		width: 40%;
		padding-right: 12px;
	}

	.mainright {
		float: right;
		width: 60%;
		padding-left: 12px;
	}

	.gallerycontainer {
		width: 100%;
		clear: both;
	}

	/***************************/

		.caption {
			font-size: 0.75em !important;
		}

	.textcontent {
		padding-top: 0px;
		padding-bottom: 0px;
	}

		.textcontent h2 {
			margin-bottom: 0px;
			font-size: 1.75em;
		}

		.buttonArea {
			width: 100%;
			height: auto;
			padding: 10px;
			margin: 0 0 25px 0px;
		}

			.buttonArea button {
				width: 100%;
				height: auto;
				padding: 10px;

				font-size: 1.125em;
				line-height: 0.9em;
				border: 0px;
			}

	.calloutbox {
		margin-top: 36px;
	}

		.calloutbox p {
			/*width: 85%;*/
		}

}

/************************************************************/

@media screen and (min-width: 667px) {

	.multiheading {
		width: 80%;
	}

}

/************************************************************/

@media screen and (min-width: 736px)  {

	.mainHeading {
		width: 70%;
		margin-top: 24px;
	}

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 25px;
	}

		.breadcrumbNav {
			margin-left: 0px;
			width: 100%;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images_induction/induction_topBanner.jpg');
			background-size: auto 100%;
			background-position: 50% 60%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-top: 12px;
			margin-left: 0px;
			font-size: 3em;
		}

		.multiheading {
			width: 65%;
			margin-top: 12px;
			margin-left: 0px;
		}

			.multiheading h1 {
				font-size: 3em;
			}

		.presentedBy {
			margin-right: 0px;
			margin-top: 12px;
		}

			.presentedBy img {
				width: 150px;
			}

		.inductionbannersdesktop {
			padding: 0;
			margin-bottom: 24px;
		}

	.textcontent {
		width: 100%;
		height: auto;
		padding: 0px;
	}

		.textcontent h3 {
			font-size: 1.125em;
			line-height: 0.9em;
			margin: 0px 0 0px 0;
		}

		.textcontent p {
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 10px auto;
		}

	/***************************/

	.directions {
		font-size: 0.8em !important;
	}

	.buttonArea {
		width: 100%;
		height: auto;
		padding:15px;
		background-color: #e6e7e8;
		margin: 0 0 25px 0px;
	}

		.buttonArea button {
			width: 100%;
			height: auto;
			padding: 10px;

			font-size: 1.125em;
			line-height: 0.9em;
			border: 0px;
		}

	.calloutbox p {
		/*width: 75%;*/
	}

		.leftmain {
			width: 40%;
			float: left;
		}

		.rightmain {
			width: 60%;
			float: right;
			padding-left: 24px;
		}

}

/************************************************************/

@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_induction/induction_topBanner.jpg');*/
			background-size: auto 100%;
			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)  {

	.container-01 {
		padding: 240px 40px 40px 40px; /* top 200px if not alert bar*/	}

	#bottomcontainer {
		padding: 40px !important;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.mainHeading {
			margin-top: 36px;
			margin-left: 0px;
		}

		.multiheading h1 {
			font-size: 3em;
		}

		.multiheading h2 {
			font-size: 1.25em;
		}

	.textcontent {
		width: 100%;
		height: auto;
	}

	/***************************/

	.gallerycontainer {
		width: 60%;
		float: right;
		clear: none;
		padding-left: 12px;
		margin-bottom: 24px;
	}

	.buffer {
		display: inherit;
		clear: both;
		margin-bottom: 12px;
	}

	.secondaryleft {
		float: left;
		width: 45%;
		padding-right: 12px;
		clear: none;
		margin-top: 24px;
	}

	.secondaryright {
		float: right;
		width: 55%;
		padding-left: 12px;
		/*margin-top: -490px;*/
	}

	/***************************/

	.inductionbannersmobile {
		display: none;
	}

	.inductionbannersmobileLONGER {
		display: inherit;
		width: 100%;
		height: auto;
	}

	.buttonArea button {
		width: 49%;
		height: auto;
		padding: 10px;

		font-size: 1.125em;
		line-height: 0.9em;
		border: 0px;
	}

		.leftButton {
			margin-bottom: 0px;
			float: left;
		}

		.rightButton {
			float: right;
		}

	/***************************/

	.calloutbox {
		margin-top: 0px;
	}

	#moreinfo {
		position: absolute;
		top: 900px;
	}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 0px 40px; /* top 200px if not alert bar*/ 
	}

		.bannerImage {
			background-size: 100% auto;
		}

}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {	.container-01 {
		width: 1280px;
		margin: auto;
		padding-bottom: 48px;
		padding-top: 240px;

	}

		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 30px 0 30px 0;
		}

		.multiheading {
			width: 70%;
		}

			.multiheading h1 {
				font-size: 4em;
			}

		.presentedBy {
			margin-top: 8px;
		}

			.presentedBy img {
				width: 200px;
			}

	/***************************/

	.inductionbannersmobile {
		width: 100%;
		height: 787px;
		margin-bottom: 24px;
		display: inherit;
	}

	.inductionbannersmobileLONGER {
		width: 100%;
		height: auto;
		margin-bottom: 24px;
		display: none;
	}

	/***************************/

	.buffer {
		margin-bottom: 48px;
	}

	/***************************/

	.caption {
		font-size: 0.75em !important;
		margin-bottom: 0px !important;
	}

	.calloutbox p {
		/*width: 40%;*/
	}

	.leftmain {
		width: 40%;
		float: left;
	}

	.rightmain {
		width: 60%;
		float: right;
		padding-left: 48px;
	}

		/*.inductionbannersmobile {
			display: none;
		}

		.inductionbannersdesktop {
			display: inherit;
		}*/

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














