﻿/***** 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;  
} 

html{scroll-behavior: smooth;}

/*-------- 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;}


/*---AESTHETIC--------------------------------*/

.white{
	color: #fff;
}
.orange{
	color: #ff5f05;
}
.dark-blue{
	color: #031224;
}
.yellow{
	color: #f7f7d6;
}
.light-gray{
	color: #f8f8f8;
}
.gray{
	color: #5a6553;
}
.rounded{
	border-radius: 10px;
	overflow: hidden;
}
.bg-img{
	background-size: cover;
	background-position: center center;
}
.bg-tl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.bg-tr{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: top right;
	background-repeat: no-repeat;
}
.bg-bl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bg-br{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.bg-orange{
	background-color: #ff5f05;
}
.bg-light-gray{
	background-color: #f8f8f8;
}

.bg-dark-gray{
	background-color: #333;
}
.bg-black{
	background-color: #000;
}
.subpage-hero{
	position: relative;
	background-size: cover;
	background-position: center 47%;
	background-image: url("/siteart/subhero.webp");
	height: 200px;
	width: 100%;
}
.subpage-hero:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to top, transparent, rgba(255,255,255,0.95));
}
.subpage-hero:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.8);
}
.hero{
	padding-top: max(120px, 3vw);
}

@media screen and (min-width: 768px){
	.hero{
		background-image: url("/siteart/hero-desktop.webp");
        background-color: #5C5C5C;
	}
	.hero > .col-row:nth-of-type(1){
		 min-height: 53vh;
	}
}
@media screen and (max-width: 767px){
	.hero{
		background-image: url("/siteart/hero-mobile.webp");
		background-size: 100% auto;
		background-position: bottom center;
	}
	
	
}
/*---STRUCTURE--------------------------------*/

.relative{
	position: relative;
}
.pad-top{
	padding-top: max(120px, 5vw);
}
.pad-bottom{
	padding-bottom: max(120px, 5vw);
}

.pad-top-half{
	padding-top: max(60px, 2.5vw);
}
.pad-bottom-half{
	padding-bottom: max(60px, 2.5vw);
}
.cs-wrapper{
	padding-left:8.3vw;
	padding-right:8.3vw;
}
/*---TEXT--------------------------------*/

.heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs{
	font-family: "jaf-bernino-sans-condensed", sans-serif;
	font-style: normal;
	display: block;
}

.heading-xl{
	font-weight: 700;
	text-transform: uppercase;
	font-size: min(72px, 12vw);
	line-height: 0.93;
	letter-spacing: -0.05em;
}
.heading-lg{
	font-weight: 600;
	font-size: min(48px, 8vw);
	line-height: 1;
	letter-spacing: -0.025em;
}
.heading-md{
	font-weight: 600;
	font-size: min(36px, 6vw);
	line-height: 1.1;
	letter-spacing: -0.025em;
}
.heading-sm{
	font-weight: 600;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -0.025em;
}
.heading-xs{
	margin: 25px 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
}
.paragraph{	
	font-family: "jaf-bernino-sans-condensed", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: normal;
}


/*---BUTTONS--------------------------------*/

.cta{
	display: inline-block;
	padding: 0 18px;
	line-height: 48px;
	max-width: 100%;
	position: relative;
	font-family: "jaf-bernino-sans-condensed", sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: #fff;
	background-color: #333;
	text-align: center;
	border-radius: 4px;
    box-sizing: border-box;
	letter-spacing: -0.025em;
	border: unset !important;
	cursor: pointer;
}
.cta i{
	float: right;
	line-height: 48px;
	padding-left: 20px;
}

.cta-outline{
	color: #fff;
	background-color: unset;
	border: 1px #ccc solid !important;
	font-size: 21px;
}

.cta-noicon{
	display: inline-block;
	padding: 0 18px;
	line-height: 48px;
	max-width: 100%;
	position: relative;
	font-family: "jaf-bernino-sans-condensed", sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: #fff;
	background-color: #1961ab;
	text-align: center;
	border-radius: 4px;
    box-sizing: border-box;
	letter-spacing: -0.025em;
}
.cta-noicon i + span{
	padding-left: 10px;
}
.cta-orange{
	background: #ff5f05;
	color: #000;
}

.cta-black{
	background: #000;
	color: #fff;
}

.cs-home-search{
    display: flex;
	position: relative;
	max-width: 400px;
}
	
.cs-home-search form{
	width: 100%;
	margin: 0 !important;
}
.cs-home-search input{
	box-sizing: border-box;
    width: 100%;
    height: 48px !important;
	font-family: "jaf-bernino-sans-condensed", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px !important;
    color: #000000;
    text-transform: none;
    letter-spacing: -0.025em;
    padding-right: 20px;
    border: none;
    border-radius: 90px;
    padding-left: 20px;
	background: #ecf8ff;
}
.cs-home-search ::placeholder{
    color: #4c5356;
}
.cs-home-search button{
	font-family: "jaf-bernino-sans-condensed", sans-serif;
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 16px;
	appearance: none;
	outline: none;
	right: 0;
	top: 0;
	background: unset;
	cursor: pointer;
}

.category-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	background: #5a6553;
	border-top: solid 1px #5a6553;
	
}
.category-grid > a{
	
	background: #000;
	text-align: center;
	width: calc(33.333333% - 1px);
	padding: 20px;
	box-sizing: border-box;
}
.category-grid > a span{
	margin-top: -20px;
}
	.category-grid > a:last-of-type{flex-grow: 1;}

@media screen and (min-width: 1401px){

	.category-grid > a:last-of-type{flex-grow: 0;}
	.category-grid > a{
		width: calc(12.5% - 1px);
	}
}

@media screen and (max-width: 1400px) and (min-width: 1201px){

	.category-grid > a:last-of-type{flex-grow: 0;}
	.category-grid > a{
		width: calc(20% - 1px);
	}
}
.reviewslider{margin-top: 40px !important; margin-left: -10px !important; margin-right: -10px !important; width: calc(100% + 20px);}
.review-box{
	margin: 10px;
	border-radius: 6px;
	background: #f4f4f4;
	padding: 30px 20px;
	font-family: "jaf-bernino-sans-condensed", sans-serif;
	height: calc(100% - 20px) !important;
    min-height: 200px !important;
}
.review-box .yellow{
	color: #f1bb25;
}
.review-box .review-title{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
}
.review-box .review-date{
	font-size: 14px;
	color: #555;
}
.review-box .review-rating{
	display: flex;
	margin: 20px 0 10px;
}
.review-box p{
}


.divider-row{
	display: flex; 
	gap: 1px;
	background: #b6b6b6;
	margin-top: -20px;
	margin-bottom: -20px;
}
.divider-row > div{
	background: #fff;
	flex-grow: 1;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}


	.justify-between{
		display: flex;
		justify-content: space-between;
	}

/*--------FORM STYLES--------------------*/

.custom-form input{
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #2a2a2a;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f8f8f8;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0px !important;
	margin-bottom: 1px;    
	font-family: "jaf-bernino-sans-condensed", sans-serif !important;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 1px;
	display: flex;
}
	.custom-form ::placeholder{
		color: #444;
	}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #2a2a2a;
	line-height: 24px;
	resize: none;
	margin-bottom: 1px;
	border-radius: 0px !important;
	outline: none;
	border: none;
	background: #f8f8f8;
	font-family: "jaf-bernino-sans-condensed", sans-serif !important;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "jaf-bernino-sans-condensed", sans-serif !important;
}
.CaptchaPanel img{
	border: unset !important;
	border-radius: 10px;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #2a2a2a !important;
}
.white .CaptchaWhatsThisPanel a{
	color: #000 !important;
}



.bg-orange input{
	background: #ffdbc8;
}
.bg-orange textarea{
	background: #ffdbc8;
}


/*-------- FOOTER STYLES ----------------*/

.cs-footer{
	
	font-family: "jaf-bernino-sans-condensed", sans-serif;
}
.cs-footer a{
	color: #f8f8f8;
}

#form-iframe{
	height: 330px !important;
}
.icons-list li{
	font-family: "jaf-bernino-sans-condensed", sans-serif;
	position: relative;
	padding-left: 40px;
	line-height: 24px;
	margin-bottom: 6px;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 4px;
	width: 24px;
	text-align: center;
}


.custom-accordion{
	overflow: hidden;
	text-align: left;
	font-family: "jaf-bernino-sans-condensed", sans-serif;
}

.custom-accordion > a{
	padding: 32px 24px;
	border-radius: 10px;
	background: #fff;
	color: #333;
	display: block;
	
	cursor: pointer;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	transition: ease all 0.2s;
	position: relative;
}
.custom-accordion > a.open{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.custom-accordion > a:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
	transition: ease all 0.3s;
}
.custom-accordion > a.open:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #eee;
}

.custom-accordion > a:hover{
	background: #eee;
}

.custom-accordion .drop-list .paragraph:not(.smaller){
	position: relative;
	padding-left: 32px !important;
}
.custom-accordion i.green{
	color: limegreen;
	position: absolute;
	left: -6px;
	transform: translateY(7px);
}
.custom-accordion > a i{
	color: #ff5f05;
	padding-right: 14px;
	float: right;
}

.custom-accordion > .drop-list{
	padding: 32px 24px;
	background: #fff;
	color: #333;
	display: block;
	font-weight: 200;
	
	font-size: 18px;
}
.custom-accordion .click.open i:before{
    content: "\f068";
}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 1080px) {

	
}
@media only screen and (max-width: 1200px) {
	.divider-row{flex-wrap: wrap;}

}
@media only screen and (max-width: 767px) {

	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
	.pad-top, .pad-top-half{
		
		padding-top: max(60px, 2vw);
	}
	.pad-bottom, .pad-bottom-half{
		
		padding-bottom: max(60px,2vw);
	}
	.hero{
		
		padding-bottom: max(30px,2vw);
	}
}
@media only screen and (max-width: 575px) {

	.justify-between{
		gap: 20px;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}






