

/********************** 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;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

td, th {
vertical-align:top;
padding: 6px;
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			height: auto;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 0.7em;
			margin: auto;
			width: 50%;
		}

		.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: 12px 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;
			}

			#mainHeading02 {
				font-size: 1.5em !important;
			}

		.container-01 h2 {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2em;
			line-height: 0.85em;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin: 12px 0 20px 0px;
			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: 80px;
				height: auto;
				margin: auto;
			}

			.leftcolumn {
				float: none;
			}

				.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: 1em;
						line-height: 0.9em;
						margin: 12px 0 12px 0;
					}

					.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.5em;
						margin: auto auto 10px 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;
					}

	.displaycontainer {
		width: 100%;
		height: auto;
		margin-bottom: 24px;
	}

		.displayleft {
			width: 100%;
			height: 250px;
		}

			#stanleycupfanatic {
				background-image: url(/images_promos/summit_1.jpg);
				background-size: 100% auto;
				background-position: top;
				background-repeat: no-repeat;
				background-color: white;
			}

			#nostalgiaseeker {
				background-image: url(/images_promos/summit_2.jpg);
				background-size: 100% auto;
				background-position: top;
				background-repeat: no-repeat;
				background-color: white;
			}

			#futurestar {
				background-image: url(/images_promos/summit_3.jpg);
				background-size: 100% auto;
				background-position: top;
				background-repeat: no-repeat;
				background-color: white;
			}

			#globetrotter {
				background-image: url(/images_promos/summit_4.jpg);
				background-size: 100% auto;
				background-position: top;
				background-repeat: no-repeat;
				background-color: white;
			}

			#casualfan {
				background-image: url(/images_promos/summit_5.jpg);
				background-size: 100% auto;
				background-position: top;
				background-repeat: no-repeat;
				background-color: white;
			}

			#canadiana {
				background-image: url(/images_bucketlist/bucketlist_canadiana.jpg);
				background-size: 100% auto;
				background-position: top;
				background-repeat: no-repeat;
				background-color: white;
			}

			#artconnoisseur {
				background-image: url(/images_bucketlist/bucketlist_art.jpg);
				background-size: 100% auto;
				background-position: top;
				background-repeat: no-repeat;
				background-color: white;
			}

			#chicagoblackhawks {
				background-image: url(/images_visit/TripleCentennial_CB.jpg);
				background-size: 100% auto;
				background-position: top;
				background-repeat: no-repeat;
				background-color: white;
			}

			#detroitredwings {
				background-image: url(/images_visit/TripleCentennial_DR.jpg);
				background-size: 100% auto;
				background-position: top;
				background-repeat: no-repeat;
				background-color: white;
			}

			#newyorkrangers {
				background-image: url(/images_visit/TripleCentennial_NYR.jpg);
				background-size: 100% auto;
				background-position: top;
				background-repeat: no-repeat;
				background-color: white;
			}

			#triplecentennial {
				background-image: url(/images_visit/TripleCentennial.jpg);
				background-size: 100% auto;
				background-position: top;
				background-repeat: no-repeat;
				background-color: white;
			}

		.displayright {
			width: 100%;
			height: auto;
		}

		.appwindow {
			width: 100%;
			height: auto;
			text-align: left;
			margin: auto auto 12px auto;
		}

			.applogo {
				width: auto;
				height: 35.5px !important;
				/*margin: 3%;*/
			}

			.appIMG {
				width: 100%;
				/*height: 145px;*/
				padding-top: 48.6%;
				background-image: url('../images_visit/app_placeholder.jpg');
				background-size: 100% auto;
				background-position: 50%;
				background-repeat: no-repeat;
			}

			.appText {
				width: 100%;
				height: auto;
				padding: 18px;
				background-color: lightgrey;
			}


}

/************************************************************/

@media screen and (min-width: 375px)  {

	.mainHeading {
		font-size: 3em;
	}

		#mainHeading02 {
			font-size: 2em !important;
		}

	.multiheading {
		/*margin-top: 36px;*/
	}

	.multiheading h1 {
		font-size: 2.75em;
	}

	.breadcrumbNav {
		width: 50%;
	}

	.presentedBy {
		margin: 0 0 12px 0;
		text-align:center;
	}

	.presentedBy img {
		width: 80px;
		height: auto;
		margin: auto;
	}

		.bannerImage {
			display: inline-block;
			background-image: url('/images_promos/Triple_topbanner.jpg');
			background-size: auto 100%;
			background-position: 50% 50%;
			width: 100%;
			height: 90px;
			background-repeat:no-repeat;
			margin: 10px auto;
		}


}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {


    .container-02 {
	}

}

/************************************************************/

@media screen and (min-width: 414px)  {

	.container-01 {
		padding: 25px 15px;
	}

.multiheading {
			margin-top: 50px;
		}


		.breadcrumbNav {
			width: 50%;
		}

		.presentedBy {
			margin: 0px auto auto auto;
		}

		.mainHeading {
			width: 100%;
			margin-bottom: 24px;
		}

			#mainHeading02 {
				font-size: 2.25em !important;
			}

		.textcontent p {
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 10px auto;
		}

		.trusteecontainer {
			float: left;
			width: 95%;
			height: auto;
			margin-right: 24px;
		}

			.trusteeinfo {
				width: 60%;
				height: 120px;
				font-size: 0.8em;
			}

			.trusteephoto {
				width: 40%;
				height: auto;
			}

td, th { 
		padding: 8px; 
		/*font-size: 0.8em;*/
		line-height: 1.125em;
	}

}

/************************************************************/

@media screen and (min-width: 480px)  {

		.bannerImage {
			display: inline-block;
			background-image: url('/images_promos/Triple_topbanner.jpg');
			background-size: 100% auto;
			background-position: 50% 50%;
			background-repeat:no-repeat;
			width: 100%;
			height: 100px;
			margin: 10px auto;
		}

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 15px;
	}

		.breadcrumbNav {
			width: 100%;
			margin: auto 10px auto auto;
		}

		.mainHeading {
			width: 65%;
			margin: 24px 0 18px 0px;
		}

		.multiheading {
			width: 60%;
			margin-top: 12px;
			margin-left: 10px;
		}

		.presentedBy {
			margin: 36px 10px auto auto;
		}

			.presentedBy img {
				width: 100px;
				height: auto;
				margin: auto;
			}

		.leftColumn {
			float: left;
			width: 35%;
			height: auto;
		}

			.logobox {
				width: 500px;
				height: auto;
			}

				.LoHlogo {
					width: 50%;
					height: auto;
					margin: 6px 0 12px 0;
					float: left;
				}

				.sectiontag {
					float: left;
					margin: 54px 0 0 36px;
				}

		.rightColumn {
			width: 65%;
			height: auto;
			float: left;
			padding: 0 0 0 48px;
		}

	.displaycontainer {
		width: 100%;
		height: auto;
		margin-bottom: 24px;
	}

		.displayleft {
			display: block;
			width: 40%;
			height: 200px;
			background-color: lightgrey;
			float: left;
			margin-top: 12px;
		}

		.displayright {
			width: 60%;
			height: auto;
			float: left;
			padding-left: 12px;
		}

}

/************************************************************/

@media screen and (min-width: 667px) {

		.multiheading {
		width: 80%;
	}

		.mainHeading {
			font-size: 2.75em;
			width: 60%;
			margin: 24px 0 12px 0px;
		}

		#originalbowl {
			margin-top: 0px;
		}

		#skinnycup {
			margin-top: 300px;
		}

		#fiftiescup {
			margin-top: 300px;
		}

		#penguinsring {
			margin-top: 300px;
		}



}

/************************************************************/

@media screen and (min-width: 736px)  {

		.bannerImage {
			display: inline-block;
			background-image: url('/images_promos/Triple_topbanner.jpg');
			background-size: 100% auto;
			background-position: 50% 50%;
			width: 100%;
			background-repeat: no-repeat;
			height: 150px;
			margin: 10px auto;
		}


}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 65px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}


		.mainHeading {
			margin-left: 0px;
			margin-top: 24px;
			margin-bottom: 24px;
			font-size: 3em;
			width: 60%;
		}

			#mainHeading02 {
				font-size: 3em !important;
			}

			#firstHeading {
				margin-top: -100px !important;
				margin-bottom: 24px !important;
			}

		.multiheading {
			width: 65%;
			margin-top: 12px;
			margin-left: 0px;
		}

			.multiheading h1 {
				font-size: 3em;
			}


		.presentedBy {
			margin-right: 0px;
			margin-top: 30px;
			margin-bottom: 15px;
		}

			.presentedBy img {
				width: 100px;
			}

		.leftcolumn {
			display: inherit;
			width: 40%;
			float: left;
			padding-right: 0 12px 0 0;
		}

		.rightColumn {
			width: 60%;
			height: auto;
			float: right;
			padding: 0 12px;
		}

			.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;
				}

				.textcontent li {
					font-size: 1em;
					line-height: 1.5em;
				}

				.textcontent img {
					width: 100%;
					height: auto;
					margin: 0 0 12px 0;
				}


	#stanleycup {
		width: 200px;
		height: auto;
		margin-right: 24px;
	}

	.cupspecs {
		margin-top: 12px;
	}

	.HHOFtable {
		font-size: 1em;
	}

	#secondright {
		padding-left: 48px;
	}

	.imagearea .smallcaption {
		font-size: 0.8em;
	}

}

/************************************************************/

@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-size: 105% auto;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
			background-repeat:no-repeat;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 30px;
		}

}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

	.mainHeading {
		margin: 24px 0px 18px 0;
		width: 50%;
	}

.multiheading h1 {
			font-size: 3em;
		}

		.multiheading h2 {
			font-size: 1.25em;
		}

		#firstHeading {
			margin-top: 12px !important;
			margin-bottom: 24px !important;
		}

	.presentedBy {
			margin-top: 20px;
			margin-bottom: 20px;
		}

		.presentedBy img {
			width: 100px;
			height: auto;
			margin: auto;
		}

		.leftcolumn {
			width: 30%;
			float: left;
			padding-right: 24px;
		}

			.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;
				}

		.rightcolumn {
			width: 70%;
			float: right;
		}

	.HHOFtable { 
		width: 100%;
		margin: 10px auto 40px auto;
	}

	/* Zebra striping */
	tr:nth-of-type(odd) { 
	
	}

	tr th { 
	
	}

	td, th { 
		padding: 8px; 
		font-size: 0.9em;
		line-height: 1.125em;
		/*width: 33.33%;*/
	}

	.displaycontainer {
	}

		.displayleft {
			width: 40%;
			height: 250px;
			margin-top: 12px;
		}

		.displayright {
			width: 60%;
			padding-left: 36px;
		}

	
}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 40px 40px; 
	}

	.displaycontainer {
	}

		.displayleft {
			width: 40%;
			height: 250px;
			margin-top: 12px;
		}

		.displayright {
			width: 60%;
			padding-left: 36px;
		}

}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {	.container-01 {
		width: 1280px;
		margin: auto;

	}

.multiheading {
			width: 60%;
		}

			.multiheading h1 {
				font-size: 4em;
			}		

.mainHeading {
			font-size: 3.6em;
			padding: 0 0 0 20px;
			margin: 24px 0 30px 0;
		}

			#mainHeading02 {
				font-size: 4em !important;
			}

			#firstHeading {
				margin-top: 20px !important;
				margin-bottom: 24px !important;
			}

	.presentedBy {
		margin-top: 36px;
	}

		.presentedBy img {
			width: 100px;
		}

		.imageCaption {
			font-size: 0.75em;
			margin: 5px auto 15px auto;
		}

	#stanleycup {
		display: block;
		width: 80%;
		height: auto;
		margin: auto;
	}

	#topright {
		padding: 96px 96px 0 96px;
	}

	#secondleft {
		padding-right: 96px;
	}

		#originalbowl {
			margin-top: 0px;
		}

		#skinnycup {
			margin-top: 150px;
		}

		#fiftiescup {
			margin-top: 150px;
		}

		#penguinsring {
			margin-top: 150px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('/images_promos/Triple_topbanner.jpg');
			background-size: 100% auto;
			background-position: 50% 50%;
			width: 100%;
			background-repeat: no-repeat;
			height: 175px;
			margin: 10px auto;
		}


}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














