

/********************** 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: 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.85em;
			text-transform: uppercase;
			letter-spacing: 1px;
			padding: 1px 0 1px 20px;
			margin: 12px 0 20px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
			float: left;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: -210px 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: 70px;
				height: auto;
				margin: auto;
			}

		.promotionContainer {
			width: 100%;
			height: auto;
		}

			.promoImage {
				width: 100%;
				height: 38vh;
				background-image: url('https://www.hhof.com/images_promos/promos_photopackage_new2.jpg');
				background-size: auto 100%;
				background-position: 90% 50%;
				margin: 0 0 12px 0;
				float: none;
			}
			
			.promoImageList {		
				width: auto;
   				height: 175px;
			}

			.promoText {
				width: 100%;
				height: auto;
				margin: 0;
				float: none;
			}

				.offerBox {
					width: 100%;
					height: auto;
					padding: 24px;
					background-color: lightgrey;
					margin: 6px 0px 12px 0px;
					float: none;
				}

				.promoText h2 {
					font-family: 'Poppins', sans-serif;
					font-weight: 900;
					font-size: 1.5em;
					line-height: 0.9em;
					margin: 0 0 3px 0;
					color: #0468B0;
				}

				.promoText h3 {
					font-family: 'Poppins', sans-serif;
					font-weight: 900;
					font-size: 1em;
					line-height: 0.9em;
					margin: 0 0 12px 0;
				}

				.promoText p {
					font-family: 'Lato', sans-serif;
					font-weight: 500;
					font-size: 0.8em;
					line-height: 1.5em;
					margin: auto auto 10px auto;
				}

				.promoText ul {
					margin: 0;
				}

				.promoText li {
					font-family: 'Lato', sans-serif;
					font-weight: 500;
					font-size: 0.8em;
					line-height: 1.125em;
					margin: auto auto 10px 18px;
				}



	.formsection {
		width: 100%;
		height: auto;
		padding: 24px;
		background-color: lightgrey;
	}

		.formsection p {
			font-size: 0.75em !important;
		}

		.dialogButton {
			border: 0px;
			display: inline-block;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			background-color: #0468B0;
			color: #fff;
			text-transform: uppercase;
			border-radius: 4px;
			padding: 4px 6px;
			font-size: 20px;
			height: auto;
			transition: 0.3s;		
		}
			.dialogButton:hover {
				background-color: #dcc41f;
				color: #fff;
				text-decoration: none;
			}

			.dialogButton:active {
				background-color: #dcc41f;
				color: #fff;
				text-decoration: none;
			}
		.submitbutton {
			border: 0px;
			display: inline-block;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			background-color: #0468B0;
			color: #fff;
			text-transform: uppercase;
			border-radius: 4px;
			padding: 4px 15px;
			font-size: 0.85em;
			height: auto;
			transition: 0.3s;
		}

			.submitbutton:hover {
				background-color: #dcc41f;
				color: #fff;
				text-decoration: none;
			}

			.submitbutton:active {
				background-color: #dcc41f;
				color: #fff;
				text-decoration: none;
			}
			
			.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
			
				border: none; 
				background: none !important;
				text-shadow: none !important;
				border-color: white !important;
				background-color: #0468B0 !important;
				color: white !important;
			}				
			
			.ui-button {
				padding: 0.3em 1em !important;
			}
}

/************************************************************/

@media screen and (min-width: 375px)  {

	.promotionContainer {
	}

		.promoImage {
			margin: 0 0 18px 0;
			height: 30vh;
		}
		
		.promoImageList {		
				width: auto;
   				height: 175px;
		}		

		.promoText {
		}

			.offerBox {
				margin: 12px 0 18px 0;
			}

			.promoText h2 {
				font-size: 2em;
				line-height: 0.9em;
				margin: 0 0 3px 0;
				color: #0468B0;
			}

			.promoText h3 {
				font-size: 1.25em;
				line-height: 0.9em;
				margin: 0 0 12px 0;
			}

			.promoText p {
				font-size: 0.9em;
				line-height: 1.75em;
				margin: auto auto 10px auto;
			}

			.promoText ul {
				margin: 0;
			}

			.promoText li {
				font-size: 0.9em;
				line-height: 1.5em;
				margin: auto auto 10px 18px;
			}

}

/************************************************************/

@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-top: 25px;
	}

		.breadcrumbNav {
			width: 100%;
		}

		.presentedBy {
			margin: -210px 10px auto auto;
		}

		.mainHeading {
			width: 100%;
			font-size: 2.9em;
			margin-bottom: 12px;
		}

	.promotionContainer {
	}

		.promoImage {
			margin: 0 0 18px 0;
			background-size: 100% auto;
			background-position: 50% 50%;
			height: 35vh;
		}
		
		.promoImageList {		
				width: auto;
   				height: 200px;
		}		

		.promoText {
		}

			.offerBox {
				margin: 12px 0 18px 0;
			}

			.promoText h2 {
				font-size: 2.25em;
				line-height: 0.9em;
				margin: 0 0 3px 0;
				color: #0468B0;
			}

			.promoText h3 {
				font-size: 1.25em;
				line-height: 0.9em;
				margin: 0 0 12px 0;
			}

			.promoText p {
				font-size: 1em;
				line-height: 1.75em;
				margin: auto auto 10px auto;
			}

			.promoText ul {
				margin: 0;
			}

			.promoText li {
				font-size: 1em;
				line-height: 1.5em;
				margin: auto auto 10px 18px;
			}

}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 10px;
	}

		.breadcrumbNav {
			margin: auto 10px auto auto;
		}

		.mainHeading {
			width: 90%;
			margin: 12px 0 18px 0px;
		}

		.presentedBy {
			margin: -15px 0px auto auto;
		}

	.promotionContainer {
	}

		.promoImage {
			height: 300px;
			margin: 0 0 18px 0;
			background-size: 100% auto;
		}

		.promoImageList {		
				width: auto;
   				height: 225px;
		}	

		.promoText {
		}

			.offerBox {
				width: 49%;
				margin: 12px 0.5% 18px 0.5%;
				float: left;
			}

			.promoText h2 {
				font-size: 1.6em;
				line-height: 0.9em;
				margin: 0 0 3px 0;
			}

			.promoText h3 {
				font-size: 1.1em;
				line-height: 0.9em;
				margin: 0 0 12px 0;
			}

			.promoText p {
				font-size: 0.8em;
				line-height: 1.75em;
				margin: auto auto 10px auto;
			}

			.promoText ul {
				margin: 0;
			}

			.promoText li {
				font-size: 0.8em;
				line-height: 1.5em;
				margin: auto auto 10px 18px;
			}

}

/************************************************************/

@media screen and (min-width: 667px) {

	.promoImage {
			height: 90vh;
			background-position: 50% 10%;
		}
		
		.promoImageList {		
				width: auto;
   				height: 200px;
		}			

			.promoImageList {		
				width: auto;
   				height: 267px;
		}	
}

/************************************************************/

@media screen and (min-width: 736px)  {

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 25px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('https://www.hhof.com/images_promos/promotions_topBanner.jpg');
			background-size: 100% auto;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			margin-top: 24px;
			font-size: 3em;
			width: 70%
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
		}

	.promotionContainer {
	}

		.promoImage {
			width: 51%;
			height: 210px;
			margin: 2px 0 18px 0;
			background-size: 100% auto;
			background-position: 50% 20%;
			float: left;
		}

		.promoText {
			width: 49%;
			float: right;
			padding: 0 0 0 12px;
		}

			.offerBox {
				width: 48%;
				margin: 12px 1% 18px 1%;
				float: left;
			}

			.promoText h2 {
				font-size: 2em;
				line-height: 0.9em;
				margin: 0 0 5px 0;
			}

			.promoText h3 {
				font-size: 1.1em;
				line-height: 0.9em;
				margin: 0 0 12px 0;
			}

			.promoText p {
				font-size: 0.8em;
				line-height: 1.5em;
				margin: auto auto 10px auto;
			}

			.promoText ul {
				margin: 0;
			}

			.promoText li {
				font-size: 0.8em;
				line-height: 1.5em;
				margin: auto auto 10px 18px;
			}

}

/************************************************************/

@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-size: 100% auto;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
		}

		.gridSection {
			width: 103.5%;
			margin-left: -15px;
		}
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 200px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

	.mainHeading {
		margin: 24px 0px;
		width: 60%;
	}

	.promoImage {
		background-size: 100% auto;
		height: 300px;
	}

	.promoText {
		padding-left: 24px;
	}



		.promoText p {
			font-size: 1em;
			margin-bottom: 24px;
			margin-top: 12px;
		}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 200px 40px 40px 40px; 
	}

		.gridCard {
			height: 375px;
		}


}

/************************************************************/

@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: 30px 0 30px 0;
		}

		.presentedBy img {
			width: 100px;
		}

	.promotionContainer {
	}

		.promoImage {
		}
		.promoImageList{
		}

		.promoText {
			padding: 0 0 0 24px;
		}

			.offerBox {
			}

			.promoText h2 {
				font-size: 2.5em;
				line-height: 0.9em;
				margin: 0 0 5px 0;
			}

			.promoText h3 {
				font-size: 1.1em;
				line-height: 0.9em;
				margin: 0 0 12px 0;
			}

			.promoText p {
				font-size: 1em;
				line-height: 1.5em;
				margin: 12px auto 24px auto;
			}

			.promoText ul {
				margin: 0;
			}

			.promoText li {
				font-size: 1em;
				line-height: 1.5em;
				margin: auto auto 10px 18px;
			}

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














