

/********************** 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;
}

button:focus {
	outline:0 !important;
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
		margin-top: 40px;
	}

		.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 30px 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;
			}

		.marchbreakbanner {
			width: 100%;
			height: auto;
			margin-bottom: 24px;
		}

		.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;
			}

				.leftButton {
					margin-bottom: 10px;
					float: none;
				}

				.rightButton {
					float: none;
				}

		.subheading {
			width: 100%;
			height: auto;
			margin: 24px 0 24px 0;
		}
			.subheading h3 {
				font-family: 'Poppins', sans-serif;
				font-weight: 900;
				color: #0468B0;
			}
			.subheading p {
				font-family: 'Lato', sans-serif;
				font-weight: 500;
			}

		.gridSection {
			width: 100%;
			height: auto;
		}
			.gridSection hr {
				margin-bottom: 24px;
			}
			.gridCard {
				float: none;
				display: inline-block;
				width: 100%;
				height: auto;
				margin: auto auto 35px auto;
				transition: 0.3s !important;
			}
				.nomargin {
					margin-bottom: 0px;
				}
			.gridImage {
				width: 100%;
				height: auto;
				background-position: 50% 50%;
				background-size: 100% auto;
				float: none;
				transition: 0.3s !important;
				background-color: lightgrey;
				background-repeat: no-repeat;
			}
				#img01 {
					background-image: url('../images/HHOF_legendsOfHockey_01.jpg');
				}
				#img02 {
					background-image: url('../images/HHOF_legendsOfHockey_02.jpg');
				}
				#img03 {
					background-image: url('../images/HHOF_legendsOfHockey_03.jpg');
				}
				#img04 {
					background-image: url('../images/HHOF_legendsOfHockey_04.jpg');
				}
				#img05 {
					background-image: url('../images/HHOF_legendsOfHockey_05.jpg');
				}
				#img06 {
					background-image: url('../images/HHOF_legendsOfHockey_06.jpg');
				}
				#img07 {
					background-image: url('../images/HHOF_legendsOfHockey_07_promo.jpg');
				}
				#img08 {
					background-image: url('../images/HHOF_legendsOfHockey_logo.jpg');
					padding: 0 0 66.667% 0;
					background-color: #fff;
				}
					.mobiledisplay {
						display: inherit;
					}
					.desktopdisplay {
						display: none;
					}
				.gridImage button {
					width: 100%;
					padding: 0 0 66.667% 0;
					border-radius: 0px;
					margin: 0;
					background-color: transparent;
					border: 0px;
				}
					.gridImage button:active {
						background-color: transparent;
						border: 0px;
					}
					.gridImage button:hover {
						background-color: transparent;
						border: 0px;
					}

			.gridContent {
				display: inline-block;
				width: 100%;
				height: auto;
				float: none;
			}
				.gridHeading {
					font-family: 'Poppins', sans-serif;
					font-weight: 900;
					background-color: #fff;
					color: #000;
					font-size: 1.5em;
					margin: 15px auto 0px auto;
					height: auto;
				}

				.gridcontent span {
					font-family: 'Lato', sans-serif;
					font-weight: 900;
					font-size: 1em;
				}

		.modal-content {
			border: 0px !important;
			background-color: #000 !important;
		}
			.modal-body .close {
				z-index: 100;
				position: relative;
				color: #fff;
			}
			.modal-body iframe {
				width: 100%;
				height: 250px;
				border: 0px;
			}
			.modal-body video {
				width: 100%;
				height: 250px;
				border: 0px;
			}

	.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: 0.9em;
			margin: 0px 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: 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;
		}

		.copyright {
			font-size: 0.9em !important;
		}


}

/************************************************************/

@media screen and (min-width: 375px)  {

	.multiheading {
		/*margin-top: 36px;*/
	}

	.multiheading h1 {
		font-size: 2.75em;
	}

}

/************************************************************/

@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;
		}

		.gridSection {
		}

			.gridImage {
				height: 250px;
			}

			.gridContent {
			}

				.gridHeading {
					font-size: 1.75em;
					margin: 15px auto 0px auto;
				}

	.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;
			width: 100%;
		}

		.mainHeading {
			margin: 20px 0 30px 0px;
		}

		.multiheading {
			width: 90%;
			margin-top: 12px;
			margin-left: 0px;
		}

		.presentedBy {
			margin: 8px 10px auto auto;
		}

		.gridSection {
		}
			.gridCard {
				float: left;
				width: 48%;
				height: auto;
				margin: auto 2% 35px 2%;
			}
				#topgrid .gridCard {
					margin-bottom: 0px;
				}
				.mobiledisplay {
					display: none;
				}
				.desktopdisplay {
					display: inherit;
				}
			.gridImage {
				width: 100%;
				height: auto;
				background-position: 50% 50%;
				float: none;
			}
			.gridContent {
				width: 100%;
				height: auto;
				float: none;
			}
				.gridHeading {
					font-size: 1.25em;
					margin: 15px auto 0px auto;
				}
					.longheading {
						margin-bottom: -34px;
					}
				.gridCopy {
					font-size: 0.65em;
					margin: 5px auto 10px auto;
				}
				.gridCard:hover > a .gridImage {
						background-size: 110% auto !important;
					}

	.socialmedia {
		width: 50%;
		margin: auto 25% 36px 25%;
	}

}

/************************************************************/

@media screen and (min-width: 667px) {

	.multiheading {
		width: 80%;
	}

	.gridImage {
		width: 100%;
		background-position: 50% 50%;
		float: none;
	}

	.gridHeading {
		font-size: 1.5em;
	}

	.gridContent {
	}

	.gridCopy {
		font-size: 0.75em;
		margin: 5px auto 10px auto;
	}

	.gridButton {
	}

}

/************************************************************/

@media screen and (min-width: 736px)  {

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 65px;
		margin: 0;
	}
		.breadcrumbNav {
			margin-left: 0px;
		}
		.bannerImage {
			display: inline-block;
			background-image: url('../images/03_induction/induction_topBanner.jpg');
			background-size: auto 100%;
			background-position: 50% 60%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}
		.multiheading {
			width: 70%;
			margin-top: 12px;
			margin-left: 0px;
		}
			.multiheading h1 {
				font-size: 3em;
			}

		.presentedBy {
			margin-right: 0px;
			margin-top: 12px;
		}
			.presentedBy img {
				width: 150px;
			}

	.textcontent {
		width: 100%;
		height: auto;
		padding: 12px 0px;
	}
		.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;
		}

	.modal {
	    overflow-y: hidden !important;
	  }
	.modal-dialog {
	    max-width: 600px !important;
	    overflow-y: hidden !important;
	  }
		.modal-body iframe {
			height: 375px;
		}
		.modal-body video {
			height: 375px;
		}

}

/************************************************************/

@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/03_induction/induction_topBanner.jpg');*/
			background-size: auto 100%;
			background-position: 50% 60%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 8px;
		}

		.gridSection {
			width: 103.5%;
			margin-left: -15px;
		}

		.gridSection {
			}

				.gridCard {
					float: left;
					width: 46.5%;
					height: auto;
					margin: auto 1.75% 35px 1.75%;
				}
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
		padding-bottom: 40px !important;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.multiheading h1 {
			font-size: 3em;
		}

		.multiheading h2 {
			font-size: 1.25em;
		}

	.textcontent {
		width: 100%;
		height: auto;
	}

	.teammateslogo {
		width: 60%;
	}

	.modal-dialog {
	    max-width: 600px !important;
	    margin-top: 3rem !important;
	  }
		.modal-body iframe {
			height: 375px;
		}
		.modal-body video {
			height: 375px;
		}

	.longheading {
		margin-bottom: 0px;
	}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 0px 40px; 
	}

		.bannerImage {
			background-size: 100% auto;
		}

		.gridCard {
			height: auto;
		}

	.modal-dialog {
	    max-width: 600px !important;
	    margin-top: 3.5rem !important;
	  }
		.modal-body iframe {
			height: 375px;
		}
		.modal-body video {
			height: 375px;
		}

}

/************************************************************/

@media screen and (min-width: 1180px)  {

	#specialoffers {
		top: 1850px;
	}

	.modal-dialog {
	    max-width: 700px !important;
	  }
		.modal-body iframe {
			height: 425px;
		}
		.modal-body video {
			height: 425px;
		}

}

/************************************************************/

@media screen and (min-width: 1280px)  {	.container-01 {
		width: 1280px;
		margin: auto;

	}
		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 30px 0 30px 0;
		}
		.multiheading {
			width: 60%;
		}
			.multiheading h1 {
				font-size: 4em;
			}

		.presentedBy {
			margin-top: 8px;
		}
			.presentedBy img {
				width: 200px;
			}

		#specialoffers {
			top: 1900px;
		}

	

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














