﻿/***** 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: #272829; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #272829;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
color: #272829;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}


.jb-header{
	background: radial-gradient(#343231, #272829);
	color: #fff;
	font-family: "elza-text", sans-serif;
	display: flex;
	justify-content: space-between;
	padding: 18px 3.5%;
	box-sizing: border-box;
}
#jb-logo img{
	max-height: 62px;
}
.homepage #jb-logo{
	box-sizing: border-box;
    margin-bottom: -100px;
	z-index: 100;
}
.homepage #jb-logo img{
	max-height: unset;
}

/*---BODY--------------------------------*/

.pad{
	padding-left: 9.7vw;
	padding-right: 9.7vw;
	position: relative;
	z-index: 1;
}
.pad-half{
	padding: 4.3vw;
}
.pad-half h1, .pad-half h2,  .pad-half h3,  .pad-half h4,  .pad-half h5, .pad-half h6{
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 24px;
}
.pad hr, .pad-half hr{
	margin: 4.3vw 0;
	border-top: solid 2px #eee;
	border-bottom: unset !important;
	border-left: unset !important;
	border-right: unset !important;
	
}
.sand{
	color: #ffd8af;
}
.orange{
	color: #C87929;
}
.darker-orange{
	color: #BC6104;
}
.blue{
	color: #4298B8;
}
.darker-blue{
	color: #39829e;
}
.gray{
	color: #616161;
}
.heading-lg{
	font-family: "elza-text", sans-serif;
	font-weight: 700;
	font-size: max(5vw, 36px);
	text-transform: uppercase;
	line-height: 1;
}
.heading-md{
	font-family: "elza-text", sans-serif;
	font-weight: 700;
	font-size: max(2.5vw, 24px);
	text-transform: uppercase;
	line-height: 1;
}
.heading-md + i{
	font-size: max(2.5vw, 24px);
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
}
.heading-sm{
	font-family: "elza-text", sans-serif;
	font-weight: 700;
	font-size: max(1.5vw, 24px);
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 24px;
	display: block;
}
.paragraph{
	font-family: "elza-text", sans-serif;
	font-weight: 200;
	font-size: max(1.4vw, 20px);
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	display: block;
}
.disc-list{
	list-style: disc;
	padding-left: 24px;
}

.disc-list li{
	margin-bottom: 14px;
}
.paragraph strong{
	font-weight: 700 !important;
}


.bg-img-right, .bg-img-left{
	position: absolute;
	top: 0;
	bottom: 0;
	background-size: auto 100% !important;
	background-repeat: no-repeat !important;
	pointer-events: none;
	z-index: 0;
	transition: ease all 0.2s;
}
.bg-img-right{
	background-position: 100% 50%;
	right: 0;	
	width: 100%;
}
.bg-img-left{
	background-position: 0% 50%;
	left: 0;
	width: 100%;
}

.cta{
	width: 200px; 
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 500;
	padding: 18px 20px;
	text-align: center;
	display: block;
	background: #ffd8af;
	color: #272829;
	font-family: "elza-text", sans-serif;
	box-sizing: border-box;
	transition: ease all 0.2s;
}
.cta:hover{
}
.cta-white{
	background: #fff;
	color: #272829;
}
.cta-dark{
	background: #272829;
	color: #fff;
}

/*--------FORM STYLES--------------------*/
.custom-form{
	font-family: 'elza-text', sans-serif !important;
	letter-spacing: 0.05em;
}

.custom-form input{
	letter-spacing: 0.05em;
	padding: 16px;
	font-weight: 400;
	font-size: 14px;
	color: #343231;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;font-family: 'elza-text', sans-serif !important;
	border-radius: 10px;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	padding: 16px;
	font-weight: 400;
	font-size: 14px;
	color: #343231;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	border-radius: 10px;
	outline: none;
	border: none;
	background: #f9f9f9;font-family: 'elza-text', sans-serif !important;
}

.CaptchaPanel{
	text-align: left !important;
	margin: 0 !important;
}
.CaptchaPanel img{
	border-radius: 5px;
	border: unset !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #39829e !important;
}
.custom-form .cta{border: unset !important; outline: unset !important; cursor: pointer;}


/*-------- FOOTER STYLES ----------------*/
footer{}


.jb-footer{
	background: radial-gradient(#343231, #272829);
	color: #fff;
	font-family: "elza-text", sans-serif;
}

/* BREADCRUMBS */


.te-breadcrumbs{
    padding: 40px 4.3vw;
    font-size: 14px;
	color: #555 !important;
    background: #fff;
	font-family: "elza-text", sans-serif !important;
	position: relative;
	z-index: 101;
	margin-bottom: -30px;
}
.te-breadcrumbs a {
	display: inline-block;
    color: #272829;
}
.te-breadcrumbs a:hover {
    color: #39829e;
	text-decoration: underline;
}
	







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1580px) {	
	.bg-img-right{

		width: 60%;
		background-position: 0% 50%;
	}
	.bg-img-left{

		background-position: 100% 50%;
		width: 60%;
	}

}
@media only screen and (max-width: 1023px) {	
	.bg-img-right{

		width: 50%;
		background-position: 0% 50%;
	}
	.bg-img-left{

		background-position: 100% 50%;
		width: 50%;
	}

}

@media only screen and (min-width: 991px) {
	#ctas .col-lg-4:nth-of-type(2){
		box-sizing: border-box;
		border-left: solid 2px #eee;
		border-right: solid 2px #eee;
	}	
	#ctas2 .col-lg-6:nth-of-type(1){
		box-sizing: border-box;
		border-right: solid 2px #eee;
	}	
	.hide-desktop{
		display: none;
	}

	.hero{
		position: relative;
		height: calc(100vh - 96px);
		max-height: 780px;
	}

}
@media only screen and (max-width: 990px) {	
	.nopad-bottom-sm{padding-bottom: 0 !important;}
	.bg-img-right{
		background-position: 100% 50%;
	}
	.bg-img-left{
		background-position: 0% 50%;
	}
	#jb-logo{
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 20px;
	}
	#jb-logo img{
		max-height: 82px !important;
	}
	.hide-mobile{
		display: none;
	}
	#ctas .col-lg-4:nth-of-type(2){
		box-sizing: border-box;
		border-top: solid 2px #eee;
		border-bottom: solid 2px #eee;
	}
	#ctas2 .col-lg-6:nth-of-type(1){
		box-sizing: border-box;
		border-bottom: solid 2px #eee;
	}	
	.pad-half, .pad{
		padding: 9.7vw;
	}
	.pad .pad-half{padding: 0 !important;}
	
	.hero .heading-lg ~ .paragraph{
		margin-top: -10px;
	}
	.cta{
		min-width: 140px; 
		font-size: 14px;
		width: unset;
		padding: 16px 18px;
		box-sizing: border-box;
		
	}
	.pad-half h1, .pad-half h2,  .pad-half h3,  .pad-half h4,  .pad-half h5, .pad-half h6{
		margin-bottom: 20px;
	}
	.paragraph{
		margin-bottom: 26px;
	}
}
@media only screen and (max-width: 575px) {	

	.te-breadcrumbs{
		padding: 9.7vw 9.7vw 0;
		margin-bottom: 0;
	}
	.cta{
		min-width: 100%; 
		
	}
}






