

/********************** 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;
}

.historyBox .closed {
    background-color: #999999 !important;
    border: 0px !important;
    background-image: url('../images/icon_plus.svg') !important;
    background-repeat: no-repeat;
}

.historyBox .closedBlack {
    background-color: #000 !important;
    border: 0px !important;
    background-image: url('../images/icon_plus.svg') !important;
    background-repeat: no-repeat;
}

.historyBox .open {
    background-color: #0468B0 !important;
    border: 0px !important;
    background-image: url('../images/icon_minus.svg') !important;
    background-repeat: no-repeat;
}

.open02 {
    background-color: #0468B0 !important;
    border: 0px !important;
    background-image: url('../images/icon_minus.svg') !important;
    background-repeat: no-repeat;
}

#haggarAd {
	background-color: #000;
	background-image: url('../images/Haggar_logo_white.svg');
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			width: 100%;
			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;
			line-height: 0.8em;
			text-transform: uppercase;
			letter-spacing: 1px;
			padding: 1px 0 1px 20px;
			margin: 12px 0 10px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
		}

		.headerImage {
			width: 100%;
			height: auto;
		}

		.subheading {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 400 !important;
			color: #0468B0;
			font-size: 1.25em;
			line-height: 1em;
			font-style: italic;
			text-transform: none !important;
			letter-spacing: 1px;
			margin: 6px 0 20px 0px;
			width: auto;
		}

		/*.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: 100px;
				height: auto;
				margin: auto;
			}

				.textcontent {
					width: 100%;
					height: auto;
					padding-top: 6px;
				}

					.textcontent h2 {
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 1.5em;
						line-height: 0.9em;
						margin: 18px 0 12px 0;
					}

					.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: 0.85em;
						line-height: 1.5em;
						margin: auto auto 12px auto;
					}

					.textcontent ul {
						margin: auto auto 12px auto;
					}

					.textcontent li {
						font-family: 'Lato', sans-serif;
						font-weight: 500;
						font-size: 0.85em;
						line-height: 1.5em;
						margin: auto auto 0px 18px;
						padding-left: 6px;
					}

					.textcontent a {
						color: #0468B0;
					}

					.textcontent img {
						width: 100%;
						height: auto;
						margin: 0 0 12px 0;
					}

				
.donatebutton {
	width: 100%;
	margin: auto;
	display: block;
}

	.donatebutton a {
		background-color: #0468B0;
		color: #fff;
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		text-transform: uppercase;
		text-align: center;
		padding: 24px 36px 20px 36px;
		border-radius: 5px;
		border: 2px solid #0468B0;
		display: inline-block;
		margin: auto auto 24px auto;
		transition: 0.3s;
	}

	.donatebutton a:hover {
		background-color: #fff;
		color: #0468B0;
		border: 0px;
		border: 2px solid #0468B0;
		text-decoration: none;
	}

.donationbanner {
	width: 100%;
	height: auto;
	padding-top: 84.87%;
	background-image: url('../images_general/HHOF_TreasureBanner_mobile.jpg');
	background-size: 100% auto;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.calloutbox {
	background-color: #f3f3f3;
	padding: 12px 12px 12px 12px;
	margin: 24px 0 0 0;
}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.breadcrumbNav {
	}

	.mainHeading {
		/*font-size: 3em;*/
	}

		.featuresbox h4 {
			font-size: 1.75em;
			line-height: 1.25em;
			margin: auto auto 12px auto;
		}

		.textcontent p {
			margin: auto auto 18px auto;
		}

		.textcontent li {
			margin-bottom: 24px;
		}

}

/************************************************************/

@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 {
		padding: 25px 15px;
	}

		.textcontent p {
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 24px auto;
		}

		.textcontent li {
			font-size: 1em;
			line-height: 1.5em;
		}


}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 15px;
	}

		.breadcrumbNav {
			margin: auto 10px auto auto;
		}

		.mainHeading {
			width: 100%;
			margin: 12px 0 18px 0px;
		}

		.presentedBy {
			margin: 10px 0px auto auto;
		}

			.presentedBy img {
				width: 125px;
			}

.donationbanner {
	width: 100%;
	padding-top: 16.64%;
	background-image: url('../images_general/HHOF_TreasureBanner_desktop.jpg');
	background-size: 100% auto;
	background-position: 50% 50%;
}

}

/************************************************************/

@media screen and (min-width: 667px) {

	

}

/************************************************************/

@media screen and (min-width: 736px)  {

	.mainHeading {
		margin: 24px 0 18px 0px;
	}

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 65px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images_general/preserveourgame_topBanner.jpg');
			background-size: auto 100%;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			margin-top: 24px;
			margin-bottom: 18px;
			font-size: 3em;
			width: 80%;
		}

		.headerImage {
			margin-bottom: 24px;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 20px;
			margin-bottom: -10px;
		}

		.presentedBy img {
			width: 175px;
		}

			.textcontent {
				width: 100%;
				height: auto;
				padding-top: 12px;
			}

				.textcontent h3 {
					font-size: 1.5em;
					line-height: 0.9em;
					margin: 0px 0 12px 0;
				}

				.textcontent p {
					margin: auto auto 24px auto;
				}

				.textcontent li {
						margin: auto auto 12px 18px;
					}

				.textcontent img {
					width: 100%;
					height: auto;
					margin: 0 0 12px 0;
				}

.donatebutton {
	font-size: 1.25em;
	width: auto;
	float: right;
}

	.donatebutton a {
		padding: 12px 24px;
		margin-bottom: 0px;
	}

	#seconddonatebutton {
		margin-top: -24px;
	}

	#seconddonatebutton p {
		margin-bottom: 0px;
	}

.subheading {
	width: 60%;
	float: left;
	margin-top: 12px;
}

}

/************************************************************/

@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: auto 100%;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 20px;
		}
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.bannerImage {
			background-size: 100% auto;
			background-position: 50% 50%;
		}

	.mainHeading {
		margin: 24px 0px 12px 0;
		width: 100%;
	}

			.textcontent {
				width: 100%;
				height: auto;
			}

				.textcontent p {
					font-family: 'Lato', sans-serif;
					font-weight: 500;
					margin: auto auto 24px auto;
				}

				.textcontent li {
				}

				.textcontent img {
					width: 100%;
					height: auto;
					margin: 0 0 12px 0;
				}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 40px 40px; 
	}

	.subheading {
		width: 75%;
		margin-top: 18px;
	}

	.donatebutton {
		margin-bottom: 24px;
	}

}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {	.container-01 {
		width: 1280px;
		margin: auto;

	}

		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 24px 0 30px 0;
		}

		.headerImage {
			margin-bottom: 48px;
		}

		.presentedBy {
			margin-top: 30px;
		}

		.presentedBy img {
			width: 230px;
		}

		.imageCaption {
			font-size: 0.75em;
			margin: 5px auto 15px auto;
		}

		.historyText {
			font-size: 1em;
		}

		.promoText ul {
			margin: 0;
		}

		.promoText li {
			font-size: 1em;
			line-height: 1em;
			margin: auto auto 8px 24px;
		}

.subheading {
	font-size: 1.5em;
}

.donatebutton a {
	padding: 24px 36px;
	margin-top: -24px;
}

#seconddonatebutton {
	margin-bottom: 0px;
}

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














