﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

@keyframes HeroImageAnimation{
	0% {
		opacity: 0;
		transform: translateX(20px);
		filter: brightness(1) saturate(0.8);
	}
	33% {
		filter: brightness(1.1) saturate(0.8);
	}
	100% {
		
		opacity: 1;
		transform: translateX(0px);
		filter: brightness(1) saturate(1);
	}
}
@keyframes HeroTextAnimation{
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	33% {
		filter: brightness(1.1);
	}
	100% {
		
		opacity: 1;
		transform: translateY(0px);
		filter: brightness(1);
	}
}

@keyframes Jingle{
	0% {
		transform: scale(1) rotate(0deg);
	}
	20% {
		transform: scale(1.05) rotate(-5deg);
	}
	40% {
		transform: scale(1.05) rotate(15deg);
	}
	60% {
		transform: scale(1.05) rotate(-5deg);
	}
	80% {
		transform: scale(1.05) rotate(15deg);
	}
	100% {
		transform: scale(1) rotate(0deg);
	}
}

.jgr-header{
	position: relative;
	z-index: 10;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
}
.jgr-page{
    font-family: "Open Sans", sans-serif;
}
.jgr-page p, .heading-xs{
	
    font-family: "Open Sans", sans-serif;
	line-height: 1.4;
	font-size: 18px;
}
.jgr-page ul{
	
    font-family: "Open Sans", sans-serif;
	line-height: 1.4;
	font-size: 18px;
	list-style: disc;
	padding-left: 18px;
}

.rf-breadcrumbs{
    font-family: "Open Sans", sans-serif;
	padding: 4.1666665% 4.1666665% 0 !important;
	margin-bottom: -4.16666665%;
	font-size: 14px !important;
	color: #000 !important;
}
.rf-breadcrumbs a {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	border: solid 1px #eee;
	background: #fff;
	font-size: 14px !important;
}

#hero-img{
	animation-name: HeroImageAnimation;
	animation-duration: 1s;
	animation-delay: 0.55s;
	animation-fill-mode: forwards;  
	max-height: 600px;
	overflow: hidden;
	
}
.hero .hero-text{
	
	animation-name: HeroTextAnimation;
	animation-duration: 1s;
	animation-delay: 0.1s;
	animation-fill-mode: forwards;
	padding: 40px 0;
}
.hero{
	padding: 40px 0 60px;
	position: relative;
	background: linear-gradient(120deg, rgba(253,247,247,1) 0%, rgba(250,250,249,1) 50%, rgba(244,250,251,1) 100%);
	display: flex;
	align-items: center;
	font-family: "Open Sans", sans-serif;
}
.hero-flourish{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-repeat: no-repeat;
}

.heading-hero{
    font-size: 6vw;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    line-height: 1;
	margin-bottom: 40px;
	display: block;
}



/*---BODY--------------------------------*/


.heading-sm{
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1.5;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0.4em;
	color: #001933;
}
.heading-lg{
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    line-height: 1.1;
	margin-bottom: 20px;
	display: block;
	letter-spacing: 0.05em;
	color: #001933;
}


.pad-left{padding-left: 4.166665%;}
.pad-right{padding-right: 4.166665%;}
.pad-top{
	padding-top: 40px;
}
.pad-bottom{
	padding-bottom: 40px;
}
.jgr-wrapper{
	padding: 0 8.33333%;
}
.ctas-section{
	display: flex; justify-content: center; gap: 20px;
	transform: translateY(-50%);
	position: relative;
}

.ctas-section a{
	background: #fff;
	color: #000;
	width: 33.333333%;
	box-sizing: border-box;
	padding: 16px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
	text-transform: uppercase;
	text-align: center;
    font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	transition: ease all 0.3s;
	top: 0;
	border-radius: 5px;
}
.ctas-section a:hover{
	top: -5px;
	color: #224478;
}

.red{
	color: #ff0208;
}
.red-link{
    font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	transition: ease all 0.4s;
	position: relative;
	left: 0;
	color: #ff0208;
	padding: 10px 0;
	display: inline-block;
}
.red-link:hover{
	left: 8px;
}
.red-link i{
	padding-right: 8px;
	position: relative;
	transition: ease all 0.4s;
	left: 0;
	
}
.red-link:hover i{
	left: -5px;
	
}



.blue-link{
    font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	transition: ease all 0.4s;
	position: relative;
	left: 0;
	color: #1a6ecc;
	padding: 10px 0;
	display: inline-block;
}
.blue-link:hover{
	left: 8px;
}
.blue-link i{
	padding-right: 8px;
	position: relative;
	transition: ease all 0.4s;
	left: 0;
	
}
.blue-link:hover i{
	left: -5px;
	
}

.cta-red{
    font-family: "Open Sans", sans-serif;
	color: #fff;
	background: #ff0208;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	padding: 16px 20px;
	display: inline-block;
	border-radius: 10px;
	min-width: 160px;
	box-sizing: border-box;
}
.cta-red i{
	position: relative;
	padding-right: 8px;
	transition: ease all 0.3s;
}

.cta-red:hover i{
	animation: Jingle;
	animation-duration: 1s;
	animation-timing-function: ease;
}



.cta-blue{
    font-family: "Open Sans", sans-serif;
	color: #fff;
	background: #1a6ecc;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	padding: 16px 20px;
	display: inline-block;
	border-radius: 10px;
	min-width: 160px;
	box-sizing: border-box;
}
.cta-blue i{
	position: relative;
	padding-right: 8px;
	transition: ease all 0.3s;
}

.cta-blue:hover i{
	animation: Jingle;
	animation-duration: 1s;
	animation-timing-function: ease;
}



.brands-grid{
	display: flex; flex-wrap: wrap;
	gap: 20px;justify-content: center;
}

.brands-grid a{
	border-radius: 10px;
	background: #fbf9f9;
	display: flex;
	padding: 60px 20px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	width: calc(16.666667% - 20px);
	transition: ease all 0.3s;
	flex-grow: 1;
	
}
.brands-grid a:hover{
	box-shadow: inset 0 0 24px 0 rgba(0,0,0,0.15);
}

	#map{
		overflow: hidden;
		display: flex;
		width: 100%;
		border-radius: 20px;
		height: 320px;
	}
	#map iframe{
		height: calc(100% + 60px);
		margin-top: -60px;
		width: 100%;
		display: flex;
		border: none !important;
	}

.locations-grid{
	padding: 40px 0;
    font-family: "Open Sans", sans-serif;
}


/*--------FORM STYLES--------------------*/


.custom-form input{
	padding: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	
    font-family: "Open Sans", sans-serif;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	border-radius: 5px;
	background: #f9f9f9;
	
	
    font-family: "Open Sans", sans-serif;
}

.CaptchaPanel{
    font-family: "Open Sans", sans-serif;
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #fff !important;
}
.CaptchaImage{border-radius:5px;}


/*-------- FOOTER STYLES ----------------*/
footer{}


.jgr-footer{
	color: #fff;
	background: #001933;
    font-family: "Open Sans", sans-serif;
}
.jgr-footer a{
	color: #fff;
}
.jgr-footer .divfooter a{
	text-decoration: underline;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media (min-width: 992px) {
	.hero{min-height: 45vh;}
}
@media (max-width: 991px) {
	.brands-grid a{
		width: calc(33.333333% - 20px);
	}
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
}
@media (max-width: 767px) {
	.brands-grid a{
		width: calc(50% - 20px);
	}
	.ctas-section{
		flex-wrap: wrap;
    transform: translateY(-27px);
	}
	.ctas-section a{
		width: 100%;
	}


	.jgr-page p, .heading-xs{
		font-size: 16px;
	}
	.heading-sm{
		font-size: 14px;
	}
	.heading-lg{
        font-size: 6vw;
	}

}


